/*@media screen and (max-width: 768px) {*/
/*    .container {*/
/*        display: none;*/
/*    }*/

/*    .mobile-container {*/
/*        display: block;*/
/*        width: 100%;*/
/*        overflow-x: hidden;*/
/*    }*/
/*    .first-box {*/
/*        position: relative;*/
/*        width: 100%;*/
/*    }*/
/*    .first-box .first-box-bg {*/
/*        width: 100%;*/
/*    }*/
/*    .first-box .inner-box {*/
/*        position: absolute;*/
/*        top: 70px;*/
/*        left: 36px;*/
/*        width: 100%;*/
/*        height: 100%;*/
/*    }*/
/*    .first-box .inner-box .title-1, .first-box .inner-box .title-2{*/
/*        font-weight: 500;*/
/*        font-size: 30px;*/
/*        color: #25355C;*/
/*        line-height: 34px;*/
/*        text-align: left;*/
/*        font-style: normal;*/
/*        text-transform: none;*/
/*    }*/

/*    .first-box .inner-box .title-2 {*/
/*        font-size: 18px;*/
/*        margin-bottom: 20px;*/
/*    }*/

/*    .first-box .inner-box .tip{*/
/*        display: block;*/
/*    }*/
/*    .first-box .inner-box .tip .tip-item{*/
/*        margin-right: 0;*/
/*        margin-bottom: 12px;*/
/*    }*/

/*    .first-box .inner-box .tip .tip-item .icon{*/
/*        width: 12px;*/
/*        height: 12px;*/
/*        margin-right: 6px;*/
/*    }*/
/*    .first-box .inner-box .tip .tip-item .tip-text{*/
/*        font-weight: 400;*/
/*        font-size: 12px;*/
/*        color: #7787AB;*/
/*        line-height: 14px;*/
/*    }*/

/*    .second-box, .three-box {*/
/*        position: relative;*/
/*        width: 100%;*/
/*    }*/

/*    .second-box .inner-box, .three-box .inner-box{*/
/*        position: absolute;*/
/*        top: 0;*/
/*        left: 0;*/
/*        width: 100%;*/
/*        height: 100%;*/
/*    }*/
/*    .second-box .second-box-bg, .three-box .three-box-bg {*/
/*        width: 100%;*/
/*    }*/

/*    .second-box .tabs {*/
/*        width: 100%;*/
/*        margin: 0 auto;*/
/*        display: flex;*/
/*        align-items: center;*/
/*        justify-content: space-between;*/
/*        box-sizing: border-box;*/
/*        padding: 0 55px;*/
/*        margin-top: 36px;*/
/*    }*/

/*    .second-box .tabs .tab {*/
/*        width: 48px;*/
/*        display: flex;*/
/*        flex-direction: column;*/
/*        align-items: center;*/
/*        justify-content: center;*/
/*        cursor: pointer;*/
/*    }*/

/*    .second-box .tabs .tab .icon {*/
/*        width: 24px;*/
/*        height: 24px;*/
/*        margin-bottom: 2px;*/
/*    }*/

/*    .second-box .tabs .tab .title {*/
/*        font-weight: 400;*/
/*        font-size: 12px;*/
/*        color: #7787AB;*/
/*        line-height: 26px;*/
/*        white-space: nowrap;*/
/*    }*/
/*    .second-box .tabs .tab.active .title {*/
/*        color: #1F1F1F;*/
/*    }*/

/*    .second-box .line {*/
/*        position: relative;*/
/*        height: 1px;*/
/*        background: #F0F0FF;*/
/*        margin: 0 auto;*/
/*        margin-top: 10px;*/
/*        width: calc(100% - 40px);*/
/*    }*/

/*    .second-box .line .line-block {*/
/*        width: 90px;*/
/*        height: 2px;*/
/*        background: #6759FF;*/
/*        position: absolute;*/
/*        top: 0;*/
/*        left: 18px;*/
/*        transition: left 0.5s;*/
/*    }*/

/*    .second-box .line .line-block.block1{*/
/*        left: 124px;*/
/*    }*/

/*    .second-box .line .line-block.block2{*/
/*        left: 230px;*/
/*    }*/

/*    .second-box .swiper {*/
/*        width: 100%;*/
/*        height: calc(100% - 100px);*/
/*    }*/

/*    .second-box .swiper .swiper-slide {*/
/*        display: block;*/
/*        height: 100%;*/
/*        box-sizing: border-box;*/
/*        padding: 20px 10px 0 38px;*/
/*    }*/


/*    .second-box .swiper .swiper-slide .slide-img{*/
/*        width: 300px;*/
/*        margin-bottom: 20px;*/
/*    }*/

/*    .second-box .small-title{*/
/*        font-weight: 400;*/
/*        font-size: 14px;*/
/*        color: #1F1F1F;*/
/*    }*/

/*    .second-box .small-title.mt {*/
/*        margin-top: 20px;*/
/*    }*/
/*    .second-box .small-title.mb {*/
/*        margin-bottom: 20px;*/
/*    }*/

