/* 面包屑 */
.breadcrumbs {
    display: flex;
    align-items: center;
    color: #FFFFFF;
    font-weight: 400;
    margin: 0.2rem 0 0.4rem .8rem;
    font-family: "Elevision_r";
}

.breadcrumbs span {
    margin-right: 0.1rem;
}

.support-title-top {
    width: 100vw;
    position: absolute;
    right: 0;
    top: 0rem;
    color: #FFFFFF;
    text-align: center;
}

.support-title-top h2 {
    font-weight: bold;
    font-size: 0.48rem;
}

.support-title-top p {
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    margin-top: 0.2rem;
}

body {
    background: #12161F;
}

.new-section {
    max-width: 100vw;
    height: 100vh;
    /* padding-top: 0.8rem; */
    position: relative;
    background-color: #12161EFF;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    user-select: none;
}

.new-section .bg-img {
    /* position: absolute; */
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.new-section .bg-img img {
    width: 100%;
    height: 100%;
}

.new-title-top {
    position: relative;
    z-index: 4;
    padding: 0.3rem 0;
    font-family: Elevision_r;
    position: absolute;
    z-index: 4;
}

.new-title-top h2 {
    font-weight: 400;
    font-size: 0.48rem;
    color: #FFFFFF;

}

.new-introduce {
    max-width: 100vw;
    padding: 0 1.2rem;
    box-sizing: border-box;
    background-color: #12161E;
    padding-bottom: 0.6rem;
}

.new-article-con {
    width: 86%;
    margin: 0.6rem auto;
    display: flex;
    justify-content: space-between;
}



.left-title {
    width: 0.79rem;
    height: 0.24rem;
    border-radius: 0.48rem 0.48rem 0.48rem 0.48rem;
    border: 0.01rem dashed rgba(255, 255, 255, 0.4);
    font-weight: 400;
    font-size: 0.11rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 0.24rem;
    text-align: center;
}

.col-top-date {
    display: flex;
    font-family: fongsong;
    font-weight: 400;
    margin-top: 0.4rem;
}

.month {
    font-size: 0.42rem;
    color: #FFFFFF;
    position: relative;
    margin-top: -0.1rem;
}

.month .year {
    position: absolute;
    bottom: 0.1rem;
    left: 0;
    font-size: 0.12rem !important;
    color: #FFFFFF;
}

.month5::after {
    position: absolute;
    bottom: 0.1rem;
    left: 0;
    content: "2025";
    font-size: 0.12rem;
    color: #FFFFFF;
}

.day {
    font-size: 0.42rem;
    color: #FFFFFF;
    position: relative;
    padding: 0.1rem 0 0 0.2rem;
}

.day::after {
    position: absolute;
    content: "/";
    top: 0;
    left: 0;
    width: 0.3rem;
    height: 0.68rem;
    font-weight: 400;
    font-size: 0.4rem;
}



.article-left p {
    width: 3.4rem;
    font-weight: 300;
    font-size: 0.12rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 0.2rem;
}

.left-con {
    position: sticky;
    top: 1.2rem;
}

.article-right {
    flex: 1;
    margin-left: 1rem;

}

.article-right h3 {
    font-weight: bold;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.2rem;
}

.article-right p {
    font-family: "Elevision_r";
    font-weight: 400;
    font-size: 0.12rem;
    line-height: 0.2rem;
    margin: 0.2rem 0;
}

.article-right img {
    width: 100%;
    height: auto;
    margin: 0.3rem 0;
}

/* 其他文章 */

.other-article {
    max-width: 100vw;
    padding: 0 1.2rem;
    box-sizing: border-box;
    background-color: #12161E;

}

.other-con {
    margin: 0.4rem auto;
    width: 86%;
}

.other-tit {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

.other-tit h2 {
    font-size: 0.4rem;
    color: #FFFFFF;
}

.other-tit .btns {
    display: flex;
}

.other-tit .btns div {
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 0.65rem;
    transition: 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 0.22rem;
    border: 0.02rem solid rgba(255, 255, 255, 0.4);
    font-family: "Elevision_b";
    margin-left: 0.15rem;


}

.other-tit .btns div:hover {
    cursor: pointer;
    color: #007EC4;
    background: #FFFFFF;
    border: 0.02rem solid rgba(255, 255, 255, 0);
}



.other-list {
    width: 100%;
}

/* otherSwiper — desktop不裁剪、移动端由Swiper控制 */
.otherSwiper {
    overflow: visible;
}

.new-col {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.3rem;

}

.col-down li {
    width: 3.2rem;
    height: 2.8rem;
    border-radius: 0.08rem;
    background-image: url("../image/new/b1.png");
    background-size: cover;
    transition: 0.6s;
    color: white;
    font-size: 0.14rem;
    display: flex;
    align-items: flex-end;
    padding: 0.4rem 0.32rem;
    box-sizing: border-box;
    justify-content: space-between;
    user-select: none;
    cursor: pointer;
    background-color: rgba(37, 47, 71, 0.5);

}

.col-down li:hover {
    transform: translateY(-0.2rem);
    background-color: rgba(37, 47, 71, 0);

}

.col-down li:nth-child(1) {
    background-image: url("../image/new/b2.png");
}

.col-down li:nth-child(2) {
    background-image: url("../image/new/b3.png");
}

.col-down li:nth-child(3) {
    background-image: url("../image/new/b4.png");
}



.col-down li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(317deg, #FBFF84 0%, #38B6FC 100%);
    z-index: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
    mix-blend-mode: screen;
    z-index: 1;
    background: #2C447C;
    /* background: radial-gradient(56.6% 59.99% at 28.1% 8.03%, rgba(0, 117, 255, .9) 0, rgba(0, 117, 255, .7) 15%, rgba(0, 117, 255, .15) 64%, rgba(16, 22, 33, 0) 90%), radial-gradient(56.6% 59.99% at 76.03% 92.83%, rgba(29, 214, 255, .9) 0, rgba(29, 214, 255, .7) 15%, rgba(29, 214, 255, .1) 64%, rgba(16, 22, 33, 0) 90%); */
    border-radius: 0.08rem;
    box-shadow: inset -0.01rem -0.01rem 0.02rem rgba(255, 255, 255, 0.25), inset 0.01rem 0.01rem 0.02rem rgba(255, 255, 255, 0.25);

}

.col-down li:hover::before {
    opacity: 1;
}

.new-col li:hover .col-top-dates,
.new-col li:hover .col-top-dire {
    opacity: 1;
}

.col-down li>* {
    position: relative;
    z-index: 2;
}



.sm-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    justify-content: center;

}

.col-top-dire {
    width: 50%;

}

.sm-card .col-top-dates,
.sm-card .col-top-dire {
    width: 100%;
    opacity: 0;
    transition: 0.6s;
}

.col-down li span {
    font-size: 0.1rem;
    color: rgba(255, 255, 255, 0.76);
    font-weight: 100;

}



.sm-card .col-top-dire h6 {
    font-size: 0.14rem;
    font-weight: bold;
    position: relative;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.sm-card .col-top-dire span {
    font-size: 0.1rem;
    color: #FFFFFF;
    font-weight: 100;
    display: flex;
    margin-top: 0.18rem;
    position: relative;
    display: inline;
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 0% 0.02rem;
    transition: background-size 0.45s ease;
    box-decoration-break: clone;

}




.sm-card :hover h6,
.sm-card:hover span {

    background-size: 100% 0.01rem;
}



.sm-card .col-top-dates,
.col-top-dates {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.sm-card .col-top-dates {
    height: auto;
    flex-direction: row;
}

.col-top-date {
    display: flex;
    font-family: fongsong;
    font-weight: 400;
}

.other-list .month {
    font-size: 0.34rem;
    color: #FFFFFF;
    position: relative;
    margin-top: -0.1rem;
}

.other-list .month::after {
    position: absolute;
    bottom: 0.1rem;
    left: 0;
    content: "2026";
    font-size: 0.1rem;
    color: #FFFFFF;
}

.other-list .day {
    font-size: 0.34rem;
    color: #FFFFFF;
    position: relative;
    padding: 0.1rem 0 0 0.2rem;
}

.other-list .day::after {
    position: absolute;
    content: "/";
    top: 0;
    left: 0;
    width: 0.3rem;
    height: 0.68rem;
    font-weight: 400;
    font-size: 0.4rem;
}

/* =========================================================
   移动端 — max-width: 750px
   设计稿基准 750px，1rem = 100px
   p 基准 0.4rem，其他等比例缩放，banner 16rem
   ========================================================= */
@media screen and (max-width: 750px) {

    html,
    body {
        max-width: 100vw;
        overflow-x: hidden;
    }

    /* ===== Banner ===== */
    .new-section {
        /* height: 16rem; */
        padding-top: 0;
        justify-content: center;
        height: auto;
    }

    .new-section .bg-img img{
        height: auto;
    }

    .new-title-top {
        width: 80%;
        padding: 0.3rem 0;
    }

    .new-title-top h2 {
        font-size: 0.64rem;
    }

    /* ===== 面包屑 ===== */
    .breadcrumbs {
        margin: 0.2rem 0 0.4rem 0 !important;
        font-size: 0.4rem;
        flex-wrap: wrap;
    }

    .breadcrumbs span img {
        width: 0.28rem !important;
        height: 0.28rem !important;
    }

    .breadcrumbs span:nth-child(3) img,
    .breadcrumbs span:nth-child(5) img {
        width: 0.16rem !important;
        height: 0.28rem !important;
    }

    /* ===== 文章内容区 ===== */
    .new-introduce {
        padding: 0 0.4rem;
    }

    .new-article-con {
        flex-direction: column;
        width: 100%;
        margin: 0.4rem auto;
    }

    /* 左侧信息卡 */
    .article-left {
        width: 100%;
        margin-bottom: 0.4rem;
    }

    .left-con {
        position: relative;
        top: 0;
    }

    .left-title {
        width: 1.6rem;
        height: 0.6rem;
        border-radius: 0.6rem;
        font-size: 0.4rem;
        line-height: 0.6rem;
        margin: .5rem 0;
    }

    .col-top-date .month {
        font-size: 0.56rem;
    }

    .col-top-date .month::after {
        font-size: 0.36rem;
    }

    .col-top-date .day {
        font-size: 0.56rem;
    }

    .col-top-date .day::after {
        font-size: 0.5rem;
    }

    .article-left p {
        width: 100%;
        font-size: 0.4rem;
        line-height: 1.6;
    }

    /* 右侧正文 */
    .article-right {
        margin-left: 0;
        margin-right: 0;
        flex: none;
        width: 100%;
        margin-top: .5rem;
    }

    .article-right h3 {
        font-size: 0.52rem;
        line-height: 1.4;
    }

    .article-right p {
        font-size: 14px;
        line-height: 1.6;
        margin: 0.3rem 0;
    }

    .article-right img {
        margin: 0.4rem 0;
    }

    /* ===== 其他文章 ===== */
    .other-article {
        padding: 0 0.4rem;
    }

    .other-con {
        width: 100%;
        margin: 0.4rem auto;
    }

    .other-tit h2 {
        font-size: 0.64rem;
    }

    .other-tit .btns div {
        width: 0.8rem;
        height: 0.8rem;
        font-size: 0.4rem;
    }

    /* Swiper carousel */
    .otherSwiper {
        overflow: visible;
    }

    .otherSwiper .swiper-wrapper {
        display: flex;
        flex-direction: row;
    }

    .new-col {
        flex-direction: row;
        gap: 0;
    }

    .new-col .swiper-slide {
        height: auto;
    }

    .col-down li {
        width: 100%;
        height: auto;
        aspect-ratio: 150 / 131;
        flex-shrink: 0;
        background-color: rgba(37, 47, 71, 0) !important;
        padding: 1.1rem 1.5rem;
    }

    /* 移动端直接使用 hover 的 ::before 背景 */
    .col-down li::before {
        opacity: 1 !important;
    }

    .col-down li:hover {
        transform: none;
    }

    /* 移动端直接显示文本，无需 hover */
    .sm-card .col-top-dates,
    .sm-card .col-top-dire {
        opacity: 1 !important;
    }

    .sm-card .col-top-dire h6 {
        font-size: 0.6rem;
        margin-bottom: 0.16rem;
    }

    .col-down li span {
        font-size: 0.5rem !important;
        line-height: 1.5;
        background-size: 0 !important;
    }

    .other-list .month {
        font-size: 1.2rem;
    }

    .other-list .month::after {
        font-size: 0.36rem;
        bottom: 0;
    }

    .other-list .day {
        font-size: 1.2rem;
        padding: 0.1rem 0 0 0.4rem;
    }

    .other-list .day::after {
        top: -0.3rem;
        left: -0.35rem;
        font-size: 1.8rem;
        width: 0.4rem;
        height: 1rem;
    }
}