@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.173333rem;
	line-height: 1.173333rem;
	color:#fff;
}

header .sort{
	position: absolute;
	right: 0.266667rem;
	top: 0.266667rem;
}

header .sort img{
	width: 0.693333rem;
	height: 0.693333rem;
}

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 .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 {

}

section .content .list {
	margin-top: 0.133333rem;
	background: #fff;
	font-size: 0.32rem;
}

.content .list h2{
	font-weight: normal;
	background: #f5f7f4;
	padding: 0.106667rem 0.266667rem;
}

.content .list .main {
	height: 1.6rem;
	position: relative;
	padding: 0 0.266667rem;
	font-size:0.373333rem;
}

.content .list .main: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%;
}

.list .main span.rela {
	position: relative;
}

.list .main img {
	width: 1.066667rem;
	height: 1.066667rem;
	margin: 0.266667rem 0.266667rem 0.266667rem 0;
	float: left;
	border-radius: 50%;
	overflow: hidden;
}

.list .main .circle img {
	width: 0.426667rem;
	height: 0.426667rem;
	position: absolute;
	margin: 0;

}

.circle .bg2 img {
	z-index: 10;
}

.list .main .circle .img{
	width: 0.426667rem;
	height: 0.426667rem;
	position: absolute;
	top:0.933333rem;
	right: 0.266667rem;
	border-radius: 50%;
	overflow: hidden;
}

.list .main  .name {
	width: 100px;
	padding-right: .2666667rem;;
	position: absolute;
	top: .4rem;
	left: 1.6rem;
	background: url(../img/female@2x.png) no-repeat center;
	background-size: .32rem;

}

.list .main .autograph {
	position: absolute;
	top: .8rem;
	left: 1.6rem;
	height: 50%;
	color: #bdcbcb;
}

.list .main .not {
	width: 1.68rem;
	height: 0.693333rem;
	line-height: 0.693333rem;
	border-radius: 0.346667rem;
	background: #26bb1c;
	text-align: center;
	color:#fff;
	margin-top: 0.453333rem;
	font-size:0.32rem;
}

.list .main .yet {
	width: 1.68rem;
	height: 0.693333rem;
	line-height: 0.693333rem;
	border-radius: 0.346667rem;
	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-top: 0.453333rem;
	font-size:0.32rem;
}

.show{display: block;}
.hide{display: none;}

#loadMore{
	font-size: 0.186667rem;
	padding:0.266667rem 0;
	background: #eee;
	text-align: center;
	text-decoration: underline;
}

