[v-cloak] {
    display: none !important;
}

[flex-center] {
    display: flex;
    align-items: center;
    justify-content: center;
}

[flex-between] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body,
html {
    margin: 0 auto;
    background: #000000;
}

a {
    text-decoration: none;
    display: block;
}

* {
    box-sizing: border-box;
}

li {
    list-style: none;
}

.textLine1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.textLine2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.textLine3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news_img {
    object-fit: cover;
}

/* app menu */
.app-menu-pannel {
    width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    background: linear-gradient(0deg, #000000, #000000), #814FC9;
    height: 100vh;
    z-index: 50;
    padding: .875rem 0;
    overflow-y: scroll;
    display: none;
}

.app-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #FFFFFF;
    font-size: .875rem;
    font-family: 'Noto Sans 700', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0em;
    margin-bottom: 1.1563rem;
    padding: 0 .5938rem 0
}

.app-menu-header .menu-close {
    width: 1.125rem;
    height: 1.125rem;
}

.app-menu-main {
    padding: 0 .9375rem .9375rem;
}

.app-menu-main .menuItem-container {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 14rem;
    margin-bottom: .9375rem;
    border-radius: .3125rem;
    padding: 1rem .9375rem .9375rem;
}

.app-menu-main .menuItem-container .menu-title {
    width: 7.6338rem;
    height: 2.845rem;
    margin-bottom: 1.5rem;
}

.app-menu-main .menuItem-container .menu-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .5625rem;
}

.app-menu-main .menuItem-container .menu-list .menuItem {
    display: block;
    width: 100%;
    min-height: 2.125rem;
    background: rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    border: .0313rem solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: .3125rem;
    line-height: 140%;
    text-transform: capitalize;
    letter-spacing: 0.015em;
    font-family: 'Alike Angular 400', sans-serif;
    font-size: .8125rem;
    color: #FFFFFF;
    padding: .4375rem .625rem;
}

.app-menu-main .menuItem-container:nth-child(1) {
    background-image: url(../resource/img/menubg-1.webp);
}

.app-menu-main .menuItem-container:nth-child(2) {
    background-image: url(../resource/img/menubg-2.webp);
}

.app-menu-main .menuItem-container:nth-child(3) {
    background-image: url(../resource/img/menubg-3.webp);
}

.app-menu-main .menuItem-container:nth-child(4) {
    background-image: url(../resource/img/menubg-4.webp);
}

/* swiper */
.app-version .swiper {
    position: relative;
}