/*    .second-box .small-title.ml {*/
/*        margin-left: 20px;*/
/*    }*/

/*    .second-box .small-title .dot{*/
/*        width: 8px;*/
/*        height: 8px;*/
/*        background: #6759FF;*/
/*    }*/

/*    .second-box .content {*/
/*        font-weight: 400;*/
/*        font-size: 12px;*/
/*        color: #7787AB;*/
/*        !*white-space: nowrap;*!*/
/*    }*/


/*    .header-mobile {*/
/*        position: fixed;*/
/*        left: 0;*/
/*        top: 0;*/
/*        display: flex;*/
/*        align-items: center;*/
/*        justify-content: space-between;*/
/*        padding: 0 20px;*/
/*        box-sizing: border-box;*/
/*        width: 100%;*/
/*        height: 40px;*/
/*        z-index: 100;*/
/*    }*/

/*    .header-mobile.shadow {*/
/*        box-shadow: 0 0 20px rgba(0,0,0,0.2);*/
/*        background: #fff;*/
/*    }*/

/*    .header-mobile .header-logo{*/
/*        width: 82px;*/
/*        height: 28px;*/
/*    }*/
/*    .header-mobile .header-more{*/
/*        width: 16px;*/
/*        height: 16px;*/
/*    }*/

/*    .login-btn {*/
/*        position: relative;*/
/*        display: flex;*/
/*        align-items: center;*/
/*        justify-content: center;*/
/*        width: 96px;*/
/*        height: 34px;*/
/*        background: linear-gradient( 270deg, #6759FF 0%, #5CAAFF 100%);*/
/*        border-radius: 6px 6px 6px 6px;*/
/*        font-weight: 500;*/
/*        font-size: 12px;*/
/*        color: #FFFFFF;*/
/*        cursor: pointer;*/
/*        z-index: 20;*/
/*        margin: 0 auto;*/
/*        margin-top: 20px;*/
/*        transform: translateX(-10px);*/
/*    }*/

/*    .three-box .inner-box .title{*/
/*        font-weight: 550;*/
/*        font-size: 20px;*/
/*        color: #1F1F1F;*/
/*        margin-top: 36px;*/
/*        margin-bottom: 10px;*/
/*        text-align: center;*/
/*    }*/
/*    .three-box .inner-box .desc{*/
/*        font-weight: 400;*/
/*        font-size: 12px;*/
/*        color: #7787AB;*/
/*        text-align: center;*/
/*        line-height: 16px;*/
/*    }*/

/*    .three-box-swiper {*/
/*        display: block;*/
/*        width: 100%;*/
/*        height: calc(100% - 120px);*/
/*        margin-top: 20px;*/
/*    }*/
/*    .three-box-swiper .swiper-slide {*/
/*        text-align: center;*/
/*        font-size: 18px;*/
/*        background: #fff;*/
/*        align-items: center;*/
/*        transition: 300ms;*/
/*        transform: scale(0.6);*/

/*        display: block;*/

/*        background: url("../imgs/index/frame@2x.png");*/
/*        background-size: 100% 100%;*/
/*        box-sizing: border-box;*/
/*        padding: 10px;*/
/*        width: 292px;*/
/*        height: 340px;*/
/*        margin-top: 20px;*/
/*        overflow: hidden;*/
/*    }*/
/*    .three-box-swiper .swiper-slide-active,*/
/*    .three-box-swiper .swiper-slide-duplicate-active{*/
/*        transform: scale(1);*/
/*        height: 380px;*/
/*        margin-top: 0px;*/
/*    }*/

/*    .three-box-swiper .swiper-slide .top-c {*/
/*        width: 100%;*/
/*        height: 140px;*/
/*        background: #ffffff;*/
/*    }*/


/*    .three-box-swiper .swiper-slide-active .top-c,*/
/*    .three-box-swiper .swiper-slide-duplicate-active .top-c {*/
/*        height: 180px;*/
/*    }*/


/*    .three-box-swiper .swiper-slide .title-c {*/
/*        font-weight: 550;*/
/*        font-size: 14px;*/
/*        color: #1F1F1F;*/
/*        line-height: 28px;*/
/*        margin-top: 10px;*/
/*        text-align: left;*/
/*    }*/

/*    .three-box-swiper .swiper-slide .desc-label {*/
/*        font-weight: 400;*/
/*        font-size: 12px;*/
/*        color: #6D7683;*/
/*        line-height: 22px;*/
/*        text-align: justify;*/
/*    }*/

/*    .four-box-swiper{*/
/*        height: calc(100% - 155px);*/
/*    }*/

/*    .four-box-swiper .swiper-slide {*/
/*        text-align: center;*/
/*        font-size: 18px;*/
/*        align-items: center;*/
/*        transition: 300ms;*/
/*        transform: scale(0.6);*/

