@charset "utf-8";

header {
	height: 7.333333rem;
	position: relative;
	line-height: 1;
	background:-webkit-gradient(linear, 0 0,100% 100%,from(#95e728), to(#26bb1d));
	background: -ms-linear-gradient(left top, #95e728,  #26bb1d); 
	background: -moz-linear-gradient(left top, #95e728,  #26bb1d);
	background: -webkit-linear-gradient(left top, #95e728,  #26bb1d);
	background: -o-linear-gradient(left top, #95e728,  #26bb1d);
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#95e728,endColorStr=#26bb1d);
}

header .back {
	position: absolute;
	left: 0.266667rem;
	top: 0.266667rem;
}

header .back a{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	border-radius: 50%;
}

.back i{
	font-size:0.666667rem;
}

header figure {
	position: absolute;
	top:1.386667rem;
	width: 100%;
	color:#fff;
	z-index: 1;
	text-align: center;
	font-size:0.373333rem;
}

header figure .not {
	width: 1.706667rem;
	height: 0.586667rem;
	line-height: 0.586667rem;
	border-radius: 0.293333rem;
	background: #fff;
	text-align: center;
	color:#26bb1c;
	margin: 0.266667rem auto 0;
	font-size:0.32rem;
}

header figure .do_not {
	width: 1.706667rem;
	height: 0.586667rem;
	line-height: 0.586667rem;
	border-radius: 0.293333rem;
	background: #fff;
	text-align: center;
	color:#26bb1c;
	margin: 0.266667rem auto 0;
	font-size:0.32rem;
}

/*header figure .yet {
	width: 64px;
	height: 22px;
	line-height: 22px;
	border-radius: 11px;
	background: #f5f7f4;
	text-align: center;
	color:#9fb09f;
	border:1px solid #e2e8e2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 10px auto 0;
	font-size:12px;
}*/

header figure .circle{
	width: 2.24rem;
	height: 2.24rem;
	border-radius: 50%;
	position: absolute;
	top: 0;
	margin-left:-1.12rem;
	background: url(../img/my_icon23_22@2xavatar1.png.png) no-repeat center center;
	background-size: 2.453333rem 2.453333rem;
}
.circle .round{
	display: block;
	width: 1.706667rem;
	height: 1.706667rem;
	margin: 0.266667rem auto;
	background: #fff;
	border-radius: 50%;
}
.circle .img img {
	width: 0.426667rem;
	height: 0.426667rem;
	position: absolute;
	margin: 0;
}

.circle .img .bg2 img {
	z-index: 10;
}

.circle .img {
	width: 0.426667rem;
	height: 0.426667rem;
	position: absolute;
	bottom:0.333333rem;
	right: 0.333333rem;
	border-radius: 50%;
	overflow: hidden;
	z-index: 5;
}
header figure img{
	width: 1.6rem;
	height: 1.6rem;
	position: relative;
	margin: 0.32rem auto 0.533333rem;
	border-radius: 50%;
	overflow: hidden;
}
figcaption i {
	vertical-align: middle;
	margin-left: 0.133333rem;
}

header .bottom {
	height: 1.28rem;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
}
header .bottom li {
	width: 33%;
	height: 1.28rem;
	float: left;
	position: relative;
}

.bottom li a{
	width: 100%;
	height: 100%;
	z-index: 10;
	position: absolute;
	left: 0;
}

header .bottom li.middle {
	width: 34%;
}
.bottom li dt{
	font-size:0.48rem;
	color:#fff;
	margin-bottom: 0.186667rem;
}
.bottom li dd{
	color:#fff;
	opacity: .5;
	font-size:0.373333rem;
}

section .sum{
	height: 1.306667rem;
	padding: 0 0.266667rem;
	line-height: 1.306667rem;
	background: #fff;
	position: relative;
	font-size: 0.32rem;
}

.sum i{
	font-size:0.426667rem;
	margin-right:0.32rem;
	color:#26bb1c;
	vertical-align:text-top;
}
section .sum:after, section .volunteer:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: auto;
	top: auto;
	width: 100%;
	height: 1px;
	z-index: 15;
	background: #e2e8e2;
	display: block;
	transform:scaleY(.5);
	-webkit-transform:scaleY(.5);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}


section nav {
	margin: 0.133333rem 0;
	/*height: 2.4rem;*/
	line-height: 1;
	background: #fff;
	font-size:0.32rem;
}
nav li.middle {
	width: 34%;
	border-right: 1px solid #e3e8e2;
	border-left: 1px solid #e3e8e2;
}
nav li{
	width: 33%;
	height: 2.4rem;
	border-bottom:1px solid #e3e8e2;
	float: left;
	text-align: center;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

nav li a {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
}

nav li .number {
	/*padding:0.066667rem 0.133333rem;*/
	padding:0.066667rem 0.133333rem;
	position: absolute;
	left: 65%;
	top: 0.32rem;
	border:1px solid #a0b19f;
	font-size:0.34rem;
	border-radius: 0.266667rem;
}

nav li:first-child dt{
	font-size:0.666667rem;
}
nav li dt{
	font-size:0.666667rem;
	color:#26bb1c;
	padding: 0.586667rem 0 0.266667rem;
}
section .us {
	height: 3.493333rem;
	padding: 0.32rem 0.266667rem;
	background: #fff;
	margin: 0.133333rem 0;
	font-size:0.32rem;
}
.us h2 {
	font-weight: normal;
	margin-bottom: 0.293333rem;
}
.us h2 i{
	font-size:0.466667rem;
	color:#26bb1c;
	vertical-align: middle;
	margin-right: 0.266667rem;
}
.us .main {
	position: relative;
}
.us .main li.middle {
	position: absolute;
	left: 50%;
	margin-left: -15.35%;
}
.us .main li{
	width: 30.7%;
	height: 2.133333rem;
	background: #f5f7f4;
	border-radius: 0.133333rem;
	border:1px solid #e3e8e2;
	position: relative;
	text-align: center;
	line-height: 1;
}
.us .main li img {
	margin: 0.106667rem;
}
.us .main .left img {
	width: 0.573333rem;
	height: 0.773333rem;
}
.us .main .middle img {
	width: 0.666667rem;
	height: 0.72rem;
}
.us .main .right img {
	width: 0.706667rem;
	height: 0.586667rem;
}
.us .main li dl{
	width: 100%;
	position: absolute;
	top: 0.666667rem;
}
.main li dl dt{
	font-size:0.426667rem;
	margin-bottom: 0.213333rem;
}
.main li dl dd , .main li dl dt .small{
	font-size:0.266667rem;
	-webkit-transform: scale(.8);
	transform: scale(.8);
}


