.trending-list_list_container__QMkHL {
    margin-bottom: 10px
}

.trending-list_list_container__QMkHL .trending-list_top_title__ISSZq {
    width: 100%;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px
}

.trending-list_list_container__QMkHL .trending-list_list__B893C {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
    text-decoration: none
}

.trending-list_list_container__QMkHL .trending-list_list__B893C .trending-list_list_item__XSegL {
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    border-radius: 8px;
    list-style: none;
    cursor: pointer;
    margin-bottom: 12px
}

.trending-list_list_container__QMkHL .trending-list_list__B893C .trending-list_list_item__XSegL:hover {
    background-color: hsla(0, 0%, 96%, .141)
}

.trending-list_list_container__QMkHL .trending-list_list__B893C .trending-list_list_item__XSegL .trending-list_item_link__lhJql {
    display: flex;
    align-items: flex-start
}

.trending-list_list_container__QMkHL .trending-list_list__B893C .trending-list_list_item__XSegL .trending-list_item_link__lhJql .trending-list_img__VXiHQ {
    margin-right: 16px;
    border-radius: 12px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .2), 0 1px 3px 1px rgba(60, 64, 67, .1);
    flex-shrink: 0;
    overflow: hidden
}

.trending-list_list_container__QMkHL .trending-list_list__B893C .trending-list_list_item__XSegL .trending-list_item_link__lhJql .trending-list_img__VXiHQ img {
    display: block;
    width: 240px;
    height: 100%
}

.trending-list_list_container__QMkHL .trending-list_list__B893C .trending-list_list_item__XSegL .trending-list_item_link__lhJql .trending-list_info__u_Rc9 {
    height: inherit;
    flex: 1 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.trending-list_list_container__QMkHL .trending-list_list__B893C .trending-list_list_item__XSegL .trending-list_item_link__lhJql .trending-list_info__u_Rc9 .trending-list_info_title__DLaXs {
    width: 100%;
    font-size: 22px;
    font-weight: bolder;
    line-height: 26px;
    max-height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    margin-bottom: 20px
}

.trending-list_list_container__QMkHL .trending-list_list__B893C .trending-list_list_item__XSegL .trending-list_item_link__lhJql .trending-list_info__u_Rc9 .trending-list_info_desc__bJ8lZ {
    max-height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.trending-list_list_container__QMkHL .trending-list_showmore_btn__1V7Bd {
    margin-top: 20px;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    border-radius: 24px;
    border: 1px solid #2fc0b7;
    color: #2fc0b7;
    box-sizing: border-box;
    cursor: pointer
}

.trending-list_list_container__QMkHL .trending-list_showmore_btn__1V7Bd:hover {
    background-color: #f0f8f8
}

@media screen and (min-width:768px) {
    .trending-list_list_container__QMkHL .trending-list_list__B893C .trending-list_list_item__XSegL {
        width: calc(50% - 24px)
    }
}

@media screen and (max-width:767px) {
    .trending-list_list_container__QMkHL .trending-list_top_title__ISSZq {
        font-size: 30px
    }
    .trending-list_list_container__QMkHL .trending-list_list__B893C .trending-list_list_item__XSegL {
        width: 100%;
        padding: 0;
        margin-bottom: 22px
    }
    .trending-list_list_container__QMkHL .trending-list_list__B893C .trending-list_list_item__XSegL .trending-list_item_link__lhJql {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        width: 100%;
        height: 100%
    }
    .trending-list_list_container__QMkHL .trending-list_list__B893C .trending-list_list_item__XSegL .trending-list_item_link__lhJql .trending-list_img__VXiHQ {
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px
    }
    .trending-list_list_container__QMkHL .trending-list_list__B893C .trending-list_list_item__XSegL .trending-list_item_link__lhJql .trending-list_img__VXiHQ img {
        width: 100%
    }
    .trending-list_list_container__QMkHL .trending-list_list__B893C .trending-list_list_item__XSegL .trending-list_item_link__lhJql .trending-list_info__u_Rc9 .trending-list_info_desc__bJ8lZ {
        display: none
    }
}

@media screen and (min-width:768px)and (max-width:1024px) {
    .trending-list_list_container__QMkHL .trending-list_list__B893C .trending-list_list_item__XSegL .trending-list_item_link__lhJql .trending-list_img__VXiHQ img {
        width: 180px
    }
    .trending-list_list_container__QMkHL .trending-list_list__B893C .trending-list_list_item__XSegL .trending-list_item_link__lhJql .trending-list_info__u_Rc9 .trending-list_info_title__DLaXs {
        font-size: 20px;
        margin-bottom: 10px;
        max-height: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }
}

.mobile_container__2b3Lm {
    padding-bottom: 20px
}

.mobile_container__2b3Lm .mobile_content__Tyk8u {
    padding: 0 10px
}

.mobile_container__2b3Lm .mobile_content__Tyk8u .mobile_search__kHqbF {
    width: 100%;
    padding: 10% 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

.mobile_container__2b3Lm .mobile_content__Tyk8u .mobile_main__rO0ke .mobile_LeftMainRightGridContainer__WuAay,
.mobile_container__2b3Lm .mobile_content__Tyk8u .mobile_main__rO0ke .mobile_LeftMainRightThreeContainer__B2vZG,
.mobile_container__2b3Lm .mobile_content__Tyk8u .mobile_main__rO0ke .mobile_trendingListContainer__Kos7o {
    margin-bottom: 30px
}

.pc_container__vAgY6 {
    padding-bottom: 20px;
    margin: 0 auto
}

.pc_container__vAgY6 .pc_top_ad__6Q_xU {
    width: 1162px;
    margin: 0 auto
}

.pc_container__vAgY6 .pc_content__FKiAu {
    max-width: 1336px;
    margin: 0 auto
}

.pc_container__vAgY6 .pc_content__FKiAu .pc_search__nAdiE {
    width: 100%;
    padding: 10% 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.pc_container__vAgY6 .pc_content__FKiAu .pc_main__b4oK5 {
    padding: 0 24px;
    margin: 0 auto
}

.pc_container__vAgY6 .pc_content__FKiAu .pc_main__b4oK5 .pc_LeftMainRightGridContainer__V9SIj,
.pc_container__vAgY6 .pc_content__FKiAu .pc_main__b4oK5 .pc_LeftMainRightThreeContainer__Bl7AQ,
.pc_container__vAgY6 .pc_content__FKiAu .pc_main__b4oK5 .pc_trendingListContainer__2FF3L {
    margin-bottom: 30px
}

@media screen and (min-width:768px)and (max-width:1024px) {
    .pc_container__vAgY6 .pc_content__FKiAu {
        padding: 0 46px;
        margin: 0 auto
    }
}

@media screen and (max-width:767px) {
    .light_home__W4iah {
        min-height: calc(100vh - 150px)
    }
    .light_home__W4iah .light_cate__dlNVG {
        font-size: 14px
    }
}

@media screen and (min-width:768px) {
    .light_home__W4iah {
        margin: 0 auto
    }
    .light_home__W4iah .light_cate__dlNVG {
        font-size: 14px
    }
}