/*        display: block;*/
/*        width: 292px;*/
/*        height: 333px;*/
/*        padding: 0;*/
/*        margin-top: 15px;*/
/*        overflow: hidden;*/
/*        background: #FFFFFF;*/
/*        border-radius: 12px 12px 12px 12px;*/
/*    }*/
/*    .three-box-swiper .swiper-slide-active,*/
/*    .three-box-swiper .swiper-slide-duplicate-active{*/
/*        transform: scale(1);*/
/*        height: 363px;*/
/*        margin-top: 0px;*/
/*    }*/

/*    .four-box-swiper .swiper-slide .top-c {*/
/*        width: 100%;*/
/*        height: 148px;*/
/*        background: #EBEFFF;*/
/*    }*/

/*    .four-box-swiper .swiper-slide-active .top-c,*/
/*    .four-box-swiper .swiper-slide-duplicate-active .top-c {*/
/*        height: 188px;*/
/*    }*/

/*    .four-box-swiper .swiper-slide .title-c {*/
/*        box-sizing: border-box;*/
/*        padding: 0px 16px 5px;*/
/*        font-weight: 400;*/
/*        font-size: 14px;*/
/*        color: #1F1F1F;*/
/*        line-height: 28px;*/
/*    }*/

/*    .four-box-swiper .swiper-slide .desc-label {*/
/*        font-weight: 400;*/
/*        font-size: 12px;*/
/*        color: #6D7683;*/
/*        line-height: 22px;*/
/*        box-sizing: border-box;*/
/*        padding: 0px 16px 10px;*/
/*    }*/

/*    .four-box-swiper .swiper-slide .time {*/
/*        box-sizing: border-box;*/
/*        padding: 0 16px;*/
/*        display: flex;*/
/*        align-items: center;*/
/*        font-weight: 400;*/
/*        font-size: 12px;*/
/*        color: #6D7683;*/
/*    }*/

/*    .four-box-swiper .swiper-slide .time .time-icon {*/
/*        width: 12px;*/
/*        height: 12px;*/
/*        margin-right: 5px;*/
/*    }*/
/*    .four-box .more {*/
/*        display: flex;*/
/*        align-items: center;*/
/*        justify-content: center;*/
/*        cursor: pointer;*/
/*    }*/

/*    .four-box .more .more-btn {*/
/*        font-weight: 400;*/
/*        font-size: 12px;*/
/*        color: #6759FF;*/
/*    }*/

