body{
	max-width: 750px;
    margin: 0 auto;
    background: #fefefe
}
.banner{
	position: relative;
	width: 7.5rem;
}
.banner img.bacn{
    width: 7.5rem;
}
.banner img.img{
    float: left;
    width: 0.47rem;
    height: 0.5rem;
    margin-top:0.2rem;
    margin-right: 0.12rem;
    margin-left: 0.15rem;
}
.banner img.img1{
    float: left;
    width: 0.5rem;
    height: 0.45rem;
    margin-top:0.2rem;
    margin-right: 0.12rem;
    margin-left: 0.15rem;
}
.banner img.er{
    float: right;
    width: 1.41rem;
    height: 0.54rem;
    margin-top:0.2rem;
    margin-right: 0.12rem;
}
.banner .center{
	width: 6.8rem;
	height: 8.18rem;
    margin:0.22rem auto 0;
    border-top-left-radius: 0.24rem;
    border-top-right-radius: 0.24rem;
    box-shadow: 0px 0px 0.4rem #efefef;

}
input::-webkit-input-placeholder{
    font-weight: 400;
}
.banner .center div{
	height: .94rem;
	margin-top: 0.22rem;
    margin-left: 0.32rem;
    margin-right: 0.32rem;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
}
.banner .center .room{
    height: 1.16rem;
    margin-left: 0.32rem;
    margin-right: 0.32rem;
    border-bottom: 1px solid #d2d2d2;
    padding-top: 0.22rem;
}
.banner .center div p{
    font-size: 0.22rem;
    color: #e73e33;
    position: absolute;
    bottom: -0.4rem;    
    margin-left: 0.76rem;
    display:none;
}
.banner .center input{
	width: 87%;
	height: .94rem;
	font-size: 0.28rem;
	line-height: .94rem;
    float: left;
    border: none;
    background: none;
    color:#000;
    font-weight: bold;
}

.banner .center .verification button{
	width: 2.36rem;
	height: .6rem;
	display: inline-block;
	padding-left: 0.1rem;
	line-height: 0.6rem;
	color:#b28850;
    font-size: 0.24rem;
	vertical-align: top;
    margin-top: 0.18rem;
    margin-left: 0.24rem;
    font-weight: bold;
    text-align: right;
    background: none;
    border: none;

}

.banner .center .verification .avtion{
	color: #fff;
}
.banner button.suber{
    display: inline-block;
    border:none;
    height: 1rem;
    width: 100%;
    text-align: center;
    color:#fff;
    background: #a40000;
    line-height: 1rem;
    font-size: 0.38rem;   
    left: 0;
    font-weight: bold;
}
.banner button.backclor{
    display: inline-block;
    border:none;
    height: 1rem;
    width: 100%;
    text-align: center;
    color:#fff;
    background: #b5b5b5;
    line-height: 1rem;
    font-size: 0.38rem;   
    left: 0;
    font-weight: bold;
}

.rule {
    text-align: center;
}
.rule i.icon{
    width: 0.2rem;
    height: 0.2rem;
    background-image: url(../image/iocn.png);
    background-size: 0.2rem 0.2rem;
    display: inline-block;

}
.rule i.back{
    width: 0.2rem;
    height: 0.2rem;
    background: #b5b5b5;
    display: inline-block;

}
.rule i{
    margin-right: 0.12rem;
    
}
.rule span{
    color:#434343;
    font-size: 0.22rem;
}
.rule a{
    color:#996c33;
    font-size: 0.22rem;
}
.error_pop{
    width: 100%;
    height: 3.07rem;
    background-image: url(../image/sb.png);
    background-size: 100% 3.07rem;
    position: absolute;
    top:50%;
    margin-top: -2.53rem;
    z-index: 2;
    left:0;
    display: none;
}
.error_pop p{
    width: 0.58rem;
    height: 0.58rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -0.08rem;
}
.pop_mask{
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    background: #000;
    opacity: 0.6;
    z-index: 1;
    position: absolute;
    display: none;
}

.error_suess{
    width: 100%;
    height: 4.31rem;
    background-image: url(../image/suess.png);
    background-size: 100% 4.31rem;
    position: absolute;
    top:50%;
    margin-top: -2.53rem;
    z-index: 2;
    left:0;
    display: none;
}
.error_suess a{
    width: 3rem;
    height: 0.7rem;
    position: absolute;
    bottom: 0.36rem;
    left: 50%;
    margin-left: -1.3rem;
}