/*body bg*/
h4.zwjilv{text-align:center;margin-top:30%;}
body{-webkit-user-select:none;-webkit-user-drag:none; -webkit-touch-callout: none;
}
.writebg{
	background:#fff;
}
.mui-pull-right{
	font-size:0.6rem;
	color:black;
	line-height:44px;
}
.headertop a.headerright{
	font-size:0.6rem;
	color:black;
	padding-top:16px;
	line-height:0.8rem;
}
.footernav a{
	display:block;
	color:#333;
	float:left;
	width:25%;
	text-align:center;
	padding-top:0.2rem;
}
.footernav a span.icon{
	display:block;
	font-size:1rem;
	position:relative;
}
.footernav a span.icon span.mui-badge{
	position:absolute;
	top:0;
	right:20px;
	background:#f00;
	color:#fff;
}
.footernav a span.mui-tab-label{
	display:block;
	font-size:0.6rem;
}
.mui-bar-tab .mui-tab-item.mui-active{
	color:#c8291b;
}

.headertop h1.mui-title{
	color:#111111;
}
.headertop a.headerfanhui{
	font-size:0.6rem;
	color:#111111;
}
.headertop a.headerfanhui i{
	font-size:0.8rem;
	display:block;
	color: #111111;
}
.headertop a.headerfanhui b{
	line-height:0.8rem;
	display:block;
	float:left;
}

/*kefu*/
.onlinezx{
	width:3rem;
	height:auto;
	position:fixed;
	z-index:10;
	top:55%;
	right:0.4rem;
	display:none;
}
.onlinezx a{
	display:block;
}
.onlinezx a i{
	width:3rem;
	height:3rem;
	display:block;
	font-size:2rem;
	text-align:center;
	line-height:3rem;
	color:#fff;
	background:#ff5d66;
	border-radius:50%;
}
.onlinezx a b{
	display:block;
	font-size:0.7rem;
	color:#ff5d66;
	text-align:center;
}
.layui-layer-dialog .layui-layer-content{
	font-size: 0.6rem!important;
	color: #e6e6e6 !important;
}
.layui-layer{  top: 40%!important;}

.header_new{width: 100%;height:2.05rem;position: relative;border-bottom: 1px solid #eeeeee !important;!important;}
.header_new a{width: 2rem;height:1.5rem;position:absolute;left: 0.5rem;top: 0.5rem;}
.header_new a img{width: 0.5rem;height:0.8rem;}
.header_new h1{width: 100%;height:2rem;font-size: 0.65rem;color: #181818;line-height: 2rem;text-align: center;}
.bottom_line{position: absolute!important;width: 100%!important;bottom: 0.5rem!important;z-index: -1!important;}

.lower_prompt{width: 2rem;height: 2rem;border-radius: 50%;position: absolute;left: 50%;margin-left: -1rem;bottom: 6%;z-index: 999;opacity:0.8;}
.lower_prompt img{width: 100%}
.lower_prompt{
	animation-name:myslide;
	animation-duration:1.2s;
	animation-timing-function:linear;
	animation-delay:0s;
	animation-iteration-count:infinite;
	animation-direction:normal;
	animation-play-state:running;
}
@keyframes myslide
{
	0%   {opacity: 0.2;bottom: 6%;}
	10%  {opacity: 0.8;bottom: 6%;}
	40%  {opacity: 0.6;bottom: 8%;}
	80%{opacity: 0;bottom: 10%;}
	100% {opacity: 0;bottom: 6%;}
}

body { /* IOS禁止微信调整字体大小 */
	-webkit-text-size-adjust: 100% !important;
}