.icons.weixin {
    background-position: 0 0;
    background-size: 42px;
}



.icons.qq {
    background-position: 0 -85px;
    background-size: 43px;
	
}


.icons.weibo {
    background-position: 0 -131px;
    background-size: 44px;
}

.icons {
    background: url(../images/icon/login.png) no-repeat;
    display: inline-block;
    width: 42px;
    height: 42px;
}

.main-login {

	padding-left: 70upx;
	padding-right: 70upx;
}
.login-user{
	padding-left: 70upx;
	padding-right: 70upx;
}
.lm-logon-bg{
	background-image: url(../images/icon/logonbg.png);
	width: 100%;
	height: 260px;
	background-repeat: no-repeat;
	background-size: 100%;
}
.lm-code{
	height: 40px;
	border-radius: 5px 5px 5px 5px;
}
.lm-botton{
	
	
	    background: linear-gradient(right,#FF6034,#FF8647); 
	    background: -ms-linear-gradient(right,#FF6034,#FF8647); 
	    background: -webkit-linear-gradient(right,#FF6034,#FF8647); 
	    background: -o-linear-gradient(right,#FF6034,#FF8647); 
	    background: -moz-linear-gradient(right,#FF6034,#FF8647);
	 
		 width:90%; 
	   height:42px; 
	   border: none;
	   text-align: center; 

	   margin-left: .2rem; 
	   font-size:16px; 
	   color: white;
	  
	box-shadow:4px 2px 6px #ccc;
}