body {
	background-size: cover;
	min-height: 100vh;
}
#app {
	background: #fff;
	background-size: cover;
	/* max-width: 750px; */
	/* margin: 0 auto; */
	position: relative;
	min-height: 100vh;
	z-index: 1;
	padding-bottom: 1.64rem;
	
}
.top{
	padding: 0.2rem 0;
	background: #E92F2F;
	font-size: 0.35rem;
	color: #fff;width: 100%;
}
.top a{
	float: left;position: absolute;padding-left: 0.3rem;
	color: #fff;
}
.top p{width: 100%;text-align: center;}
.top .search{
	position: absolute;
	right: 0.4rem;
	width: 0.4rem;
	top: 0.14rem;
}
.top .settoo{
	position: absolute;
	right: 1.1rem;
	width: 0.4rem;
	top: 0.25rem;
}
.top .logo{
	width: 0.4rem;
	position: relative;
	top: 0.08rem;
	left: -0.1rem;
}
.title{
	background: #fff;border-bottom: 1px solid #eeeeee;
	margin-bottom: 0.02rem;
	padding-left: 0.2rem;
	padding-right: 0.2rem;text-align: center;
}
.title li{
	
	float: left;padding: 0.15rem 0;
	width: calc(100% / 3);position: relative;
}
.title li p{color: #666666;font-size: 0.3rem;}
.hover p{display: block;color: #E92F2F !important;}
.title .hover i{
	width: 0.5rem;
	border: 2px solid #E92F2F;
	display: block;
	margin: 0 auto;
	position: relative;
	top: 0.1rem;
}
.clear{clear: both;}
.tabs{
	background: #fff;border-bottom: 1px solid #eeeeee;
	padding-left: 0.2rem;
	padding-right: 0.2rem;text-align: center;
}
.tabs li{
	font-size: 0.25rem;position: relative;
	float: left;color: #666666;
	width: calc(100% / 6);color: #595757;padding: 0.17rem 0;
}
.tabs li i{
	
  	background-size: auto;
	background-size: 100% 100%;
	height: 0.2rem;
	width: 0.15rem;
	display: inherit;
	position: absolute;
	top: 0.2rem;
	right: 0.07rem;
}
.arrow0{background: url('../img/arrow0.png') no-repeat;}
.arrow1{background: url('../img/arrow1.png') no-repeat;}
.arrow2{background: url('../img/arrow2.png') no-repeat;}
.content{
	background: #fff;text-align: center;
}
.content ul{
	border-bottom: 1px solid #eeeeee;
	padding-left: 0.2rem;
	padding-right: 0.2rem;clear: both; overflow:auto; zoom:1;
}
.content li{
	font-size: 0.26rem;padding: 0.24rem 0rem;
	float: left;
	width: calc(100% / 6);
	color: #333;
	overflow: hidden;font-weight: bold;
}
.content li:nth-child(1){
	color: #000 !important;font-weight: unset;padding: 0.2rem 0rem;
}
.zhang li{color: #F01413 !important;}
.die li{color: #169F14 !important;}
.ping li{color: #666666 !important;}
.shengming{
	font-size: 0.25rem;
	text-align: center;
	color: #666;
	height: 0.6rem;
	line-height: 0.8rem;
}
.copyright{
	font-size: 0.22rem;
	text-align: center;
	color: #666;
	height: 0.8rem;
	line-height: 0.6rem;
}
.tel{
	font-size: 0.22rem;
	text-align: center;
	color: #666;
	height: 0.8rem;
	line-height: 0.6rem;
}

.hui{background: #FFFFCC;}

.back {
  background: url(/zdwx/imgs/return.png) no-repeat;  /* 返回图标 */
  background-size: contain;  /* 图标大小自适应容器 */
  width: 1rem;  /* 宽度为0.5rem */
  height: 1rem;  /* 高度为0.5rem */
  display: inline-block;  /* 行内块元素 */
  vertical-align: top;  /* 顶部对齐 */
}