.container {
    width: 100%;
    background: rgb(24, 34, 49);
    padding-bottom: 30px;
}

.expertPopularityList {
    width: 1100px;
    margin: 0 auto;
    padding: 45px 50px 50px;
    background: rgb(24, 23, 21);
}


/* banner图 */

.banner {
    width: 100%;
}

.banner img {
    width: 100%;
}


/* 排行榜内容 */

.expertPopularityCont {}


/* 热度榜tab切换 */

.popularityTab {
    /* width: 100%; */
    height: 50px;
    background: url('../image/rank/tabBg.png') no-repeat center;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    margin-top: 20px;
}

.popularityTab li {
    width: 370px;
    font-size: 20px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.popularityTab .popularityTabActive {
    /* background: rgb(231, 201, 173); */
    border-radius: 30px;
    color: rgb(57, 57, 56);
    background: url('../image/rank/tabActiveBg.png') no-repeat center;
}


/* 热度榜列表 */

.expertList {
    margin-top: 16px;
    display: none;
}

.expertList li {
    display: flex;
    justify-content: space-between;
    color: #ffffff;
    margin-bottom: 16px;
    padding: 12px;
    border-radius: 15px;
    background: rgb(51, 41, 31);
    position: relative;
    cursor: pointer;
}

.expertList li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}


/* 左侧 */

.expertListLeft {
    width: 860px;
    display: flex;
    align-items: center;
}

.expertName {
    width: 110px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(100, 85, 69);
    border-radius: 10px;
    margin-right: 15px;
}

.expertName h4 {
    font-size: 26px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
}

.expertCont {
    width: 740px;
}

.expertTitle {
    font-size: 22px;
    color: #ffffff;
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.popularityInfo {
    display: flex;
    margin: 15px auto 12px;
    color: rgb(164, 161, 159);
    font-size: 14px;
}

.popularityTime {
    margin-right: 15px;
    display: flex;
}

.popularityForum {
    display: flex;
}

.timeIcon,
.forumIcon {
    display: flex;
    align-items: center;
    margin-right: 6px;
}


/* 右侧 */

.expertListRight {
    display: flex;
    align-items: center;
}

.clickCont {
    text-align: center;
    margin-right: 85px;
}

.clickNum {
    font-size: 36px;
    color: #ffffff;
}

.clickCont p {
    color: rgb(164, 161, 159);
    font-size: 14px;
}

.rankInfo {
    position: absolute;
    top: 0;
    right: 25px;
}

.rankInfo .rankNum {
    width: 45px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #ffffff;
}

.rankInfo img {
    width: 45px;
    height: 55px;
}

.loadMore {
    margin-top: 30px;
}

.moreBtn {
    text-align: center;
}

.moreBtn img {
    cursor: pointer;
}

.rankInfo .rankOther {
    background: url('../image/rank/rankBg.png') no-repeat center;
    background-size: 100% 100%;
}