
@media (max-width: 930px) {
    .jc-header-fixed .menu {
        display: none;
    }

    .jc-header-fixed .logo {
        margin-left: 10px;
    }
}

@media (max-width: 750px) {

    .jc-header,
    .jc-header-fixed {
        height: 102px;
    }

    .jc-header-fixed .logo {
        width: 131px;
        height: 54px;
    }

    .jc-header-fixed .login-box {
        gap: 20px;
    }

    .jc-header-fixed .logo {
        margin-left: 20px;
    }

    .jc-header-fixed .btn-login,
    .jc-header-fixed .btn-register {
        width: 110px;
        height: 46px;
        font-size: 20px;
    }

}

.m-mobile .btn-login,
.m-mobile .btn-register {
    transform: scale(1.2);
    transform-origin: right center;
}

.m-mobile .jc-header-fixed .login-box {
    gap: 40px;
}

.m-mobile .js-model-1 .btn-list {
    gap: 40px;
    padding-left: 30px;
}

.m-mobile .jc-header-fixed .user-box {
    transform: scale(1.5);
    transform-origin: right center;
}


.js-model-1 {
    height: 513px;
    background-color: #4551f5;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
}

#swiper1 {
    width: 100%;
    overflow: hidden;
}

#swiper1 .swiper-pagination-bullet-active {
    background: #fff;
}
.m-mobile #swiper1 .swiper-pagination {
    transform: scale(2);
    transform-origin: center bottom;
}

.js-model-1-1 {
    background-image: url(../images/bg1-1.jpg);
}

.js-model-1-2 {
    background-image: url(../images/bg1-2.jpg);
}

.js-model-1-3 {
    background-image: url(../images/bg1-3.jpg);
}

.js-model-1 .jc-main {
    padding-left: 13px;
}

.js-model-1 .h1 {
    padding-top: 100px;
    font-size: 48px;
    line-height: 1;
}

.js-model-1 .h2 {
    margin-top: 30px;
    font-size: 25px;
    line-height: 1;
}

.js-model-1 .desc {
    margin-top: 30px;
    font-size: 19px;
    line-height: 30px;
}

.js-model-1 .btn-list {
    display: flex;
    margin-top: 56px;
}

.js-model-1 .btn-list .btn-login,
.js-model-1 .btn-list .btn-register {
    width: 138px;
    height: 53px;
    border-radius: 25px;
    background: #FFFFFF;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #000;
    font-size: 20px;
    cursor: pointer;
}

.js-model-1 .btn-list .btn-register {
    background-image: -moz-linear-gradient(150deg, rgb(90, 158, 253) 0%, rgb(62, 130, 247) 100%);
    background-image: -webkit-linear-gradient(150deg, rgb(90, 158, 253) 0%, rgb(62, 130, 247) 100%);
    background-image: -ms-linear-gradient(150deg, rgb(90, 158, 253) 0%, rgb(62, 130, 247) 100%);
    border: 1px solid #FFFFFF;
    color: #fff;
    margin-left: 20px;
}

.js-model-1 .btn-list .btn-login:hover {
    color: #3889FF;
}

.js-model-1 .btn-list .btn-register:hover {
    opacity: .8;
}

@media (max-width: 750px) {
    .js-model-1 {
        height: 919px;
    }

    .js-model-1-1 {
        background-image: url(../images/bg1-1-m.jpg);
    }

    .js-model-1-2 {
        background-image: url(../images/bg1-2-m.jpg);
    }

    .js-model-1-3 {
        background-image: url(../images/bg1-3-m.jpg);
    }

    .js-model-1 .jc-main {
        padding-left: 20px;
    }

    .js-model-1 .h1 {
        padding-top: 70px;
        font-size: 45px;
    }

    .js-model-1 .h2 {
        margin-top: 20px;
    }

    .js-model-1 .btn-list {
        margin-top: 40px;
    }

    .js-model-1 .btn-list .btn-login,
    .js-model-1 .btn-list .btn-register {
        width: 148px;
        height: 63px;
        font-size: 24px;
    }
}



.jc-model-2 {
    /*background: #f3f4fb;*/

}

.jc-model-2 .jc-main {
    padding: 10px 0;
}

.jc-model-2 .top-box {
    display: flex;
    /*flex-wrap: wrap;*/
    gap: 20px;
    justify-content: center;
}

.jc-model-2 .top-box .item {
    width: 290px;
    height: 130px;
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    background: #3889FF;
    border-radius: 25px;
}

.jc-model-2 .top-box .item .title {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 20px;
}

.jc-model-2 .top-box .item .desc {
    font-size: 20px;
}

.jc-model-2 .top-box .item:nth-child(1) {
    background-image: -moz-linear-gradient(90deg, rgb(178, 202, 239) 0%, rgb(107, 143, 229) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(0,0,0) 0%, rgb(107, 143, 229) 86%);
    background-image: -ms-linear-gradient(90deg, rgb(178, 202, 239) 0%, rgb(107, 143, 229) 100%);
}

.jc-model-2 .top-box .item:nth-child(2) {
    background-image: -moz-linear-gradient(90deg, rgb(181, 178, 227) 0%, rgb(136, 124, 210) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(90, 158, 253) 0%, rgb(50 5 97) 86%);
    background-image: -ms-linear-gradient(90deg, rgb(181, 178, 227) 0%, rgb(136, 124, 210) 100%);
}

.jc-model-2 .top-box .item:nth-child(3) {
    background-image: -moz-linear-gradient(90deg, rgb(182, 191, 245) 0%, rgb(127, 136, 233) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(13 92 184) 0%, rgb(36,230,182) 86%);
    background-image: -ms-linear-gradient(90deg, rgb(182, 191, 245) 0%, rgb(127, 136, 233) 100%);
}

