h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	margin: 0;
	padding: 0;
	font-family: PingFang-SC-Medium;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	-webkit-appearance: none;
}

a {
	text-decoration: none;
	outline: none;
	color: white;

	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
	/*position: relative;*/
	width: 100%;
	/*height: 100%;*/
	padding: 0;
	margin: 0;
	background-color: #F8F8F8;
}

img {
	display: block;
	width: 100%;
	height: 100%;
}

div {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	width: 100%;
	box-sizing: border-box;
}

li {
	list-style: none;
}

li img {
	display: block;
	width: 100%;
	height: 100%;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	-webkit-appearance: none;
	outline: none !important;
}

textarea {
	-webkit-appearance: none;
	outline: none !important;
}

.container{ -webkit-overflow-scrolling:touch;}


.nomore{
	width: 3rem;
	height: 3rem;
	margin: 0 auto;
	margin-top: 3rem;
}
.nomore_font{

font-size:0.26rem;
font-family:PingFang-SC-Medium;
color:RGBA(102, 102, 102, 1);
line-height:0.7rem;
text-align: center;
}

span{
	margin: 0rem;
	padding: 0rem;
}
span.back_href {
	display: flex;
	line-height: .5rem;
}
.container{
	width: 7.5rem;
	/*height: 100%;*/
	margin: 0 auto;
	box-sizing: border-box;
	overflow-y: scroll;
	overflow-x: hidden;
}


.header{
	width: 100%;
	height: 1rem;
	background-color: #FFFFFF;
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.4rem;
	z-index: 999;
	border-bottom: 1px solid #E4E4E4;
}
/*.header_wrap{
	height: 1rem;
}*/

.return{
	position: absolute;
	font-size: 0.32rem;
	left: 0.2rem;
	display: flex;
	align-items: center;
	height: 1rem;
}
.return .iconfont{
	font-size: 0.5rem;
}

.header_place{
	width: 100%;
	height: 1rem;
	background-color: #FFFFFF;
}

.test_num{
	width: 4rem;
	height: 1.2rem;
	background-color: rgba(0,0,0,0.6);
	opacity:0.9;
	border-radius: 0.15rem;
	overflow: hidden;
	position: fixed;
	top: 50%;
	transform: translateY(-0.6rem);
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 999;
	font-size: 0.3rem;
	color: #FFFFFF;
	line-height: 1.2rem;
	text-align: center;
	display: none;
}



/*.footer*/
.footer{
	display: flex;
	position: fixed;
	bottom: 0;
	height: 1rem;
	color: #BBBBBB;
	background-color: #FFFFFF;
	z-index: 4;
	box-shadow: 0.1rem 0.1rem 0.2rem rgba(0,0,0,0.6);
}
.footer_item{
	width: 33%;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.footer_text{
	font-size: 0.22rem;
	line-height: 1;
	margin-top: 0.1rem;
}
.footer .active{
	color: #F2A401;
}
.footer_item .iconfont{
	font-size: 0.4rem;
	margin-top: 0.1rem;
}

.position_a{
	position: absolute;
}

/*底部icon*/
.bottom_icon {
	display: flex;
	justify-content: center;
	/*position: absolute;*/
	position:fixed;
	bottom: 0.2rem;
	left: 0;
	right: 0;
	/*margin: 0.42rem auto 0.34rem;*/
}
.bottom_img{
	width: 0.4rem;
	height: 0.3rem;
}
.bottom_text{
	font-size: 0.24rem;
	color: #241A17;
}


/*遮罩*/
.mask{
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0,0,0,0.7);
	left: 0;
	top: 0;
	display: none;
	z-index: 5;
}