/*    .four-box .more .more-icon {*/
/*        width: 20px;*/
/*        height: 13px;*/
/*        margin-left: 7px;*/
/*    }*/
/*}*/
@media screen and (max-width: 768px) {
    .container {
        display: none;
    }

    .mobile-container {
        display: block;
        width: 100%;
        overflow-x: hidden;
    }
    .first-box {
        position: relative;
        width: 100%;
    }
    .first-box .first-box-bg {
        width: 100%;
    }
    .first-box .inner-box {
        position: absolute;
        top: 21.333333vw; /* 70 / 375 */
        left: 0; /* 36 / 375 */
        width: 100%;
        height: 100%;
    }
    .first-box .inner-box .title-1, .first-box .inner-box .title-2{
        font-weight: 500;
        font-size: 8vw; /* 30 / 375 */
        color: #25355C;
        line-height: 10.666667vw; /* 34 / 375 */
        font-style: normal;
        text-transform: none;
        /*text-align: center;*/
        box-sizing: border-box;
        padding-left: 8vw;
    }

    .first-box .inner-box .title-2 {
        font-size: 4.8vw; /* 18 / 375 */
        margin-bottom: 2.666667vw; /* 20 / 375 */
    }

    .first-box .inner-box .tip{
        display: block;
        box-sizing: border-box;
        padding-left: 8vw;
        /*display: flex;*/
        /*align-items: center;*/
        /*justify-content: center;*/
    }
    .first-box .inner-box .tip .tip-item{
        display: block;
        margin-right: 0;
        margin-bottom: 3.2vw; /* 12 / 375 */
        margin-right: 2.666667vw;
    }
    .first-box .inner-box .tip .tip-item.mr-0{
        margin-right: 0;
    }

    .first-box .inner-box .tip .tip-item .icon{
        width: 3.2vw; /* 12 / 375 */
        height: 3.2vw; /* 12 / 375 */
        margin-right: 1.6vw; /* 6 / 375 */
    }
    .first-box .inner-box .tip .tip-item .tip-text{
        font-weight: 400;
        font-size: 3.733333vw; /* 12 / 375 */
        color: #7787AB;
        line-height: 3.733333vw; /* 14 / 375 */
    }

    .second-box, .three-box {
        position: relative;
        width: 100%;
    }

    .second-box {
        height: 174.4vw;
    }
    .second-box.company-box {
        height: 180.6vw;
    }

    .second-box .inner-box, .three-box .inner-box{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .second-box .second-box-bg, .three-box .three-box-bg {
        width: 100%;
    }

    .second-box .second-box-bg {
        height: 100%;
    }

    .second-box .tabs {
        width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
        padding: 0 14.666667vw; /* 55 / 375 */
        margin-top: 9.6vw; /* 36 / 375 */
    }

    .second-box .tabs .tab {
        width: 12.8vw; /* 48 / 375 */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .second-box .tabs .tab .icon {
        width: 6.4vw; /* 24 / 375 */
        height: 6.4vw; /* 24 / 375 */
        margin-bottom: 0.533333vw; /* 2 / 375 */
    }

    .second-box .tabs .tab .title {
        font-weight: 400;
        font-size: 3.2vw; /* 12 / 375 */
        color: #7787AB;
        line-height: 7.466667vw; /* 26 / 375 */
        white-space: nowrap;
    }
    .second-box .tabs .tab.active .title {
        color: #1F1F1F;
    }

    .second-box .line {
        position: relative;
        height: 0.266667vw; /* 1 / 375 */
        background: #F0F0FF;
        margin: 0 auto;
        margin-top: 2.666667vw; /* 10 / 375 */
        width: calc(100% - 10.666667vw); /* 40 / 375 */
    }

    .second-box .line .line-block {
        width: 24vw; /* 90 / 375 */
        height: 0.533333vw; /* 2 / 375 */
        background: #6759FF;
        position: absolute;
        top: 0;
        left: 4.8vw; /* 18 / 375 */
        transition: left 0.5s;
    }

    .second-box .line .line-block.block1{
        left: 33.066667vw; /* 124 / 375 */
    }

    .second-box .line .line-block.block2{
        left: 61.333333vw; /* 230 / 375 */
    }

    .second-box .swiper {
        width: 100%;
        height: calc(100% - 22.666667vw); /* 100 / 375 */
    }

    .second-box .swiper .swiper-slide {
        display: block;
        height: 100%;
        box-sizing: border-box;
        padding: 5.333333vw 2.666667vw 0 10.133333vw; /* 20 / 375, 10 / 375, 38 / 375 */
    }

    .second-box .swiper .swiper-slide .slide-img{
        width: 80vw; /* 300 / 375 */
        margin-bottom: 5.333333vw; /* 20 / 375 */
    }

    .second-box .small-title{
        font-weight: 400;
        font-size: 3.733333vw; /* 14 / 375 */
        color: #1F1F1F;
    }

    .second-box .small-title.mt {
        margin-top: 5.333333vw; /* 20 / 375 */
    }
    .second-box .small-title.mb {
        margin-bottom: 5.333333vw; /* 20 / 375 */
    }

    .second-box .small-title.ml {
        margin-left: 5.333333vw; /* 20 / 375 */
    }

    .second-box .small-title .dot{
        width: 2.133333vw; /* 8 / 375 */
        height: 2.133333vw; /* 8 / 375 */
        background: #6759FF;
    }

    .second-box .content {
        font-weight: 400;
        font-size: 3.2vw; /* 12 / 375 */
        color: #7787AB;
        line-height: 5.333333vw;
        /*white-space: nowrap;*/
    }
    .second-box .content.mb {
        margin-bottom: 8.333333vw;
    }

    .second-box .big-title {
        font-size: 5.333333vw;
        color: #1F1F1F;
        line-height: 6.133333vw;
        margin-bottom: 5.333333vw;
    }

    .second-box .big-title .title-desc {
        color: #6759FF;
    }

    .header-mobile {
        position: fixed;
        left: 0;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 5.333333vw; /* 20 / 375 */
        box-sizing: border-box;
        width: 100%;
        height: 10.666667vw; /* 40 / 375 */
        z-index: 999999;
    }

    .header-mobile.shadow {
        box-shadow: 0 0 5.333333vw rgba(0,0,0,0.2); /* 20 / 375 */
        background: #fff;
    }

    .header-mobile .header-logo{
        /*width: 21.866667vw; !* 82 / 375 *!*/
        height: 7.466667vw; /* 28 / 375 */
    }
    .header-mobile .header-more{
        width: 4.266667vw; /* 16 / 375 */
        height: 4.266667vw; /* 16 / 375 */
    }

    .login-btn, .qr-code-btn {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 25.6vw; /* 96 / 375 */
        height: 9.066667vw; /* 34 / 375 */
        background: linear-gradient( 270deg, #6759FF 0%, #5CAAFF 100%);
        border-radius: 1.6vw; /* 6 / 375 */
        font-weight: 500;
        font-size: 3.2vw; /* 12 / 375 */
        color: #FFFFFF;
        cursor: pointer;
        z-index: 20;
        margin: 0 auto;
        margin-top: 3.333333vw; /* 20 / 375 */
        transform: translateX(-2.666667vw); /* -10 / 375 */
    }

    .three-box .inner-box .title{
        font-weight: 550;
        font-size: 5.333333vw; /* 20 / 375 */
        color: #1F1F1F;
        margin-top: 9.6vw; /* 36 / 375 */
        margin-bottom: 2.666667vw; /* 10 / 375 */
        text-align: center;
    }
    .three-box .inner-box .desc{
        font-weight: 400;
        font-size: 3.2vw; /* 12 / 375 */
        color: #7787AB;
        text-align: center;
        line-height: 4.266667vw; /* 16 / 375 */
    }

    .three-box-swiper {
        display: block;
        width: 100%;
        height: calc(100% - 32vw); /* 120 / 375 */
        margin-top: 5.333333vw; /* 20 / 375 */
    }
    .three-box-swiper .swiper-slide {
        text-align: center;
        font-size: 4.8vw; /* 18 / 375 */
        background: #fff;
        align-items: center;
        transition: 300ms;
        transform: scale(0.6);
        display: block;
        background: url("../imgs/index/frame@2x.png");
        background-size: 100% 100%;
        box-sizing: border-box;
        padding: 2.666667vw; /* 10 / 375 */
        width: 77.866667vw; /* 292 / 375 */
        height: 90.666667vw; /* 340 / 375 */
        margin-top: 5.333333vw; /* 20 / 375 */
        overflow: hidden;
    }
    .three-box-swiper .swiper-slide-active,
    .three-box-swiper .swiper-slide-duplicate-active{
        transform: scale(1);
        height: 101.333333vw; /* 380 / 375 */
        margin-top: 0;
    }

    .three-box-swiper .swiper-slide .top-c {
        width: 100%;
        height: 37.333333vw; /* 140 / 375 */
        background: #ffffff;
    }

    .three-box-swiper .swiper-slide-active .top-c,
    .three-box-swiper .swiper-slide-duplicate-active .top-c {
        height: 48vw; /* 180 / 375 */
    }

    .three-box-swiper .swiper-slide .title-c {
        font-weight: 550;
        font-size: 3.733333vw; /* 14 / 375 */
        color: #1F1F1F;
        line-height: 7.466667vw; /* 28 / 375 */
        margin-top: 2.666667vw; /* 10 / 375 */
        text-align: left;
    }

    .three-box-swiper .swiper-slide .desc-label {
        font-weight: 400;
        font-size: 3.2vw; /* 12 / 375 */
        color: #6D7683;
        line-height: 5.866667vw; /* 22 / 375 */
        text-align: justify;
    }

    .three-box .three-box-bg {
        /*max-height: 524px;*/
        height: 128.000000vw;
    }

    .four-box-swiper{
        height: calc(100% - 61.333333vw); /* 155 / 375 */
    }

    .four-box-swiper .swiper-slide {
        text-align: center;
        font-size: 4.8vw; /* 18 / 375 */
        align-items: center;
        transition: 300ms;
        transform: scale(0.6);

        display: block;
        width: 77.866667vw; /* 292 / 375 */
        height: 88.8vw; /* 333 / 375 */
        padding: 0;
        margin-top: 4vw; /* 15 / 375 */
        overflow: hidden;
        background: #FFFFFF;
        border-radius: 3.2vw; /* 12 / 375 */
    }
    .three-box-swiper .swiper-slide-active,
    .three-box-swiper .swiper-slide-duplicate-active{
        transform: scale(1);
        height: 96.8vw; /* 363 / 375 */
        margin-top: 0;
    }

    .four-box-swiper .swiper-slide .top-c {
        width: 100%;
        height: 39.466667vw; /* 148 / 375 */
        background: #EBEFFF;
    }

    .four-box-swiper .swiper-slide-active .top-c,
    .four-box-swiper .swiper-slide-duplicate-active .top-c {
        height: 50.133333vw; /* 188 / 375 */
    }

    .four-box-swiper .swiper-slide .title-c {
        box-sizing: border-box;
        padding: 0 4.266667vw 1.333333vw; /* 16 / 375, 5 / 375 */
        font-weight: 400;
        font-size: 3.733333vw; /* 14 / 375 */
        color: #1F1F1F;
        line-height: 7.466667vw; /* 28 / 375 */
    }

    .four-box-swiper .swiper-slide .desc-label {
        font-weight: 400;
        font-size: 3.2vw; /* 12 / 375 */
        color: #6D7683;
        line-height: 5.866667vw; /* 22 / 375 */
        box-sizing: border-box;
        padding: 0 4.266667vw 2.666667vw; /* 16 / 375, 10 / 375 */
    }

    .four-box-swiper .swiper-slide .time {
        box-sizing: border-box;
        padding: 0 4.266667vw; /* 16 / 375 */
        display: flex;
        align-items: center;
        font-weight: 400;
        font-size: 3.2vw; /* 12 / 375 */
        color: #6D7683;
    }

    .four-box-swiper .swiper-slide .time .time-icon {
        width: 3.2vw; /* 12 / 375 */
        height: 3.466667vw; /* 13 / 375 */
        margin-right: 1.333333vw; /* 5 / 375 */
    }

    /*=====================================================*/

    /*.four-box .more {*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    justify-content: center;*/
    /*    cursor: pointer;*/
    /*    margin-top: 20px;*/
    /*}*/

    /*.four-box .more .more-btn {*/
    /*    font-weight: 400;*/
    /*    font-size: 3.2vw; !* 12 / 375 *!*/
    /*    color: #6759FF;*/
    /*}*/

    /*.four-box .more .more-icon {*/
    /*    width: 5.333333vw; !* 20 / 375 *!*/
    /*    height: 3.466667vw; !* 13 / 375 *!*/
    /*    margin-left: 1.866667vw; !* 7 / 375 *!*/
    /*}*/

    /*.four-box {*/
    /*    padding-bottom: 50px;*/
    /*}*/

    /*.footer-fixed {*/
    /*    position: fixed;*/
    /*    bottom: 0;*/
    /*    left: 0;*/
    /*    width: 100%;*/
    /*    height: 50px;*/
    /*    background: #ffffff;*/
    /*    z-index: 99999;*/
    /*    box-shadow: 0 0 5.333333vw rgba(0,0,0,0.05);*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    justify-content: space-between;*/
    /*    box-sizing: border-box;*/
    /*    padding: 0 20px;*/
    /*}*/

    /*.footer-fixed .item a {*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*}*/

    /*.footer-fixed .item .icon {*/
    /*    width: 22px;*/
    /*    height: 22px;*/
    /*    margin-right: 8px;*/
    /*}*/
    /*.footer-fixed .item .label {*/
    /*    font-size: 14px;*/
    /*    color: #6759FF;*/
    /*}*/
    /*.footer-fixed .item .label.wechat {*/
    /*    color: #43C93E;*/
    /*}*/

    /*.qr-code-fixed {*/
    /*    display: none;*/
    /*    position: fixed;*/
    /*    bottom: 120px;*/
    /*    right: -10px;*/
    /*    width: 120px;*/
    /*    height: 120px;*/
    /*    z-index: 99999;*/
    /*}*/
    /*.qr-code-fixed.show {*/
    /*    display: block;*/
    /*}*/

    /*!*  ====  *!*/
    /*.barrage-wrapper {*/
    /*    display: flex;*/
    /*    width: calc(100% - 40px);*/
    /*    !*height: 200px;*!*/
    /*    !*background: #000;*!*/
    /*    overflow: hidden;*/
    /*    margin: 0 auto;*/
    /*    margin-bottom: 14px;*/
    /*    box-sizing: border-box;*/
    /*}*/
    /*#barrage-wrapper-4 {*/
    /*    margin-top: 30px;*/
    /*}*/

    /*.barrage-list, .fake-content {*/
    /*    display: inline-flex;*/
    /*    align-items: center;*/
    /*}*/

    /*.barrage-item {*/
    /*    display: inline-block;*/
    /*    font-weight: 400;*/
    /*    font-size: 12px;*/
    /*    color: #82878F;*/
    /*    line-height: 14px;*/
    /*    margin-right: 20px;*/
    /*    white-space: nowrap;*/
    /*    !*&:hover {*!*/
    /*    !*    color: #6759FF;*!*/
    /*    !*}*!*/
    /*}*/

    /*.three-new-swiper {*/
    /*    position: relative;*/
    /*    width: 100%;*/
    /*    height: auto;*/
    /*    margin-top: 24px;*/
    /*}*/

    /*.three-new-swiper .swiper-wrapper {*/
    /*    height: 40px;*/
    /*}*/

    /*.three-new-swiper .swiper-wrapper .swiper-slide{*/
    /*    height: 40px;*/
    /*    box-sizing: border-box;*/
    /*    padding: 0 20px;*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    justify-content: space-between;*/
    /*}*/
    /*.three-new-swiper .swiper-wrapper .swiper-slide .item{*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    justify-content: center;*/
    /*    width: 72px;*/
    /*    height: 40px;*/
    /*    background: #FFFFFF;*/
    /*    border-radius: 4px 4px 4px 4px;*/
    /*    box-sizing: border-box;*/
    /*    padding: 10px;*/
    /*    text-align: center;*/
    /*    overflow: hidden;*/
    /*    cursor: pointer;*/
    /*    border: 1px solid transparent;*/
    /*}*/
    /*.three-new-swiper .swiper-wrapper .swiper-slide .item.active {*/
    /*    border-color: #6759FF;*/
    /*}*/


    /*.three-new-swiper .swiper-wrapper .swiper-slide .fit{*/
    /*    flex: auto;*/
    /*}*/
    /*.three-new-swiper .swiper-wrapper .swiper-slide .item .use-logo{*/
    /*    width: 70%;*/
    /*    height: auto;*/
    /*}*/

    /*.swiper-pagination-three-new {*/
    /*    text-align: center;*/
    /*    !*padding-top: 30px;*!*/
    /*    padding-top: 18px;*/
    /*}*/
    /*.swiper-pagination-three-new .swiper-pagination-bullet-active {*/
    /*    background: #6759FF;*/
    /*}*/
    /*.logo-desc {*/
    /*    width: 335px;*/
    /*    max-height: 230px;*/
    /*    height: auto;*/
    /*    margin: 0 auto;*/
    /*    background-image: url("../imgs/index-mobile/frame@2x.png");*/
    /*    background-size: 100% 100%;*/
    /*    background-repeat: no-repeat;*/
    /*    box-sizing: border-box;*/
    /*    padding: 12px 12px 10px;*/
    /*    margin-top: 18px;*/
    /*}*/

    /*.logo-desc .title{*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    line-height: 1;*/
    /*    margin: auto;*/
    /*    margin-bottom: 20px;*/
    /*    margin-top: 0 !important;*/
    /*}*/
    /*.logo-desc .title .line{*/
    /*    width: 3px;*/
    /*    height: 10px;*/
    /*    background: #6759FF;*/
    /*    border-radius: 8px 8px 8px 8px;*/
    /*    margin-right: 6px;*/
    /*}*/
    /*.logo-desc .title .text{*/
    /*    font-weight: 500;*/
    /*    font-size: 14px;*/
    /*    color: #1F1F1F;*/
    /*    line-height: 16px;*/
    /*}*/
    /*.logo-desc .desc{*/
    /*    min-height: 112px;*/
    /*    height: auto;*/
    /*    text-indent: 2em;*/
    /*    font-weight: 400;*/
    /*    font-size: 12px;*/
    /*    color: #6D7683;*/
    /*    line-height: 22px;*/
    /*    text-align: left !important;*/
    /*    overflow-y: auto;*/
    /*}*/

    .four-box .more {
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        margin-top: 5.333333vw; /* 20px转换，20 / 375 * 100 = 5.333333vw */
    }

    .four-box .more .more-btn {
        font-weight: 400;
        font-size: 3.2vw; /* 12 / 375转换后为3.2vw */
        color: #6759FF;
    }

    .four-box .more .more-icon {
        width: 5.333333vw; /* 20 / 375转换后为5.333333vw */
        height: 3.466667vw; /* 13 / 375转换后为3.466667vw */
        margin-left: 1.866667vw; /* 7 / 375转换后为1.866667vw */
    }

    .four-box {
        padding-bottom: 13.333333vw; /* 50px转换，50 / 375 * 100 = 13.333333vw */
    }

    .footer-fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 13.333333vw; /* 50px转换，50 / 375 * 100 = 13.333333vw */
        background: #ffffff;
        z-index: 99999;
        box-shadow: 0 0 5.333333vw rgba(0,0,0,0.05);
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
        padding: 0 5.333333vw; /* 20px转换，20 / 375 * 100 = 5.333333vw */
    }

    .footer-fixed .item a {
        display: flex;
        align-items: center;
    }

    .footer-fixed .item .icon {
        width: 5.866667vw; /* 22px转换，22 / 375 * 100 = 5.866667vw */
        height: 5.866667vw; /* 22px转换，22 / 375 * 100 = 5.866667vw */
        margin-right: 2.133333vw; /* 8px转换，8 / 375 * 100 = 2.133333vw */
    }
    .footer-fixed .item .label {
        font-size: 3.733333vw; /* 14px转换，14 / 375 * 100 = 3.733333vw */
        color: #6759FF;
    }
    .footer-fixed .item .label.wechat {
        color: #43C93E;
    }

    .qr-code-fixed {
        display: none;
        position: fixed;
        bottom: 32vw; /* 120px转换，120 / 375 * 100 = 32vw */
        right: -2.666667vw; /* -10px转换，-10 / 375 * 100 = -2.666667vw */
        width: 32vw; /* 120px转换，120 / 375 * 100 = 32vw */
        height: 32vw; /* 120px转换，120 / 375 * 100 = 32vw */
        z-index: 99999;
    }
    .qr-code-fixed.show {
        display: block;
    }

    /*  ====  */
    .barrage-wrapper {
        display: flex;
        width: calc(100% - 10.666667vw); /* 40px转换，40 / 375 * 100 = 10.666667vw */
        /*height: 200px;*/
        /*background: #000;*/
        overflow: hidden;
        margin: 0 auto;
        margin-bottom: 3.733333vw; /* 14px转换，14 / 375 * 100 = 3.733333vw */
        box-sizing: border-box;
    }
    #barrage-wrapper-4 {
        margin-top: 8vw; /* 30px转换，30 / 375 * 100 = 8vw */
    }

    .barrage-list,.fake-content {
        display: inline-flex;
        align-items: center;
    }

    .barrage-item {
        display: inline-block;
        font-weight: 400;
        font-size: 3.2vw; /* 12px转换，12 / 375 * 100 = 3.2vw */
        color: #82878F;
        line-height: 3.733333vw; /* 14px转换，14 / 375 * 100 = 3.733333vw */
        margin-right: 5.333333vw; /* 20px转换，20 / 375 * 100 = 5.333333vw */
        white-space: nowrap;
        /*&:hover {*/
        /*    color: #6759FF;*/
        /*}*/
    }

    .three-new-swiper {
        position: relative;
        width: 100%;
        height: auto;
        margin-top: 6.4vw; /* 24px转换，24 / 375 * 100 = 6.4vw */
    }

    .three-new-swiper .swiper-wrapper {
        height: 10.666667vw; /* 40px转换，40 / 375 * 100 = 10.666667vw */
    }

    .three-new-swiper .swiper-wrapper .swiper-slide{
        height: 10.666667vw; /* 40px转换，40 / 375 * 100 = 10.666667vw */
        box-sizing: border-box;
        padding: 0 5.333333vw; /* 20px转换，20 / 375 * 100 = 5.333333vw */
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .three-new-swiper .swiper-wrapper .swiper-slide .item{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 19.2vw; /* 72px转换，72 / 375 * 100 = 19.2vw */
        height: 10.666667vw; /* 40px转换，40 / 375 * 100 = 10.666667vw */
        background: #FFFFFF;
        border-radius: 1.066667vw; /* 4px转换，4 / 375 * 100 = 1.066667vw */
        box-sizing: border-box;
        padding: 2.666667vw; /* 10px转换，10 / 375 * 100 = 2.666667vw */
        text-align: center;
        overflow: hidden;
        cursor: pointer;
        border: 0.266667vw solid transparent; /* 1px转换，1 / 375 * 100 = 0.266667vw */
    }
    .three-new-swiper .swiper-wrapper .swiper-slide .item.active {
        border-color: #6759FF;
    }


    .three-new-swiper .swiper-wrapper .swiper-slide.fit{
        flex: auto;
    }
    .three-new-swiper .swiper-wrapper .swiper-slide .item .use-logo{
        width: 70%;
        height: auto;
    }

    .swiper-pagination-three-new {
        text-align: center;
        /*padding-top: 30px;*/
        padding-top: 4.8vw; /* 18px转换，18 / 375 * 100 = 4.8vw */
    }
    .swiper-pagination-three-new .swiper-pagination-bullet-active {
        background: #6759FF;
    }
    .logo-desc {
        width: 89.333333vw; /* 335px转换，335 / 375 * 100 = 89.333333vw */
        max-height: 61.333333vw; /* 230px转换，230 / 375 * 100 = 61.333333vw */
        height: auto;
        margin: 0 auto;
        background-image: url("../imgs/index-mobile/frame@2x.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        box-sizing: border-box;
        padding: 3.2vw 3.2vw 2.666667vw; /* 12px转换，12 / 375 * 100 = 3.2vw */
        margin-top: 4.8vw; /* 18px转换，18 / 375 * 100 = 4.8vw */
    }

    .logo-desc .title{
        display: flex;
        align-items: center;
        line-height: 1;
        margin: auto;
        margin-bottom: 5.333333vw; /* 20px转换，20 / 375 * 100 = 5.333333vw */
        margin-top: 0!important;
    }
    .logo-desc .title .line{
        width: 0.8vw; /* 3px转换，3 / 375 * 100 = 0.8vw */
        height: 2.666667vw; /* 10px转换，10 / 375 * 100 = 2.666667vw */
        background: #6759FF;
        border-radius: 2.133333vw; /* 8px转换，8 / 375 * 100 = 2.133333vw */
        margin-right: 1.6vw; /* 6px转换，6 / 375 * 100 = 1.6vw */
    }
    .logo-desc .title .text{
        font-weight: 500;
        font-size: 3.733333vw; /* 14px转换，14 / 375 * 100 = 3.733333vw */
        color: #1F1F1F;
        line-height: 4.266667vw; /* 16px转换，16 / 375 * 100 = 4.266667vw */
    }
    .logo-desc .desc{
        min-height: 29.866667vw; /* 112px转换，112 / 375 * 100 = 29.866667vw */
        height: auto;
        text-indent: 2em;
        font-weight: 400;
        font-size: 3.2vw; /* 12px转换，12 / 375 * 100 = 3.2vw */
        color: #6D7683;
        line-height: 5.866667vw; /* 22px转换，22 / 375 * 100 = 5.866667vw */
        text-align: left!important;
        overflow-y: auto;
    }

    .bottom-block {
        height: 13.33333vw;
    }

    .services-mobile {
        width: 100%;
        height: 390px;
    }

    .services-mobile .title {
        font-weight: 500;
        font-size: 20px;
        color: #1F1F1F;
        line-height: 23px;
        margin-bottom: 10px;
        margin-top: 30px;
        text-align: center;
    }

    .services-mobile .desc {
        font-weight: 400;
        font-size: 12px;
        color: #B6BBC1;
        line-height: 14px;
        margin-bottom: 20px;
        text-align: center;
    }

    .img-box-m {
        text-align: center;
        position: relative;
        width: 335px;
        height: 116px;
        margin: 0 auto;
        margin-bottom: 12px;
    }

    .img-box-m img {
        width: 335px;
        height: 112px;
    }

    .img-box-m .btn-group {
        position: absolute;
        left: 28px;
        bottom: 23px;
        display: flex;
        align-items: center;
        font-weight: 400;
        font-size: 10px;
        color: #7787AB;
        line-height: 12px;
    }
    .img-box-m .btn-group.next {
        color: #77A5AB;
    }

    .img-box-m .btn-group img {
        width: 8px;
        height: 8px;
        margin-left: 4px;
    }
}