.jc-model-2 .top-box .item:nth-child(4) {
    background-image: -moz-linear-gradient(90deg, rgb(243, 214, 143) 0%, rgb(242, 187, 80) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(143 197 243) 0%, rgb(0 0 0) 86%);
    background-image: -ms-linear-gradient(90deg, rgb(243, 214, 143) 0%, rgb(242, 187, 80) 100%);
}

@media (max-width: 750px) {
    .jc-model-2 .top-box {
        flex-wrap: wrap;
        padding: 0 10px;
    }

    .jc-model-2 .top-box .item {
        width: calc(50% - 10px);
        height: 153px;
        padding: 20px;
    }

    .jc-model-2 .top-box .item .title {
        font-size: 22px;
    }

    .jc-model-2 .top-box .item .desc {
        font-size: 16px;
    }
}

.jc-model-2 .header {
    padding-top: 80px;
    padding-bottom: 52px;
    line-height: 1;
    text-align: center;
}

.jc-model-2 .header .h1 {
    font-size: 44px;
    margin-bottom: 23px;
}

.jc-model-2 .header .h4 {
    font-size: 20px;
}

@media (max-width: 750px) {
    .jc-model-2 .header {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}

.jc-model-2 .package {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.jc-model-2 .package .item {
    width: 299px;
    height: 646px;
    background: #fff;
    border-radius: 25px;
    border: 1px solid #E0E0E0;
    overflow: hidden;
}

.jc-model-2 .package .head {
    height: 114px;
    background: url(../images/pbg.png) no-repeat;
    color: #fff;
    padding-left: 20px;
    padding-top: 15px;
    line-height: 1;
    font-size: 16px;
    border-radius: 25px;
}

.jc-model-2 .package .head .title {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 12px;
}

.jc-model-2 .package .head .tag {
    line-height: 21px;
    padding: 0 10px;
    color: #4185F8;
    background: #fff;
    border-radius: 99999px;
    display: inline-block;
}

.jc-model-2 .package .content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-left: 30px;
    padding-top: 25px;
    padding-bottom: 40px;
    line-height: 1;
    border-radius: 25px;
}

.jc-model-2 .package .li .title {
    font-size: 20px;
    position: relative;
    display: flex;
    align-items: center;
}

.jc-model-2 .package .li .title::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #4185F8;
    border-radius: 99999px;
    margin-right: 4px;
    position: relative;
    top: 1px;
}

.jc-model-2 .package .li .desc {
    font-size: 16px;
    color: #3E3E3E;
    margin-top: 6px;
}

.jc-model-2 .package .price-box {
    display: flex;
    padding: 0 12px;
    align-items: baseline;
    line-height: 1;
}

.jc-model-2 .package .new-price {
    font-size: 28px;
    color: #F50000;
}

.jc-model-2 .package .new-price .unit {
    font-size: 16px;
    color: #000000;
}

.jc-model-2 .package .old-price {
    font-size: 13px;
    color: #4F4F4F;
    text-decoration-line: line-through;
    margin-left: auto;
}

.jc-model-2 .package .btn-buy {
    width: 269px;
    height: 42px;
    border-radius: 25px;
    background-image: -moz-linear-gradient(150deg, rgb(90, 158, 253) 0%, rgb(62, 130, 247) 100%);
    background-image: -webkit-linear-gradient(150deg, rgb(90, 158, 253) 0%, rgb(62, 130, 247) 100%);
    background-image: -ms-linear-gradient(150deg, rgb(90, 158, 253) 0%, rgb(62, 130, 247) 100%);
    margin: auto;
    color: #fff;
    font-size: 20px;
    display: flex;
    line-height: 1;
    align-items: center;
    justify-content: center;
    margin-top: 26px;
}

.jc-model-2 .package .btn-buy:hover {
    opacity: .8;
}

@media (max-width: 1250px) {
    .jc-model-2 .package {
        justify-content: center;
    }
}

@media (max-width: 750px) {
    .jc-model-2 .package {
        justify-content: center;
    }

    .jc-model-2 .package .item {
        width: 347px;
        height: 748px;
    }

    .jc-model-2 .package .head {
        height: 132px;
        padding-left: 20px;
        padding-top: 20px;
        line-height: 1;
        background-size: contain;
        font-size: 19px;
    }

    .jc-model-2 .package .head .title {
        font-size: 35px;
    }

    .jc-model-2 .package .head .tag {
        line-height: 25px;
    }

    .jc-model-2 .package .content {
        padding: 30px 0 54px 36px;
    }

    .jc-model-2 .package .li .title::before {
        width: 12px;
        height: 12px;
        margin-right: 6px;
    }

    .jc-model-2 .package .li .title {
        font-size: 24px;
    }

    .jc-model-2 .package .li .desc {
        font-size: 19px;
        margin-top: 10px;
    }

    .jc-model-2 .package .price-box {
        padding: 0 15px;
    }

    .jc-model-2 .package .new-price {
        font-size: 32px;
    }

    .jc-model-2 .package .new-price .unit {
        font-size: 18px;
    }

    .jc-model-2 .package .old-price {
        font-size: 15px;
    }

    .jc-model-2 .package .btn-buy {
        width: 312px;
        height: 50px;
        font-size: 23px;
    }
}

.jc-model-3 {
    background: url(../images/bg3.jpg) no-repeat #fff;
    background-position: center;
    height: 590px;
}

.jc-model-3 .jc-main {
    padding-top: 37px;
}

.jc-model-3 .package {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    row-gap: 22px;
    justify-content: center;
}

