.place5 {
    width: 100%;
    height: .8rem;
    display: block;
    background: #fff;
}
header{
	position: fixed;
	top:0;
	left: 0;
	background: #fff;
	z-index: 2;
}
img{
	vertical-align: top;
}

.m-login{
	color:#333;	
}
.alert{
	width: 30%;
	height: 90px;
	border-radius: 5px;
	background: rgba(0,0,0,0.5);
	color: #FFFFFF;
	text-align: center;
	position: fixed;
	top: 40%;
	left: 50%;
	margin-left: -15%;
	display: none;
}
.alert img{
	margin: 20px 0 10px;
}
/*  account */
.account h3{
	margin: 1rem 0 1.1rem;
	text-align: center;
	font-size:.48rem;
	line-height:.48rem;
}
.label{
	border-bottom: 1px solid #ddd;
	margin-bottom: .4rem;
	padding-bottom: .2rem;
}
.label input{
	height: .54rem;
	border: none;
	font-size:.34rem;
	width: 6.5rem;
}
input::-webkit-input-placeholder{ 
    color:    #bbb;
}
input:-moz-placeholder { 
    color:    #bbb;
}
input::-moz-placeholder { 
    color:    #bbb;
}
input:-ms-input-placeholder { 
    color:    #bbb;
} 
.label img{
	width: .3rem;
	height: .34rem;
	margin-top: .1rem;
}
.forget{
	margin-bottom: .4rem;
	font-size:.24rem;
	color:#333;
	line-height:.24rem;
	text-align: right;
	display: block;
}
.btn{
	background:#3a85f8;
	border-radius:2px;
	height:.9rem;
	font-size:.34rem;
	color:#fff;
	line-height:.9rem;
	border:none;
	width: 6.9rem;
}
.btn.disabled{
	/*color:rgba(255,255,255,.5);*/
}
.account p{
	font-size:.3rem;
	color:#999;
	line-height: .42rem;
	margin: .5rem 0;
	text-align: center;
}
.account p a{
	color: #333;
	font-weight: bold;
}

/* title */
.title{
	padding-top: 53px;
	border-bottom: 1px solid #333;
	position: relative;
	margin-bottom: .5rem;
}
.title a{
	position: absolute;
	bottom:-.13rem;
	font-size:.26rem;
	color:#333;
	line-height:.26rem;
	padding: 0 .2rem;
	background: #fff;
	left: 50%;
	transform: translateX(-50%);
}
.other li{
	width: 50%;
	text-align: center;
}
.other li img{
	width:.8rem;
	height:.8rem;
}
.other li p{
	font-size:.26rem;
	color:#333;
	line-height: .66rem;
}

/* mask */
.mask{
	font-size:.24rem;
	color:#fff;
	line-height: 1.2rem;
	width: 3rem;
	text-align: center;
	background:rgba(0,0,0,.5); 
	position: fixed;
	left:50%;
	top:4rem;
	transform: translateX(-50%);
	border-radius:4px;
	display: none;
	letter-spacing: 1px;
}