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;
}
input{
	font-size: 0.28rem;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: white;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	/*background-color: RGBA(250, 250, 251, 1);*/
	overflow-x:hidden ;
}

img {
	display: block;
}

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;
}




.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;
}

.container{
	width: 7.5rem; 
	margin: 0 auto;
	box-sizing: border-box;
	overflow-y: auto;
	overflow-x: hidden;
}




/*footer_list*/
.footer_list{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: flex;
	height: 1rem;
	width: 7.5rem;
	background-color: #FFFFFF;
}
.footer_item{
	color: #C5C5C5;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 2.49rem;
	align-items: center;
}
.footer_item .iconfont{
	margin-bottom: 0.1rem;
	font-size: 0.35rem;
	line-height: 1;
}
.footer_tit{
	font-size: 0.24rem;
	line-height: 0.24rem;
}
.footer_list .active{
	background-color: #2D80FC;
	color: #FFFFFF;
}
.footer_border{
	position: relative;
}
.footer_border:before{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-right: 1px solid #E9E9E9;
	position: absolute;
	right: 0;
}
.pic_popup {
	width: 100%;
	height: 0.72rem;
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	font-size: 0.32rem;
	color: #FFFFFF;
	text-align: center;
	line-height: 0.72rem;
	font-weight: bold;
}



/*mask*/
.mask{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	left: 0;
	top: 0;
	z-index: 3;
}