

.login-content {
	width:1000px;
	height:auto;
	margin: 0 auto;
}
.login-left{
	float:left;
	margin-left:0px ;
	width:500px;
}
.login-right{
	float:right;
	margin-right:10px;
	width:382px;
	height:346px;
	border: 1px solid #dbdbdb;
	box-shadow: 0 0 15px #e8e8e8;
	margin-top: 100px;
	margin-bottom: 62px;
	text-indent: 36px;
	position:relative;
}


.login-left-img-bottom{
	display: block;
	margin-left: 88px;
}
.item h4{
	line-height: 46px;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	padding-left:28px;
	
}
.item .item-line{
	width:320px;
	height:1px;
	background: #e5e5e5;
	margin-left:28px;
	position: relative;
}
.item .item-line span{
	position: absolute;	
	top:-2px;
	left:0;	
	height:3px;
	width:160px;
	background: #00b1ff;
	
}
.login-text{
   	margin-top: 30px;
   	 width: 258px;
    font-size: 14px;
    line-height: 18px;
    height: 18px;
    
    padding: 12px 8px 12px 50px;
    border: 1px solid #ddd;

}
.item-user,.item-password{
   	position: relative;
}
.item-user label i ,.item-password label i{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #9c9c9c;
    background:transparent;
    text-align: left;
    position: absolute;
    left: 12px;
    top: 32px;
    outline: 0;
    font-size: 24px;
}
.item-password label i{
	top:34px;
	font-size: 32px;
}

   
.forgetUser a{
   	font-size: 14px;
   	line-height: 50px;
}



/*扫码登录*/

.login-right-img{
	position: absolute;
	right:0;
	top:0;
	width:88px;
	height: 55px;
}
.ewm-img {
	width:180px;
	border: 1px solid #e6e6e6;
	margin: 20px auto;
	padding: 10px;
}
.ewm-img img{
	display: block;
	border:none;
	width:100%;
	height:auto;
}

.login-right p{
	display:block;
	width:280px;
	text-align: left;
	margin:auto;
	text-indent: 0;
	font-size: 15px;
	line-height: 18px;
	margin-top:20px;
	clear:both;
}

.verify-number input{
	margin-top: 30px;
   	 width: 94px;
    font-size: 14px;
    line-height: 18px;
    height: 18px;
    
    padding: 12px 8px 12px 30px;
    border: 1px solid #ddd;
}
.verify-number button{
	width:164px;
	height:44px;
	border: 1px solid #ddd;
	margin-left: 18px;
	font-size: 14px;
	line-height: 44px;
	text-align: center;
}
.login-button {
	margin-left: 10px;
}
.login-button a {
	margin-top: 25px;
    display: block;
    text-align: center;
    margin-left: 28px;
    font-size: 18px;
    width: 320px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    background: #03b1fa;
    border-radius: 6px;
    text-indent: 0;
}
.login-content .no-account{
	float:right;
	margin-right: 32px;
	line-height: 54px;
}
.login-content .no-account span,.login-content .no-account a{
	font-size: 14px;
}
.login-content .no-account a{
	color:#02b3f9;
}
