/* CSS Document */

.m_layout{
	padding-top:0.88rem;
	padding-bottom:0.98rem; 
}
header{ 
	width: 100%;
	height: 0.88rem;
	line-height: 0.88rem;
}
header i{ 
	float: left; 
	width:0.5rem; 
	height: auto;
	margin-left:0.3rem;
	/*margin-top: 0.2rem;*/

}
header a{ 
	margin-left: 15%;
	display: block;
	float: left;
	width:20%; 
	height:100%; 
	text-align:center; 
	line-height:0.88rem;
	font-size:0.34rem;
	
	color: #333;
}
header a.on{
	border-bottom:3px solid #f8a120;
	color: #f8a120;
	box-sizing:border-box;
}
.empty{
	height: 0.2rem;
	background: #f5f5f5;
}
/*login_name*/
.login_name{
	width:100%; 
	height:auto; 
	padding:0 0.3rem; 
}
.login_name form{
	width: 90%;
	margin:0 auto;
}
.login_name .item{
	margin-top: 0.5rem;
	width:100%; 
	height:1rem;
	border-bottom:1px solid #333;
	box-sizing:border-box;
	position:relative;
	padding: 0 0.3rem;
}
.login_name form .item input{
	border:none;
	width:100%; 
	height:0.92rem;
	line-height: 0.92rem; 
	padding-left:0.57rem;
	font-size:0.28rem;
}
input::placeholder{
	color: #aaa;
}
input::-webkit-input-placeholder {
  color: #aaa;
}

input::-moz-placeholder {
  color: #aaa;
}

input::-ms-input-placeholder {
  color: #aaa;
}


.login_name form .item .pwd{
	width: 0.3rem;
}
.login_name form .item img{
	width:2.58rem; 
	height:0.82rem; 
	background:#333; 
	border:none; 
	position:absolute; 
	top:0; 
	right:0; 
	color:#fff; 
	font-size:0.25rem;
}
.login_name form .item button{
	width:2.58rem; 
	height:0.82rem; 
	background:none; 
	border:none; 
	position:absolute; 
	top:0; 
	right:0; 
	color:#333; 
	font-size:0.25rem;
}
.regsiter form .item input{ 
	padding-left:0;
	
}
/*login_name*/

.login{
	width:84%; 
	height:0.92rem;
	margin:0 auto;
	margin-top:0.65rem;
}
.login button{
	width:100%; 
	height:100%; 
	background:#ccc;  
	border:0 none;
	font-size:0.32rem; 
	color:#fff;
}














