/* common */
.place5{
	display: block;
	width: 100%;
    height: .8rem;
}
header{
	position: fixed;
	background: #fff;
}
img{
	vertical-align: top;
}

/*  account */
.label input.codebox{
	width: 3rem;
}
.codebtn{
	text-align: right;
	width: 2rem;
	margin-left: 1.8rem;
	background: none;
	border:none;
	font-size: .28rem;
	color:#999;
}
.codebtn.canclick{
	color:#3a85f8;
}

/*  滑动验证样式 */
.slidemask{
	width: 100%;
	position: fixed;
	left: 0;
	top:0;
	background: rgba(0,0,0,.6);
	display: none; 
}
.slideimg{
	position: absolute!important;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%); 	
	-moz-transform: translate(-50%,-50%); 	
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	width: 100%;
}
.verify-img-panel{
	width: 100%!important;
}
.verify-img-out{
	width: 100%!important;
}
.verify-bar-area{
	width: 100%!important;
}


.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;
}