<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.login-content{
	width: 100%;
	background: #20b592;
	height: 520px;
}
.login-main{
	width: 1000px;
	margin: 0px auto;
	background: url(../image/login-bg.png) no-repeat left bottom;
	height: 520px;
}
.login-header{
	height: 80px;
	width: 100%;
	background: #fff;
	line-height: 80px;
}
.login-head{
	width: 1000px;
	margin: 0px auto;
}
.login-logo{
	float: left;
	height: 42px;
	background: url(../image/login-logo.png) no-repeat;
	margin-top: 15px;
	line-height: 42px;
}
.login-logo span{
	font-size: 26px;
	color: #555;
	margin-left: 68px;
}
.label{
	float: right;	
}
.label span{
	margin: 0 3px;
}
.label a{
	color: #555;
	text-decoration: none;
}
.download{
	background: url(../image/download.png) no-repeat right center;
	padding-right: 20px;
}
/*文字介绍start*/
.login-detail{
	height: 94px;
	width:260px;
	background: url(../image/intro.png) no-repeat;
	float: left;
	margin-left: 350px;
	margin-top: 86px;
}
/*文字介绍end*/

/*右侧登录*/
.login-box{
	width: 300px;
	height: 340px;
	float: right;
	background: #fff;
	margin-top: 100px;
}
.login-tit{ 
	height:50px;
}
.login-tit ul li{
	float:left;
}
.login-tit ul li a{ 
	color: #20b592; 
	font-size:16px; 
	width:150px; 
	height:50px; 
	line-height:50px; 
	text-align:center; 
	display: block;
	text-decoration: none;
}
.login-tit ul li.noSelect{ 
	background:#EAEAEA;
}
.login-tit ul li.noSelect a{
	color: #555;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/*扫码登录*/
.loginSao {
 width:160px; 
 height:160px; 
 margin:45px auto 10px;
}
.qrcode-img{
	width:160px;
	 height:160px;
}
.qrcode-img img{
	width: 100%;
	height: 100%;
}
.loginSao p{ 
	color:#555;
	 text-align:center; 
	 margin-top:20px;
	}

/*账号登录*/
.loginPc {
	width: 240px;
	height: 240px;
	margin:0px auto;
}
.login ul {
	width:100%;
	margin: 20px auto
}
.login ul li {
	width: 100%;
	margin-bottom: 10px;
	height:38px;
	border:solid 1px #EAEAEA;
	position: relative;
}
.login input {
	height: 20px;
    line-height: 20px;
    border: none;
    vertical-align: middle;
    margin: 9px auto;
    outline: none;
    padding: 0px 10px 0px 0px;
    margin-left: 40px;
}
.input-icon-1 input,.input-icon-2 input{
	width: 83%;
}
.input-icon-3 input{
	width: 40%;
}
.input-icon-1{
	background:#fff url(../image/login-icon.png) no-repeat ;
}
.input-icon-2{
	background:#fff url(../image/login-icon.png) no-repeat 0 -40px;
}
.input-icon-3{
	background:#fff url(../image/login-icon.png) no-repeat 0 -80px;
}
.login-text{
	float: left;
	position: relative; 
	line-height: 20px;
	height: 20px;
	color: #333;
	font-size: 12px;
	vertical-align: middle;
	box-shadow: none; 
	width:200px; 
}
.code-img{ 
	position:absolute; 
	right:6px; 
	top:6px; 
	height:28px; 
	width:90px;  
}
.err_span{
	font-size: 12px;
	color: #FF0000;
	height: 18px;
	line-height: 18px;
	display: block;
}
button {
	width:100%;
	height:40px;
	line-height:40px;
	background: #20b592;
	margin: 10px  0px 20px 0px;
	color: #fff;
	font-size: 16px;
	border-radius: 3px;
	cursor: pointer;
}
button:hover{ 
	background:#12ab87;
}
.wrap-footer{
	height: 80px;
	line-height: 80px;
	color: #555;
	text-align: center;
	font-size: 12px;
	background: #fff;
}
</pre></body></html>