/* 攻城榜S */

.rank-siegeRank {
    height: 572px;
    
    margin-top: 39px;
}

.rank-battleTitle {
    position: relative;
    padding-left: 34px;
    padding-top: 0;
    font-size: 16px;
    font-weight: 600;
    color: #4d4d4d;
}

.rank-battleTitle img {
    position: absolute;

    top: 0px;
    left: 0px;
}

.rank-siegeShow {
    background: #fff;
    height: 542px;
    margin-top: 14px;
    border-radius: 10px;
}

.rank-santoNow {
    width: 100%;
    height: 120px;
    background: linear-gradient(0deg, #f90, #ffe65e );
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    position: relative;
}

.rank-santoNow p {
    position: relative;
    left: 10px;
    top: 0;
    font-size: 18px;
    height: 52px;
    padding-top: 7px;
    color: #f90;
    margin-bottom: 1px;
}

.rank-santoNow .xingzhuang {
    width: 129px;
    height: 59px;
    position: absolute;
    left: 545px;
    top: -5px;
}

.rank-santoNow h5 {
    height: 18px;
    font-size: 18px;

    color: #ffffff;
    margin-bottom: 9px;
}

.rank-santoNow .heart {
    position: absolute;
    width: 20px;
    height: 18px;
    left: 605px;
}

.rank-santoNow .rank-battleObject {
    width: 580px;
    position: absolute;
    left: 26%;
    top: 70px;
    height: 100px;
    display: flex;
    justify-content: space-between;
}

.rank-battleObject .rank-object {
    text-align: center;
}

.rank-object img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #2a6eeb;
}

.rank-object:last-child img {
    border: 2px solid #cc234c;
}

.rank-object .rank-userName {
    font-size: 16px;

    color: #f90;
    line-height: 22px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.rank-object .rank-userID {
    font-size: 16px;

    color: #666666;
}

.rank-table {
    margin-top: 120px;
    width: 1220px;
    table-layout: fixed;
    font-size: 16px;
    
}

.rank-table tbody tr td {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rank-table tbody td a {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666666;
    text-align: left;
    margin-left: 3px;

}

.rank-table tbody td a:first-child {
   
    margin-right: 3px;
}

.rank-table thead tr {
    height: 50px;
    background: #ffc107;
    line-height: 50px;
    font-size: 18px;
    color: #4d4d4d;
}

.rank-table thead tr th:first-child {
    width: 80px;

}

.rank-table thead tr th:nth-child(2) {
    width: 400px;
}

.rank-table tbody tr {
    height: 50px;
    line-height: 50px;
    color: #666666;
}


.rank-table tbody tr:nth-child(2n) {
    height: 50px;
    background: #ffe65e;
    line-height: 50px;
}




/* 攻城榜E */