.index-down2 {
    min-width: 1400px;
    min-height: 2065px;
    background: url(../images/ranking/index2.jpg) no-repeat center top;
    background-color: #f2f1e4;
    position: relative;
}

.index-down2.height {
    min-height: 2304px;
}

.rank-card {
    background: url(../images/ranking/ranking-bg.png);
    width: 1228px;
    height: 1649px;
    margin: auto;
    margin-top: 210px;
    padding-top: 110px;
    padding-left: 35px;
    display: flex;
}

.rank-card-left {
    width: 218px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rank-card-left>div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rank-a {
    background: url(../images/ranking/btn-bg.png);
    width: 218px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #744104;
    font-size: 24px;
    margin-bottom: 5px;
}

.rank-view {
    height: 0px;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
}

.rank-view.active {
    /* 高度改为由脚本动态设置，避免固定值 */
}

.rank-view>a {
    color: #744104;
    font-size: 16px;
    background: url(../images/ranking/btn-bg-small.png);
    width: 203px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

.rank-view>a.geted {
    background: url(../images/ranking/btn-bg-geted.png);
    color: #ffffff;
}

.rank-card-right {
    margin-left: 40px;
}

.rank-right-btn {
    display: flex;
    padding-left: 35px;
}

.rank-right-btn>a {
    display: inline-block;
    border: 1px solid #744104;
    width: 87px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    color: #744104;
    font-size: 18px;
    margin-right: 10px;
}

.rank-right-btn>a.geted {
    background-color: #744104;
    color: #fff;
}

.rank-right-btn>a.disabled {
    pointer-events: none;
    background-color: #adadad;
    color: #fff;
    border: none;
}

.rank-right-table {
    margin-top: 20px;
    width: 838px;
}

.table-top {
    display: flex;
    background-color: #744104;
    color: #fff;
    font-size: 16px;
    height: 23px;
    line-height: 23px;
    padding-left: 78px;
}

.table-top>p {
    text-align: center;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-top>p:nth-child(1) {
    width: 50px;
}

.table-top>p:nth-child(2) {
    width: 164px;
    margin-left: 25px;
}

.table-top>p:nth-child(3) {
    width: 140px;
    margin-left: 8px;
}

.table-top>p:nth-child(4) {
    width: 100px;
    margin-left: 41px;
}

.table-top>p:nth-child(5) {
    width: 100px;
    margin-left: 50px;
}

.table-line {
    height: 28px;
    line-height: 28px;
    display: flex;
    background: none;
    border-bottom: 1px solid #744104;
}

.table-line>p {
    color: #744104 !important;
}

.rank-a>img {
    transform: rotate(-90deg);
    transition: transform 0.3s ease-in-out;
    margin-right: 5px;
}

.rank-a>img.rotate {
    transform: rotate(0deg);
}
