@charset "utf-8";

header {
	height: 1.173333rem;
	background: #00d865;
	position: relative;
	text-align: center;
}

header h1 {
	font-weight: normal;
	font-size:0.426667rem;
	height: 1.066667rem;
	line-height: 1.066667rem;
	color:#fff;
}
header .back {
	position: absolute;
	left: 0.266667rem;
	top: 0.266667rem;
}
header .back a{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	border-radius: 50%;
}
header .news {
	position: absolute;
	right: 0.266667rem;
	top: 0.266667rem;
}

.back i,.news 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%;
}

header .news {
	position: absolute;
	right: 0.266667rem;
	top: 0.266667rem;
	font-size: 0.32rem;
}
.news .redround {
	width: 0.16rem;
	height: 0.16rem;
	border-radius: 50%;
	background: red;
	position: absolute;
	right: 0;
	top: 0.053333rem;
}
header .msg{
	position: absolute;
	right: 0.366667rem;
	top: 0.366667rem;
	font-size: 0.32rem;
}
.msg img{
	width:0.466667rem;
	vertical-align: middle;
	margin-right: 0.133333rem;
}
.back i,.news i{
	font-size:0.666667rem;
	color:#fff;
}

.news i{
	vertical-align: middle;
	margin-left: 0.133333rem;
}

section .content li:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: auto;
	top: auto;
	z-index: 15;
	background: #e3e8e2;
	width: 100%;
	height: 1px;
	display: block;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}


section {
	margin: 0.133333rem 0 2.0rem;
}

section .content li {
	height: 1.6rem;
	background: #fff;
	padding: 0 0.266667rem;
	position: relative;
	line-height: 1;
}

.content li .portrait {
	position: relative;
}

.content li .portrait img{
	width: 1.066667rem;
	height: 1.066667rem;
	margin: 0.266667rem 0.213333rem 0 0;
	border-radius: 50%;
	overflow: hidden;
}

.content li .circle img {
	width: 0.426667rem;
	height: 0.426667rem;
	position: absolute;
	margin: 0;
}

.content li .circle .img {
	width: 0.426667rem;
	height: 0.426667rem;
	position: absolute;
	right: 0.213333rem;
	bottom:0;
	overflow: hidden;
	border-radius: 50%;
}

.content li .name {
	font-size:0.373333rem;
	padding: 0.426667rem 0 0.106667rem;
}

.content li p i {
	font-size:0.266667rem;
	margin-left: 0.106667rem;
	color:#e2e8e2;
}

.content li .award {
	display: inline-block;
	font-size:0.32rem;
}

.content li .fr img {
	width: 0.48rem;
	height: 0.666667rem;
	margin-top: 0.453333rem;
}

.content li .text {
	padding: 0.586667rem 0.133333rem 0 0;
	font-size:0.48rem;
}

.foot {
	height: 1.76rem;
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 99;
	background: #26bb1c;
}
.foot .portrait {
	position: relative;
	background: #fff;
	border-radius: 50%;
	width: 1.173333rem;
	height: 1.173333rem;
	padding: 0.053333rem;
	margin: 0.293333rem 0.226667rem 0;
}
.foot .portrait img{
	width: 1.173333rem;
	height: 1.173333rem;
	border-radius: 50%;
	overflow: hidden;
}

.foot .circle img {
	width: 0.426667rem;
	height: 0.426667rem;
	position: absolute;
	margin: 0;	
}

.circle .bg2 img {
	z-index: 10;
}

.foot .circle .img {
	width: 0.426667rem;
	height: 0.426667rem;
	position: absolute;
	right: 0;
	bottom:0;
	overflow: hidden;
	border-radius: 50%;
}

.foot .name {
	font-size:0.373333rem;
	padding: 0.426667rem 0 0;
}

.foot p i {
	margin-left: 0.106667rem;
}

.foot .award {
	display: inline-block;
}

.foot .award .small{
	font-size: 0.32rem;
	/*text-indent:-0.266667rem;*/
	color:#fff;
}

.foot .fr img {
	width: 0.48rem;
	height: 0.666667rem;
	margin-top: 0.453333rem;
}

.foot .text {
	padding: 0.64rem 0.4rem 0 0;
	font-size:0.48rem;
}

.show{display: block;}
.hide{display: none;}

