<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	font-weight: normal;
	font-family: '微软雅黑';
	box-sizing: border-box;
	outline: none !important;
}

body.loginbody {
	background: #fff;
	overflow: scroll;

}


}

img {
	vertical-align: middle;
}



/*  */
.login-register {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: auto;
}

.login-register .back {
	position: absolute;
	left: 0px;

	color: #fff;
	height: 28px;
	width: 28px;
	line-height: 24px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.26);
	margin: 10px;
	text-align: center;
	box-sizing: border-box;
	z-index: 99;
}

.login-register .back .back-icon {
	width: 28px;
	height: 28px;
	vertical-align: middle;

	padding: 7px;
}


.login-box {
	position: relative;
	overflow: hidden;

}



.logo-name {
	text-align: center;
	color: #fff;
	height: 160px;
	/* background: url(../images/login/logoin_bg.png) no-repeat;
	background-size: 100% 300px; */
}

.logo-name::before {
	content: '';
	width: 100%;
	height: 180px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background: url(../images/login/logoin_bg.png) no-repeat;
	background-size: 100% 100%;
}
.logo-name .logo {
	width: 120px;
	height: 120px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-top: 60px;
	border-radius: 50%;
	box-shadow: 0 4px 20px #fff inset;
	background: linear-gradient(to bottom, #fff, #ebebeb);
}
.logo-name .logo img{
	width: 80px;
	height: 80px;
	box-sizing: border-box;
	
}
.login {
	position: relative;
	padding: 10px;
	margin: 0 20px;

	color: #fff;

}

.login .login-groud {
	position: relative;
	margin: 10px auto;
	font-size: 14px;
	border-radius: 5px;
	color: #000;
	background: #f4f4f4;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
}


.login .form-control {
	background: transparent;
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #333;
	border: none;
	outline: none;
	box-sizing: border-box;
}

.login .logo_icon {
	min-width: 30px;
	color: #333;
	font-size: 15px;
}

.login .logo_icon .icon {
	width: 20px;
	vertical-align: middle;
	height: 20px;
}
.login .logo_tit {
	min-width: 85px;
	color: #333;
	font-size: 14px;
}

.login .logo_tit .icon {
	width: 20px;
	vertical-align: middle;
	height: 20px;
}

.btn-code {
	min-width: 75px;
	text-align: center;
	font-size: 14px;
	color: #ffac00;
	text-decoration: none;
}

.btn-code .codepic_img {
	width: 100%;
	height: 30px;
	border-radius: 30px;
	background: #03ced2;
}

.forget-reg {
	font-size: 14px;
	overflow: hidden;
}

.forget-reg .link_a {
	width: 100%;
	color: #999;
	font-size: 14px;
	line-height: 30px;
	text-decoration: none;
}


.login-submit {
	width: 100%;
	clear: both;
	padding: 10px 0;
	position: relative;

}

.login-submit-btn {
	width: 100%;
	border: none;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	text-align: center;
	border-radius: 5px;
	display: block;
	color: #fff;
	box-shadow: 0 1px 6px #78cb1e inset;
	background: linear-gradient(to top, #60a119, #78cb1e);
	letter-spacing: 2px;
}

.login-reg-btn {
	width: 120px;
	border-radius: 18px;
	margin: 10px auto;
	margin-top: 40px;
	border: none;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	text-align: center;
	box-shadow: 4px 2px 1px #DDDDDD;
	display: block;
	background: #FFFFFF;
	letter-spacing: 2px;
	color: #33312e;
}

::-webkit-input-placeholder {
	color: #999;
}

::-webkit-input-placeholder {
	color: #999;
}

::-moz-placeholder {
	color: #999;
}

:-moz-placeholder {
	color: #999;
}

/* 复选按钮 */
.checkbox {
	width: 20px;
	height: 20px;
	margin-right: 3px;
	border-radius: 50%;
	border: solid 1px #999;
	font-size: 12px;
	position: relative;
	vertical-align: middle;
	cursor: default;
	-webkit-appearance: none;
	-webkit-user-select: none;
	user-select: none;
	-webkit-transition: background-color ease 0.1s;
	transition: background-color ease 0.1s;
}

.che.check_t .checkbox {
	background: #c9a76d url(../images/icon/icon_check_white.png) no-repeat center;
	background-size: 10px 10px;
	border: 1px solid #fff;
	text-align: center;
	background-clip: padding-box;
}</pre></body></html>