.app-version header {
    width: 100%;
    padding: .605rem .5938rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.app-version header>div {
    width: 3.875rem;
    gap: .625rem;
}

.app-version header img,
.app-version header a {
    width: 1.625rem;
    height: 1.625rem;
}

.app-version .app-swiper {
    width: 100%;
    height: 17.0625rem;
}

.app-version .app-swiper .news_img {
    width: 100%;
    height: 100%;
}

.app-version .app-swiper .swiper-info {
    position: absolute;
    bottom: 1.75rem;
    left: 0;
    width: 100%;
    padding: 0 .9375rem;
    z-index: 2;
}

.app-version .app-swiper .swiper-category {
    color: #FFFFFF;
    font-size: 1rem;
    line-height: 100%;
    letter-spacing: 0.08em;
    text-transform: capitalize;
    font-family: 'Noto Sans 400', sans-serif;
    margin-bottom: .625rem;
}

.app-version .app-swiper .swiper-rate {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: .75rem;
}

.app-version .app-swiper .swiper-rate .rate {
    color: #FFFFFF;
    font-size: .625rem;
    font-family: 'Noto Sans 400', sans-serif;
    line-height: 100%;
}

.app-version .app-swiper .swiper-wrapper {
    position: relative;
}

.app-version .app-swiper .swiper-mask {
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(216, 216, 216, 0) 0%, #000000 100%);
    position: absolute;
    left: 0;
    top: 0;
}

.app-version .app-swiper .swiper-top-mask {
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(180deg, #D8D8D8 0%, rgba(216, 216, 216, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
}

.app-version .app-swiper .swiper-pagination {
    width: 100%;
    padding-left: .9063rem;
    position: absolute;
    bottom: .9375rem;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .3125rem;
}

.app-version .app-swiper .swiper-pagination-bullet {
    background: #FFFFFF;
    width: .9063rem;
    height: .1875rem;
    border-radius: 3.5rem;
    margin: 0;
}

.app-version .app-swiper .swiper-pagination-bullet-active {
    background: #DB0C0B;
    width: .9063rem;
    height: .1875rem;
    border-radius: 3.5rem;
}

/* first part */
.app-version .news_category {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 .7188rem 0 .9375rem;
    color: #FFFFFF;
    font-family: 'Noto Sans 600', sans-serif;
    text-transform: uppercase;
    line-height: 100%;
    font-size: .875rem;
    margin: 1.9688rem 0 1.25rem;
    letter-spacing: 0.08rem;
}

.app-version .news_category>img {
    width: 1.0625rem;
    height: 1.0313rem;
}

.app-version .app-slide {
    gap: .9375rem;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
    justify-content: space-between;
    margin: 0 0 0 .9375rem;
}

.app-version .app-slide .news_div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #171717;
    width: 16.4375rem;
    height: 6.875rem;
    border-radius: .3125rem;
    padding: .8125rem .625rem;
    gap: .625rem;
    flex-shrink: 0;
}

.app-version .app-slide .app-slide-left {
    width: 4.625rem;
    height: 5.25rem;
    flex-shrink: 0;
    position: relative;
}

.app-version .app-slide .app-slide-left .news_img:nth-child(1) {
    width: 3.75rem;
    height: 5.25rem;
    border-radius: .3125rem;
    position: relative;
    z-index: 3;
}

.app-version .app-slide .app-slide-left .news_img:nth-child(2) {
    position: absolute;
    left: .75rem;
    bottom: 0;
    z-index: 2;
    width: 3.4375rem;
    height: 4.8125rem;
    border-radius: .3125rem;
    filter: grayscale(0.4)
}

.app-version .app-slide .app-slide-left .news_img:nth-child(3) {
    position: absolute;
    left: 1.5rem;
    bottom: 0;
    z-index: 1;
    width: 3.125rem;
    height: 4.375rem;
    border-radius: .3125rem;
    filter: grayscale(1)
}

.app-version .app-slide .app-slide-right .news_type {
    color: #EDECFF;
    font-family: 'Noto Sans 700', sans-serif;
    font-size: .75rem;
    line-height: 140%;
    text-transform: capitalize;
    letter-spacing: 0.015em;
    margin-bottom: .4375rem;
}

.app-version .app-slide .app-slide-right .news_introduce {
    color: #666666;
    font-size: .625rem;
    line-height: 140%;
    letter-spacing: 0.015em;
    text-transform: capitalize;
    font-family: 'Alike Angular 400', sans-serif;

}

/* second part */
.app-version .trend-pannel {
    gap: .9375rem;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
    justify-content: space-between;
    margin: 0 0 0 .9375rem;
    padding-right: .9375rem;
}

.app-version .trend-pannel .news_div {
    width: 15.3125rem;
    height: 21.4063rem;
    padding: 1.6875rem .9375rem;
    border-radius: .3125rem;
    flex-shrink: 0;
}

.app-version .trend-pannel .news_div:nth-child(1) {
    background: url(../resource/img/trend-pannel-1.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.app-version .trend-pannel .news_div:nth-child(2) {
    background: url(../resource/img/trend-pannel-2.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.app-version .trend-pannel .trend-title {
    width: 12.2188rem;
    height: 1.4688rem;
    background-image: url(../resource/img/trendTitle.png);
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Noto Sans 600', sans-serif;
    font-size: 1.125rem;
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: 0.015em;
    color: #FFFFFF;
    margin: 0 auto 1.2813rem;
    text-align: center;
}

.app-version .trend-pannel .trend-img {
    width: 12.1563rem;
    height: 7.4375rem;
    border-radius: .3125rem;
    margin: 0 auto 1.9375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.app-version .trend-pannel .news_img:nth-child(1),
.app-version .trend-pannel .news_img:nth-child(3) {
    width: 3.75rem;
    height: 5.25rem;
    border-radius: .3125rem;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 0;
}

.app-version .trend-pannel .news_img:nth-child(1) {
    left: 0;
}

.app-version .trend-pannel .news_img:nth-child(3) {
    right: 0;
}

.app-version .trend-pannel .news_img:nth-child(2) {
    width: 5.3125rem;
    height: 7.4375rem;
    border-radius: .3125rem;
    position: relative;
    z-index: 2;
}

.app-version .trend-pannel .trend-list {
    display: flex;
    flex-direction: column;
    gap: 1.1875rem;
}

.app-version .trend-pannel .trend-list .trend-item {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: .625rem;
    color: #FFFFFF;
    letter-spacing: 0.015em;
    text-transform: capitalize;
    line-height: 110%;
    font-size: 1rem;
    font-family: 'Noto Sans 500', sans-serif;
}

.app-version .trend-pannel .trend-list .rank {
    font-size: 1.25rem;
    font-weight: 900;
    font-family: 'DIN Black 900', sans-serif;
    color: #F7AE5F;
    line-height: 110%;
}

.app-version .trend-pannel .trend-list .trend-item:nth-child(1) .rank {
    color: #F7615F;
}

.app-version .trend-pannel .trend-list .trend-item:nth-child(2) .rank {
    color: #F7945F;
}

/* third part */
.app-version .variety {
    width: 20.625rem;
    height: auto;
    border-radius: .3125rem;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.47) 0%, rgba(216, 216, 216, 0) 100%), url(../resource/img/variety-bg.webp);
    background-size: cover;
    margin: 3.7188rem auto 0;
    position: relative;
}

.app-version .variety .variety-img {
    width: 8.75rem;
    height: 4.4131rem;
    margin: .5313rem 0 .4306rem 1.2813rem;
}

.app-version .variety .people {
    width: 10.8125rem;
    height: 8.9375rem;
    position: absolute;
    right: 0;
    top: -1.8438rem;
}

.app-version .variety .variety-bottom {
    width: 100%;
    padding: 0 .625rem .25rem;
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(3, 6.0313rem);
    gap: .625rem;
}

.app-version .variety .variety-bottom .news_div {
    width: 100%;
    aspect-ratio: 1/1;
}

.app-version .variety .variety-bottom .news_img {
    width: 100%;
    height: 100%;
    border-radius: .3125rem;
}

/* four part */
.app-version .app-content {
    gap: .9375rem;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
    justify-content: space-between;
    margin: 0 0 0 .9375rem;
    padding-right: .9375rem;
}

.app-version .app-content .news_div {
    width: 11.5625rem;
    height: 11rem;
    border-radius: .3125rem;
    flex-shrink: 0;
}

.app-version .app-content .news_div:nth-child(1) {
    background: #4A7979;
}

.app-version .app-content .news_div:nth-child(2) {
    background: #4A5779;
}

.app-version .app-content .news_div:nth-child(3) {
    background: #79704A;

}

.app-version .app-content .news_div:nth-child(4) {
    background: #794A74;
}

.app-version .app-content .news_div:nth-child(5) {
    background: #79564A;
}


.app-version .app-content .news_div .news_img {
    width: 100%;
    height: 6.5625rem;
    border-radius: .3125rem .3125rem 0 0;
    display: block;
}

.app-version .app-content .news_div .news_type {
    margin: .625rem .4375rem .6563rem .4375rem;
    height: 3.1563rem;
    color: #EDECFF;
    font-size: .75rem;
    line-height: 140%;
    text-transform: capitalize;
    letter-spacing: 0.015em;
    font-family: 'Noto Sans 400', sans-serif;
}

/* fifth part */
.app-version .app-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: .9375rem;
}

.app-version .app-container .news_div {
    width: 20.625rem;
    height: 9.125rem;
    margin: 0 auto;
    background: #171717;
    border-radius: .3125rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .625rem;
    padding: .625rem;

}

.app-version .app-container .news_div .news_img {
    width: 5.625rem;
    height: 7.875rem;
    flex-shrink: 0;
    border-radius: .3125rem;
}

.app-version .app-container .news_div .news_type {
    font-family: 'Noto Sans 500', sans-serif;
    font-size: .75rem;
    line-height: 140%;
    text-transform: capitalize;
    letter-spacing: 0.015em;
    color: #EDECFF;
    margin-bottom: .4375rem;
}

.app-version .app-container .news_div .news_introduce {
    font-size: .625rem;
    color: #6B708E;
    line-height: 140%;
    text-transform: capitalize;
    letter-spacing: 0.015em;
    font-family: 'Alike Angular 400', sans-serif;
    margin-bottom: .8125rem;
}

.app-version .app-container .news_div .go {
    width: 4.5625rem;
    height: 1.625rem;
    border-radius: .3125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #484D59;
    text-transform: capitalize;
    letter-spacing: 0.015em;
    font-size: .75rem;
    font-family: 'Noto Sans 700', sans-serif;
    color: #FFFFFF;
}

.app-version .app-container .news_div .go:active {
    background: #E11413;
}

.app-version .app-container .news_div .view {
    width: 4.375rem;
    height: 2.0625rem;
    float: right;
}

.app-footer {
    height: 4.625rem;
    padding: 1.25rem 0 .9375rem;
    margin-top: .75rem;
    text-align: center;
    font-size: .75rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 0.3);
    vertical-align: middle;

}

.app-footer a {
    color: #FFFFFF;
}

.app-footer span {
    margin: 0 .625rem;
}

.app-footer> :last-child {
    font-size: .625rem;
    font-weight: normal;
    color: #FFFFFF;
    margin-top: .75rem;
    opacity: 0.6;
}

/* cookie */
.cookie-pannel {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    min-height: 8.0313rem;
    padding: .9375rem;
    background: rgba(0, 0, 0, 0.7);
    color: #FFFFFF;
    line-height: 1.4712rem;
    font-size: 1rem;
    font-family: 'Noto Sans 400', sans-serif;
    z-index: 10;
}

.cookie-pannel-tips {
    margin-bottom: .9375rem;
}

.button {
    width: 10.9375rem;
    height: 2.25rem;
    border-radius: .1875rem;
    background: #E11413;
    color: #ffffff;
    font-size: 1.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-family: 'Alike Angular 400', sans-serif;
    margin: 0 auto;
}

.LearnMore {
    display: none;
}

/* app language start  */
.app-mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 49;
    background: rgba(0, 0, 0, 0.6);
}

.language-pannel {
    width: 17.9264rem;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background: #000000;
    height: 100vh;
    z-index: 50;
    padding: 2.6285rem 0 1.0514rem;
}

.van-radio__label {
    color: #ffffff;
}

.language-pannel>div:nth-child(1) {
    color: #ffffff;
    font-size: 1.1565rem;
    font-family: 'Poppins 600';
    margin-bottom: 1.6822rem;
    padding: 0 1.8925rem;
}

.confirm-box {
    width: 100%;
    height: 6.8341rem;
    box-shadow: 0px -0.1051rem .2103rem 0px rgba(0, 0, 0, 0.05);
}

.confirm-lang {
    background: #484D59;
    border-radius: 1.0514rem;
    width: 15.4031rem;
    height: 2.6285rem;
    font-family: 'Poppins 600';
    color: #FFFFFF;
    line-height: 1.2617rem;
    font-size: .8411rem;
}

.van-radio-group {
    height: calc(100vh - 12.8797rem);
    padding: 0 1.8925rem;
}

.van-radio {
    justify-content: space-between;
    color: #4E4B66;
    font-family: 'Poppins 400';
    font-size: .8411rem;
    line-height: 1.2617rem;
    margin-bottom: 1.472rem;
}

/* app language end */
@media screen and (min-width: 600px) {
    .web-version {
        width: 100%;
        max-width: 1440px;
        margin: 0 auto;
    }

    .web-version header {
        width: 100%;
        height: 6.3158rem;
        position: fixed;
        top: 0;
        transform: translateX(-50%);
        left: 50%;
        padding: 1.4737rem 6.3158rem 2.6316rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 11;
        background: linear-gradient(179deg, #000000 5%, rgba(83, 83, 83, 0) 89%);
        max-width: 1440px;
    }

    .web-version header .logo {
        width: 2.4211rem;
        height: 2.4211rem;
    }

    .web-version header>ul {
        color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 3.1579rem;
        font-family: 'Noto Sans 600', sans-serif;
        font-size: 1.375rem;
        text-transform: uppercase;
        letter-spacing: 0em;
        height: 4.875rem;
    }

    .web-version .drop-down-wrapper {
        display: none;
        position: absolute;
        background: rgba(34, 30, 17, 0.72);
        border-radius: .625rem;
        padding: .75rem;
        white-space: nowrap;
        left: 50%;
        transform: translateX(-50%);
        top: 100%;
        flex-direction: column;
        gap: 2rem;
    }

    .web-version .drop-down-wrapper>li>a {
        color: #FFFFFF;
        text-transform: capitalize;
        letter-spacing: 0em;
        font-family: 'Noto Sans 400', sans-serif;
        font-size: 1.1579rem;
    }

    .web-version header>ul>li {
        position: relative;
        height: 100%;
        display: flex;
        align-items: center;
        font-size: 1.1579rem;
        font-family: 'Noto Sans 500', sans-serif;
        cursor: pointer;
    }

    .web-version header>ul>li:hover .drop-down-wrapper {
        display: flex;
    }

    .web-version .header-tools {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 5.7895rem;
        gap: 1.3684rem;
    }

    .web-version .header-tools img,
    .web-version .header-tools>div,
    .web-version .header-tools>a {
        width: 2.2105rem;
        height: 2.2105rem;
    }

    .web-version .header-tools div {
        position: relative;
    }

    /* language button */
    .van-radio-group {
        min-width: 10.625rem;
        height: auto;
        position: absolute;
        background: rgba(34, 30, 17, 0.72);
        border-radius: .625rem;
        padding: 1.25rem 1.25rem 0 1.25rem;
        white-space: nowrap;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        flex-direction: column;
        display: none;
    }

    .van-radio {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 1.1579rem;
        text-transform: capitalize;
        letter-spacing: 0em;
        font-family: 'Noto Sans 400', sans-serif;
    }

    .van-radio__label {
        color: #FFFFFF !important;
        line-height: 120%;
    }

    .web-version .header-tools div:hover .van-radio-group {
        display: flex;
    }

    /* first start */
    .web-swiper {
        width: 100%;
        height: 35.7895rem;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
    }

    .web-swiper .swiper-wrapper {
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }

    .web-swiper .swiper-slide {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }

    .web-swiper .news_img {
        width: 100%;
        height: 100%;
    }

    .web-swiper-mask {
        z-index: 2;
        position: absolute;
        width: 100%;
        height: 14.6842rem;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 99%);
        bottom: 0;
        left: 0;
    }

    .web-swiper .web-swiper-info {
        position: absolute;
        left: 6.3158rem;
        bottom: 4.2105rem;
        z-index: 3;
    }

    .web-swiper .web-swiper-info .news_type {
        text-transform: uppercase;
        font-size: 1.8947rem;
        font-family: 'Noto Sans 700', sans-serif;
        font-size: 1.8947rem;
        letter-spacing: 0em;
        color: #FFFFFF;
        margin-bottom: 1.0526rem;
    }

    .web-swiper .web-swiper-info .swiper-rate {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 0.75rem;
    }

    .web-swiper .web-swiper-info .rate {
        color: #FFFFFF;
        font-size: 1.0526rem;
        text-transform: capitalize;
        letter-spacing: 0.03em;
        font-family: 'Noto Sans 500', sans-serif;
    }

    .web-swiper .web-swiper-info .go {
        margin-top: 2.6316rem;
        width: 7.8947rem;
        height: 2.7368rem;
        border-radius: .5263rem;
        background: #E11413;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFFFFF;
        font-size: 1.2632rem;
        line-height: 140%;
        text-transform: capitalize;
        letter-spacing: 0.03em;
    }

    .auto-pagination {
        position: absolute;
        right: 6.3158rem;
        bottom: 0;
        z-index: 2;
    }

    .auto-pagination ul {
        display: flex;
        gap: .6316rem;
        justify-content: space-between;
        align-items: center;
    }

    .auto-pagination ul li {
        position: relative;
    }

    .pagination-mask {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: .1947rem;
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        left: 0;
        top: 0;
    }

    .auto-pagination ul .active .pagination-mask {
        display: none;
    }

    .auto-pagination img {
        width: 4.2105rem;
        height: 5.8947rem;
        border-radius: .1947rem;
        object-fit: cover;
    }

    .web-swiper .swiper-pagination {
        position: absolute;
        z-index: 3;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 0.226rem;
        left: 6.3158rem;
        bottom: 0;
    }

    .web-swiper .swiper-pagination-bullet {
        background: #949090;
        width: 1.5263rem;
        height: .3158rem;
        border-radius: 5.8947rem;
        margin: 0;
    }

    .web-swiper .swiper-pagination-bullet-active {
        background: #DB0C0B;
        width: 1.5263rem;
        height: .3158rem;
        border-radius: 5.8947rem;
    }

    /* second start */
    .web-version .news_category {
        color: #FFFFFF;
        text-transform: uppercase;
        letter-spacing: 0em;
        font-family: 'Noto Sans 500', sans-serif;
        font-size: 1.4737rem;
        line-height: 100%;
        margin-bottom: 2.1053rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .web-version .news_category>div {
        color: #5B5B5B;
        text-transform: capitalize;
        letter-spacing: 0em;
        font-size: 1.2632rem;
        font-family: 'Noto Sans 400', sans-serif;
    }

    .web-version .web-content {
        width: 100%;
        padding: 5.4211rem 6.3158rem 6.3158rem 6.3158rem;
        position: relative;
        overflow: hidden;
    }

    .web-version .web-content .circle1 {
        position: absolute;
        left: -6rem;
        top: .2632rem;
        width: 30.4211rem;
        height: 30.4211rem;
        border-radius: 50%;
        opacity: 0.2;
        background: #FF8A82;
        filter: blur(12.3684rem);
    }

    .web-version .web-content .circle2 {
        position: absolute;
        right: -6.3158rem;
        top: -5.2632rem;
        width: 22.2105rem;
        height: 22.2105rem;
        opacity: 0.2;
        border-radius: 50%;
        background: #FFE282;
        filter: blur(12.3684rem);
    }

    .web-version .web-content-1 {
        display: grid;
        grid-template-columns: 16.3158rem 16.3158rem 27.3684rem;
        gap: 1.5789rem;
        margin-bottom: 1.5789rem;
    }

    .web-version .web-content-2 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5789rem;
    }

    .web-version .web-content-1 .news_div,
    .web-version .web-content-2 .news_div {
        width: 100%;
        height: 9.2632rem;
        border-radius: .5263rem;
        position: relative;
    }

    .web-version .web-content-1 .news_div .news_type,
    .web-version .web-content-2 .news_div .news_type {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #FFFFFF;
        text-transform: capitalize;
        letter-spacing: 0em;
        font-size: 1.2632rem;
        font-family: 'Noto Sans 500', sans-serif;
        text-align: center;
        z-index: 3;
        width: 80%;
    }

    .web-version .web-content-1 .news_div .web-content-mask,
    .web-version .web-content-2 .news_div .web-content-mask {
        width: 100%;
        height: 100%;
        border-radius: .5263rem;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.4);
        z-index: 2;
    }

    .web-version .web-content .news_img {
        width: 100%;
        height: 100%;
        border-radius: .5263rem;
    }

    /* third start */
    .web-version .trend-watch {
        width: 100%;
        height: 25.8947rem;
        padding: 3.2632rem 2.2105rem 2.1053rem 0;
        background: url(../resource/img/trend-watch.webp);
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 2.7895rem;
        margin-bottom: 9.1579rem;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .web-version .trend-watch .trend-content-left {
        width: 16.8947rem;
        height: 7.36rem;
    }

    .web-version .trend-watch .trend-select {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 2.6316rem;
        margin-bottom: 2rem;
    }

    .web-version .trend-watch .trend-select>div {
        color: rgba(255, 247, 247, 0.4);
        font-size: 1.0526rem;
        font-family: 'Noto Sans 500', sans-serif;
        text-transform: capitalize;
        letter-spacing: 0em;
    }

    .web-version .trend-watch .trend-select .active {
        color: #ECCE76;
    }

    .web-version .trend-watch .trend-content {
        width: 100%;
    }

    .web-version .trend-watch .trend-content-bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 2.8421rem;
    }

    .web-version .trend-watch .trend-content-bottom .news_div {
        position: relative;
        width: 11.0526rem;
        height: 15.4211rem;
        border-radius: .5116rem;
    }

    .web-version .trend-watch .trend-content-bottom .news_div:nth-child(1) .trend-rank {
        width: 2.7895rem;
        left: -1.0526rem;
    }

    .web-version .trend-watch .trend-content-bottom .trend-rank {
        position: absolute;
        bottom: .7895rem;
        left: -2rem;
        width: 3.9474rem;
        height: 5.2632rem;
        z-index: 3;
    }

    .web-version .trend-watch .trend-content-bottom .news_type {
        position: absolute;
        width: 8.4211rem;
        left: 50%;
        top: 11.3158rem;
        transform: translateX(-50%);
        color: #FFFFFF;
        font-size: 1.2632rem;
        line-height: 120%;
        text-transform: capitalize;
        letter-spacing: 0.03em;
        font-family: 'Noto Sans 500', sans-serif;
        text-align: center;
    }

    .web-version .trend-watch .trend-content-bottom .trend-mask {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 6rem;
        background: linear-gradient(180deg, rgba(6, 6, 6, 0) 0%, #500105 100%);
        border-radius: 0 0 .5116rem .5116rem;
    }

    .web-version .trend-watch .trend-content-bottom .trend-last-mask {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 7.4737rem;
        height: 100%;
        background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 96%);
        border-radius: 0 .5116rem .5116rem 0;
        display: none;
    }

    .web-version .trend-watch .trend-content-bottom .news_div:last-child .trend-last-mask {
        display: block;
    }

    .web-version .trend-watch .trend-content-bottom .news_img {
        width: 11.0526rem;
        height: 15.4211rem;
        border-radius: .5116rem;
    }

    /* forth part */
    .web-version .variety-show {
        width: 100%;
        height: 32.4737rem;
        background-image: url(../resource/img/web-variety-bg.webp);
        background-size: cover;
        padding-bottom: 2.1053rem;
    }

    .web-version .variety-show .variety-show-top {
        position: relative;
        width: 100%;
        height: 21.1579rem;
    }

    .web-version .variety-show .variety-show-top>img:nth-child(1) {
        width: 18rem;
        height: 9.1053rem;
        margin-top: 6.2105rem;
        margin-left: 13.8947rem;
    }

    .web-version .variety-show .variety-show-top>img:nth-child(2) {
        position: absolute;
        right: 12.9084rem;
        bottom: -0.18421rem;
        width: 28.2379rem;
        height: 23rem;
    }

    .web-version .variety-show .variety-show-bottom {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1.5789rem;
    }

    .web-version .variety-show .variety-show-bottom .news_img {
        width: 9.2105rem;
        height: 9.2105rem;
        border-radius: .5263rem;
    }

    /* fifth part */
    .mix-container {
        width: 100%;
        background-image: url(../resource/img/mix-bg.webp);
        /* background-size: 175% 130%; */
        background-size: 205% 110%;
        padding: 5.7895rem 6.3158rem 1.4737rem;
        background-repeat: no-repeat;
        background-position: center -21.0526rem;
    }

    .web-version .web-container {
        width: 100%;
    }

    .web-version .web-container .web-container-main {
        display: grid;
        align-items: center;
        grid-template-columns: repeat(3, 20rem);
        gap: 1.5789rem;
    }

    .web-version .web-container .web-container-main .news_div {
        width: 100%;
        height: 16.6842rem;
        border-radius: .5405rem;
        padding-bottom: 1.5789rem;
    }

    .web-version .web-container .web-container-main .news_div .news_img {
        width: 100%;
        border-radius: .5405rem .5405rem 0px 0px;
        height: 11.3158rem;
        margin-bottom: 1.0526rem;
    }

    .web-version .web-container .web-container-main .news_div:nth-child(1) {
        background: #4A7979;
    }

    .web-version .web-container .web-container-main .news_div:nth-child(2) {
        background: #4A5779;
    }

    .web-version .web-container .web-container-main .news_div:nth-child(3) {
        background: #79704A;
    }

    .web-version .web-container .web-container-main .news_div:nth-child(4) {
        background: #794A74;
    }

    .web-version .web-container .web-container-main .news_div:nth-child(5) {
        background: #79564A;
    }

    .web-version .web-container .web-container-main .news_div .news_type {
        width: 100%;
        padding: 0 1.0526rem 0;
        line-height: 140%;
        text-transform: capitalize;
        letter-spacing: 0.03em;
        font-size: .9758rem;
        color: #ffffff;
        height: 2.7368rem;
        font-family: 'Noto Sans 500', sans-serif;
    }

    /* sixth part */
    .web-version .web-box {
        margin-top: 6.4211rem;
    }

    .web-version .web-box .web-box-main {
        display: grid;
        align-items: center;
        grid-template-columns: repeat(2, 30.7895rem);
        justify-content: space-between;
        gap: 1.5789rem
    }

    .web-version .web-box .news_div {
        width: 30.7895rem;
        height: 13.8947rem;
        border-radius: .5263rem;
        background: rgba(23, 23, 23, 0.7);
        padding: 1.0526rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1.0526rem;
    }

    .web-version .web-box .news_div .web-box-right .news_type {
        color: #FFFFFF;
        font-size: 1.2632rem;
        line-height: 140%;
        text-transform: capitalize;
        letter-spacing: 0.03em;
        font-family: 'Noto Sans 500', sans-serif;
        margin-bottom: 1.0526rem;
    }

    .web-version .web-box .news_div .web-box-right .news_introduce {
        color: #BABABA;
        font-size: 1.0526rem;
        line-height: 140%;
        text-transform: capitalize;
        letter-spacing: 0.03em;
        font-family: 'Noto Sans 500', sans-serif;
        margin-bottom: 1.2632rem;
    }

    .web-version .web-box .news_div .web-box-right .go {
        width: 6.9474rem;
        height: 2.4211rem;
        border-radius: .4211rem;
        background: #484D59;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFFFFF;
        line-height: 140%;
        text-transform: capitalize;
        letter-spacing: 0.03em;
        font-family: 'Noto Sans 500', sans-serif;
    }

    .web-version .web-box .news_div .web-box-right .go:hover {
        background: #E11413;
    }

    .web-version .web-box .news_img {
        width: 8.4211rem;
        height: 11.7895rem;
        border-radius: .4679rem;
        flex-shrink: 0;
    }

    /* web-footer */
    .web-footer {
        padding-top: 2.1053rem;
        margin-top: 2.9474rem;
        background: rgba(34, 34, 34, 0.51);
    }

    .web-footer-w {
        max-width: 1440px;
        margin: 0 auto;
    }

    .footer-menu {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
        padding: 0 6.3158rem 4.2105rem;
        gap: 3.1542rem;
    }

    .footer-title {
        color: #999999;
        font-family: 'Poppins 700', sans-serif;
        font-size: 1.2632rem;
        margin-bottom: 1.5789rem;
        white-space: nowrap;
    }

    .footer-menu>li a {
        display: block;
        font-family: 'Poppins 500', sans-serif;
        font-size: .9474rem;
        color: #CECECE;
        line-height: 130%;
        margin-bottom: 2rem;
    }

    .web-footer-bottom {
        border-top: .1053rem solid rgba(216, 216, 216, 0.12);
        width: 100%;
        padding-bottom: 3.1579rem;
    }

    .web-privacy-info {
        color: rgba(255, 255, 255, 0.3);
        font-family: 'Noto Sans 500', sans-serif;
        font-size: .8421rem;
        line-height: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4rem;
        padding: 2.1053rem 0 1.0526rem;
    }

    .web-privacy-info>a {
        color: #FFFFFF;
        font-family: 'Noto Sans 500', sans-serif;
        font-size: .8421rem;
        line-height: 2rem;
        text-transform: uppercase;
        letter-spacing: 0.03em;
    }

    .web-footer-bottom>div:nth-child(2) {
        color: rgba(255, 255, 255, 0.8);
        font-size: .6316rem;
        line-height: 100%;
        text-transform: capitalize;
        letter-spacing: 0em;
        font-family: 'Plus Jakarta Sans 400', sans-serif;
        text-align: center;
        margin-top: 1.0526rem;
    }

    /* cookie pannel */
    .cookie-pannel {
        min-height: 9.2105rem;
        padding: 2.5rem 6.25rem;
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 2.1053rem 6.3158rem;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1.8421rem;
    }

    .cookie-pannel .web-button {
        gap: 1.7895rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .cookie-pannel>div>div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1.7895rem;
    }

    .cookie-pannel .cookie-pannel-tips {
        color: #FFFFFF;
        font-size: 1.0526rem;
        line-height: 2.4779rem;
        width: 43.3684rem;
    }

    .cookie-pannel .button {
        background: none;
        border-radius: .5263rem;
        color: #CECECE;
        font-size: 1.1579rem;
        min-width: 8rem;
        height: 3.3684rem;
        border: .1053rem solid #CECECE;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cookie-pannel .button:hover {
        background: #E11413;
        border: none;
        color: #FFFFFF;
    }

}