.rank-title{
    background-color: white;
    border-radius: 5px;
    margin-top: 30px;
}
.rank-title div{
    height: 58px;
}
.rank-top-item{
    width: 386px;
    height: 60px;
    background-color: #1e5eff;
    border-radius: 5px;
    text-align: center;
    line-height: 60px;
    position: relative;
}
.rank-top-item p{
    font-size: 18px;
    color: white;
}
.rank-top-item div{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: white;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    color: #1e5eff;
    font-weight: 500;
    position: absolute;
    right: 15px;
    top: 15px;
}
.rank-top{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.rank-content{
    width: 386px;
    background-color: white;
    padding-top: 4px;
    margin-top: 20px;
    border-radius: 5px;
    padding-bottom: 16px;
}
.rank-content-item{
    width: 346px;
    height: 185px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    margin: 16px auto 0;
    padding-bottom: 16px;
}
.rank-content-item-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rank-left{
    display: flex;
    align-items: center;
    margin-top: 16px;
}
.rank-left .rank-dengji{
    width: 26px;
    height: 40px;
    margin-left: 16px;
}
.rank-touxiang{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 16px;
}
.rank-touxiang img{
    width: 100%;
}
.rank-left p{
    font-size: 16px;
    margin-left: 16px;
}
.rank-right{
    font-size: 14px;
    color: #f07100;
    text-align: center;
    margin-right: 16px;
    margin-top: 10px;
}
.rank-middle{
    width: 314px;
    margin: 16px auto;
    font-size: 14px;
}
.rank-bottom{
    font-size: 12px;
    color: #f07100;
    margin-left: 16px;
}
.rank-content-box{
    display: flex;
    justify-content: space-between;
}