body {
    font-family: SourceHanSansCN, SourceHanSansCN;
    color: #000;
}


::-webkit-scrollbar-track {
    border-radius: 0;
    background: #e7e7e7;
    position: absolute;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    position: absolute;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ccc;
    position: absolute;
}

.jc-main {
    max-width: 1240px;
    margin: auto;
}

.jc-header {
    height: 66px;
}

.jc-header-fixed {
    height: 66px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    backdrop-filter: blur(20px);
    position: fixed;
    left: 0;
    right: 0;
    z-index: 88;
}

.jc-header-fixed .jc-main {
    display: flex;
    align-items: center;
    height: 100%;
}

.jc-header-fixed .logo {
    height: 46px;
    width: 110px;
    flex-shrink: 0;
}

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

.jc-header-fixed .menu {
    display: flex;
    margin-left: 30px;
    gap: 60px;
}

.jc-header-fixed .menu a {
    position: relative;
    color: #000;
    font-size: 18px;
}

.jc-header-fixed .menu a img.hot {
    width: 33px;
    height: 21px;
    position: absolute;
    margin-left: 4px;
    margin-top: -6px;
}

.jc-header-fixed .menu a.active,
.jc-header-fixed .menu a:hover {
    color: #3f83f7;
}

.jc-header-fixed .login-box {
    display: flex;
    margin-left: auto;
    margin-right: 12px;
    gap: 25px;
}

.jc-header-fixed .btn-login {
    font-size: 18px;
    font-weight: 500;
    width: 85px;
    height: 35px;
    border: 1px solid #3889FF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999999px;
    box-sizing: border-box;
    line-height: 1;
    cursor: pointer;
}

.jc-header-fixed .btn-login:hover {
    color: #3889FF;
}

.jc-header-fixed .btn-register {
    width: 85px;
    height: 35px;
    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%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999999px;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
}

.jc-header-fixed .btn-register:hover {
    opacity: .7;
}

.jc-header-fixed .user-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.jc-header-fixed .user-box>a {
    color: #000;
    cursor: pointer;
}

.jc-header-fixed .user-box>a:hover {
    color: #2a78ff;
}

@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: #1736dc;*/
    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: 5px;
    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: 40px 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: 5px;
}

.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(178, 202, 239) 0%, rgb(107, 143, 229) 100%);
    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(181, 178, 227) 0%, rgb(136, 124, 210) 100%);
    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(182, 191, 245) 0%, rgb(127, 136, 233) 100%);
    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(243, 214, 143) 0%, rgb(242, 187, 80) 100%);
    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 .item {
        width: 346px;
        height: 153px;
        padding: 30px;
    }

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

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

.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: 5px;
    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;
}

.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;
}

.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: 5px;
    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: 5px;
    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: 5px;
    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: 5px;
    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: 5px;
    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: 5px;
    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: 5px;
    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: 5px 5px 5px 5px;
}

.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: 5px 5px 5px 5px;
    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('../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: 5px 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: 5px;
    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: 7px;
    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: 10px;
    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: 4px;
    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: 4px;
    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;
}