.add-rank-list ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.add-rank-list ul li{
    width: 571px;
	height: 200px;
	border: solid 1px #eeeeee;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.add-rank-list ul li .left{
    height: 100%;
	width: 200px;
    border-right:1px solid #eee;
    background: #f6f6f6 url('../images/add_rank_1.png')no-repeat center top 21px;
    overflow: hidden;
}

.add-rank-list ul li .left .img{
    width: 86px;
	height: 86px;
    border-radius: 50%;
    margin:0 auto;
    margin-top: 56px;
    margin-bottom: 20px;
}

.add-rank-list ul li .left  .time{
    text-align: center;
    font-size: 14px;
    color:#999;
}

.add-rank-list ul li .left .img img{
    width: 86px;
	height: 86px;
    border-radius: 50%;

}

.add-rank-list ul li .right{
    flex:1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-left: 24px;
}

.add-rank-list ul li .right .name{
    font-size: 22px;
    color:#333;
    font-weight: bold;
}

.add-rank-list ul li .right .add-rank-a{
    display: flex;
    align-items: center;
    
}

.add-rank-list ul li .right .add-rank-a .item{
    width: 66px;
    margin-right: 20px;
}

.add-rank-list ul li .right .add-rank-a .img{
    width: 66px;
    height: 66px;
    border-radius: 15px;
    margin-bottom: 18px;
}

.add-rank-list ul li .right .add-rank-a .img img{
    width: 66px;
    height: 66px;
    border-radius: 15px;
}

.add-rank-list ul li .right .add-rank-a .bottom-name{
    text-align: center;
    font-size: 14px;
    color:#888;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-box .index-album ul{
    flex-wrap: wrap;
    margin-top: 20px;
}

.list-box .index-album ul li{
    width: 100%;
    margin-bottom: 10px;
}

.add-yd-list ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #eeeeee;
    padding-bottom: 15px;
    margin-top: 15px;
}

.add-yd-list ul li .yd{
    width: 5px;
	height: 5px;
	background-color: #ea494b;
}

.add-yd-list ul li .name{
    font-size: 16px;
    color:#333;
    margin:0 15px;
}

.add-yd-list ul li .time{
    font-size: 14px;
    color:#999;
}

.add-bg-right{
    width: 100%;
	height: 197px;
    background: url('../images/rank_more_bg.png') no-repeat center;
    background-size: 100%;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    position: relative;
    margin-top: 24px;
    margin-bottom: 24px;
}

.add-bg-right ul{
    position: absolute;
    bottom:0;
    left:15px;
	height: 138px;
    width: 255px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.add-bg-right ul li{
    width:76px;
    margin-bottom: 10px;
}

.add-bg-right ul li:nth-child(2){
    margin-bottom: 30px;
}

.add-bg-right ul li .img{
    width: 55px;
	height: 55px;
    border-radius: 50%;
    margin:0 auto;
}
.add-bg-right ul li .img img{
    width: 55px;
	height: 55px;
    border-radius: 50%;
}

.add-bg-right ul li .name{
    font-size: 14px;
    color:#666;
    margin-top: 12px;
    text-align: center;
}

.add-rank-show ul li{
    counter-increment:my;
}

.add-rank-show ul li:not(:nth-child(-n+3)) .num{
    background: url('../images/add_rank_jb.png')no-repeat center;
    position: relative;
}

.add-rank-show ul li:not(:nth-child(-n+3)) .num::after{
    content: counter(my);
    position: absolute;
    left:0;
    top:0;
    width: 142px;
    text-align: center;
    height: 71px;
    line-height: 58px;
    font-size: 30px;
    color:#fff;
}

.add-rank-top{
    border-top: 1px solid #f1f1f1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.add-rank-top h1{
	width: 200px;
	height: 50px;
	background-color: #ea494b;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color:#fff;
    margin:0;
}

.add-rank-top time{
    font-size: 14px;
    color:#999;
}