* {
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
	font-family: "Microsoft YaHei";
}

.bg {
	position: relative;
	background: url(../img/bj21.png) no-repeat 0 bottom;
	height: 100%;
	background-size: 6.4rem auto;
	display: none;
}

.header {
	/*关闭按钮定位*/
	position: relative;
	text-align: center;
	padding-top: 1.3rem;
	/*  display: flex;
    flex-direction: column;
    flex: 1;*/
}

.header span {
	display: none;
	color: #e94f3f;
	position: absolute;
	left: 1.05rem;
	top: 4.3rem;
	font-size: 1.4rem;
	width: 4.38rem;
	height: 1.6rem;
	text-align: center;
	line-height: 1.6rem;
	font-weight: bold;
    background: yellow;
    overflow: hidden;
    font-family: "times new roman";
}

.header span i {
	color: #e94f3f;
	font-style: normal;
	font-size: .45rem;
}

.close {
	display: none;
	position: absolute;
	left: .53rem;
	top:.1rem;
	color:#ECF0F0;
}
.close img{
	width: .31rem;
	height: .39rem;
}


.header .he {
	margin: 0 auto;
	height: 1.14rem;
	width: 1.14rem;
	border: 3px solid #fff;
	border-radius: 50%;
}

.header img.tou {
	width: 1.14rem;
	height: 1.14rem;
	border-radius: 50%;
}

h4 {
	/*flex: 1;*/
	font-size: .34rem;
	margin-top: .35rem;
	color: #fff;
	font-weight: normal;
}

.num {
	margin-top: .8rem;
	width: 2rem;
	height: auto;
	display: none;
}

/*. btt {
	flex: 7;
	font-size: .34rem;
	color: #000;
	margin-top: 1.5rem;
	text-align: center;
	display: blcok;
}

.btt .chai {
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	margin: 0 auto;
} 
.btt .chai img {
	height: 2.17rem;
	width: 2.08rem;
}*/

h5 {
	margin: 0 auto;
	margin-top: 2rem;
	font-size: .36rem;
	color: #fff;
	font-weight: normal;
}



.header .No {
	position: absolute;
	top: 4rem;
	left: 50%;
	color: #fff;
	display: none;
	font-size: .34rem;
	width: 6rem;
	height: auto;
	margin-left: -3rem;
}

#disNo{
	display: none;
}
.btt .chai{
	width: 30%;
    margin: 0.4rem auto 0;
}
.btt .chai img{
	width:100%;
}