    body{
        background-color: #f7f7f7
    }

.academy-wrapper {
    display: flex;
    justify-content: space-between;
}

.card-container {
    width: 70%;
    margin: 15px 0px 15px 0px;
}

.card {
    background-color: #FFFFFF;
    margin: 25px 0px;
    padding: 30px;
}

.card-header {
    color: #000000;
    font-size: 24px;
    margin-left: 26px;
    font-weight: bold;
}

.card-list {
    display: flex;
    justify-content: space-between;
    color: #666666;
    font-size: 18px;
    margin: 0px 15px 15px 16px;
}

.card-list:first-child {
    margin-top: 32px;
}

.card-list a {
    width: 75%;
    color: #666666;
    font-size: 18px;
    display: -webkit-box !important;
    -webkit-line-clamp: 1; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.more-link {
    display: flex;
    justify-content: center;
    color: #666666;
    font-size: 18px;
}

.hot-rankings {
    width: 30%;
    margin: 40px 25px 40px 25px;
    height: 100%;
}

.hot-rankings h3{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}

.styles_hot__iN_BE .styles_title1__vEtRr {
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #666666;
    letter-spacing: .8px;
    line-height: 18px;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    width: calc(100% - 22px)
}

.styles_hot__iN_BE ul li {
    display: flex;
    margin-top: 24px;
    align-items: center;
    cursor: pointer
}

.styles_hot__iN_BE ul li .styles_number__kjd8G {
    display: inline-block;
    flex-shrink: 0;
    font-family: SFCompact-Regular;
    width: 24px;
    height: 24px;
    line-height: 23px;
    text-align: center;
    margin-right: 14px;
    background: transparent;
    color: #888888;
    font-size: 14px;
}

.page-title,
.news_news_list__XbwLj {
    display: none;
}

@media (max-width: 1080px) {
    .banner-subtitle h2{
        font-size: inherit;
        line-height: 1.6;
        font-weight: normal;
        margin-top: 2vw;
    }
    
    body{
        background-color: #f4f4f4
    }
    
    .academy-wrapper {
        display: none;
    }

    .page-title {
        display: block;
        font-size: 24px;
        padding-left: 25.72px !important;
    }

    .news_news_list__XbwLj {
        display: block;
    }

    .tabs {
        display: flex;
        margin: 20px 0;
        border-radius: 6px;
        justify-content: center;
        
    }

    .tab-button {
        font-size: 3.8vw;
        padding: 2.5vw;
        border: none;
        cursor: pointer;
        background-color: #ECECEC;
        color: #666666;
        border-radius: 0;
        margin-right: 0;
        background: #FFFFFF;
    }

    .tab-button.active {
        background-color: #DC0000;
        color: #FFFFFF;
        border-radius: 2px;
    }

    button#accountTab {
        /*border-top-left-radius: 6px;*/
        /*border-bottom-left-radius: 6px;*/
    }

    button#faqTab {
        /*border-top-right-radius: 6px;*/
        /*border-bottom-right-radius: 6px;*/
    }
    
    .divider{
        width: 0.5px;
        height: 8vw;
        background-color: #D2D2D2;
        margin-top: 1vw;
    }

    .news_news_wrap__2cbiV .news_news_list__XbwLj .news_list_wrap__2T_Za {
        border-bottom: 1px solid #DCDCDC;
    }

    .news_news_wrap__2cbiV .news_news_list__XbwLj .news_list_wrap__2T_Za:last-child {
        border-bottom: none;
    }

    .more-link-button {
        margin-top: 4vw;
        width: 100%;
        height: 12vw;
        background-color: #EEEEEE;
        color: #666666;
        font-size: 3.6vw;
        border: none;
    }
}