.banner {
    position: relative;
    z-index: 2;
}
.banner .js-home-swiper,
.banner .js-home-swiper .swiper-wrapper,
.banner .js-home-swiper .swiper-slide {
    height: 366px;
}
.banner .front-home-carousel-link,
.banner .front-home-carousel-media {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    object-fit: cover;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
    top: 50%;
    margin-top: -18px;
    width: 36px;
    height: 36px;
    left: 16px;
    right: auto;
    z-index: 8;
}
.banner .swiper-button-next {
    left: auto;
    right: 16px;
}
.index-hero {
    position: relative;
    z-index: 1;
    background: linear-gradient(
        180deg,
        var(--home-hero-top, rgb(244, 212, 217)) 0%,
        var(--home-hero-mid, rgb(246, 229, 233)) 42%,
        var(--home-hero-bottom, rgb(252, 253, 254)) 100%
    );
}
.index-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 96px;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        to bottom,
        rgba(243, 244, 252, 0) 0%,
        rgba(243, 244, 252, 0.38) 38%,
        rgba(252, 253, 254, 0.82) 76%,
        rgba(252, 253, 254, 1) 100%
    );
}
.index-hero .w.ww {
    position: relative;
    z-index: 2;
}
.ban_bg {
    position: absolute;
    left: 0;
    right: 0;
    top: -118px;
    bottom: -56px;
    z-index: 0;
    overflow: hidden;
}
.ban_bg .swiper-container,
.ban_bg .swiper-wrapper,
.ban_bg .swiper-slide {
    width: 100%;
    height: 100%;
}
.ban_bg .swiper-slide {
    transition: opacity 800ms ease, background 800ms ease;
}
.chengjiao_3 .cj_list.custom-notice-list li.custom-notice-item {
    margin-right: 24px;
}
.chengjiao_3 .cj_list.custom-notice-list {
    overflow: hidden;
}
.chengjiao_3 .cj_list.custom-notice-list .custom-notice-track {
    display: inline-flex;
    align-items: center;
    width: max-content !important;
    min-width: 100%;
    will-change: transform;
    transform: translate3d(0, 0, 0);
}
.chengjiao_3 .cj_list.custom-notice-list ul {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}
.chengjiao_3 .cj_list.custom-notice-list li.custom-notice-spacer {
    width: 88px;
    margin-right: 0;
}
.chengjiao_3 .cj_list.custom-notice-list li.custom-notice-spacer span {
    display: block;
    width: 88px;
    height: 1px;
}
.ban_bg .swiper-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(255,255,255,0.02) 0%,
        rgba(255,255,255,0.12) 38%,
        rgba(252,253,254,0.72) 76%,
        rgba(252,253,254,1) 100%
    );
}
.chengjiao {
    position: relative;
    z-index: 2;
}
.chengjiao .chengjiao_3 {
    float: none;
    width: 100%;
}
.chengjiao .chengjiao_3 .cj_list {
    width: calc(100% - 110px);
}
.count-top .user-box.user-box-shortcuts {
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
}
.count-top .user-box.user-box-shortcuts a {
    flex: 1 1 0;
    height: 40px;
    margin-bottom: 0;
    justify-content: center;
    border-radius: 10px;
    background: #f7f7f7;
}
.count-top .user-box.user-box-shortcuts a p {
    flex: none;
    text-align: center;
    font-size: 15px;
}
.count-top .user-box.user-box-shortcuts a i {
    display: none;
}
.count-top.count-top-articles {
    height: 180px;
}
.count-top.count-top-articles ul {
    align-content: space-between;
    display: flex;
    flex-wrap: wrap;
    height: 148px;
    justify-content: space-between;
    width: 100%;
}
.count-top.count-top-articles li {
    width: 102px;
    height: 40px;
}
.count-top.count-top-articles li.count-top-articles-empty {
    width: 100%;
    height: auto;
    color: #999999;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.9;
    padding: 34px 12px 0;
    text-align: center;
}
.count-top.count-top-articles li a {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 102px;
    height: 40px;
    padding: 0 4px;
    box-sizing: border-box;
}
.count-top.count-top-articles li .txt {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    text-align: center;
}
.count-top.count-top-articles li:hover .txt {
    color: #e01b28;
}
.home-section-carousel {
    position: relative;
    z-index: 2;
}
.home-section-pages {
    width: 100%;
}
.home-section-page {
    display: none !important;
    width: 100%;
    will-change: opacity, transform;
}
.home-section-page.is-active {
    display: flex !important;
    animation: homeSectionPageIn .28s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (min-width: 769px) {
    .home-section-page {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        column-gap: 12px;
        row-gap: 20px;
        align-items: start;
    }
    .home-section-page.is-active {
        display: grid !important;
    }
    .home-section-page > li {
        width: auto !important;
        float: none !important;
        margin: 0 !important;
    }
}
@keyframes homeSectionPageIn {
    0% {
        opacity: 0;
        transform: translateY(8px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.home-section-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 14px;
    position: relative;
    z-index: 5;
    pointer-events: auto;
}
.home-section-dot {
    width: 8px;
    height: 8px;
    border: none;
    border-radius: 999px;
    background: #d7dbe3;
    padding: 0;
    cursor: pointer;
    transition: all .25s ease;
    position: relative;
    z-index: 6;
    pointer-events: auto;
}
.home-section-dot.is-active {
    width: 24px;
    background: #2961e3;
}
.home-mobile-nav {
    display: none;
}
.home-mobile-news {
    display: none;
}
.home-mobile-record {
    display: none;
}
@media (max-width: 768px) {
    body.page-home .header .sj_nav,
    body.page-home .ny_top .sj_nav {
        display: none;
    }
    .banner {
        margin-top: .08rem;
    }
    .banner .js-home-swiper,
    .banner .js-home-swiper .swiper-wrapper,
    .banner .js-home-swiper .swiper-slide {
        height: auto;
    }
    .banner .front-home-carousel-link,
    .banner .front-home-carousel-media {
        height: auto;
        aspect-ratio: 928 / 366;
        border-radius: .16rem;
    }
    .banner .swiper-button-prev,
    .banner .swiper-button-next {
        width: 26px;
        height: 26px;
        margin-top: -13px;
        left: 10px;
        right: auto;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity .2s ease, visibility .2s ease;
    }
    .banner .swiper-button-next {
        left: auto;
        right: 10px;
    }
    .banner.is-mobile-nav-visible .swiper-button-prev,
    .banner.is-mobile-nav-visible .swiper-button-next {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .home-mobile-nav {
        display: block;
        margin-top: .08rem;
        background: #FFFFFF;
        border-radius: .1rem;
        padding: .06rem 0;
        position: relative;
        z-index: 6;
    }
    .jingpin ul li {
        margin-top: .1rem;
        padding: .065rem 0 .025rem .05rem;
    }
    .jingpin ul li .price {
        font-size: .12rem !important;
        line-height: 1;
        margin-top: .015rem;
    }
    .jingpin ul li .price b {
        font-size: .16rem !important;
    }
    .jingpin ul li .hy {
        margin-top: .01rem;
    }
    .home-mobile-nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .home-mobile-nav li {
        width: 25%;
        margin: .06rem 0;
        position: relative;
        z-index: 1;
    }
    .home-mobile-nav a {
        display: block;
        position: relative;
        width: .51rem;
        margin: 0 auto;
        z-index: 2;
        pointer-events: auto;
    }
    .home-mobile-nav img {
        display: block;
        width: 100%;
    }
    .ban_bg {
        top: -0.62rem;
        bottom: -0.18rem;
        height: auto;
    }
    .index-hero::after {
        height: .7rem;
        background: linear-gradient(
            to bottom,
            rgba(243, 244, 252, 0) 0%,
            rgba(243, 244, 252, 0.34) 36%,
            rgba(252, 253, 254, 0.84) 72%,
            rgba(252, 253, 254, 1) 100%
        );
    }
    .chengjiao .chengjiao_3 .cj_list {
        width: calc(100% - 1.02rem);
    }
    .chengjiao {
        margin-top: .08rem;
    }
    .count-top .user-box.user-box-shortcuts {
        gap: .08rem;
        margin-bottom: .12rem;
    }
    .count-top .user-box.user-box-shortcuts a {
        height: .34rem;
        border-radius: .08rem;
    }
    .count-top .user-box.user-box-shortcuts a p {
        font-size: .12rem;
    }
    .home-mobile-news {
        display: block;
        margin-top: .12rem;
        padding-bottom: .02rem;
    }
    .home-mobile-news__section {
        background: #fff;
        border-radius: .1rem;
        box-shadow: 0 0 .1rem rgba(115, 115, 115, .12);
        padding: .12rem .12rem .08rem;
        margin-top: .1rem;
    }
    .home-mobile-news__section:first-child {
        margin-top: 0;
    }
    .home-mobile-news__head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: .08rem;
        margin-bottom: .06rem;
    }
    .home-mobile-news__head h3 {
        margin: 0;
        color: #1f2937;
        font-size: .145rem;
        line-height: .2rem;
        font-weight: 700;
    }
    .home-mobile-news__more {
        flex: 0 0 auto;
        color: #e01b28;
        font-size: .12rem;
        line-height: .2rem;
    }
    .home-mobile-news__list li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: .08rem;
        min-height: .34rem;
        border-bottom: 1px solid #f3f4f6;
    }
    .home-mobile-news__list li:last-child {
        border-bottom: 0;
    }
    .home-mobile-news__list a {
        flex: 1 1 auto;
        min-width: 0;
        color: #374151;
        font-size: .12rem;
        line-height: .18rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .home-mobile-news__list span {
        flex: 0 0 auto;
        color: #9ca3af;
        font-size: .11rem;
        line-height: .18rem;
    }
    .home-mobile-news__empty {
        color: #9ca3af;
        font-size: .12rem;
        line-height: .2rem;
        padding: .06rem 0 .02rem;
        text-align: center;
    }
    .home-mobile-record {
        display: block;
        margin-top: .12rem;
        margin-bottom: .12rem;
    }
    .home-mobile-record__inner {
        background: #fff;
        border: 2px solid #fff;
        border-radius: .12rem;
        padding: .14rem .12rem;
        text-align: center;
        box-shadow: 0 0 13px rgba(221, 21, 22, .4);
    }
    .home-mobile-record .footer-blackgold-text,
    .home-mobile-record .footer-blackgold-text:visited,
    .home-mobile-record .footer-blackgold-text:hover,
    .home-mobile-record .footer-blackgold-text:active,
    .home-mobile-record .footer-blackgold-text:focus {
        display: inline-block;
        color: #374151 !important;
        font-weight: 600 !important;
        text-decoration: none !important;
        font-size: .11rem;
        line-height: 1.7;
    }
}
