    [v-cloak] {
        display: none !important;
    }

    .page {
        background-color: rgba(240, 246, 253, 1);
        position: relative;
        overflow: hidden;
    }

    .detail-page,
    .solution-detail-page,
    .best-selling-product-page,
    .solution-page {
        position: relative;
        background-color: #fff;
    }

    :root {
        --minus-top-num: -64px;
        --plus-top-num: 64px;
        --font-size15: 15px;
        --font-size14: 14px;
        --font-size16: 16px;
        --font-size18: 18px;
        --font-size20px: 20px;
        --font-size24px: 24px;
        --font-size28px: 28px;
        --font-size34px: 34px;
        --font-size38px: 38px;
        --font-size48px: 48px;
    }

    .color-black {
        color: black;
    }

    .color-linear {
        background: linear-gradient(to right, #1757e8, #0db0f1, #067bf3);
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        display: inline-block;
    }

    html,
    body {
        margin: 0;
        padding: 0;
        background: #f5f8fd;
        color: #222;
        box-sizing: border-box;
        width: 100vw;
        overflow-x: hidden;
    }

    @font-face {
        font-family: "Noto Sans TC ";
        src: url(./font/AlibabaPuHuiTi-3-55-Regular.woff2) format('woff2');
        cache: local;
    }

    * {
        font-family: "Noto Sans TC ";
    }

    *,
    *::before,
    *::after {
        box-sizing: inherit;
    }

    .container-width {
        width: 1200px;
        margin: 0 auto;
    }

    .breadcrumb-minus-top {
        margin-top: var(--minus-top-num);
    }

    .breadcrumb-position {
        position: absolute;
        top: 64px;
        width: 1200px;
        margin-left: 200px;
    }

    .no-data {
        font-size: var(--font-size18);
        color: #666666;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .no-data img {
        width: 360px;
        margin: 10px auto 20px auto;
    }

    /* 文本超出三行隐藏 */
    .text-ellipsis-3 {
        width: 100%;
        /* white-space: nowrap; */
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 45px;
    }

    /* 顶部导航 */
    .navbar {
        width: 100%;
        background: rgba(255, 255, 255, 0.5);
        display: flex;
        align-items: center;
        justify-content: space-between;
        /* padding: 0 65px 0 30px; */
        padding: 0 50px 0 10px;
        height: var(--plus-top-num);
        position: relative;
        z-index: 10;
        min-width: 0;
    }

    .navbar.navbar-scroll {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        padding: 8px 0;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 88;
        background-color: #fff;
    }

    .navbar-shaow {
        box-shadow: 0px 6px 20px 0px rgba(6, 18, 36, 0.1)
    }

    .navbar .logo {
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .navbar .logo img {
        height: 55px;
        margin-right: 12px;
    }

    .navbar .logo span {
        font-size: var(--font-size16);
        font-weight: bold;
        color: #222;
    }

    .navbar .nav {
        display: flex;
        align-items: center;
        flex: 1;
        margin-left: 32px;
    }

    .navbar .nav a {
        color: #222;
        text-decoration: none;
        font-size: var(--font-size15);
        margin-right: 32px;
        font-weight: 500;
    }

    .navbar .nav a.active {
        color: #000;
        font-size: var(--font-size15);
        /* background: #e2edfd; */
        padding: 8px 28px;
        font-weight: bold;
        background: linear-gradient(90deg, #E0ECFD 0%, rgba(224, 236, 253, 0.4) 50%, #E0ECFD 100%);
        border: 1px solid rgba(25, 117, 255, 0.4);
        border-radius: 50px;
    }

    .navbar .right {
        display: flex;
        align-items: center;
        color: #222222;
        font-size: var(--font-size16);
    }

    .navbar .right .consumers {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        cursor: pointer;
    }

    .my-application {
        font-size: var(--font-size18);
        color: #1975FF;
        font-weight: 500;
        cursor: pointer;
        padding: 0 0 0 12px;
        border-radius: 25px;
        transition: all 0.3s ease;
        font-weight: bold;
    }

    .login-btn {
        color: #1757e8;
        font-size: var(--font-size14);
        font-weight: 500;
        cursor: pointer;
        padding: 4px 20px;
        border: 1px solid #1757e8;
        border-radius: 25px;
        transition: all 0.3s ease;
        margin-left: 30px;
    }

    .login-btn:hover {
        background: #1757e8;
        color: #fff;
    }

    .navbar .right .consult {
        color: #222222;
        font-size: var(--font-size18);
        margin-right: 24px;
        text-decoration: none;
        background-image: url('../images/tel.png');
        background-size: 20px 20px;
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 28px;
        margin-left: 15px;
        font-weight: bold;
    }

    .navbar .right .consult span {
        color: #0038A6;
    }

    /* 顶部蓝色横幅 */
    .banner {
        width: 100%;
        position: relative;
        top: var(--minus-top-num);
        /* margin-top:var(--minus-top-num); */
    }

    .banner .banner-text {
        position: absolute;
        color: #fff;
        text-align: center;
        bottom: 26%;
        text-align: left;
        left: 13%;
    }

    .banner-position {
        bottom: 40px !important;
    }

    .swiper-slide img {
        height: 100%;
    }

    .banner-title {
        font-size: var(--font-size48px);
        font-weight: bold;
        margin-bottom: 16px;
    }

    .banner-desc {
        font-size: var(--font-size24px);
    }

    .enterprise-list {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 50px;
    }

    .enterprise {
        flex: 1;
        background: linear-gradient(225deg, #B3DEFD 0%, #D5EBFD 23%, #FFFFFF 100%, #FFFFFF 100%);
        border-radius: 20px;
        max-width: 380px;
        min-width: 380px;
        max-height: 200px;
        min-height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .enterprise:hover,.enterprise-card:hover{
         box-shadow: 0px 24px 48px 0px rgba(6, 18, 36, 0.1);
         transition:0.5s all;
         transform: translateY(-4px);
    }

    .enterprise img {
        width: 70%;
    }

    .container-title {
        font-size: var(--font-size34px);
        color: #000;
        font-weight: 500;
        text-align: center;
        padding: 64px 0 30px 0;
    }

    .enterprise-card {
        position: relative;
        width: 340px;
        height: 200px;
        text-align: center;
        background: #fff;
        border-radius: 12px;
        background: linear-gradient(to right, #428EFE, #4CDBF9) padding-box,
            linear-gradient(to right, #428EFE, #4CDBF9) border-box;
        border: 2px solid transparent;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

    .enterprise-card-info {
        width: 336px;
        height: 196px;
        position: absolute;
        background-color: #fff;
        left: 0px;
        top: 0px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        gap: 15px;
    }

    .enterprise-card h3 {
        margin: 0 0 16px;
        font-size: var(--font-size18);
        color: #333;
    }

    .enterprise-card a {
        color: #409eff;
        text-decoration: none;
        font-size: var(--font-size16);
        transition: color 0.3s;
    }

    .enterprise-card a:hover {
        color: #66c2ff;
    }

    .enterprise-card-info-title {
        font-size: var(--font-size20px);
        font-weight: bold;
        color: #000;
    }

    .enterprise-card-info-desc {
        font-size: var(--font-size18);
        color: #1975FF;
        cursor: pointer;
        background: none;
        border: none;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .innovation-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
    }

    .innovation-item {
        border-radius: 4px;
        overflow: hidden;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        background: #fff;
        position: relative;
        transition: all 0.3s;
        width: 286px;
        height: 485px;
    }

    .innovation-item-title {
        position: absolute;
        bottom: 40px;
        color: #fff;
        font-size: var(--font-size24px);
        text-align: center;
        width: 100%;
    }

    .innovation-item img {
        width: 100%;
        height: 100%;
    }

    .innovation-item:hover {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .innovation-item:hover .innovation-item-desc {
        transform: translateX(0);
        opacity: 1;
    }

    .innovation-item:hover .innovation-item-title {
        opacity: 0;
    }


    .innovation-item-desc {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 20px;
        background: rgba(37, 108, 244, 0.75);
        transform: translateX(-100%);
        opacity: 0;
        transition: transform 0.5s ease, opacity 0.5s ease;
        color: #333;
        line-height: 1.6;
        box-sizing: border-box;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .innovation-item-desc p {
        font-size: var(--font-size24px);
        color: #FFFFFF;
        width: 100%;
        margin: 0 0 10px 0;
    }

    .innovation-item-desc span {
        font-size: var(--font-size18);
        color: #FFFFFF;
    }

    .innovation-item-btn {
        border-radius: 8px;
        border: 1px solid #FFFFFF;
        padding: 8px 25px;
        margin-top: 40px;
        cursor: pointer;
    }

    .footer-banner {
        width: 100%;
        background: url(../images/footer.png) no-repeat;
        background-size: 100% 100%;
        text-align: center;
        /* margin-top: 56px; */
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 280px;
        padding-top: 60px;
        margin-top: 45px;
    }

    .footer-banner .footer-title {
        font-size: 30px;
        font-weight: 600;
        color: #000;
        margin-bottom: 8px;
    }

    .footer-tel {
        font-size: 28px;
        background: linear-gradient(to right, #1757e8, #0daef0, #0066ff);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        margin: 0;
        font-weight: bold;
    }

    .footer-banner span {
        background-image: url('../images/footer-btn.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: left center;
        display: inline-block;
        width: 288px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        font-weight: bold;
        cursor: pointer;
        margin: 20px 0;
        border: none;
        color: #222;
        font-size: var(--font-size16);
    }

    .footer {
        width: 100%;
        background: #fff;
        text-align: center;
        font-size: 13px;
        color: #888;
        padding: 18px 0 8px 0;
        border-top: 1px solid #f0f0f0;
    }

    .footer .footer-links {
        margin-bottom: 6px;
    }

    .footer .footer-links a {
        color: #888;
        margin: 0 10px;
        text-decoration: none;
    }

    .footer .footer-links a:hover {
        color: #1677ff;
    }

    .footer .footer-icp {
        margin-top: 4px;
        color: #bbb;
        font-size: 12px;
    }


    .btn-confirm {
        background: url(../images/card-btn.png) no-repeat;
        background-size: 100% 100%;
        color: #fff;
        border: none;
        width: 130px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin: 0 auto;
        cursor: pointer;
        margin-top: 30px;
    }

    .settled-enterprise {
        padding-bottom: 60px;
        background-image: url(../images/rzbg.png);
        background-size: 100% 100%;
    }

    .settled-enterprise .container-title {
        padding: 0px 0 30px 0;
    }

    .products {
        background-color: #fff;
        padding-bottom: 60px;
    }

    .products-container {
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
        gap: 24px;
        margin: 0 auto;
        padding-bottom: 15px;
    }

    .product-card {
        width: 280px;
        background: #fff;
        border-radius: 12px;
        overflow: hidden;
        transition: transform .3s;
        position: relative;
        cursor: pointer;
    }

    .product-card-logo {
        position: absolute;
        width: 80px;
        left: 20px;
        top: 13px;
    }

    .product-card:hover {
        transform: translateY(-4px);
    }

    .product-img {
        width: 280px;
        height: 280px;
        object-fit: cover;
        display: block;
        box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    }

    .product-info {
        padding: 16px 20px 24px;
        text-align: left;
    }

    .product-brand {
        font-size: var(--font-size14);
        color: #666;
        margin-bottom: 4px;
    }

    .product-name {
        font-size: var(--font-size18);
        font-weight: bold;
        color: #222;
        margin-bottom: 4px;
    }

    .product-model,
    .product-desc {
        font-weight: normal;
        font-size: var(--font-size16);
        color: #222222;
        text-align: left;
        font-style: normal;
    }

    .products-nav {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
        margin-bottom: 30px;
        background-color: #F2F6FA;
        padding: 5px 8px;
        border-radius: 8px;
    }

    .products-nav-item {
        height: 40px;
        line-height: 40px;
        font-size: var(--font-size18);
        color: #222222;
        cursor: pointer;
        transition: all 0.3s ease;
        flex: 1;
        text-align: center;
    }

    .active {
        background: linear-gradient(90deg, #246AF3 0%, #29ABFE 100%), #EDF5FF;
        border-radius: 4px;
        color: #fff;
    }

    .consumers-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 6px;
        cursor: pointer;
    }

    .enroll-info {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-left: 32px;
        margin-top: 8px;
        flex-wrap: wrap;
    }

    .enroll-info-text {
        font-size: var(--font-size18);
        color: #222222;
    }

    .enroll-btn {
        font-weight: 500;
        cursor: pointer;
        padding: 8px 30px;
        border: none;
        transition: all 0.3s ease;
        background: linear-gradient(90deg, #246AF3 0%, #29ABFE 100%);
        border-radius: 28px;
        color: #fff;
        font-size: var(--font-size18);
    }

    .enroll-status {
        background: #eaf9ee;
        color: #3fca63;
        padding: 10px 30px;
        border-radius: 8px;
        /* margin-left: 32px; */
        margin-top: 8px;
        font-size: var(--font-size14);
        border-radius: 20px;
        width: max-content;
    }

    .enrollInfo {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .enroll-tel {
        margin-right: 24px;
        text-decoration: none;
        background-image: url('../images/tel.png');
        background-size: 20px 20px;
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 28px;
        margin-left: 15px;
        font-weight: bold;
        font-size: var(--font-size28px);
        color: #222222;
    }

    .jbcolor {
        background-image: linear-gradient(123deg,
                rgba(0, 129, 250, 1) 0,
                rgba(7, 123, 242, 1) 39.102227%,
                rgba(12, 178, 241, 1) 52.079405%,
                rgba(20, 108, 234, 1) 70.91451%,
                rgba(23, 87, 232, 1) 100%);
        color: rgba(255, 255, 255, 1);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        text-fill-color: transparent;
        color: transparent;
        /* background-image: linear-gradient(123deg,
                rgba(0, 129, 250, 1) 0,
                rgba(7, 123, 242, 1) 39.102227%,
                rgba(12, 178, 241, 1) 52.079405%,
                rgba(20, 108, 234, 1) 70.91451%,
                rgba(23, 87, 232, 1) 100%);
        color: rgba(255, 255, 255, 1);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; */
    }

    .black {
        font-weight: bold;
        font-size: var(--font-size24px);
        color: #222222;
    }

    .enroll-info-slot {
        padding-top: 20px;
    }

    .enroll-info-slot-flex {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 5px;
    }

    .categorize {
        display: flex;
        align-items: center;
        gap: 20px;
        padding: 10px 20px 10px 0;
        margin-right: 32px;
        flex-wrap: wrap;
        margin-top: 12px;
        width: 820px;
    }

    .categorize-item {
        padding: 8px 20px;
        border-radius: 20px;
        font-size: var(--font-size16);
        color: #1975FF;
        cursor: pointer;
        transition: all 0.3s ease;
        white-space: nowrap;
        text-align: center;
        background-color: rgba(25, 117, 255, 0.12);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
    }

    .categorize-item img {
        width: 20px;
    }

    .categorize-item.active {
        background: #1757e8;
        color: #ffffff;
        border-color: #1757e8;
        box-shadow: 0 2px 8px rgba(0, 102, 204, 0.2);
    }

    .categorize-item:not(.active):hover {
        border-color: #1757e8;
        color: #1757e8;
        background-color: rgba(0, 102, 204, 0.05);
    }

    .categorize-item.all {
        background-color: #f0f5ff;
        border-color: #bed2ff;
        color: #1757e8;
    }

    .entry-modal {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 580px;
        background: url(../images/entry-modal-bg.png);
        border-radius: 16px;
        box-shadow: 0 20px 60px rgba(23, 87, 232, 0.15), 0 8px 32px rgba(0, 0, 0, 0.08);
        color: #000;
        overflow: hidden;
        z-index: 10000;
        backdrop-filter: blur(10px);
    }

    .entry-modal-header {
        padding: 32px 32px 24px;
        text-align: center;
        position: relative;
    }

    .entry-modal-header::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.3;
    }

    .entry-modal-header h3 {
        font-size: var(--font-size24px);
        font-weight: 600;
        margin: 0 0 8px 0;
        position: relative;
        z-index: 1;
    }

    .entry-modal-header p {
        font-size: var(--font-size14);
        margin: 0;
        line-height: 1.5;
        position: relative;
        z-index: 1;
    }

    .entry-modal-body {
        padding: 20px;
        background: #fff;
        margin: 0 60px;
        border-radius: 10px;
    }

    .entry-modal-body .form-item {
        margin-bottom: 24px;
        display: flex;
        flex-direction: row;
        transition: transform 0.2s ease;
        align-items: center;
    }

    .entry-modal-body .form-item label {
        display: block;
        width: 110px;
        text-align: left;
        margin-bottom: 8px;
        font-size: var(--font-size14);
        font-weight: 500;
        color: #000;
    }

    .entry-modal-body .form-item input,
    .entry-modal-body .form-item textarea {
        width: 100%;
        padding: 12px 16px;
        border: 2px solid #e1e8f0;
        border-radius: 8px;
        font-size: var(--font-size14);
        transition: all 0.3s ease;
        background: #fafbfc;
        box-sizing: border-box;
    }

    .entry-modal-body .form-item input:focus,
    .entry-modal-body .form-item textarea:focus {
        outline: none;
        border-color: #1757e8;
        background: #fff;
        box-shadow: 0 0 0 3px rgba(23, 87, 232, 0.1);
        transform: translateY(-1px);
    }

    .entry-modal-body .form-item input:hover,
    .entry-modal-body .form-item textarea:hover {
        border-color: #b8c5e6;
        background: #f5f7fa;
    }

    .entry-modal-body .form-item textarea {
        resize: vertical;
        min-height: 100px;
    }

    .entry-modal-footer {
        padding: 24px 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }

    .entry-modal-footer button {
        padding: 12px 32px;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        font-size: var(--font-size14);
        font-weight: 500;
        transition: all 0.3s ease;
        min-width: 100px;
    }

    .entry-modal-footer .btn-submit {
        background: linear-gradient(135deg, #1757e8 0%, #4a7cff 100%);
        color: #fff;
        box-shadow: 0 4px 16px rgba(23, 87, 232, 0.3);
    }

    .entry-modal-footer .btn-submit:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(23, 87, 232, 0.4);
    }

    .entry-modal-footer .btn-cancel {
        background: #fff;
        color: #666;
        border: 2px solid #e1e8f0;
    }

    .entry-modal-footer .btn-cancel:hover {
        background: #f5f7fa;
        border-color: #cbd5e0;
        color: #333;
    }

    /* 添加关闭按钮 */
    .entry-modal-close {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: #ccc;
        border: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        z-index: 2;
    }

    .entry-modal-close:hover {
        transform: rotate(90deg);
    }

    .entry-modal-close::before,
    .entry-modal-close::after {
        content: '';
        position: absolute;
        width: 16px;
        height: 2px;
        background: #fff;
        transform: rotate(45deg);
    }

    .entry-modal-close::after {
        transform: rotate(-45deg);
    }

    .look-all {
        width: 140px;
        height: 45px;
        background: linear-gradient(90deg, #246AF3 0%, #29ABFE 100%);
        border-radius: 8px;
        text-align: center;
        line-height: 45px;
        color: #FFFFFF;
        cursor: pointer;
        margin: 20px auto 0px auto;
    }

    .dialog {
        background: url(../images/dialog-bg.png);
        background-size: 100% 100%;
        width: 800px;
        /* height: 675px; */
        border-radius: 4px;
        border: 1px solid #E6E8ED;
        /* position: absolute; */
        position: fixed;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        padding: 20px;
        box-sizing: border-box;
        padding-bottom: 65px;
        z-index: 99;
    }

    .dialog-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 100%;
    }

    .dialog-header-title {
        font-size: var(--font-size16);
        color: #222222;
        width: 100%;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .dialog-header-title img {
        width: 20px;
    }

    .dialog-title {
        font-size: var(--font-size20px);
        font-weight: 500;
        color: #333333;
        /* line-height: 34px; */
        /* margin-bottom: 12px; */
    }

    .dialog-title-text {
        font-size: var(--font-size16);
        font-weight: 400;
        color: #666666;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .dialog-title-text .hotline {
        color: #FF0000;
    }

    .dialog .form-group label {
        width: 85px;
    }

    /* 步骤条 */
    .step-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 400px;
        margin-bottom: 20px;
        position: relative;
    }

    .step-bar-bottom {
        height: 2px;
        background-color: #007AFF;
        position: absolute;
        left: 45px;
        top: 11px;
        z-index: -1;
        width: 309px;
    }


    .step-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 1;
    }

    .step-item.active .step-num {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-color: #007AFF;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 5px;
    }

    .step-item .step-num {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        border: 1px solid #CCCCCC;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 5px;
        background-color: #999999;
        color: #fff;
    }

    .step-item .step-text {
        font-size: var(--font-size14);
        color: #666666;
    }

    .step-item.active .step-text {
        color: #007AFF;
    }

    /* 表单容器 */
    .form-container {
        width: 100%;
    }

    .form-row {
        display: flex;
        margin-bottom: 20px;
        justify-content: space-between;
    }

    .form-group {
        display: flex;
        flex-direction: row;
        margin-right: 20px;
        align-items: center;
    }

    .form-group.full-width {
        width: 100%;
        margin-right: 20px;
    }

    .form-group label {
        font-size: var(--font-size14);
        color: #333333;
    }

    .form-group.required label::before {
        content: '*';
        color: #FF0000;
        margin-right: 3px;
    }

    .form-group input[type="text"],
    .form-group select,
    .form-group textarea {
        width: 250px;
        height: 36px;
        border: 1px solid #E6E8ED;
        border-radius: 4px;
        padding: 0 10px;
        box-sizing: border-box;
        font-size: var(--font-size14);
        color: #999999;
    }

    .form-group textarea {
        height: 120px;
        resize: none;
        padding: 10px;
        flex: 1;
    }

    .form-group .form-value {
        font-size: var(--font-size14);
        color: #333333;
        width: 215px;
    }

    .agreement {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        font-size: 12px;
        /* color: #666666; */
        color: #1975FF;
        justify-content: center;
    }

    .agreement input[type="checkbox"] {
        margin-right: 5px;
    }

    .agreement .privacy-policy {
        color: #007AFF;
        text-decoration: none;
    }

    .submit-btn {
        width: 120px;
        height: 40px;
        background-color: #007AFF;
        color: #FFFFFF;
        border: none;
        border-radius: 4px;
        font-size: var(--font-size16);
        cursor: pointer;
        margin: 0 auto;
        display: block;
    }

    .submit-btn:hover {
        background-color: #005EB8;
    }


    .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
        background-color: #e8f5ff;
        width: 18px;
        height: 8px;
        opacity: 1;
        border-radius: 5px;
    }

    .swiper-pagination-bullets .swiper-pagination-bullet-active {
        background-color: #fff;
        width: 30px;
    }

    /* 1280px */
    @media screen and (max-width: 1455px) {
        :root {
            --font-size15: 12px;
            --font-size16: 12px;
            --font-size18: 14px;
            --font-size20px: 16px;
            --font-size24px: 20px;
            --font-size28px: 22px;
            --font-size34px: 24px;
            --font-size38px: 26px;
            --font-size48px: 30px;
        }

        .enroll-info-slot {
            padding-top: 8px;
        }

        .categorize {
            margin-top: 0px;
        }

        .categorize-item {
            padding: 5px 15px;
        }

        .banner-title {
            margin-bottom: 8px;
        }

        .banner-position {
            bottom: 30px !important;
        }

    }

    iframe {
        border: none;
        overflow: hidden !important;
        display: block;
    }

    .look-all-box {
        position: relative;
    }

    .hot-tag {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        font-size: var(--font-size14);
        color: #666666;
        margin-bottom: 35px;
        cursor: pointer;
    }

    .breadcrumb {
        padding: 15px 0;
        font-size: var(--font-size14);
    }

    .breadcrumb-margin-top {
        margin-top: var(--minus-top-num);
    }

    .breadcrumb-item {
        margin-right: 8px;
    }

    .breadcrumb-item a {
        color: #212121;
        text-decoration: none;
    }

    .breadcrumb-item a:hover {
        color: #1677ff;
    }

    .breadcrumb-item i {
        margin-left: 8px;
        color: #ccc;
    }

    .breadcrumb-item.last-item {
        color: #222;
        font-weight: 500;
    }

    .breadcrumb-item .home-icon {
        width: 15px;
        vertical-align: middle;
        margin: -4px 4px auto auto;
    }

    /* 遮罩层样式*/
    .coupon-modal-mask {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1000;
        /* 确保弹窗在最上层 */
    }

    /* 弹窗容器 */
    .coupon-modal-container {
        max-width: 90%;
        border-radius: 8px;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
        overflow: hidden;
        position: absolute;
        right: 50px;
        top: 64px;
        background-image: url(../images/dialog-bg.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding-bottom: 16px;
    }

    /* 弹窗头部*/
    .coupon-modal-header {
        padding: 16px 24px;
        border-bottom: 1px solid #eee;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .coupon-modal-title {
        font-size: 18px;
        font-weight: 600;
        color: #333;
        margin: 0;
    }

    .coupon-modal-close {
        cursor: pointer;
        padding: 0;
        transition: color 0.2s;
        border: none;
    }

    .coupon-modal-close img {
        width: 20px;
    }

    /* 弹窗内容区*/
    .coupon-modal-content {
        padding: 0 24px;
        overflow-x: hidden;
    }

    /* 优惠码列表*/
    .coupon-list {
        /* margin-bottom: 20px; */
    }

    .coupon-item {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 12px 0;
        font-size: 14px;
        color: #666;
        border-bottom: 1px dashed #eee;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .coupon-item:last-child {
        border-bottom: none;
    }

    .coupon-title {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: flex;
        width: 100%;
    }

    /* 优惠码 */
    .coupon-code {
        color: #1975FF;
        font-weight: 500;
        margin-right: 8px;
        font-size: 15px;
    }

    .coupon-orgName {
        font-size: 14px;
        color: #222;
        display: flex;
        flex-direction: row;
        gap: 20px;
        flex: 1;
        justify-content: space-between;
    }

    .coupon-demandContent {
        font-size: 13px;
        color: #666;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .coupon-demandContent .instructions {
        color: #1975FF;
        text-decoration-line: underline;
        cursor: pointer;
    }

    /* 分割线*/
    .coupon-divider {
        height: 1px;
        background: #eee;
        margin: 16px 0;
    }

    /* 使用说明 */
    .coupon-instructions {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        /* 每项间距 */
        padding: 8px 0;
    }

    .instruction-text {
        font-size: 14px;
        color: #666;
    }

    /* 弹窗底部 */
    .coupon-modal-footer {
        padding: 16px 24px;
        border-top: 1px solid #eee;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .coupon-confirm-btn {
        padding: 8px 24px;
        background: #1890ff;
        color: #fff;
        border: none;
        border-radius: 4px;
        font-size: 14px;
        cursor: pointer;
        transition: background 0.2s;
    }

    .coupon-confirm-btn:hover {
        background: #096dd9;
    }

    .tags-box {
        background-image: url(../images/hot.png);
        width: 25px;
        background-size: 100% 100%;
        display: inline-block;
        text-align: center;
        background-position: center;
    }

    .tags-color {
        font-size: 12px;
        color: #fff;
    }

    .pagination {
        margin: 40px auto 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 12px;
        font-family: 'Segoe UI', Roboto, sans-serif;
    }

    .pagination-btn {
        padding: 8px 16px;
        border: 1px solid #e0e0e0;
        border-radius: 6px;
        cursor: pointer;
        background-color: #ffffff;
        color: #333333;
        font-size: 14px;
        transition: all 0.2s ease;
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .pagination-btn::before,
    .pagination-btn::after {
        /* content: '';
        display: inline-block;
        width: 6px;
        height: 6px;
        border-style: solid;
        border-width: 1px 1px 0 0; */
    }

    .pagination-btn:nth-child(1)::before,
    .pagination-btn:nth-child(2)::before {
        transform: rotate(-135deg);
        margin-right: 4px;
    }

    .pagination-btn:nth-child(4)::after,
    .pagination-btn:nth-child(5)::after {
        transform: rotate(45deg);
        margin-left: 4px;
    }

    .pagination-btn:hover:not(.disabled) {
        background-color: #f5f7fa;
        border-color: #c9d1e0;
        color: #165dff;
        transform: translateY(-1px);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    }

    .pagination-btn:active:not(.disabled) {
        transform: translateY(0);
        box-shadow: none;
    }

    .pagination-btn.disabled {
        color: #b0b0b0;
        cursor: not-allowed;
        background-color: #fafafa;
        border-color: #f0f0f0;
    }

    .pagination-num {
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
        cursor: pointer;
        font-size: 14px;
        transition: all 0.2s ease;
        position: relative;
    }

    .pagination-num.active {
        background-color: #165dff;
        color: white;
        font-weight: 500;
    }

    .pagination-num:not(.active):hover {
        background-color: #f5f7fa;
        color: #165dff;
    }

    .pagination-num.separator {
        cursor: default;
        color: #999;
    }

    .pagination-num.separator:hover {
        background-color: transparent;
        color: #999;
    }

    .pagination-info {
        margin-left: 16px;
        color: #666;
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .pagination-jump {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-left: 12px;
        color: #666;
        font-size: 14px;
    }

    .pagination-jump input {
        width: 48px;
        height: 36px;
        text-align: center;
        border: 1px solid #e0e0e0;
        border-radius: 6px;
        transition: border-color 0.2s ease;
    }

    .pagination-jump input:focus {
        outline: none;
        border-color: #165dff;
        box-shadow: 0 0 0 2px rgba(22, 93, 255, 0.1);
    }

    .pagination-jump button {
        padding: 8px 12px;
        background-color: #165dff;
        color: white;
        border: none;
        border-radius: 6px;
        cursor: pointer;
        transition: background-color 0.2s ease;
    }

    .pagination-jump button:hover {
        background-color: #0e4adb;
    }

    .descriptionDialog {
        top: 0 !important;
        transform: translate(-50%, 25%);
    }


    .discount-container {
        text-align: center;
    }

    .discount-title {
        font-size: var(--font-size18);
        color: #222222;
    }

    .discount-code {
        font-size: var(--font-size38px);
        color: #222222;
    }

    .discount-desc {
        font-size: var(--font-size14);
        color: #666666;
        line-height: 20px;
        text-align: left;
        width: 70%;
        margin: 0 auto;
        padding-top: 20px;
    }

    .discount-desc p {
        margin: 0;
        margin-bottom: 8px;
    }