.jc-model-3 .package .item {
    width: 48%;
    min-width: 450px;
    height: 246px;
    background: #FFFFFF;
    border-radius: 25px;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.jc-model-3 .package .top-box {
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 16px;
    color: #222222;
    margin-top: 5px;
}

.jc-model-3 .package .top-box .name {
    font-weight: 800;
    font-size: 30px;
    color: #242424;
    margin-right: auto;
}

.jc-model-3 .package .desc {
    font-size: 16px;
    color: #3E3E3E;
    line-height: 26px;
    margin-top: 30px;
}

.jc-model-3 .package .bottom-box {
    display: flex;
    margin-top: auto;
}

.jc-model-3 .package .price {
    font-size: 16px;
    color: #000000;
    display: flex;
    align-items: baseline;
    line-height: 1;
}

.jc-model-3 .package .new-price {
    font-size: 28px;
    color: #F50000;
}

.jc-model-3 .package .old-price {
    font-size: 13px;
    color: #4F4F4F;
    text-decoration-line: line-through;
    margin-left: 20px;
}

.jc-model-3 .package .btn-buy {
    border-radius: 25px;
    background-image: -moz-linear-gradient(150deg, rgb(90, 158, 253) 0%, rgb(62, 130, 247) 100%);
    background-image: -webkit-linear-gradient(150deg, rgb(90, 158, 253) 0%, rgb(62, 130, 247) 100%);
    background-image: -ms-linear-gradient(150deg, rgb(90, 158, 253) 0%, rgb(62, 130, 247) 100%);
    width: 107px;
    height: 34px;
    display: flex;
    line-height: 1;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    margin-left: auto;
    cursor: pointer;
}

.jc-model-3 .package .btn-buy:hover {
    opacity: .8;
}

@media (max-width: 1256px) {
    .jc-model-3 {
        background: url(../images/bg3-m.jpg) #fff;
        background-repeat: repeat-x;
        height: auto;
        padding-bottom: 30px;
    }

    .jc-model-3 .package {
        justify-content: center;
    }
}

@media (max-width: 750px) {
    .jc-model-3 {
        background: url(../images/bg3-m.jpg) no-repeat #fff;
        height: 1287px;
    }

    .jc-model-3 .jc-main {
        padding-top: 50px;
    }

    .jc-model-3 .package {
        justify-content: center;
    }

    .jc-model-3 .package .item {
        width: 693px;
        height: 278px;
        padding: 20px;
    }

    .jc-model-3 .package .top-box {
        font-size: 18px;
    }

    .jc-model-3 .package .top-box .name {
        font-size: 34px;
        font-weight: 800;
    }

    .jc-model-3 .package .desc {
        font-size: 18px;
        line-height: 29px;
        margin-top: 40px;
    }

    .jc-model-3 .package .price {
        font-size: 18px;
    }

    .jc-model-3 .package .new-price {
        font-size: 32px;
    }

    .jc-model-3 .package .old-price {
        font-size: 15px;
    }

    .jc-model-3 .package .btn-buy {
        width: 123px;
        height: 40px;
        font-size: 23px;
    }
}

.jc-model-4 {
    height: 674px;
    background-color: #fff;
    background-image: url(../images/bg4.jpg);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    color: #fff;
}

.jc-model-4 .h1 {
    font-size: 44px;
    padding-top: 70px;
}

.jc-model-4 .desc {
    font-size: 20px;
    margin-top: 24px;
    line-height: 34px;
}

@media (max-width: 750px) {
    .jc-model-4 {
        background-image: url(../images/bg4-m.jpg);
        height: 596px;
    }

    .jc-model-4 .h1 {
        padding-top: 67px;
    }

    .jc-model-4 .desc {
        margin-top: 28px;
    }

    .jc-model-4 .desc span {
        display: block;
    }
}

.jc-model-5 {
    background: #fff;
    /* height: 118px; */
}

.jc-model-5 .jc-main {
    display: flex;
    gap: 60px;
    justify-content: center;
}

.jc-model-5 .cdn-item {
    width: 556px;
    /* height: 130px; */
    background-image: -moz-linear-gradient(150deg, rgb(90, 158, 253) 0%, rgb(62, 130, 247) 100%);
    background-image: -webkit-linear-gradient(150deg, rgb(90, 158, 253) 0%, rgb(62, 130, 247) 100%);
    background-image: -ms-linear-gradient(150deg, rgb(90, 158, 253) 0%, rgb(62, 130, 247) 100%);
    border-radius: 25px;
    color: #fff;
    padding: 20px;
    position: relative;
    top: -60px;
}

.jc-model-5 .cdn-item .title {
    font-size: 30px;
}

.jc-model-5 .cdn-item .desc {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
}

@media (max-width: 1105px) {
    .jc-model-5 .cdn-item .title {
        font-size: 26px;
    }

    .jc-model-5 .cdn-item .desc {
        font-size: 12px;
    }
}

@media (max-width:860px) {
    .jc-model-5 .cdn-item .title {
        font-size: 18px;
    }

    .jc-model-5 .cdn-item .desc {
        font-size: 10px;
    }
}

@media (max-width:750px) {
    .jc-model-5 .jc-main {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .jc-model-5 .cdn-item {
        top: -50px;
        width: 627px;
        /* height: 147px; */
    }

    .jc-model-5 .cdn-item .title {
        font-size: 34px;
    }

    .jc-model-5 .cdn-item .desc {
        font-size: 18px;
        margin-top: 30px;
    }
}

.jc-model-6 {
    /* height: 644px; */
    background: #F5F6F8;
    text-align: center;
}

.jc-model-6 .jc-main {
    padding-bottom: 40px;
}

.jc-model-6 .h1 {
    padding-top: 87px;
    font-size: 44px;
}

.jc-model-6 .h4 {
    font-size: 20px;
    line-height: 34px;
    margin-top: 30px;
}

.jc-model-6 .news-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px;
    margin-top: 50px;
}

.jc-model-6 .news-list .item {
    width: 283px;
    height: 288px;
    background: #FFFFFF;
    border-radius: 25px;
    border: 1px solid #CBCBCB;
    text-align: left;
    color: #000;
    cursor: pointer;
    overflow: hidden;
}

.jc-model-6 .news-list .item:last-child {
    /* margin-right: auto; */
}

.jc-model-6 .news-list .item .img {
    width: 100%;
    height: 182px;
}

.jc-model-6 .news-list .item .img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jc-model-6 .news-list .item .title {
    padding-left: 20px;
    font-size: 18px;
    padding-top: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.jc-model-6 .news-list .item .title:hover {
    color: #3889FF;
}

.jc-model-6 .news-list .item .time {
    font-size: 15px;
    color: #4A4A4A;
    padding-left: 20px;
    margin-top: 15px;
}

.jc-model-6 .more {
    text-align: center;
    margin-top: 36px;
}

.jc-model-6 .btn-more {
    display: flex;
    width: 141px;
    height: 53px;
    background: radial-gradient(1% 0% at 0% 0%, #5A9EFD 0%, #3E82F7 100%), #848484;
    border-radius: 25px;
    margin: auto;
    color: #fff;
    font-size: 20px;
    align-items: center;
    justify-content: center;
}

.jc-model-6 .btn-more:hover {
    opacity: .8;
}

@media (max-width:750px) {
    .jc-model-6 .news-list .item {
        width: 329px;
        height: 334px;
    }

    .jc-model-6 .news-list .item .img {
        height: 212px;
    }

    .jc-model-6 .news-list .item .title {
        font-size: 21px;
    }

    .jc-model-6 .news-list .item .time {
        font-size: 18px;
    }

    .jc-model-6 .btn-more {
        width: 178px;
        height: 67px;
        font-size: 28px;
    }
}


.jc-model-7 {
    background: #fff;
}

.jc-model-7 .jc-main {
    padding-top: 65px;
    padding-bottom: 50px;
}

.jc-model-7 .h1 {
    font-size: 44px;
    text-align: center;
}

.jc-model-7 .h4 {
    font-size: 20px;
    margin-top: 30px;
    text-align: center;
}

.jc-model-7 .case-list {
    display: flex;
    flex-wrap: wrap;
    gap: 34px;
    margin-top: 53px;
    row-gap: 26px;
    justify-content: center;
}

.jc-model-7 .case-list .item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 276px;
    height: 75px;
    background: #FFFFFF;
    border-radius: 25px;
    border: 1px solid #DBDBDB;
}

.jc-model-7 .case-list .item .img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.jc-model-7 .case-list .item .title {
    margin-left: 15px;
    font-size: 24px;
}

@media (max-width:750px) {
    .jc-model-7 .case-list .item {
        width: 327px;
        height: 90px;
    }

    .jc-model-7 .case-list .item .img {
        width: 64px;
        height: 64px;
    }

    .jc-model-7 .case-list .item .title {
        font-size: 29px;
    }
}


.jc-model-8 {
    background-image: -moz-linear-gradient(150deg, rgb(90, 158, 253) 0%, rgb(62, 130, 247) 100%);
    background-image: -webkit-linear-gradient(150deg, rgb(90, 158, 253) 0%, rgb(62, 130, 247) 100%);
    background-image: -ms-linear-gradient(150deg, rgb(90, 158, 253) 0%, rgb(62, 130, 247) 100%);
    padding: 40px 0;
}

.jc-model-8 .h1 {
    font-size: 44px;
    margin-bottom: 46px;
    color: #fff;
    text-align: center;
    line-height: 66px;
}

.jc-model-8 .list-box {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    row-gap: 26px;
    justify-content: center;
}

.jc-model-8 .list-box .item {
    width: 600px;
    font-size: 21px;
    padding: 22px;
    color: #5A5A5A;
    background: #FFFFFF;
    border-radius: 25px 25px 25px 25px;
}

.jc-model-8 .list-box .item .top-box {
    display: flex;
    align-items: center;
}

.jc-model-8 .list-box .top-box .img {
    width: 81px;
    height: 81px;
    border-radius: 99999999px;
    background: #B0B0B0;
    overflow: hidden;
    margin-right: 15px;
}

.jc-model-8 .list-box .top-box .name {
    font-weight: bold;
    color: #0B0B0B;
    margin-bottom: 10px;
}

.jc-model-8 .list-box .top-box .tag {
    font-size: 19px;
    color: #404040;
}

.jc-model-8 .list-box .star {
    margin-left: auto;
}

.jc-model-8 .list-box .star img {
    width: 26px;
    height: 24px;
}

.jc-model-8 .list-box .desc {
    line-height: 30px;
    margin-top: 14px;
}

@media (max-width:750px) {

    .jc-model-8 .list-box .item {
        width: 700px;
        font-size: 24px;
    }

    .jc-model-8 .list-box .top-box .img {
        width: 95px;
        height: 95px;
    }

    .jc-model-8 .list-box .top-box .tag {
        font-size: 22px;
    }

    .jc-model-8 .list-box .star img {
        width: 31px;
        height: 29px;
    }

    .jc-model-8 .list-box {
        row-gap: 20px;
    }
}


.jc-model-9 {
    background: #fff;
    padding: 66px 0;
}

.jc-model-9 .h1 {
    font-size: 44px;
    color: #000000;
    line-height: 66px;
    text-align: center;
}

.jc-model-9 .serve-contact {
    background: #F8F9FF;
    border-radius: 25px 25px 25px 25px;
    border: 1px solid #BEBEBE;
    padding-left: 50px;
    padding-bottom: 26px;
    padding-top: 60px;
    margin-top: 90px;
    position: relative;
}

.jc-model-9 .serve-contact .title {
    font-size: 41px;
    color: #171717;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.jc-model-9 .serve-contact .desc {
    font-size: 21px;
    color: #454545;
    line-height: 36px;
    position: relative;
    z-index: 1;
}

.jc-model-9 .serve-contact .btn-contact {
    width: 126px;
    height: 39px;
    background: radial-gradient(1% 0% at 0% 0%, #5A9EFD 0%, #3E82F7 100%), #848484;
    border-radius: 99999px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #fff;
    font-size: 20px;
    margin-top: 18px;
    position: relative;
    cursor: pointer;
    z-index: 1;
}

.jc-model-9 .serve-contact .btn-contact:hover {
    opacity: .8;
}

.jc-model-9 .serve-contact::after {
    content: '';
    position: absolute;
    right: 0;
    top: -41px;
    width: 565px;
    height: 390px;
    background: url('/static/frontend/images/lx.png') no-repeat;
    z-index: 0;
}

@media (max-width:750px) {
    .jc-model-9 {
        padding: 0;
        padding-top: 13px;
    }

    .jc-model-9 .jc-main {
        background: #F8F9FF;
        border-radius: 25px 5px 5px 5px;
        border: 1px solid #BEBEBE;
        padding-top: 38px;
        padding-bottom: 10px;
    }

    .jc-model-9 .serve-contact {
        border: none;
        margin-top: 0;
        padding: 0;
    }

    .jc-model-9 .serve-contact .title {
        display: none;
    }

    .jc-model-9 .h1 {
        font-size: 44px;
    }

    .jc-model-9 .serve-contact::after {
        position: static;
        display: block;
        margin: auto;
    }

    .jc-model-9 .serve-contact .desc {
        display: grid;
        flex-wrap: wrap;
        justify-content: center;
        font-size: 21px;
        grid-template-columns: 52% 46%;
        padding: 0 25px;
        grid-gap: 10px;
        margin-top: 47px;
    }

    .jc-model-9 .serve-contact .btn-contact {
        margin: auto;
        width: 146px;
        height: 60px;
        margin-top: 33px;
        margin-bottom: 40px;
        font-size: 22px;
    }
}


.jc-fooeter {
    padding: 48px 0 35px 0;
    background: #1E2036;
    color: #fff;
}

.jc-fooeter .jc-main {
    display: flex;
}

.jc-fooeter .menus {
    display: flex;
    justify-content: space-around;
}

.jc-fooeter .group .title {
    font-size: 21px;
    padding-bottom: 20px;
    position: relative;
    display: inline-block;
}

.jc-fooeter .group .title::after,
.jc-fooeter .group .title::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: rgba(255, 255, 255, .3);
    line-height: 0;
    font-size: 0;
}

.jc-fooeter .group .title::after {
    background-image: -moz-linear-gradient(150deg, rgb(90, 158, 253) 0%, rgb(62, 130, 247) 100%);
    background-image: -webkit-linear-gradient(150deg, rgb(90, 158, 253) 0%, rgb(62, 130, 247) 100%);
    background-image: -ms-linear-gradient(150deg, rgb(90, 158, 253) 0%, rgb(62, 130, 247) 100%);
    width: 21px;
    right: auto;
}

.jc-fooeter .group .list {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.jc-fooeter .group .list a {
    font-size: 18px;
    display: block;
    color: #BCBCBC;
}

.jc-fooeter .group .list a:hover {
    color: #3889FF;
}

.jc-fooeter .approve {
    display: flex;
    gap: 10px;
    padding-left: 10px;
    margin-top: 90px;
    flex-wrap: wrap;
}

.jc-fooeter .approve img {
    width: 134px;
    height: 50px;
    /* object-fit: contain; */
}

.jc-fooeter .line {
    width: 1px;
    height: 387px;
    background: rgba(183, 183, 183, .3);
    margin: 0 85px;
}

.jc-fooeter .logo {
    width: 146px;
    height: 65px;
    margin-top: 40px;
}

.jc-fooeter .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.jc-fooeter .qrcode {
    display: flex;
    gap: 30px;
    margin-top: 57px;
    text-align: center;
}

.jc-fooeter .qrcode .item {
    font-size: 15px;
    color: #BCBCBC;
}

.jc-fooeter .qrcode .item .pic {
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    border-radius: 25px;
    padding: 6px;
    overflow: hidden;
    margin: auto;
}

.jc-fooeter .qrcode .item:nth-child(2) .pic {
    padding: 0px;
}

.jc-fooeter .qrcode .item .pic img {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.jc-fooeter .qrcode .item .txt {
    margin-top: 17px;
}

.jc-fooeter-2 {
    background: #000000;
    padding: 20px;
    vertical-align: middle;
    font-size: 14px;
    text-align: center;
}

.jc-fooeter-2 a {
    vertical-align: middle;
    color: #4b4d69;
}

.jc-fooeter-2 img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 4px;
}

.jc-fooeter-2 span+span {
    margin-left: 6px;
}


@media (max-width:830px) {
    .jc-fooeter .jc-main {
        flex-direction: column;
    }

    .jc-fooeter .line {
        display: none;
    }

    .jc-fooeter .right {
        display: flex;
        justify-content: space-around;
        margin-top: 70px;
    }

    .jc-fooeter .right .group .title::after,
    .jc-fooeter .right .group .title::before {
        display: none;
    }

    .jc-fooeter .qrcode {
        margin-top: 0;
    }
}

@media (max-width:750px) {
    .m-mobile .jc-fooeter {
        padding: 78px 0 60px 0;
    }

    .m-mobile .jc-fooeter .group .title {
        font-size: 30px;
    }

    .m-mobile .jc-fooeter .group .list a {
        font-size: 26px;
    }

    .m-mobile .jc-fooeter .approve {
        justify-content: center;
    }

    .m-mobile .jc-fooeter .logo {
        width: 272px;
        height: 114px;
    }

    .m-mobile .jc-fooeter .qrcode .item {
        font-size: 20px;
    }

    .m-mobile .jc-fooeter .qrcode .item .pic {
        width: 160px;
        height: 160px;
    }

    .m-mobile .jc-fooeter-2 {
        font-size: 24px;
        line-height: 1.8;
        padding: 15px 30px;
    }

    .m-mobile .jc-fooeter-2 img {
        width: 30px;
        height: 30px;
    }

    .m-mobile .jc-fooeter-2 span {
        display: block;
        text-align: left;
    }
}

.kefu {
    position: fixed;
    right: 0;
    bottom: 30%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 88;
}

.kefu .item {
    display: flex;
    border-width: 1px;
    border-radius: 9999999px;
    background-image: -moz-linear-gradient(150deg, rgb(90, 158, 253) 0%, rgb(62, 130, 247) 100%);
    background-image: -webkit-linear-gradient(150deg, rgb(90, 158, 253) 0%, rgb(62, 130, 247) 100%);
    background-image: -ms-linear-gradient(150deg, rgb(90, 158, 253) 0%, rgb(62, 130, 247) 100%);
    position: relative;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 64px;
    gap: 6px;
    cursor: pointer;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
}

.kefu .item:hover>span,
.kefu .item:hover>img {
    opacity: .8;
}

.kefu .item:hover .qrcode {
    display: block;
}

.kefu .item>span {
    font-size: 20px;
    color: #fff;
}

.kefu .item>img {
    width: 37px;
    height: 25px;
    object-fit: contain;
}

.kefu .qrcode {
    display: none;
    position: absolute;
    right: 100%;
    transform: translateX(-8%);
    background: #fff;
    border-radius: 25px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    width: 227px;
    padding: 10px;
    box-sizing: border-box;
    display: none;
}

.kefu .qrcode>img {
    width: 90%;
    display: block;
    margin: 0 auto;
}

.kefu .qrcode .text1 {
    text-align: center;
    font-size: 19px;
    color: black;
}

.kefu .qrcode .text2 {
    text-align: center;
    font-size: 18px;
    color: red;
    margin-top: 10px;
}

.m-mobile .kefu .item {
    width: 251px;
    height: 94px;
}

.m-mobile .kefu .item>span {
    font-size: 33px;
}

.m-mobile .kefu .item>img {
    width: 67px;
    height: 55px;
}

.m-mobile .kefu .qrcode {
    width: 350px;
    padding: 15px;
}

.m-mobile .kefu .qrcode .text1 {
    font-size: 30px;
    margin-top: 10px;
}

.m-mobile .kefu .qrcode .text2 {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.m-mobile .kefu .qrcode>img {
    width: 100%;
}




.code {
    color: white !important;
    background-color: #2a78ff !important;
    text-align: center !important;
    font-size: 12px !important;
}

@font-face {
    font-family: iconfont;
    src: url(/static/font/iconfont.ebe2426.eot);
    src: url(/static/font/iconfont.ebe2426.eot?#iefix) format("embedded-opentype"),
        url(/static/font/iconfont.e7b6ba4.woff2) format("woff2"),
        url(/static/font/iconfont.c9769cc.woff) format("woff"),
        url(/static/font/iconfont.2952d72.ttf) format("truetype"),
        url(/static/img/iconfont.0bb67f1.svg#iconfont) format("svg")
}

.loginbg .form .inputdiv .code {
    font-size: 14px;
    width: 135px;
    display: inline-block;
    font-weight: 400;
    color: #2a78ff;
    padding-right: 10px;
    cursor: pointer;
}

.iconfont {
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.loginbg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}

.loginbg .login {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 470px;
    background: #fff;
    -webkit-box-shadow: 0 5px 40px 0 rgba(0, 52, 166, .08);
    box-shadow: 0 5px 40px 0 rgba(0, 52, 166, .08);
    border-radius: 25px;
    padding: 30px 71px 71px 79px;
}

.loginbg .login .form {
    position: relative;
}

.loginbg .login .form .title {
    text-align: center;
    height: 23px;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333;
    margin-bottom: 53px;
}

.loginbg .login .form .inputdiv {
    padding-left: 16px;
    border: 1px solid #eee;
    border-radius: 25px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.loginbg .login .form .inputdiv .iconfont {
    font-size: 22px;
    color: #2a78ff;
    margin-right: 12px;
}

.iconfont {
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.loginbg .login .form .inputdiv .input {
    height: 40px;
    font-size: 14px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    outline: none;
    border: none;
    color: #666 !important;
}

.loginbg .login .form .noaccount {
    text-align: right;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #888;
    position: relative;
    cursor: pointer;
    margin-bottom: 0px;
}

.loginbg .login .form .btn {
    width: 320px;
    height: 40px;
    background: #2a78ff;
    border-radius: 25px;
    line-height: 40px;
    color: #fff;
    margin-top: 39px;
    margin-bottom: 20px;
}

.loginbg .login .form .noaccount {
    text-align: right;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #888;
    position: relative;
    cursor: pointer;
}

.loginbg .login .form .noaccount {
    text-align: right;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #888;
    position: relative;
    cursor: pointer;
}

.loginbg .login .form .noaccount .gologin {
    color: #2a78ff;
    cursor: pointer;
}

.loginbg .login .form .close {
    position: absolute;
    top: 0px;
    color: black;
    font-size: 28px;
    cursor: pointer;
    right: -44px;
}

.loginbg .login .myqrcode {
    width: 56px;
    height: 56px;
    position: absolute;
    right: 24px;
    top: 28px;
    cursor: pointer;
}


.m-mobile .login {
    transform: scale(1.5) translate(-33%, -33%);
    transform-origin: center center;
}

.m-mobile .x_modal .x_modal_content {
    transform: scale(1.8) !important;
}

.m-mobile .w-toplink.active {
    transform: scale(1.8) !important;
    transform-origin: right bottom;
}




        .value-icon img {
        height: 100px;
        width: 100px;
        }
          .user-actions {
            display: flex;
            align-items: center;
            gap: 24px;
            
        }
        
        .user-actions .register-btn {
            background: linear-gradient(90deg, #00D499 0%, #00B88A 100%);
            padding: 2px 16px;
            border-radius: 4px;
            font-weight: 500;
            cursor: pointer;
            transition: opacity 0.3s;
            color: #fff;
        }
        .user-actions .register-btn:hover {
            opacity: 0.9;
        }
    /* 基础变量定义 */
    :root {
      --primary: #0066FF;
      --dark: #1D2129;
      --light: #F5F7FA;
      --neutral: #666666;
      --white: #FFFFFF;
      --shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
      --transition: all 0.3s ease;
    }

    a {
      text-decoration: none;
      color: inherit;
      transition: var(--transition);
    }

    a:hover {
      color: var(--primary);
    }
	
	
	 .title[data-v-1c9e1c26] {
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 20px;
    max-width: 720px;
    word-break: break-word;
}
.banner-info .title[data-v-647329bc] {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    max-width: 720px;
}

    .container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .section {
      padding: 60px 0;
    }

    .section-title {
      font-size: 28px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 40px;
    }

    /* Banner 样式 */
    .banner {
        width: 100%;
        min-height: 400px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .banner-info {
        padding: 0px 0;
        max-width: 1200px;
        margin: 0 auto;
    }

    .banner-info .title {
        font-size: 42px;
        font-weight: 700;
        margin-bottom: 20px;
        color: #fff;
        line-height: 1.3;
    }

    .banner-info .subTitle {
        font-size: 18px;
        color: rgba(255,255,255,0.8);
        line-height: 1.6;
        margin-bottom: 32px;
    }

    .text-center {
      text-align: center;
    }

    .text-gradient {
      background: linear-gradient(90deg, var(--primary), #00B4FF);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    .card {
      background: var(--light);
      border-radius: 8px;
      padding: 24px;
      box-shadow: var(--shadow);
      text-align: center;
      transition: var(--transition);
    }

    .card:hover {
      transform: translateY(-5px);
    }



    .btn-primary {
      background: var(--primary);
      color: var(--white);
    }

    .btn-primary:hover {
      background: rgba(0, 102, 255, 0.9);
    }

    .btn-outline {
      border: 1px solid rgba(255, 255, 255, 0.3);
      color: var(--white);
    }

    .btn-outline:hover {
      border-color: var(--primary);
    }


    /* 问题痛点区 */
    .problems {
      background: var(--white);
    }

    .problems-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 24px;
    }

    .problem-card img {
      width: 80px;
      height: 80px;
      margin: 0 auto 16px;
    }

    .problem-card h3 {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 8px;
    }

    .problem-card p {
      font-size: 14px;
      color: var(--neutral);
    }

    /* 核心价值区 */
    .core-value {
      background: var(--light);
    }

    .core-value-desc {
      text-align: center;
      color: var(--neutral);
      max-width: 800px;
      margin: 0 auto 40px;
    }

    .value-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 16px;
      margin-bottom: 40px;
    }

    .value-item {
      text-align: center;
      padding: 16px;
    }

    .value-icon {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 8px;
    }

    .value-icon.user {
      background: #E6F7FF;
      color: #52C41A;
    }

    .value-icon.time {
      background: #E6F4FF;
      color: var(--primary);
    }

    .value-icon.content {
      background: #E6F4FF;
      color: var(--primary);
    }

    .value-icon.channel {
      background: #E6F4FF;
      color: var(--primary);
    }

    .value-icon.target {
      background: #F9F0FF;
      color: #722ED1;
    }

    .value-item h3 {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 4px;
    }

    .value-item p {
      font-size: 12px;
      color: var(--neutral);
    }

    .value-cycle {
      text-align: center;
      margin-bottom: 40px;
    }

    .value-cycle img {
      width: 150px;
      height: 150px;
    }

    .value-steps {
      display: flex;
      flex-direction: column;
      gap: 16px;
      align-items: center;
    }

    .step-item {
      padding: 8px 16px;
      border-radius: 20px;
      font-size: 14px;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .step-item.find {
      background: #E6F7FF;
      color: #52C41A;
    }

    .step-item.send {
      background: #E6F4FF;
      color: var(--primary);
    }

    .step-item.analyze {
      background: #F9F0FF;
      color: #722ED1;
    }

    .value-tags {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 8px;
      margin-top: 16px;
      font-size: 12px;
      color: var(--neutral);
    }

    /* 功能介绍区 */
    .features {
      background: var(--primary);
      color: var(--white);
    }

    .features-content {
      display: flex;
      flex-direction: column;
      gap: 40px;
      align-items: center;
    }

    .features-list {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .feature-item {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .feature-item i {
      color: #95DE64;
    }

    .feature-card {
      background: rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(8px);
      border-radius: 8px;
      padding: 24px;
      width: 100%;
      max-width: 400px;
    }

    .feature-card p {
      margin-bottom: 16px;
    }

    .feature-card img {
      width: 100%;
      border-radius: 4px;
    }

    /* 选择理由区 */
    .reasons {
      background: var(--white);
    }

    .reasons-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 24px;
    }

    .reason-card img {
      width: 80px;
      height: 80px;
      margin: 0 auto 16px;
    }

    .reason-card h3 {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 8px;
    }

    .reason-card p {
      font-size: 14px;
      color: var(--neutral);
    }

    /* 版本对比区 */
    .pricing {
      background: var(--light);
    }

    .pricing-table {
      width: 100%;
      background: var(--white);
      border-radius: 8px;
      overflow: hidden;
      box-shadow: var(--shadow);
      border-collapse: collapse;
    }

    .pricing-table th,
    .pricing-table td {
      padding: 12px 16px;
      text-align: left;
      border-bottom: 1px solid #E8E8E8;
      font-size: 14px;
    }

    .pricing-table th {
      font-weight: 600;
    }

    .pricing-table th:nth-child(3) {
      background: #F0F5FF;
    }

    .pricing-table th:nth-child(4) {
      background: #FFFBE6;
    }

    .pricing-table th:nth-child(5) {
      background: var(--primary);
      color: var(--white);
    }

    .pricing-table td:nth-child(1) {
      color: var(--neutral);
    }

    .pricing-actions {
      text-align: center;
      margin-top: 24px;
    }

    .pricing-actions a {
      color: var(--primary);
    }

    /* 客户案例区 */
    .clients {
      background: var(--white);
    }

    .clients-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 32px;
    }

    .clients-grid img {
      height: 32px;
      filter: grayscale(100%);
      transition: var(--transition);
    }

    .clients-grid img:hover {
      filter: grayscale(0);
    }

    /* 资源下载区 */
    .resources {
      background: var(--dark);
      color: var(--white);
    }

    .resources-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 24px;
    }

    .resource-card {
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 8px;
      padding: 24px;
    }

    .resource-card h3 {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 16px;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .resource-card h3 i {
      color: var(--primary);
    }

    .resource-card ul {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    .resource-card ul li a {
      color: var(--neutral);
      font-size: 14px;
    }


 .banner-info .subTitle[data-v-1c9e1c26] {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 32px;
    max-width: 720px;
    opacity: .72;
}

    /* 联系表单区 */
    .contact {
      background: var(--dark);
      color: var(--white);
      border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .contact-desc {
      text-align: center;
      color: var(--neutral);
      max-width: 600px;
      margin: 0 auto 40px;
    }

    .contact-form {
      max-width: 600px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .form-row {
      display: grid;
      grid-template-columns: 1fr;
      gap: 16px;
    }

    .form-control {
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 4px;
      padding: 12px 16px;
      color: var(--white);
      font-size: 14px;
    }

    .form-control::placeholder {
      color: var(--neutral);
    }

    .form-control:focus {
      outline: none;
      border-color: var(--primary);
    }

    .contact-form textarea {
      min-height: 100px;
      resize: vertical;
    }

    /* 页脚 */
    .footer {
      background: var(--dark);
      color: var(--neutral);
      padding: 24px 0;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      text-align: center;
      font-size: 14px;
    }

    /* 响应式适配 */
    @media (min-width: 768px) {
      .nav {
        display: flex;
      }

      .hero-content {
        flex-direction: row;
        text-align: left;
        justify-content: space-between;
      }

      .hero-image {
        margin-top: 0;
      }

      .problems-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .value-grid {
        grid-template-columns: repeat(5, 1fr);
      }

      .value-steps {
        flex-direction: row;
        justify-content: space-between;
      }

      .features-content {
        flex-direction: row;
        align-items: flex-start;
      }

      .features-list {
        flex: 1;
      }

      .feature-card {
        flex: 1;
      }

      .reasons-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .resources-grid {
        grid-template-columns: repeat(3, 1fr);
      }

      .form-row {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (min-width: 1024px) {
      .problems-grid {
        grid-template-columns: repeat(3, 1fr);
      }

      .reasons-grid {
        grid-template-columns: repeat(4, 1fr);
      }
    }

    /* 移动端导航样式 - 隐藏PC端导航 */
    @media (max-width: 768px) {
        .main-nav,
        .user-actions {
            display: none !important;
        }

        .mobile-menu-btn {
            display: flex !important;
        }

        /* Banner 移动端适配 */
        .banner {
            min-height: 350px;
            padding: 0 16px;
        }

        .banner-info {
            margin-left: 0 !important;
            padding: 60px 0;
            max-width: 100%;
        }

        .banner-info .title {
            font-size: 26px !important;
            margin-bottom: 12px;
            line-height: 1.4;
        }

        .banner-info .subTitle {
            font-size: 14px !important;
            line-height: 1.6;
            margin-bottom: 20px;
        }

        /* Section 移动端适配 */
        .section {
            padding: 40px 0;
        }

        .section-title {
            font-size: 24px;
            margin-bottom: 24px;
        }

        .core-value-desc {
            font-size: 14px;
            margin-bottom: 24px;
        }

        /* 容器移动端适配 */
        .container {
            padding: 0 16px;
        }

        /* 核心价值区移动端适配 */
        .value-grid {
            grid-template-columns: 1fr;
            gap: 12px;
        }

        .value-item {
            padding: 20px 16px;
        }

        .value-icon {
            width: 40px;
            height: 40px;
        }

        .value-item h3 {
            font-size: 15px;
            margin-bottom: 8px;
        }

        .value-item p {
            font-size: 13px;
            line-height: 1.5;
        }

        /* 选择理由区移动端适配 */
        .reasons-grid {
            grid-template-columns: 1fr;
            gap: 16px;
        }

        .reason-card {
            padding: 20px 16px;
        }

        .reason-card img {
            width: 64px;
            height: 64px;
        }

        .reason-card h3 {
            font-size: 15px;
            margin-bottom: 12px;
        }

        .reason-card p {
            font-size: 13px;
            line-height: 1.6;
        }

        /* 卡片移动端适配 */
        .card {
            padding: 20px 16px;
        }
    }