@charset "utf-8";
header {
	height: 1.173333rem;
	background: #00d865;
	position: relative;
}
header h1 {
	font-weight: normal;
	font-size:0.426667rem;
	height: 1.173333rem;
	line-height: 1.173333rem;
	text-align: center;
	color:#fff;
}

header .back {
	position: absolute;
	left: 0.266667rem;
	top: 0.266667rem;
}

header .news {
	position: absolute;
	right: 0.266667rem;
	top: 0.266667rem;
}

.news img{
	width: 0.533333rem;
	height: 0.506667rem;
}

header .back a{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	border-radius: 50%;
}

.back i {
	font-size:0.666667rem;
}

header .back {
	position: absolute;
	left: 0.266667rem;
	top: 0.266667rem;
}

.back img{
	width: 0.25rem;
    vertical-align: middle;
    margin-left: 0.133333rem;
    margin-top: 0.05rem;
}

header .back a{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	border-radius: 50%;
}

nav img {
	width: 100%;
}

nav{
	position: relative;
}

nav ul{
	margin-bottom: 0.133333rem;
}

nav li{
	width: 33.33333%;
	float: left;
	height: 1.173333rem;
	line-height: 1.173333rem;
	text-align: center;
	border-right: 1px solid #e2e8e2;
	box-sizing: border-box;
	font-size:0.373333rem;
	background: #fff;
}

nav li:last-child{
	border-right: none;
}

nav li i{
	font-size:0.533333rem;
	vertical-align: middle;
	margin-right: 0.266667rem;
} 

nav li .orage {
	margin-right: 0.16rem;
}

.content {
	display: none;
}

.content .main{
	padding: 0.533333rem 0.8rem 0;
	background: #fff;
	font-size:0.373333rem;
}

.content .main h2 {
	font-weight: normal;
	margin-bottom: 0.8rem;
	font-size:0.426667rem;
}

.content .main li {
	padding-bottom: 0.666667rem;
}

.content .main li i{
	font-size:0.56rem;
	vertical-align: middle;
	margin-right: 0.426667rem;
	display: inline-block;
	margin-bottom: 0.066667rem;
}

.content .main li span.txt{
	font-size:0.426667rem;
}	

.content .foot {
	padding: 0.533333rem 0;
	background: #fff;
	position: relative;
}

nav:before,.content .foot:before {
	content:'';
	position: absolute;
	bottom: auto;
	left: 0;
	right: auto;
	top: 0;
	width: 100%;
	height: 1px;
	background: #e2e8e2;
	display: block;
	z-index: 15;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

.content .foot .confirm {
	width: 4.16rem;
	height: 0.906667rem;
	line-height: 0.906667rem;
	text-align: center;
	border-radius: 0.426667rem;
	background: #26bb1c;
	color:#fff;
	font-size:0.373333rem;
	margin: 0 auto;
}

.content .main h3 {
	font-weight: normal;
	font-size:0.426667rem;
	margin-bottom: 0.213333rem;
}

.content .main .answer {
	margin-bottom: 0.426667rem;
}

.content .main .text {
	padding-bottom: 0.613333rem;
}

.content .main .text p {
	line-height: 1.5;
	font-size:0.373333rem;
	margin-bottom: 0.266667rem;
}

.content .foot .people {
	width: 4.16rem;
	height: 0.906667rem;
	line-height: 0.906667rem;
	text-align: center;
	border-radius: 0.426667rem;
	border:1px solid #26bb1c;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color:#26bb1c;
	font-size:0.373333rem;
	margin: 0 auto;
}

.show{display: block;}
.hide{display: none;}

