@charset "utf-8";

header {
	height: 1.173333rem;
	background: #fff;
	position: relative;
	text-align: center;
}
header h1 {
	font-weight: normal;
	font-size:0.426667rem;
	height: 1.173333rem;
	line-height: 1.173333rem;
}
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;
}

.content li {
	/*height: 3.946667rem;*/
	position: relative;
	background: #fff;
	margin-top: 0.133333rem;
}

.content li:first-child {
	margin-top: 0;
}

.content li:before {
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	bottom: auto;
	right: auto;
	width: 100%;
	height: 1px;
	z-index: 15;
	background: #e3e8e2;
	display: block;
	transform:scaleY(.5);
	-webkit-transform:scaleY(.5);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

.content li h2{
	font-weight: normal;
	height: 1.706667rem;
	line-height: 1;
	padding: 0 0.266667rem;
	font-size:0.32rem;
}

.content li h2 .portrait {
	position: relative;
}

.content li h2 .portrait img {
	width: 1.173333rem;
	height: 1.173333rem;
	margin: 0.266667rem 0.16rem 0.266667rem 0;
	border-radius: 50%;
	overflow: hidden;
}

.content li h2 .circle img {
	width: 0.426667rem;
	height: 0.426667rem;
	position: absolute;
	margin: 0;	
}

.circle .bg2 img {
	z-index: 10;
}

.content li h2 .circle .img {
	width: 0.426667rem;
	height: 0.426667rem;
	position: absolute;
	right: 0.133333rem;
	bottom:0.266667rem;
	overflow: hidden;
	border-radius: 50%;
}

.content li h2 .name {
	padding: 0.426667rem 0 0.16rem;
	font-size:0.373333rem;
}

.content li h2 p i{
	font-size:0.373333rem;
	margin-left: 0.106667rem;
	vertical-align: middle;
}

.content li .text {
	/*height: 2.026667rem;*/
	padding: 0.213333rem 0.266667rem;
	background: #f5f7f4;
	line-height: 1.5;
	font-size:0.32rem;
}

.content li .triangle {
	position: absolute;
	left: 1.653333rem;
	top: 1.413333rem;
	border:0.16rem solid;
	border-color:transparent transparent #f5f7f4 transparent;
	border-style:dashed dashed solid dashed;
}

