    /* 用户绑定 */
body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,th,td,p,blockquote,
pre,form,fieldset,legend,input,button,textarea{
padding: 0;
 margin: 0;
font-family: "microsoft yahei";
}
html,body{
	min-height: 100%;
}
li{
	list-style: none;
}
*{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
.bw8_back_warp{
	width: 100%;
	height: 1.16rem;
	background: #363539;
	display:flex;
	line-height: 0.85rem;
	padding-top:0.3rem;
	box-sizing: border-box;
	color:#fff;
	font-size: .35rem;
	font-weight: 500;
	align-items: center;
	position: relative;
	justify-content: center;
	/* padding-left: .6rem; */
}
.bw8_back_warp .bw8_back_coin{
	position: absolute;
	left: 0.3rem;
	top:.35rem;
}
.bw8_back_warp .bw8_back_coin img{
	width: .22rem;
	height: auto;
}
.bw8_back_warp h4{
	margin:0 auto;
	font-size: 0.35rem;
}

.bw8_contant_warp .bw8_contant{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top:0.58rem;
}
.bw8_contant_warp img{
	width: 100%;
	height: auto;
}
.bw8_contant_warp .bw8_contant span{
	font-size: 0.3rem;
	color: #686666;
	margin-top:.085rem;
}
.bw8_contant_warp .bw8_contant h3{
	font-size: 0.62rem;
	line-height: 0.88rem;
	font-weight: 400;
}
.bw8_btn_warp{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top:1.28rem;
}
.bw8_btn_warp button{
	width: 5.42rem;
	height: 0.9rem;
	background: #4a99ec;
	color:#fff;
	margin-bottom: 0.44rem;
	font-size: .3rem;
	text-align: center;
	border-radius: 0.5rem  ;
	border:1px solid #4a99ec;
	outline: none;

}
.bw8_btn_warp .cancel_btn{
	background: #fff;
	color:#4799ff;
}