#fans {
	background: #ffffff;
}
/*内容*/
.ordercont {
	width: 100%;
	position: relative; padding-top:0.8rem;
}
/*top3*/
.toplist {
	padding:0.6rem 0.2rem;
	font-size: 0;
}
.toplist-o {
	position: relative;
	width: 33.33%;
	text-align: center;
	display: inline-block;
}
.toplist-o i {
    color: #a07833;
    position: relative;
    top: 0.06rem;
    z-index: 1;
    font-weight: 700;
    font-size: 0.74rem;
    display: block;
}
.toplist-o img {
    border-radius: 50%;
    border: 0.04rem solid #a07833;
    width: 1.2rem;
    height: 1.2rem;
    position: relative;
    top: -0.05rem;
}
.topl-o-con {
	padding: 0 0.06rem;
    font-size: 0.24rem;
 }
.topl-o-con p {
 	text-align: center;
 	white-space: nowrap;
 	overflow: hidden;
 	text-overflow: ellipsis;
 	color: #333333;
 	line-height: 1.5;
}
.topl-o-con p:last-child {
	-webkit-transform: scale(0.8);
 	-ms-transform: scale(0.8);
 	-o-transform: scale(0.8);
 	transform: scale(0.8);
	color: #999999;
}
.toplist-o:nth-child(1) img {
	border-color: #d2d2d2;
	top: -0.1rem;
}
.toplist-o:nth-child(2) img {
	width: 1.4rem;
    height: 1.4rem;
    top: -0.3rem;
    border-color: #edb801;
}
.toplist-o:nth-child(1) i {
	color: #d2d2d2;
	top: 0rem;
}
.toplist-o:nth-child(2) i {
	color: #edb801;
	top: -0.2rem;
}
.toplist-o i::after {
    content: '';
    position: absolute;
    font-size: 0.24rem;
    top: 0.3rem;
    left: 46%;
}
.toplist-o:nth-child(1) i::after {
    content: '2';
}
.toplist-o:nth-child(2) i::after {
    content: '1';
}
.toplist-o:nth-child(3) i::after {
    content: '3';
}
/*排行榜*/
.topcontain {
	width: 100%;
	position: relative;
	padding: 0 0.26rem;
}
.topcontain.my-fans {
    padding: 0.3rem 0.26rem;
}
.topcontain ul li {
	font-size: 0;
	margin-bottom: 0.2rem;
}
.topcontain ul li span {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.24rem;
	text-align: center;
}
.topcontain ul li span:nth-child(1) {
	width: 10%;
	font-size: 0.28rem;
	color: #666666;
}
.topcontain ul li span:nth-child(2) {
	width: 20%;
}
.topcontain ul li span:nth-child(3) {
	width: 45%;
}
.topcontain ul li span:nth-child(4) {
	width: 25%;
}
.topcontain ul li span img {
	width: 64%;
	border-radius: 50%;
	border: 0.02rem solid #f2f2f2;
}
/* 更多/底部 */
.pluncon-more {
    width: 100%;
    line-height: 0.8rem;
    border-top: 0.02rem solid #e8e8e8;
    text-align: center;
    display: none;
}
.pluncon-more span {
    font-size: 0.26rem;
    color: #999999;
}
.pluncon-more span i {
    color: #51b53b;
    font-size: 0.4rem;
    margin-right: 0.08rem;
}
.pluncon-more.morepl span i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.08rem;
}
.morshow {
	display: block;
}