
.wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	display: box;
	display: -webkit-box;
	-webkit-box-orient:vertical;
			box-orient:vertical;
}

.wesing-header {
	position: relative;
	width: 100%;
	height: 4rem;
	background: #fff;
	border-bottom: 1px solid #bebfc2;
}
.tab-box {
	width: 70%;
	margin-left: 15%;
	line-height: 4rem;
}
.tab-item {
	position: relative;
	display:inline-block;
	width: 32%;
	height: 4rem;
	text-align: center;
	font-size: 1.2rem;
	color: #999;
}
.tab-active {
	color: #222;
}
.user-avatar {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 2rem;
	height: 2rem;
	border: 1px solid  #bebfc2;
	border-radius: 2rem;
}
.triangle {
	display: none;
	position: absolute;
	bottom: -1px;
	left: 50%;
	margin-left: -10px;
	width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e5e6e9;
}
.tab-active .triangle{
	display: block;
}


.container {
	box-flex: 1;
	-webkit-box-flex: 1;
	overflow: scroll;
}
.rank-tit {
	line-height: 4rem;
	text-indent: 40px;
	color: #4852b3;
	font-size: 1.2rem;
	background: url(../images/icon-tit.png) no-repeat 15px center;
}
.rank-list {
	padding-left: 15px;
}
.rank-item {
	padding-top: 10px;
	overflow: hidden;
}
.rank-logo {
	width: 110px;
	float: left;
}
.rank-first3 {
	position: relative;
	margin-left: 125px;
	min-height: 120px;
	padding-left: 10px;
	border-bottom: 1px solid #ccc;
}
.first3-itme {
	line-height: 35px;
	font-size: 16px;
	padding-right: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.btn-arrow {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 20px;
	height: 20px;
	margin-top: -20px;
	background: url(../images/btn-arrow.png) no-repeat center center;
	background-size: contain;
}

.wesing-footer {
	position: relative;
	width: 100%;
	height:3rem;
	line-height: 3rem;
	padding: 0.5rem 0;
	overflow: hidden;
	background: #fff;
}

/*排行榜详情页样式---------------------------------------------------*/
.rank-box {
	width: 100%;
    height: 100%;
    display: box;
    display: -webkit-box;
}
.rank-flex {
	box-flex: 1;
    -webkit-box-flex: 1;
    line-height: 4.2rem;
}
/*.rank-flex:nth-child(1){
	box-flex: 2;
    -webkit-box-flex: 2;
}*/
.rank-songname {
	max-width: 120px;
	height: 4.2rem;
	text-indent: 1rem;
	color: #4852b3;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.rank-copyright {
	display: inline-block;
	width: 60px;
	height: 20px;
	margin-top: 1.3rem;
	background: url(../images/btn-copyright.png) no-repeat center top;
	background-size: contain;
}
.rank-avatar {
	float: left;
	display: inline-block;
	width: 2rem;
	height: 2rem;
	margin-top: 1.1rem;
	margin-right: 5px;
	border-radius: 2rem;
}
.rank-writer {
	display: inline-block;
	width: 4rem;
	color: #999;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.rank-focus {
	display: block;
	width: 4rem;
	height: 2rem;
	margin-top: 1.1rem;
	background: url(../images/btn-focus.png) no-repeat center top;
	background-size: contain;
}
