.alink__pSY2t {
    text-decoration: none
}

body {
    background-color: #fafafc
}

@media only screen and (min-width: 1600px) {
    .no_rem_fs_16 {
        font-size:16px!important
    }
}

.swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

body,div,h2,h3,h4,h5,li,p,ul {
    margin: 0;
    padding: 0
}

.qf-banner {
    position: relative;
    width: 100vw
}

.qf-banner>video {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media screen and (min-width: 768px) {
    .qf-banner {
        -webkit-mask-image:-webkit-gradient(linear,left top,left bottom,color-stop(96%,#000),to(rgba(0,0,0,0)));
        -webkit-mask-image: linear-gradient(180deg,#000 96%,rgba(0,0,0,0));
        mask-image: -webkit-gradient(linear,left top,left bottom,color-stop(96%,#000),to(rgba(0,0,0,0)));
        mask-image: linear-gradient(180deg,#000 96%,rgba(0,0,0,0))
    }
}

.qf-banner .banner-container-wrapper {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.qf-banner .banner-container .banner-swiper-wrapper .swiper-slide .banner-info-wrapper {
    opacity: 1;
    -webkit-transform: translateY(3.33333rem);
    -ms-transform: translateY(3.33333rem);
    transform: translateY(3.33333rem);
    -webkit-transition: -webkit-transform .6s ease-out .1s;
    transition: -webkit-transform .6s ease-out .1s;
    transition: transform .6s ease-out .1s;
    transition: transform .6s ease-out .1s,-webkit-transform .6s ease-out .1s;
}

.qf-banner .banner-info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: 0 auto
}

.qf-banner .banner-swiper2 .banner-title.fs-sm {
    font-size: 3rem
}

.qf-banner .banner-title {
    color: #091221;
    font-size: 4rem;
    font-weight: 600;
    line-height: 4rem
}

.qf-banner .banner-title.fs-sm {
    font-size: 3.33333rem
}

.qf-banner .banner-title-gradual {
    -webkit-background-clip: text;
    background-clip: text;
    background-image: -webkit-gradient(linear,left top,right top,from(#2468f2),color-stop(68%,#2468f2),to(#3ed2fd));
    background-image: linear-gradient(90deg,#2468f2,#2468f2 68%,#3ed2fd);
    color: rgba(0,0,0,0);
    font-weight: 600
}

.qf-banner .banner-title-ipad,.qf-banner .banner-title-mobile {
    display: none
}

.qf-banner .notice {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #e9f3fe;
    color: #091221;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1rem;
    overflow: hidden;
    -webkit-transition: all .1s;
    transition: all .1s
}

.qf-banner .notice .hot-img {
    height: .83333rem;
    margin-right: .33333rem;
    vertical-align: text-bottom;
    width: .66667rem
}

.qf-banner .notice .desc {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

.qf-banner .notice .tag-container {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: relative
}

.qf-banner .notice .tag {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-image: -webkit-gradient(linear,right top,left top,from(#32ffb2),color-stop(82%,#2468f2));
    background-image: linear-gradient(270deg,#32ffb2,#2468f2 82%);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: monospace;
    font-size: .83333rem;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
    width: 100%
}

.qf-banner .notice .tag.active {
    opacity: 1
}

.qf-banner .notice .arrow {
    height: 1.33333rem;
    margin-left: .33333rem;
    width: 1.33333rem!important
}

.qf-banner .notice svg {
    height: 1.16667rem;
    width: 1.16667rem
}

.qf-banner .notice:hover .desc,.qf-banner .notice:hover svg {
    color: #2468f2
}

.qf-banner .notice-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.qf-banner .banner-desc {
    color: #091221;
    font-size: 1.66667rem;
    font-weight: 600;
    line-height: 3rem
}

.qf-banner .banner-desc.fs-sm {
    font-size: 1.5rem
}

.qf-banner .banner-desc-mobile {
    display: none
}

.qf-banner .card-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-backdrop-filter: blur(.91667rem);
    backdrop-filter: blur(.91667rem);
    background: hsla(0,0%,100%,.75);
    border-radius: 1.33333rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 88%;
    overflow: hidden
}

.qf-banner .card-list .card-item {
    color: #000;
    cursor: pointer;
    -webkit-transition: background .3s ease-out;
    transition: background .3s ease-out
}

@media screen and (min-width: 768px) {
    .qf-banner .card-list .card-item {
        padding:1.66667rem
    }

    .qf-banner .card-list .card-item:hover {
        background-color: hsla(0,0%,100%,.6)
    }
}

@media screen and (min-width: 768px) and (max-width:790px) {
    .qf-banner .card-list .card-item {
        padding:1.33333rem
    }
}

.qf-banner .card-list .card-icon {
    border-radius: .66667rem;
    display: inline-block;
    overflow: hidden
}

.qf-banner .card-list .card-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.qf-banner .card-list .card-title {
    color: #091221;
    font-weight: 600;
    line-height: 1.66667rem;
    padding-left: .66667rem
}

.qf-banner .card-list .card-content {
    color: #091221;
    font-size: 1rem;
    line-height: 1.66667rem;
    margin-top: .66667rem;
    opacity: .7
}

.no_rem_qf_banner .banner-info-wrapper {
    margin-top: 36px
}

.no_rem_qf_banner .banner-info {
    max-width: 1800px
}

@media screen and (min-width: 1200px) {
    .no_rem_qf_banner .banner-container {
        padding-top:63px
    }

    .qf-banner {
        height: 55.16667rem
    }

    .qf-banner video {
        height: 100%
    }

    .qf-banner .banner-info-wrapper {
        height: 32.33333rem
    }

    .qf-banner .ab-framework-wrapper {
        position: absolute;
        right: 0;
        width: 45.8vw
    }

    .qf-banner .banner-text .banner-btn {
        margin-top: 2rem
    }

    .qf-banner .banner-container {
        margin: 0 5.83333rem
    }

    .qf-banner .banner-container .banner-info {
        padding-top: 3.83333rem
    }

    .qf-banner .banner-container .banner-swiper0 .carousel-wrapper {
        margin: 3rem auto 0
    }

    .qf-banner .banner-container .notice {
        border-radius: 1.66667rem;
        padding: .41667rem 1rem .41667rem .66667rem
    }

    .qf-banner .banner-container .notice .tag-container {
        height: 1.33333rem;
        width: 4.5rem
    }

    .qf-banner .banner-container .notice .tag {
        border-radius: 1.66667rem;
        width: 4.5rem
    }

    .qf-banner .banner-container .notice .desc {
        font-size: 1rem;
        padding: 0 .5rem
    }

    .qf-banner .banner-container .banner-title {
        margin-top: 2rem
    }

    .qf-banner .banner-container .banner-text {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .qf-banner .banner-container .banner-swiper0 .banner-desc {
        margin-top: 1.66667rem
    }

    .qf-banner .banner-container .banner-swiper1 .banner-desc,.qf-banner .banner-container .banner-swiper2 .banner-desc {
        margin-top: 1.33333rem
    }

    .qf-banner .banner-container .banner-framework {
        margin-right: 2.33333rem
    }

    .qf-banner .banner-container .framework-wrapper {
        width: 40.66667rem
    }

    .qf-banner .banner-container .banner-swiper-wrapper {
        padding-bottom: 4rem
    }

    .qf-banner .banner-container .card-item {
        width: 24.5%
    }

    .qf-banner .banner-container .card-content {
        white-space: nowrap
    }

    .no_rem_qf_banner .banner-text {
        padding: 0 82px 0 22px
    }

    .no_rem_qf_banner .banner-swiper2 .banner-text {
        padding: 0 22px
    }
}

@media screen and (max-width: 1199px) and (min-width:992px) {
    .no_rem_qf_banner .banner-container {
        padding-top:63px
    }

    .qf-banner {
        height: 60.16667rem
    }

    .qf-banner video {
        height: 100%
    }

    .qf-banner .banner-info-wrapper {
        height: 34.16667rem
    }

    .qf-banner .ab-framework-wrapper {
        position: absolute;
        right: 0;
        width: 45.8vw
    }

    .qf-banner .banner-text .banner-btn {
        margin-top: 2rem
    }

    .qf-banner .banner-container {
        margin: 0 4.58333rem
    }

    .qf-banner .banner-container .banner-text {
        padding-right: 2.16667rem
    }

    .qf-banner .banner-container .banner-swiper0 .carousel-wrapper {
        margin: 3rem auto 0
    }

    .qf-banner .banner-container .notice {
        border-radius: 1.66667rem;
        height: 3.33333rem;
        padding: .41667rem 1rem .41667rem .66667rem
    }

    .qf-banner .banner-container .notice .tag-container {
        height: 1.33333rem;
        width: 4.5rem
    }

    .qf-banner .banner-container .notice .tag {
        border-radius: 1.66667rem
    }

    .qf-banner .banner-container .notice .desc {
        font-size: 1rem;
        line-height: 1.16667rem;
        padding-left: .5rem
    }

    .qf-banner .banner-container .banner-title {
        margin-top: 2.33333rem
    }

    .qf-banner .banner-container .banner-swiper-wrapper {
        padding-bottom: 3.75rem
    }

    .qf-banner .banner-container .card-list .card-item {
        height: 10rem
    }

    .qf-banner .banner-container .banner-info {
        padding-top: 3.83333rem
    }

    .qf-banner .banner-container .banner-framework {
        margin-right: 1rem
    }

    .qf-banner .banner-container .framework-wrapper {
        width: 40vw
    }

    .qf-banner .banner-container .banner-desc {
        margin-top: 1.66667rem
    }

    .qf-banner .banner-container .card-item0 {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 18.75rem;
        flex: 1 1 18.75rem
    }

    .qf-banner .banner-container .card-item1 {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 18rem;
        flex: 1 1 18rem
    }

    .qf-banner .banner-container .card-item2 {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 21.66667rem;
        flex: 1 1 21.66667rem
    }

    .qf-banner .banner-container .card-item3 {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 15.08333rem;
        flex: 1 1 15.08333rem
    }
}

@media screen and (max-width: 991px) and (min-width:768px) {
    .no_rem_qf_banner .banner-container {
        padding-top:83px
    }

    .qf-banner {
        height: 79.66667rem
    }

    .qf-banner video {
        height: 100%
    }

    .qf-banner .banner-info-wrapper {
        height: 34.16667rem
    }

    .qf-banner .ab-framework-wrapper {
        margin: 2.5rem auto 0;
        width: 48.33333rem
    }

    .qf-banner .banner-container .banner-swiper0 .carousel-wrapper {
        margin: 3.91667rem auto 0
    }

    .qf-banner .banner-container .banner-swiper2 .carousel-wrapper {
        margin: 0 auto
    }

    .qf-banner .banner-container .framework-wrapper {
        width: 38.25rem
    }

    .qf-banner .banner-container .notice {
        border-radius: 1.25rem;
        height: 2.5rem;
        padding: .66667rem 1rem .66667rem .66667rem
    }

    .qf-banner .banner-container .notice .tag-container {
        height: 1.33333rem;
        width: 4.5rem
    }

    .qf-banner .banner-container .notice .tag {
        border-radius: 1.66667rem
    }

    .qf-banner .banner-container .notice .desc {
        font-size: 1rem;
        line-height: 1.16667rem;
        padding-left: .5rem
    }

    .qf-banner .banner-container .banner-title {
        display: none
    }

    .qf-banner .banner-container .banner-title-ipad {
        color: #091221;
        display: block;
        font-size: 4rem;
        font-weight: 600;
        line-height: 4rem;
        margin-top: 2.91667rem;
        text-align: center
    }

    .qf-banner .banner-container .banner-title-ipad.fs-sm {
        font-size: 3.33333rem
    }

    .qf-banner .banner-container .banner-desc {
        margin: 1.66667rem 0 2.66667rem
    }

    .qf-banner .banner-container .card-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .qf-banner .banner-container .card-title {
        margin-top: .83333rem
    }

    .qf-banner .banner-container .banner-title-mobile {
        margin-top: 2.33333rem
    }

    .qf-banner .banner-container .banner-swiper-wrapper {
        height: 57.16667rem;
        padding-bottom: .83333rem
    }
}

@media screen and (max-width: 767px) and (min-width:600px) {
    .long-bg {
        background:url(../../images/bi/banner-bg-mobilebe561e.jpg) no-repeat;
        background-position: 100% 0;
        background-size: auto 96.33333rem
    }

    .no_rem_qf_banner .banner-container {
        padding-top: 53px
    }

    .qf-banner {
        height: 73.5rem
    }

    .qf-banner .ab-framework-wrapper {
        margin: 2.5rem auto 0;
        width: 40rem
    }

    .qf-banner .banner-container .banner-swiper0 .carousel-wrapper {
        margin-top: 4rem
    }

    .qf-banner .banner-container .banner-swiper2 .carousel-wrapper {
        margin-top: 0
    }

    .qf-banner .banner-container .notice {
        border-radius: 1.25rem;
        height: 2.5rem;
        padding: .5rem 1rem .5rem .66667rem
    }

    .qf-banner .banner-container .notice .tag-container {
        height: 1.33333rem;
        width: 4.16667rem
    }

    .qf-banner .banner-container .notice .tag {
        border-radius: 1.41667rem
    }

    .qf-banner .banner-container .notice .desc {
        font-size: .91667rem;
        margin-left: .5rem
    }

    .qf-banner .banner-container .banner-title-mobile {
        margin-top: 2.66667rem
    }

    .qf-banner .banner-container .banner-desc-mobile {
        margin: 1rem auto
    }

    .qf-banner .banner-container .framework-wrapper {
        width: 30rem
    }

    .qf-banner .banner-container .banner-swiper-wrapper {
        height: 51.66667rem;
        padding-bottom: 1rem
    }

    .qf-banner .banner-container .card-list {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        padding: 1.66667rem
    }

    .qf-banner .banner-container .card-list .card-item0,.qf-banner .banner-container .card-list .card-item2 {
        padding-right: 1.58333rem
    }

    .qf-banner .banner-container .card-list .card-item1,.qf-banner .banner-container .card-list .card-item3 {
        border-left: .08333rem dashed #cad1db;
        padding-left: 1.25rem
    }

    .qf-banner .banner-container .card-list .card-item2,.qf-banner .banner-container .card-list .card-item3 {
        border-top: .08333rem dashed #cad1db;
        padding-top: 1.66667rem
    }
}

@media screen and (max-width: 767px) and (min-width:600px) and (min-width:630px) {
    .qf-banner .banner-container .card-list .card-item0,.qf-banner .banner-container .card-list .card-item1 {
        height:6.16667rem
    }
}

@media screen and (max-width: 767px) and (min-width:600px) and (min-width:600px) and (max-width:629px) {
    .qf-banner .banner-container .card-list .card-item0,.qf-banner .banner-container .card-list .card-item1 {
        height:7.91667rem
    }
}

@media screen and (max-width: 767px) and (min-width:600px) and (min-width:724px) {
    .qf-banner .banner-container .card-list .card-item2,.qf-banner .banner-container .card-list .card-item3 {
        height:6.16667rem
    }
}

@media screen and (max-width: 767px) and (min-width:600px) and (min-width:600px) and (max-width:724px) {
    .qf-banner .banner-container .card-list .card-item2,.qf-banner .banner-container .card-list .card-item3 {
        height:7.91667rem
    }
}

@media screen and (max-width: 991px) and (min-width:600px) {
    .qf-banner .banner-container {
        margin:0 2.66667rem
    }

    .qf-banner .banner-framework {
        margin: 0 auto
    }
}

@media screen and (max-width: 991px) {
    .qf-banner .banner-container .banner-text {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .qf-banner .banner-container .banner-info,.qf-banner .banner-container .banner-text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .qf-banner .banner-container .banner-info {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .qf-banner .banner-container .banner-framework-mb {
        display: none
    }

    .qf-banner .banner-container .banner-swiper2 .banner-btns {
        margin-bottom: .66667rem
    }

    .qf-banner .banner-container .banner-swiper0 .banner-btns {
        margin-bottom: 1.5rem
    }
}

@media screen and (min-width: 768px) {
    .qf-banner .banner-container .banner-text .banner-btn {
        display:inline-block;
        font-size: 1.08333rem;
        height: 3.66667rem;
        line-height: 3.66667rem;
        text-align: center;
        width: 10rem
    }

    .qf-banner .banner-container .banner-text .banner-btn+.banner-btn {
        margin-left: .83333rem
    }

    .qf-banner .banner-container .card-list .card-item {
        border-radius: 1.33333rem
    }

    .qf-banner .banner-container .card-list .card-icon {
        height: 2.66667rem;
        width: 2.66667rem
    }

    .qf-banner .banner-container .card-list .card-title {
        font-size: 1.33333rem
    }
}

@media screen and (max-width: 767px) {
    .qf-banner .banner-container .banner-desc,.qf-banner .banner-container .banner-title,.qf-banner video {
        display:none
    }

    .qf-banner .banner-container .banner-text .banner-btn {
        display: inline-block;
        font-size: 1.08333rem;
        height: 3.66667rem;
        line-height: 3.66667rem;
        text-align: center;
        width: 11.33333rem
    }

    .qf-banner .banner-container .banner-text .banner-btn+.banner-btn {
        margin-left: .58333rem
    }

    .qf-banner .banner-container .banner-desc-mobile {
        color: #091221;
        display: block;
        font-size: 1.08333rem;
        line-height: 1.66667rem;
        opacity: .7;
        text-align: center;
        width: 24.66667rem
    }

    .qf-banner .banner-container .banner-swiper2 .banner-title-mobile.fs-sm {
        font-size: 2.16667rem
    }

    .qf-banner .banner-container .banner-title-mobile {
        -webkit-background-clip: text;
        background-clip: text;
        background-image: linear-gradient(120deg,#2468f2,#2d65ff 5%,#1c7bff 51%,#3ed2fd);
        color: rgba(0,0,0,0);
        display: block;
        font-size: 3rem;
        font-weight: 500;
        line-height: 4rem
    }

    .qf-banner .banner-container .banner-title-mobile.fs-sm {
        font-size: 2.5rem
    }

    .qf-banner .banner-container .banner-swiper-wrapper {
        padding-bottom: 1rem
    }

    .qf-banner .banner-container .card-list .card-content {
        font-size: 1.08333rem;
        margin-top: .41667rem
    }

    .qf-banner .banner-container .card-list .card-icon {
        height: 2.33333rem;
        width: 2.33333rem
    }

    .qf-banner .banner-container .card-list .card-title {
        font-size: 1.5rem
    }
}

@media screen and (max-width: 599px) {
    .long-bg {
        background:url(../../images/bi/banner-bg-mobilebe561e.jpg) no-repeat;
        background-position: 100% 0;
        background-size: auto 100rem
    }

    .no_rem_qf_banner .banner-container {
        padding-top: 53px
    }

    .no_rem_qf_banner .banner-info-wrapper {
        margin-top: 0
    }

    .qf-banner {
        height: 78rem
    }

    .qf-banner .banner-container {
        margin: 0!important
    }

    .qf-banner .banner-framework {
        margin: 0 auto .16667rem
    }

    .qf-banner .banner-text .banner-btn {
        margin-top: .16667rem
    }

    .qf-banner .ab-framework-wrapper {
        margin: 2.5rem auto 0;
        width: 33.16667rem
    }

    .qf-banner .banner-swiper0 .carousel-wrapper,.qf-banner .banner-swiper2 .carousel-wrapper {
        margin: 0 2.25rem
    }

    .qf-banner .notice {
        border-radius: 1.66667rem;
        padding: .5rem 1rem .5rem .66667rem
    }

    .qf-banner .notice .tag-container {
        height: 1.5rem;
        width: 4.16667rem
    }

    .qf-banner .notice .tag {
        border-radius: 1.41667rem;
        width: 4.16667rem
    }

    .qf-banner .notice .desc {
        font-size: .91667rem;
        margin-left: .66667rem
    }

    .qf-banner .banner-swiper0 .banner-title-mobile {
        margin-top: 2rem
    }

    .qf-banner .banner-swiper2 .banner-title-mobile {
        margin-top: 1.5rem
    }

    .qf-banner .banner-swiper2 .banner-desc-mobile {
        margin: .83333rem auto
    }

    .qf-banner .banner-swiper1 .banner-title-mobile {
        margin-top: 1.66667rem
    }

    .qf-banner .banner-desc-mobile {
        margin: 1rem auto 1.5rem
    }

    .qf-banner .framework-wrapper {
        width: 27.08333rem
    }

    .qf-banner .banner-container {
        margin: 0 1.33333rem
    }

    .qf-banner .banner-container .banner-swiper-wrapper {
        padding-bottom: 1rem
    }

    .qf-banner .banner-container .card-list {
        display: grid;
        grid-template-columns: 1fr;
        margin: 0 1.33333rem;
        padding: 0 1.66667rem
    }

    .qf-banner .banner-container .card-list .card-item {
        padding: 1.5rem 0
    }

    .qf-banner .banner-container .card-list .card-item+.card-item {
        border-top: .08333rem dashed #cad1db
    }
}

@media screen and (min-width: 1920px) {
    .no_rem_qf_banner .ab-framework-wrapper {
        left:52%;
        width: 812px
    }
}

.more-model-services {
    margin-top: 5.33333rem;
    width: 100vw
}

@media (max-width: 767px) {
    .more-model-services {
        margin-top:5rem
    }
}

.more-model-services .title {
    color: #091221;
    font-family: PingFangSC-Medium;
    font-size: 2.66667rem;
    font-weight: 600;
    line-height: 3.33333rem;
    margin-bottom: 2.66667rem;
    text-align: center
}

@media (max-width: 767px) {
    .more-model-services .title {
        margin-bottom:1.66667rem
    }
}

.more-model-services .content {
    background: #f1f6fd;
    border-radius: 1.33333rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3rem 3.33333rem
}

@media (max-width: 767px) {
    .more-model-services .content {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 1.66667rem
    }
}

.more-model-services .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: column;
    flex-direction: column
}

.more-model-services .item:not(:last-child) {
    border-right: .08333rem dashed #cbd1d9;
    padding-right: 2rem
}

@media (max-width: 767px) {
    .more-model-services .item:not(:last-child) {
        border-bottom:.08333rem solid #dfe5ec;
        border-right: none;
        padding-bottom: 1.66667rem;
        padding-right: 0
    }
}

.more-model-services .item:not(:first-child) {
    padding-left: 3.33333rem
}

@media (max-width: 767px) {
    .more-model-services .item:not(:first-child) {
        padding-left:0;
        padding-top: 1.66667rem
    }
}

.more-model-services .item .item-title {
    color: #091221;
    font-family: PingFangSC-Medium;
    font-size: 1.33333rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 2rem
}

@media (max-width: 767px) {
    .more-model-services .item .item-title {
        font-size:1.66667rem;
        font-weight: 600;
        line-height: 2.66667rem
    }
}

.more-model-services .item .item-desc {
    color: #091221;
    font-family: PingFangSC-Regular;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.66667rem;
    margin: .66667rem 0 1rem;
    opacity: .7
}

@media (max-width: 767px) {
    .more-model-services .item .item-desc {
        font-size:1.08333rem
    }
}

.more-model-services .item .item-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #091221;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: PingFangSC-Medium;
    font-size: 1rem;
    line-height: 1.66667rem;
    margin-right: 2rem;
    margin-top: auto;
    text-align: justify
}

.more-model-services .item .item-link .link {
    font-weight: 500
}

@media (max-width: 767px) {
    .more-model-services .item .item-link .link {
        font-size:1.16667rem;
        font-weight: 600
    }
}

.more-model-services .item .item-link .link-play {
    background: url(../../images/bi/icon_play293ba1.png) no-repeat;
    background-size: 1.33333rem 1.33333rem;
    height: 1.33333rem;
    margin-left: .33333rem;
    width: 1.33333rem
}

.more-model-services .item .item-link:hover {
    color: #2468f2;
    -webkit-transition: all .1s;
    transition: all .1s
}

.more-model-services .item .item-link:hover .link-play {
    background: url(../../images/bi/icon_play_hoverbc6bef.png) no-repeat;
    background-size: 1.33333rem 1.33333rem
}

.contact-us-container {
    background: url(../../images/bi/bottom-bgf838cb.png) no-repeat;
    background-size: 100% 100%;
    padding: 8.33333rem 0 6.66667rem;
    width: 100vw
}

@media (min-width: 991px) and (max-width:1199px) {
    .contact-us-container {
        padding:6.66667rem 0
    }
}

@media (max-width: 767px) {
    .contact-us-container {
        background:url(../../images/bi/bottom-bg-mobile6afd9d.jpg) no-repeat;
        background-size: 100% 100%;
        padding: 5.75rem 0
    }
}

.contact-us-container .contact-us-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.contact-us-container .contact-us-content .contact-us-title_mobile {
    background: linear-gradient(45deg,#2468f2 40%,#3ed2fd);
    -webkit-background-clip: text;
    color: rgba(0,0,0,0);
    font-weight: 600;
    line-height: 3.33333rem;
    font-size: 2.33333rem;
    text-align: center
}

.contact-us-container .contact-us-content .contact-us-introduce {
    color: #091221;
    font-size: 1rem;
    line-height: 1.66667rem;
    margin: 1rem 0 1.83333rem;
    text-align: center
}

@media (max-width: 767px) {
    .contact-us-container .contact-us-content .contact-us-introduce {
        font-size:1.16667rem;
        margin: 1rem 3rem 1.66667rem
    }
}

.contact-us-container .contact-us-content .contact-us-button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #091221;
    border-radius: .66667rem;
    cursor: pointer;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    height: 3.66667rem;
    justify-content: center;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    white-space: nowrap;
    width: 10rem
}

.contact-us-container .contact-us-content .contact-us-button-link {
    color: #fff;
    font-weight: 600;
    line-height: 3.66667rem;
    text-align: center;
    width: 10rem
}

.contact-us-container .contact-us-content .contact-us-button:hover {
    background: rgba(8,18,33,.75)
}

@media (max-width: 767px) {
    .contact-us-container .contact-us-content .contact-us-button {
        font-size:1.16667rem
    }
}

.service-mode-type {
    margin-top: 5rem;
    width: 100vw
}

@media (min-width: 768px) {
    .service-mode-type {
        background:url(../../images/bi/service-mode-bg455244.png) no-repeat;
        background-size: 100% 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.service-mode-type .service-mode-content {
    padding: 4.16667rem 0 4.33333rem
}

@media (max-width: 767px) {
    .service-mode-type .service-mode-content {
        padding:0
    }
}

.service-mode-type .service-mode-content h2.title {
    color: #fff;
    padding-bottom: 4.33333rem
}

@media (max-width: 767px) {
    .service-mode-type .service-mode-content h2.title {
        color:#091221;
        font-size: 2.33333rem;
        padding-bottom: 1.66667rem
    }
}

.service-mode-type .service-mode-content img {
    margin-right: .5rem;
    width: 1.33333rem
}

.service-mode-type .service-mode-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.16667rem
}

@media (max-width: 767px) {
    .service-mode-type .service-mode-box {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: .83333rem;
        margin-bottom: -.83333rem
    }
}

.service-mode-type .service-mode-box h3.title {
    color: #091221;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.66667rem
}

.service-mode-type .service-mode-box .service-mode-left {
    background-color: #fff;
    border-radius: 1.33333rem;
    padding: 2.16667rem 3.91667rem;
    text-align: center
}

@media (min-width: 1200px) {
    .service-mode-type .service-mode-box .service-mode-left {
        -webkit-box-flex:1;
        -ms-flex: 1;
        flex: 1
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .service-mode-type .service-mode-box .service-mode-left {
        -webkit-box-flex:1;
        -ms-flex: 1;
        flex: 1;
        padding: 2rem
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .service-mode-type .service-mode-box .service-mode-left {
        -webkit-box-flex:15;
        -ms-flex: 15;
        flex: 15;
        padding: 1.66667rem 2rem
    }
}

@media (max-width: 767px) {
    .service-mode-type .service-mode-box .service-mode-left {
        background-image:linear-gradient(113deg,#2468f2,#3ac0fb);
        -webkit-box-shadow: 0 .08333rem 1.83333rem 0 rgba(7,22,46,.09);
        box-shadow: 0 .08333rem 1.83333rem 0 rgba(7,22,46,.09);
        padding: 1.66667rem 2.33333rem
    }
}

.service-mode-type .service-mode-box .service-mode-left .title {
    text-align: center
}

@media (max-width: 767px) {
    .service-mode-type .service-mode-box .service-mode-left .title {
        color:#fff
    }
}

.service-mode-type .service-mode-box .service-mode-left .content {
    color: rgba(7,18,13,.7);
    font-size: 1rem;
    line-height: 1.66667rem;
    margin-bottom: 1.33333rem;
    margin-top: 1.16667rem
}

@media (max-width: 767px) {
    .service-mode-type .service-mode-box .service-mode-left .content {
        margin-bottom:1.66667rem;
        margin-top: .83333rem
    }

    .service-mode-type .service-mode-box .service-mode-left .content span {
        color: #fff;
        font-family: PingFangSC-Regular
    }
}

.service-mode-type .service-mode-box .service-mode-left .desc-btn-box .desc-box {
    background: #f1f6fd;
    border-radius: 1rem;
    margin: 1.33333rem 0 1.66667rem;
    padding: 1.41667rem 3rem;
    text-align: left
}

@media (max-width: 767px) {
    .service-mode-type .service-mode-box .service-mode-left .desc-btn-box .desc-box {
        background:initial;
        border-radius: 0;
        font-size: 1.08333rem;
        margin: 0;
        padding: 0
    }
}

.service-mode-type .service-mode-box .service-mode-left .desc-btn-box .desc-box .desc {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #091221;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.16667rem;
    line-height: 1.66667rem;
    opacity: .9;
    text-align: left
}

.service-mode-type .service-mode-box .service-mode-left .desc-btn-box .desc-box .desc+.desc {
    padding-top: 1.33333rem
}

.service-mode-type .service-mode-box .service-mode-left .desc-btn-box .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    margin-top: 1.66667rem
}

.service-mode-type .service-mode-box .service-mode-left .desc-btn-box .btn-box .btn {
    -webkit-box-flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    height: 4.66667rem;
    justify-content: center;
    white-space: nowrap
}

.service-mode-type .service-mode-box .service-mode-left .desc-btn-box .btn-box .btn .btn-text {
    font-weight: 600
}

@media (max-width: 767px) {
    .service-mode-type .service-mode-box .service-mode-left .desc-btn-box .btn-box .btn {
        background-clip:padding-box,border-box;
        background-image: linear-gradient(90deg,#fff,#fff),linear-gradient(20deg,#4f82fb 70%,#93c0f8);
        background-origin: padding-box,border-box;
        border: .08333rem solid rgba(0,0,0,0);
        border-radius: .66667rem;
        font-size: 1.16667rem;
        height: auto;
        line-height: 2rem;
        min-width: 11.5rem;
        padding: .66667rem;
        text-align: center;
        white-space: nowrap
    }

    .service-mode-type .service-mode-box .service-mode-left .desc-btn-box .btn-box .btn .btn-text {
        -webkit-background-clip: text;
        background-clip: text;
        background-image: -webkit-gradient(linear,left top,right bottom,from(#2468f2),to(#3ed2fd));
        background-image: linear-gradient(to bottom right,#2468f2,#3ed2fd);
        color: rgba(0,0,0,0);
        font-weight: 500;
        text-align: center
    }
}

@media (max-width: 599px) {
    .service-mode-type .service-mode-box .service-mode-left .desc-btn-box .btn-box {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .service-mode-type .service-mode-box .service-mode-left .desc-btn-box .btn-box br {
        display: none
    }
}

@media (max-width: 767px) {
    .service-mode-type .service-mode-box .service-mode-left .desc-btn-box {
        background:#fff;
        border-radius: 1.33333rem;
        padding: 1.66667rem 2.16667rem
    }
}

@media (max-width: 599px) {
    .service-mode-type .service-mode-box .service-mode-left .desc-btn-box {
        padding:1.66667rem
    }
}

.service-mode-type .service-mode-box .service-mode-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.16667rem
}

@media (min-width: 1200px) {
    .service-mode-type .service-mode-box .service-mode-right {
        -webkit-box-flex:1;
        -ms-flex: 1;
        flex: 1
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .service-mode-type .service-mode-box .service-mode-right {
        -webkit-box-flex:11;
        -ms-flex: 11;
        flex: 11
    }
}

@media (max-width: 767px) {
    .service-mode-type .service-mode-box .service-mode-right {
        gap:.83333rem
    }
}

.service-mode-type .service-mode-box .service-mode-right-box {
    -webkit-box-flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    background-color: #fff;
    border-radius: 1.33333rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    justify-content: space-between;
    padding: 3.91667rem 2.5rem 4rem 2.16667rem
}

@media (min-width: 992px) and (max-width:1199px) {
    .service-mode-type .service-mode-box .service-mode-right-box {
        padding:3.08333rem 2rem
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .service-mode-type .service-mode-box .service-mode-right-box {
        padding:3.41667rem 1.66667rem
    }
}

@media (max-width: 767px) {
    .service-mode-type .service-mode-box .service-mode-right-box {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        background-color: #f1f6fd;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 1.66667rem
    }
}

@media (min-width: 1200px) {
    .service-mode-type .service-mode-box .service-mode-right-box .content {
        margin-right:4.33333rem
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .service-mode-type .service-mode-box .service-mode-right-box .content {
        margin-right:1.33333rem
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .service-mode-type .service-mode-box .service-mode-right-box .content {
        margin-right:2rem
    }
}

@media (max-width: 767px) {
    .service-mode-type .service-mode-box .service-mode-right-box .content .title {
        text-align:center
    }
}

.service-mode-type .service-mode-box .service-mode-right-box .content .desc {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #091221;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    line-height: 1.66667rem;
    margin-top: 1.16667rem;
    opacity: .7
}

.service-mode-type .service-mode-box .service-mode-right-box .content .desc img {
    margin-top: .33333rem
}

@media (max-width: 767px) {
    .service-mode-type .service-mode-box .service-mode-right-box .content .desc {
        margin:.83333rem auto 2rem
    }

    .service-mode-type .service-mode-box .service-mode-right-box .btn-box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        width: 100%
    }
}

.service-mode-type .service-mode-box .service-mode-right-box .btn-box .btn {
    line-height: 1.66667rem;
    padding: .66667rem 2.33333rem;
    text-align: center;
    white-space: nowrap
}

.service-mode-type .service-mode-box .service-mode-right-box .btn-box .btn .btn-text {
    font-weight: 600
}

@media (max-width: 767px) {
    .service-mode-type .service-mode-box .service-mode-right-box .btn-box .btn {
        -webkit-box-flex:1;
        background-clip: padding-box,border-box;
        background-image: linear-gradient(90deg,#f1f6fd,#f1f6fd),linear-gradient(20deg,#4f82fb 70%,#93c0f8);
        background-origin: padding-box,border-box;
        border: .08333rem solid rgba(0,0,0,0);
        border-radius: .66667rem;
        -ms-flex: 1;
        flex: 1;
        font-size: 1.16667rem;
        height: auto;
        line-height: 2rem;
        padding: .66667rem;
        text-align: center;
        white-space: nowrap;
        width: auto
    }

    .service-mode-type .service-mode-box .service-mode-right-box .btn-box .btn .btn-text {
        -webkit-background-clip: text;
        background-clip: text;
        background-image: -webkit-gradient(linear,left top,right bottom,from(#2468f2),to(#3ed2fd));
        background-image: linear-gradient(to bottom right,#2468f2,#3ed2fd);
        color: rgba(0,0,0,0);
        text-align: center
    }
}

.model-center {
    padding-top: .66667rem;
    width: 100vw
}

.model-center .btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2rem
}

@media screen and (max-width: 991px) and (min-width:768px) {
    .model-center {
        padding-top:8.33333rem
    }
}

@media screen and (min-width: 768px) {
    .model-center {
        padding-top:5rem
    }

    .model-center .btn-gradual {
        line-height: 3rem
    }

    .model-center .model-btn {
        font-size: 1rem;
        height: 3rem;
        width: 10rem
    }
}

@media screen and (max-width: 767px) {
    .model-center {
        padding-top:5rem
    }

    .model-center .btn-gradual {
        line-height: 3.33333rem
    }

    .model-center .model-btn {
        font-size: 1.16667rem!important;
        height: 3.33333rem;
        width: 11.33333rem
    }
}

@media screen and (max-width: 599px) {
    .model-center {
        padding-top:5rem
    }
}

body,html {
    min-width: auto!important
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@media only screen and (min-width: 1600px) {
    .no_rem_fs_16 {
        font-size:16px!important
    }

    .no_rem_qf-icon {
        width: 16px!important
    }
}

.no_rem_bi-page .module-wrapper {
    margin: 0 auto;
    max-width: 1800px
}

.no_rem_bi-page .float-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    bottom: 60px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 100
}

.no_rem_bi-page .float-button-text {
    color: #fff;
    display: inline-block;
    font-weight: 500;
    text-align: center
}

.no_rem_bi-page .float-button:hover {
    opacity: .8
}

.no_rem_bi-page .questionnaire {
    cursor: pointer;
    opacity: 1;
    position: fixed;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: 100
}

.no_rem_bi-page .questionnaire:hover {
    opacity: .8
}

.bi-page {
    background-color: #fff;
    width: 100vw
}

.bi-page img {
    width: 100%
}

.bi-page .qf-icon {
    background: url(../../images/bi/icon_playeaa8d7.svg);
    background-size: 1.16667rem 1.16667rem;
    display: inline-block;
    height: 1.16667rem;
    vertical-align: text-bottom;
    width: 1.16667rem
}

.bi-page .font-gradual {
    -webkit-background-clip: text;
    background-image: -webkit-gradient(linear,left top,right top,from(#2468f2),color-stop(50%,#2468f2),to(#3ed2fd));
    background-image: linear-gradient(90deg,#2468f2,#2468f2 50%,#3ed2fd);
    color: rgba(0,0,0,0);
    font-family: PingFangSC-Semibold;
    font-family: PingFangSC-Medium;
    font-weight: 600
}

.bi-page .btn-gradual {
    background-image: -webkit-gradient(linear,right top,left top,from(#39bffb),to(#2468f2));
    background-image: linear-gradient(270deg,#39bffb,#2468f2);
    border-radius: .66667rem;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

@media (min-width: 768px) {
    .bi-page .btn-gradual:hover {
        opacity:.75
    }
}

.bi-page h2.title {
    color: #091221;
    font-weight: 600;
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

@media screen and (min-width: 600px) {
    .bi-page h2.title {
        line-height:3.33333rem
    }
}

.bi-page .module-desc {
    color: #091221;
    line-height: 1.66667rem;
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

@media screen and (min-width: 600px) {
    .bi-page .module-desc {
        font-size:1rem
    }
}

.bi-page .module-desc-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2468f2;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1.66667rem;
    padding-left: .66667rem
}

.bi-page .module-desc-link:hover {
    color: #528eff
}

.bi-page .module-desc-link:hover .qf-icon {
    background: url(../../images/bi/icon_play_hoverd8373c.svg) no-repeat;
    background-size: 1.16667rem 1.16667rem
}

.bi-page .gradual-title-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.bi-page .gradual-line {
    display: inline-block;
    height: .08333rem;
    width: 8.08333rem
}

.bi-page .gradual-left-line {
    background-image: -webkit-gradient(linear,right top,left top,from(rgba(9,18,33,0)),to(rgba(9,18,33,.2)));
    background-image: linear-gradient(270deg,rgba(9,18,33,0),rgba(9,18,33,.2));
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.bi-page .gradual-title-text {
    color: #091221;
    font-size: 1.08333rem;
    letter-spacing: 0;
    line-height: 1.75rem;
    opacity: .4;
    padding: 0 1.33333rem
}

.bi-page .gradual-right-line {
    background-image: -webkit-gradient(linear,right top,left top,from(rgba(9,18,33,0)),to(rgba(9,18,33,.2)));
    background-image: linear-gradient(270deg,rgba(9,18,33,0),rgba(9,18,33,.2))
}

.bi-page .module-container {
    margin: 0 4.58333rem
}

.flex-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    gap: 1.16667rem;
    justify-content: space-between;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.flex-wrapper,.flex-wrapper .flex-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-wrapper .flex-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    border-radius: 1.33333rem;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 29.5%
}

@media screen and (min-width: 1200px) {
    .flex-wrapper .flex-card {
        padding:2.66667rem 2.33333rem
    }
}

@media screen and (min-width: 768px) and (max-width:1199px) {
    .flex-wrapper .flex-card {
        padding:2.66667rem 1.66667rem
    }
}

.flex-wrapper .flex-card-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-wrapper .flex-card-header img {
    width: 2.33333rem
}

.flex-wrapper .flex-card-header h4 {
    color: #091221;
    font-weight: 600;
    line-height: 2.16667rem;
    padding-left: .66667rem
}

.flex-wrapper .flex-card-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 17.5rem;
    margin-top: .66667rem
}

.flex-wrapper .flex-card-body .exp {
    -webkit-box-flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1
}

.flex-wrapper .flex-card-body .exp+.exp {
    border-top: .08333rem solid #e0e6ee
}

.flex-wrapper .flex-card-body .tit {
    -webkit-box-flex: 0;
    color: #091221;
    -ms-flex: none;
    flex: none;
    font-weight: 600;
    line-height: 2.66667rem;
    white-space: nowrap
}

.flex-wrapper .flex-card-body .desc {
    color: #091221;
    line-height: 1.66667rem;
    opacity: .7;
    text-align: left
}

.flex-wrapper .flex-card-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem
}

.flex-wrapper .flex-card-footer .btn {
    -webkit-box-flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-origin: border-box;
    border-radius: .66667rem;
    color: #091221;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    font-weight: 600;
    justify-content: center;
    -webkit-transition: background .1s ease-out;
    transition: background .1s ease-out
}

@media screen and (min-width: 1200px) {
    .flex-wrapper .flex-card-footer .btn {
        border:.08333rem solid #091221
    }
}

@media screen and (max-width: 1199px) {
    .flex-wrapper .flex-card-footer .btn {
        border:.125rem solid #091221
    }
}

.flex-wrapper .flex-card-footer .btn:hover {
    background-image: -webkit-gradient(linear,right top,left top,from(#39bffb),to(#2468f2));
    background-image: linear-gradient(270deg,#39bffb,#2468f2);
    border: .08333rem solid rgba(0,0,0,0);
    color: #fff
}

.qf-module-content,.qf-module-desc,.qf-module-title {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity .5s ease-in-out,-webkit-transform .5s ease-in-out;
    transition: opacity .5s ease-in-out,-webkit-transform .5s ease-in-out;
    transition: opacity .5s ease-in-out,transform .5s ease-in-out;
    transition: opacity .5s ease-in-out,transform .5s ease-in-out,-webkit-transform .5s ease-in-out
}

@media screen and (min-width: 1200px) {
    .flex-wrapper .flex-card-header {
        margin-bottom:.16667rem
    }

    .flex-wrapper .flex-card-body {
        margin-bottom: .83333rem
    }
}

@media screen and (max-width: 991px) and (min-width:768px) {
    .bi-page .flex-wrapper .flex-card-header {
        margin-bottom:0
    }

    .bi-page .flex-wrapper .flex-card-body {
        height: 26.33333rem;
        margin-bottom: .33333rem
    }

    .bi-page .flex-wrapper .flex-card-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: .33333rem
    }

    .bi-page .flex-wrapper .flex-card-footer .btn {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 0 auto!important;
        flex: 1 0 auto!important
    }

    .bi-page .module-container {
        margin: 0 2.66667rem
    }
}

@media screen and (max-width: 767px) and (min-width:600px) {
    .bi-page .module-container {
        margin:0 2.66667rem
    }
}

@media screen and (max-width: 599px) {
    .bi-page .module-container {
        margin:0 1.33333rem
    }
}

@media screen and (min-width: 768px) {
    .bi-page h2.title {
        font-size:2.66667rem
    }

    .bi-page .module-desc {
        margin: 1.33333rem 0 2.66667rem
    }

    .bi-page .module-desc-link {
        font-size: 1rem
    }

    .bi-page .wrap {
        display: none
    }

    .bi-page .flex-wrapper .flex-card1 {
        background: url(../../images/bi/flex-card-bg11d94f1.png) 50%/cover no-repeat
    }

    .bi-page .flex-wrapper .flex-card2 {
        background: url(../../images/bi/flex-card-bg2adf3ea.png) 50%/cover no-repeat
    }

    .bi-page .flex-wrapper .flex-card3 {
        background: url(../../images/bi/flex-card-bg3071882.png) 50%/cover no-repeat
    }

    .bi-page .flex-wrapper .flex-card-header h4 {
        font-size: 1.5rem
    }

    .bi-page .flex-wrapper .flex-card-body {
        margin-bottom: 1.58333rem
    }

    .bi-page .flex-wrapper .flex-card-body .tit {
        font-size: 2rem;
        width: 6rem
    }

    .bi-page .flex-wrapper .flex-card-body .desc {
        font-size: 1rem;
        margin-left: 1.16667rem
    }

    .bi-page .flex-wrapper .flex-card-body .desc_mobile {
        display: none
    }

    .bi-page .flex-wrapper .flex-card-footer {
        margin-bottom: .66667rem
    }

    .bi-page .flex-wrapper .flex-card-footer .btn {
        font-size: 1rem;
        height: 3rem
    }

    .no_rem_bi-page .float-button {
        background-image: linear-gradient(200deg,#29acfe,#2468f2 89%);
        border-radius: 8px;
        -webkit-box-shadow: 0 8px 42px 0 rgba(9,18,33,.08);
        box-shadow: 0 8px 42px 0 rgba(9,18,33,.08);
        height: 136px;
        padding: 20px 15px;
        right: 8px;
        width: 50px
    }

    .no_rem_bi-page .float-button .kefu-icon {
        height: 20px;
        width: 20px
    }

    .no_rem_bi-page .float-button-text {
        font-size: 14px;
        line-height: 18px;
        padding-top: 4px
    }

    .no_rem_bi-page .questionnaire {
        bottom: 210px;
        height: 68px;
        right: 1px;
        width: 64px
    }
}

@media screen and (max-width: 767px) {
    .bi-page h2.title {
        font-size:2.33333rem
    }

    .bi-page .wrap {
        display: block
    }

    .bi-page .module-desc {
        font-size: 1.08333rem;
        margin: .83333rem 0 1.66667rem
    }

    .bi-page .module-desc-link {
        font-size: 1.16667rem;
        font-weight: 600;
        margin-top: .83333rem
    }

    .bi-page .flex-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .bi-page .flex-wrapper .flex-card {
        background: url(../../images/bi/flex-card-bg661f96.jpg) bottom/cover no-repeat;
        padding: 1.66667rem 1.66667rem 2.33333rem;
        width: 100%
    }

    .bi-page .flex-wrapper .flex-card-header h4 {
        font-size: 1.83333rem
    }

    .bi-page .flex-wrapper .flex-card-body {
        margin-bottom: 1rem
    }

    .bi-page .flex-wrapper .flex-card-body .tit {
        font-size: 1.5rem
    }

    .bi-page .flex-wrapper .flex-card-body .desc {
        font-size: 1.08333rem;
        margin-left: 1.33333rem
    }

    .bi-page .flex-wrapper .flex-card-body .desc_pc {
        display: none
    }

    .bi-page .flex-wrapper .flex-card-footer .btn {
        font-size: 1.16667rem;
        height: 3.33333rem
    }

    .no_rem_bi-page .float-button {
        background-image: linear-gradient(199deg,#29acfe,#2468f2 89%);
        border-radius: 8px;
        -webkit-box-shadow: 0 8px 42px 0 rgba(9,18,33,.08);
        box-shadow: 0 8px 42px 0 rgba(9,18,33,.08);
        height: 112px;
        padding: 12px 13.5px;
        right: 8px;
        width: 40px
    }

    .no_rem_bi-page .float-button .kefu-icon {
        height: 20px;
        width: 20px
    }

    .no_rem_bi-page .float-button-text {
        font-size: 13px;
        font-weight: 500;
        line-height: 16px;
        padding-top: 4px
    }

    .no_rem_bi-page .questionnaire {
        bottom: 186px;
        height: 56px;
        right: 2px;
        width: 52px
    }
}

.btn-secondary {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: .66667rem;
    color: #2468f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    justify-content: center;
    margin-left: 1.16667rem;
    text-align: center;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

@media screen and (min-width: 1200px) {
    .btn-secondary {
        border:.08333rem solid #2468f2
    }
}

@media screen and (max-width: 1199px) {
    .btn-secondary {
        border:.125rem solid #2468f2
    }
}

.btn-secondary:hover {
    opacity: .75
}

.fs-gradient {
    -webkit-background-clip: text;
    background-clip: text;
    background-image: -webkit-gradient(linear,left top,right top,from(#2468f2),color-stop(68%,#2468f2),to(#3ed2fd));
    background-image: linear-gradient(90deg,#2468f2,#2468f2 68%,#3ed2fd);
    color: rgba(0,0,0,0);
    font-weight: 600
}

.practice-for-model {
    margin-top: 5.16667rem;
    text-align: center;
    width: 100vw
}

@media (max-width: 767px) {
    .practice-for-model .module-container {
        margin:0
    }
}

@media (min-width: 600px) and (max-width:767px) {
    .practice-for-model .module-desc {
        margin:.83333rem 0 2rem
    }
}

.practice-for-model .segmented-group {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    align-items: center;
    background: #eef4fd;
    border-radius: 2.33333rem;
    color: #091221;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1.25rem;
    line-height: 2rem;
    list-style: none;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

@media (max-width: 599px) {
    .practice-for-model .segmented-group {
        width:calc(100% - 2.66667rem)
    }
}

@media (max-width: 991px) and (min-width:768px) {
    .practice-for-model .segmented-group {
        width:80%
    }
}

.practice-for-model .segmented-group::-webkit-scrollbar {
    display: none
}

.practice-for-model .segmented-group-item {
    -webkit-box-flex: 0;
    cursor: pointer;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 2rem;
    margin: .33333rem;
    padding: .16667rem 2.91667rem;
    white-space: nowrap
}

@media (min-width: 768px) {
    .practice-for-model .segmented-group-item:hover {
        color:#2468f2
    }
}

@media (max-width: 767px) {
    .practice-for-model .segmented-group-item {
        font-size:1.08333rem;
        line-height: 1.66667rem;
        padding: .66667rem 1.91667rem
    }
}

.practice-for-model .segmented-group-item_active {
    background: #fff;
    border-radius: 2rem;
    left: .33333rem;
    -webkit-transition: all .3s;
    transition: all .3s
}

.practice-for-model .tabs-content {
    background: #f1f6fd;
    border-radius: 1.33333rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2rem 0;
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

@media (max-width: 767px) {
    .practice-for-model .tabs-content {
        background:initial
    }
}

@media (min-width: 1200px) {
    .practice-for-model .tabs-content {
        min-height:39.83333rem
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .practice-for-model .tabs-content {
        min-height:34.08333rem
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .practice-for-model .tabs-content {
        min-height:41.75rem
    }
}

.practice-for-model .tabs-content .scene-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%
}

.practice-for-model .tabs-content .scene-main .swiper-slide {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.practice-for-model .tabs-content .scene-main .scene-item-active {
    opacity: 1;
    visibility: visible
}

.practice-for-model .tabs-content .scene-main .scene-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 27.91667rem;
    padding: 4.83333rem 4.08333rem;
    text-align: left
}

@media (min-width: 1200px) {
    .practice-for-model .tabs-content .scene-main .scene-item {
        min-height:39.83333rem
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .practice-for-model .tabs-content .scene-main .scene-item {
        min-height:34.08333rem;
        padding: 3.16667rem 2.33333rem
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .practice-for-model .tabs-content .scene-main .scene-item {
        min-height:41.75rem
    }
}

@media (max-width: 767px) {
    .practice-for-model .tabs-content .scene-main .scene-item {
        background:#f1f6fd;
        border-radius: 1.33333rem;
        padding: 2rem 1.66667rem
    }
}

.practice-for-model .tabs-content .scene-main .scene-item-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 767px) {
    .practice-for-model .tabs-content .scene-main .scene-item-header {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.practice-for-model .tabs-content .scene-main .scene-item-header .logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.practice-for-model .tabs-content .scene-main .scene-item-header .logo img {
    border-radius: .66667rem;
    height: 4.33333rem;
    width: 4.33333rem
}

.practice-for-model .tabs-content .scene-main .scene-item-header .title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.33333rem
}

@media (max-width: 767px) {
    .practice-for-model .tabs-content .scene-main .scene-item-header .title {
        margin-top:0
    }
}

.practice-for-model .tabs-content .scene-main .scene-item-header .title h4 {
    color: #091221;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.66667rem;
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: ellipsis
}

.practice-for-model .tabs-content .scene-main .scene-item-header .title .tag {
    background-image: -webkit-gradient(linear,right top,left top,from(#848484),color-stop(98%,#838383));
    background-image: linear-gradient(270deg,#848484,#838383 98%);
    border-radius: .25rem;
    color: #fff;
    display: inline-block;
    font-size: .83333rem;
    font-weight: 500;
    height: 1.33333rem;
    line-height: 1.33333rem;
    margin-left: .66667rem;
    opacity: .75;
    padding: 0 .5rem;
    vertical-align: middle
}

@media (max-width: 767px) {
    .practice-for-model .tabs-content .scene-main .scene-item-header .title .tag {
        margin-left:0
    }

    .practice-for-model .tabs-content .scene-main .scene-item-header .title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 1rem
    }

    .practice-for-model .tabs-content .scene-main .scene-item-header .title h4 {
        color: #222;
        font-size: 1.83333rem;
        line-height: 3rem
    }
}

.practice-for-model .tabs-content .scene-main .scene-item-des {
    color: #091221;
    font-size: 1rem;
    line-height: 1.66667rem;
    margin-top: .66667rem;
    max-width: 100%;
    opacity: .9;
    overflow-wrap: break-word
}

@media (max-width: 767px) {
    .practice-for-model .tabs-content .scene-main .scene-item-des {
        font-size:1.08333rem;
        margin-top: 1rem
    }
}

@media (min-width: 1200px) {
    .practice-for-model .tabs-content .scene-main .scene-item-des {
        max-width:61.08333rem
    }
}

@media (min-width: 768px) and (max-width:1199px) {
    .practice-for-model .tabs-content .scene-main .scene-item-des {
        max-width:39.16667rem
    }
}

.practice-for-model .tabs-content .scene-main .scene-item h5 {
    color: #091221;
    font-size: 1.33333rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 2rem;
    margin: 1.66667rem 0 0
}

.practice-for-model .tabs-content .scene-main .scene-item .sub-tit1 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .66667rem 0;
    margin-top: .66667rem
}

.practice-for-model .tabs-content .scene-main .scene-item .sub-tit1_tag {
    white-space: nowrap
}

@media (max-width: 767px) {
    .practice-for-model .tabs-content .scene-main .scene-item .sub-tit1_tag {
        font-size:1.08333rem
    }
}

.practice-for-model .tabs-content .scene-main .scene-item .sub-tit1_tag:before {
    background: url(../../images/bi/right96df89.png) no-repeat;
    background-size: 1rem;
    content: "";
    display: inline-block;
    height: 1rem;
    margin-right: .66667rem;
    vertical-align: middle;
    width: 1rem
}

.practice-for-model .tabs-content .scene-main .scene-item .sub-tit1_tag:not(:last-child) {
    margin-right: 2.66667rem
}

.practice-for-model .tabs-content .scene-main .scene-item .sub-tit2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem 0;
    margin-left: -1rem;
    margin-top: 1rem
}

@media (max-width: 767px) {
    .practice-for-model .tabs-content .scene-main .scene-item .sub-tit2 {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0
    }
}

.practice-for-model .tabs-content .scene-main .scene-item .sub-tit2 .scene-scheme {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 1rem;
    padding-right: 1rem
}

@media (max-width: 767px) {
    .practice-for-model .tabs-content .scene-main .scene-item .sub-tit2 .scene-scheme {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-left: 0
    }
}

@media (min-width: 768px) {
    .practice-for-model .tabs-content .scene-main .scene-item .sub-tit2 .scene-scheme:not(:last-child) {
        border-right:.08333rem solid #d0d6de
    }
}

.practice-for-model .tabs-content .scene-main .scene-item .sub-tit2 .scene-scheme_title {
    color: #091221;
    font-size: 1rem;
    line-height: 1.66667rem;
    opacity: .9
}

.practice-for-model .tabs-content .scene-main .scene-item .sub-tit2 .scene-scheme_link {
    margin-top: .33333rem
}

.practice-for-model .tabs-content .scene-main .scene-item .sub-tit2 .scene-scheme_link a {
    color: #2468f2;
    font-weight: 500
}

.practice-for-model .tabs-content .scene-main .scene-item .sub-tit2 .scene-scheme_link a:hover {
    color: #528eff
}

@media (max-width: 767px) {
    .practice-for-model .tabs-content .scene-main .scene-item .sub-tit2 .scene-scheme_link {
        margin-left:.5rem;
        margin-top: 0
    }
}

.qf-partner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 2.66667rem;
    width: 100vw
}

@media (max-width: 767px) {
    .qf-partner {
        margin-top:1.66667rem
    }
}

@media (max-width: 1199px) and (min-width:768px) {
    .qf-partner .module-container {
        margin:0
    }
}

.qf-partner .partner-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1.33333rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 767px) {
    .qf-partner .gradual-line {
        width:4.16667rem
    }
}

.qf-partner .partner-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center
}

@media (min-width: 1200px) {
    .qf-partner .partner-list {
        gap:.66667rem 2rem
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .qf-partner .partner-list {
        gap:.66667rem .83333rem
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .qf-partner .partner-list {
        gap:.66667rem 0
    }
}

@media (min-width: 600px) and (max-width:767px) {
    .qf-partner .partner-list {
        gap:1.16667rem
    }
}

@media (max-width: 599px) {
    .qf-partner .partner-list {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        gap: 1rem;
        justify-content: center;
        margin-right: -1rem
    }
}

.qf-partner .partner-list .partner-logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: .66667rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

@media (min-width: 1200px) {
    .qf-partner .partner-list .partner-logo {
        -webkit-box-flex:0;
        -ms-flex: 0 1 calc(12.5% - 2rem);
        flex: 0 1 calc(12.5% - 2rem);
        padding: .83333rem
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .qf-partner .partner-list .partner-logo {
        -webkit-box-flex:0;
        -ms-flex: 0 1 calc(12.5% - 0.83333rem);
        flex: 0 1 calc(12.5% - 0.83333rem);
        padding: .83333rem
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .qf-partner .partner-list .partner-logo {
        -webkit-box-flex:0;
        -ms-flex: 0 1 12.5%;
        flex: 0 1 12.5%;
        padding: .75rem .66667rem
    }
}

@media (min-width: 600px) and (max-width:767px) {
    .qf-partner .partner-list .partner-logo {
        -webkit-box-flex:0;
        -ms-flex: 0 1 calc(25% - 1.16667rem);
        flex: 0 1 calc(25% - 1.16667rem);
        padding: .58333rem 1.08333rem
    }
}

@media (max-width: 599px) {
    .qf-partner .partner-list .partner-logo {
        -webkit-box-flex:0;
        -ms-flex: 0 1 calc(33.33% - 1rem);
        flex: 0 1 calc(33.33% - 1rem);
        padding: .58333rem .33333rem
    }
}

.qf-resource {
    margin-top: 5.66667rem;
    width: 100vw
}

@media (max-width: 767px) {
    .qf-resource {
        margin-top:5.33333rem
    }
}

@media (max-width: 425px) {
    .qf-resource {
        margin-top:5rem
    }
}

.qf-resource .module-desc {
    font-size: 1rem;
    line-height: 1.66667rem
}

@media (max-width: 767px) {
    .qf-resource .module-desc {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 1.08333rem;
        line-height: 1.66667rem;
        margin: .83333rem 0 1.66667rem
    }
}

.qf-resource .module-desc-link {
    color: #2468f2
}

.qf-resource .module-desc-link:hover {
    color: #528eff
}

.qf-resource .module-desc-link img {
    height: 1.16667rem;
    margin-left: .33333rem;
    width: 1.16667rem
}

@media (max-width: 767px) {
    .qf-resource .module-desc-link {
        font-size:1.16667rem;
        font-weight: 600;
        margin: .83333rem auto 0
    }
}

.qf-resource .flex-resource {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.qf-resource .flex-resource .resource-item {
    -webkit-box-flex: 1;
    background: #f1f6fd;
    border-radius: 1.33333rem;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2.33333rem 3rem
}

@media (max-width: 991px) and (min-width:768px) {
    .qf-resource .flex-resource .resource-item {
        padding:2.33333rem 1.66667rem
    }
}

@media (max-width: 767px) {
    .qf-resource .flex-resource .resource-item {
        padding:1.66667rem
    }
}

@media (max-width: 425px) {
    .qf-resource .flex-resource .resource-item {
        padding:1.66667rem 1.5rem
    }
}

.qf-resource .flex-resource .resource-title {
    color: #091221;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.66667rem;
    margin-bottom: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (max-width: 767px) {
    .qf-resource .flex-resource .resource-title {
        font-size:1.83333rem;
        line-height: 3rem
    }
}

.qf-resource .flex-resource .resource-exp-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width: 992px) {
    .qf-resource .flex-resource .resource-exp-list {
        gap:3.33333rem
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .qf-resource .flex-resource .resource-exp-list {
        gap:1.66667rem
    }
}

@media (min-width: 600px) and (max-width:767px) {
    .qf-resource .flex-resource .resource-exp-list {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1.33333rem
    }
}

@media (max-width: 599px) {
    .qf-resource .flex-resource .resource-exp-list {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1.66667rem
    }
}

.qf-resource .flex-resource .resource-exp {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #091221;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1rem;
    gap: .5rem;
    line-height: 1.66667rem;
    white-space: nowrap
}

@media (min-width: 768px) {
    .qf-resource .flex-resource .resource-exp:before {
        background:#091221;
        border-radius: 50%;
        content: "";
        display: inline-block;
        height: .33333rem;
        opacity: .4;
        width: .33333rem
    }
}

@media (max-width: 767px) {
    .qf-resource .flex-resource .resource-exp {
        font-size:1.16667rem;
        font-weight: 600;
        line-height: 1.66667rem
    }

    .qf-resource .flex-resource .resource-exp:after {
        background: url(../../images/bi/icon_diagonal_arrow1212b2.svg);
        content: "";
        display: inline-block;
        height: 1.16667rem;
        width: 1.16667rem
    }
}

.qf-resource .flex-resource .resource-exp:hover {
    color: #2468f2
}

.app-builder {
    position: relative;
    width: 100vw
}

.app-builder .title {
    padding-top: 4.75rem
}

.app-builder .bg {
    background: url(../../images/bi/app-builder0f46d8.png) no-repeat;
    background-size: 100%;
    border-radius: 1.66667rem;
    height: 30.16667rem;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 95.33333rem
}

.app-builder .module-content {
    position: relative;
    z-index: 1
}

.app-builder .swiper-slide {
    width: 6.16667rem
}

.app-builder .train-scene .scene-item {
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.app-builder .train-scene .scene-item-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.app-builder .train-scene .scene-item-icon {
    border-radius: .5rem;
    display: inline-block;
    height: 4.33333rem;
    overflow: hidden;
    width: 4.33333rem
}

.app-builder .train-scene .scene-item-text {
    color: #091221;
    font-size: 1rem;
    line-height: 1.66667rem;
    margin-top: 1rem;
    opacity: .7;
    text-align: center
}

.app-builder .train-scene .scene-item-btn {
    background-color: #fff;
    border: .08333rem solid #c3c9d1;
    border-radius: .5rem;
    color: #091221;
    font-size: 1rem;
    font-weight: 500;
    height: 2.33333rem;
    opacity: 0;
    padding: .41667rem .83333rem;
    text-align: center;
    -webkit-transition: opacity .3s ease-in-out .15s;
    transition: opacity .3s ease-in-out .15s;
    visibility: hidden;
    width: 5.83333rem
}

.app-builder .apply .scene-item,.app-builder .assembly .scene-item {
    padding-top: 2rem
}

.app-builder .apply {
    margin-bottom: 2rem
}

.app-builder .assembly {
    margin: 0 auto
}

.app-builder .assembly .gradual-title-wrapper {
    margin-top: 2rem
}

.app-builder .appbuilder-swiper-wrapper {
    position: relative
}

.app-builder .appbuilder-swiper-wrapper .swiper-shadow {
    height: 12.25rem;
    position: absolute;
    top: 0;
    width: 5rem;
    z-index: 100
}

.app-builder .appbuilder-swiper-wrapper .swiper-shadow img {
    height: 100%
}

.app-builder .appbuilder-swiper-wrapper .swiper-shadow-left {
    left: -.08333rem
}

.app-builder .appbuilder-swiper-wrapper .swiper-shadow-right {
    right: 0
}

@media screen and (min-width: 768px) {
    .app-builder .swiper-container {
        height:12.5rem
    }
}

.app-builder .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

.app-builder .swiper-wrapper .swiper-slide {
    cursor: pointer
}

.application {
    width: 100vw
}

.application .bg {
    background: url(../../images/bi/application-bg6a9b2d.png) no-repeat;
    margin: 0 auto
}

@media screen and (min-width: 1200px) {
    .app-builder .assembly {
        width:66.66666%
    }

    .application .bg {
        height: 6.58333rem;
        width: 76.83333rem
    }
}

@media screen and (max-width: 1199px) and (min-width:992px) {
    .app-builder .bg {
        width:94%
    }

    .app-builder .assembly {
        width: 80%
    }

    .application .bg {
        height: 6.58333rem;
        width: 76.83333rem
    }
}

@media screen and (max-width: 991px) and (min-width:768px) {
    .app-builder .bg {
        width:95.8%
    }

    .app-builder .assembly {
        width: 75%
    }

    .application .bg {
        height: 6.58333rem;
        width: 100%
    }
}

@media screen and (max-width: 767px) and (min-width:600px) {
    .app-builder .assembly {
        width:66.66666%
    }

    .app-builder .train-scene {
        margin-top: 2.68583rem
    }

    .application .bg {
        height: 6.58333rem;
        width: 100%
    }

    .application .module-container {
        margin-top: -3.25rem
    }
}

@media screen and (max-width: 767px) {
    .app-builder {
        margin-top:3.33333rem
    }

    .app-builder .bg {
        width: 100%
    }

    .application {
        margin-top: 3.33333rem
    }
}

@media screen and (min-width: 768px) {
    .app-builder {
        margin-top:4.33333rem
    }

    .app-builder .train-scene {
        margin-top: 3rem
    }

    .app-builder .train-scene .scene-item:hover .scene-item-content {
        -webkit-transform: translateY(-1.25rem);
        -ms-transform: translateY(-1.25rem);
        transform: translateY(-1.25rem)
    }

    .app-builder .train-scene .scene-item:hover .scene-item-btn {
        border: .08333rem solid #2468f2;
        opacity: 1;
        visibility: visible
    }

    .app-builder .train-scene .scene-item:hover .scene-item-btn a {
        color: #2468f2
    }

    .application {
        margin-top: 1.66667rem
    }
}

@media screen and (min-width: 992px) {
    .application .bg {
        background-size:76.83333rem 6.58333rem;
        height: 6.58333rem;
        width: 76.83333rem
    }
}

@media screen and (max-width: 991px) {
    .application .bg {
        background-size:100% 6.58333rem;
        height: 6.58333rem;
        width: 100%
    }
}

@media screen and (max-width: 599px) {
    .app-builder .assembly {
        width:100%
    }

    .app-builder .train-scene {
        margin-top: 1.68583rem
    }

    .app-builder .appbuilder-swiper-wrapper .swiper-shadow {
        display: none
    }

    .application .bg {
        background-size: 100% 5.83333rem;
        height: 5.83333rem;
        width: 100%
    }

    .application .module-container {
        margin-top: -2.5rem
    }
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-wrapper {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-slide,.swiper-wrapper {
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    width: 100%
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 10
}

body,html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 400;
    height: 100%;
    min-width: 100rem;
    width: 100%
}

*,body,html {
    margin: 0;
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    color: #000;
    cursor: pointer;
    text-decoration: none
}

img {
    width: 100%
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

a:hover {
    text-decoration: none
}



.model-center {
    padding-top: .66667rem;
    width: 100vw
}

.model-center .model-center-desc {
    text-align: center
}

.model-center .flex-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.16667rem
}

.model-center .flex-cards+.flex-cards {
    margin-top: 1.16667rem
}

.model-center .flex-cards .text-center .name {
    margin: .66667rem 0
}

.model-center .flex-cards .text-left .name {
    margin-bottom: .66667rem;
    text-align: left
}

.model-center .flex-cards .text-left .model-label-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

.model-center .modelcard {
    -webkit-box-flex: 1;
    background: #f1f6fd;
    border: .67px solid #fff;
    border-radius: 1.33333rem;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    padding: 1.66667rem;
    position: relative;
    text-align: center;
    -webkit-transition: height .4s ease-in-out,visibility 4s ease-in-out 4s;
    transition: height .4s ease-in-out,visibility 4s ease-in-out 4s;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

@media screen and (max-width: 1000px) and (min-width:992px) {
    .model-center .modelcard {
        padding:1.66667rem .83333rem 1.66667rem 1.66667rem
    }
}

.model-center .modelcard .tag {
    border-radius: .73333rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    height: 1.6rem;
    line-height: 1.6rem;
    padding: 0 .5rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
    -webkit-transform: scale(.8333);
    -ms-transform: scale(.8333);
    transform: scale(.8333)
}

.model-center .modelcard .flagship,.model-center .modelcard .tag {
    background-image: -webkit-gradient(linear,right top,left top,from(#ffbe65),color-stop(99%,#ec5e3e));
    background-image: linear-gradient(270deg,#ffbe65,#ec5e3e 99%)
}

.model-center .modelcard .special {
    background-image: -webkit-gradient(linear,right top,left top,from(#5bf5c4),color-stop(99%,#00c18e));
    background-image: linear-gradient(270deg,#5bf5c4,#00c18e 99%)
}

.model-center .modelcard .performance {
    background-image: -webkit-gradient(linear,right top,left top,from(#3ccdfc),color-stop(99%,#2468f2));
    background-image: linear-gradient(270deg,#3ccdfc,#2468f2 99%)
}

.model-center .modelcard .model-label-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-bottom: .66667rem
}

.model-center .modelcard .model-label {
    color: #091221;
    font-size: 1rem;
    line-height: 1.66667rem;
    opacity: .7
}

.model-center .modelcard .model-label+.model-label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.model-center .modelcard .model-label+.model-label:before {
    background: #4b5662;
    content: "";
    display: inline-block;
    height: .91667rem;
    margin: 0 .5rem;
    opacity: .2;
    width: .08333rem
}

.model-center .modelcard img {
    border-radius: .66667rem;
    height: 3.66667rem;
    width: 3.66667rem
}

.model-center .modelcard .name {
    color: #091221;
    font-size: 1.33333rem;
    font-weight: 600
}

.model-center .modelcard .des {
    color: #091221;
    font-size: 1rem;
    line-height: 1.66667rem;
    opacity: .7;
    text-align: left
}

.model-center .modelcard .banner-support {
    color: #091221;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.66667rem
}

@media screen and (min-width: 1200px) {
    .model-center .modelcard .link {
        -webkit-box-align:end;
        -ms-flex-align: end;
        align-items: flex-end;
        background-image: linear-gradient(179deg,rgba(241,246,253,0),#f1f6fd 35%);
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 7.33333rem;
        left: 0;
        margin-top: 1rem;
        opacity: 0;
        overflow: hidden;
        padding: 1rem 1.66667rem;
        position: absolute;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        visibility: hidden;
        width: 100%
    }

    .model-center .modelcard .link a {
        -webkit-box-flex: 1;
        background-origin: border-box;
        border: .08333rem solid rgba(9,18,33,.2);
        border-radius: .5rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #091221;
        display: inline-block;
        -ms-flex: 1;
        flex: 1;
        font-size: 1rem;
        font-weight: 500;
        height: 2.33333rem;
        line-height: 2.16667rem;
        text-align: center;
        -webkit-transition: all .1s ease-out;
        transition: all .1s ease-out
    }

    .model-center .modelcard .link a+a {
        margin-left: .5rem
    }

    .model-center .modelcard .link a:hover {
        background-image: -webkit-gradient(linear,right top,left top,from(#39bffb),to(#2468f2));
        background-image: linear-gradient(270deg,#39bffb,#2468f2);
        border: .08333rem solid transparent;
        color: #fff
    }

    .model-center .modelcard:hover .link {
        opacity: 1;
        visibility: visible
    }
}

@media screen and (max-width: 1199px) {
    .model-center .modelcard .link {
        display:none
    }
}

@media screen and (min-width: 1200px) {
    .model-center .modelcard .link-ipad {
        display:none
    }
}

@media screen and (max-width: 1199px) and (min-width:768px) {
    .model-center .modelcard .link-ipad {
        margin-top:.83333rem;
        text-align: left
    }

    .model-center .modelcard .link-ipad a {
        color: #091221;
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.66667rem
    }

    .model-center .modelcard .link-ipad a svg {
        vertical-align: sub;
        width: 1.33333rem
    }

    .model-center .modelcard .link-ipad a+a {
        margin-left: 1rem
    }

    .model-center .modelcard .link-ipad a:hover {
        color: #2468f2
    }
}

.model-center .modelcard-mobile {
    background: #f1f6fd;
    border-radius: 1.33333rem;
    padding: 1.66667rem
}

.model-center .modelcard-mobile+.modelcard-mobile {
    margin-top: .83333rem
}

.model-center .modelcard-mobile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem
}

.model-center .modelcard-mobile-header .logo-icon {
    border-radius: .7275rem;
    height: 4rem;
    overflow: hidden;
    width: 4rem
}

.model-center .modelcard-mobile-header .name {
    color: #091221;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2.16667rem
}

.model-center .modelcard-mobile-header .model-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.model-center .modelcard-mobile-header .model-label {
    color: #091221;
    font-size: 1.08333rem;
    line-height: 1.66667rem;
    opacity: .7
}

.model-center .modelcard-mobile-header .model-label+.model-label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.model-center .modelcard-mobile-header .model-label+.model-label:before {
    background: #4b5662;
    content: "";
    display: inline-block;
    height: .91667rem;
    margin: 0 .5rem;
    opacity: .2;
    width: .08333rem
}

.model-center .modelcard-mobile-header .collapse-arrow {
    height: 1.33333rem;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 1.33333rem
}

.model-center .modelcard-mobile-header .collapse-arrow-active {
    -webkit-transform: rotate(180deg)!important;
    -ms-transform: rotate(180deg)!important;
    transform: rotate(180deg)!important
}

.model-center .modelcard-mobile .item-content {
    height: 0;
    overflow: hidden
}

.model-center .modelcard-mobile .item-content .des {
    color: #091221;
    font-size: 1.08333rem;
    line-height: 1.66667rem;
    opacity: .7;
    padding: 1.33333rem 0
}

.model-center .modelcard-mobile .item-content .link-mobile a {
    color: #091221;
    font-size: 1.16667rem;
    font-weight: 600;
    line-height: 1.66667rem
}

.model-center .modelcard-mobile .item-content .link-mobile a svg {
    margin-left: .33333rem;
    vertical-align: text-bottom;
    width: 1.33333rem
}

.model-center .modelcard-mobile .item-content .link-mobile a+a {
    margin-left: 3.33333rem
}

.model-center .btn-wrapper,.model-center .modelcard-mobile .model-label-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.model-center .btn-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2rem
}

@media screen and (max-width: 991px) and (min-width:768px) {
    .model-center {
        padding-top:8.33333rem
    }

    .model-center .des {
        min-height: 3.33333rem
    }
}

@media screen and (min-width: 768px) {
    .model-center {
        padding-top:5rem
    }

    .model-center .btn-gradual {
        line-height: 3rem
    }

    .model-center .model-btn {
        font-size: 1rem;
        height: 3rem;
        width: 10rem
    }
}

@media screen and (max-width: 767px) {
    .model-center {
        padding-top:5rem
    }

    .model-center .btn-gradual {
        line-height: 3.33333rem
    }

    .model-center .model-btn {
        font-size: 1.16667rem!important;
        height: 3.33333rem;
        width: 11.33333rem
    }
}

.model-center .modelcard-mobile{
    display: none;
}
.bi-page h2.title br{
    display: none;
}
@media screen and (max-width: 599px) {
    .model-center {
        padding-top:0
    }
    .model-center .flex-cards{
        display: none;
    }
    .model-center .modelcard-mobile{
        display: block;
    }
    .bi-page h2.title br{
        display: block;
    }
}


.practice-for-model {
    width: 100vw;
    text-align: center;
    margin-top: 62px;

    .module-container {
        @media (max-width: 767px) {
            margin: 0;
        }
    }

    .module-desc {
        @media (min-width: 600px) and (max-width: 767px) {
            margin: 10px 0 24px;
        }
    }

    .segmented-group {
        display: inline-flex;
        align-items: center;
        list-style: none;
        transition: all 0.5s ease-in-out;

        @media (max-width: 599px) {
            width: calc(100% - 32px);
        }

        @media (max-width: 991px) and (min-width: 768px) {
            width: 80%;
        }

        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;

        &::-webkit-scrollbar {
            display: none;
        }

        background: #eef4fd;
        border-radius: 28px;
        font-size: 15px;
        color: #091221;
        line-height: 24px;

        &-item {
            cursor: pointer;
            margin: 4px;
            flex: 0 0 auto;
            white-space: nowrap;
            padding: 2px 35px;
            font-size: 15px;
            font-weight: 600;
            line-height: 24px;

            @media (min-width: 768px) {
                &:hover {
                    color: #2468f2;
                }
            }

            @media (max-width: 767px) {
                padding: 8px 23px;
                font-size: 13px;
                line-height: 20px;
            }
        }

        &-item_active {
            background: #fff;
            border-radius: 24px;
            left: 4px;
            transition: all 0.3s;
        }
    }

    .tabs-content {
        display: flex;
        background: #f1f6fd;
        border-radius: 16px;
        margin: 24px 0;
        opacity: 1;
        transition: all 0.5s ease-in-out;

        @media (max-width: 767px) {
            background: initial;
        }

        @media (min-width: 1200px) {
            min-height: 478px;
        }

        @media (min-width: 992px) and (max-width: 1199px) {
            min-height: 409px;
        }

        @media (min-width: 768px) and (max-width: 991px) {
            min-height: 501px;
        }

        .scene-nav {
            min-width: 120px;
            display: flex;
            flex-direction: column;
            border-right: 1px solid #dae7f9;

            @media (max-width: 767px) {
                display: none;
            }

            @media (min-width: 1200px) {
                min-width: 140px;
            }

            .nav-item {
                flex: 1;
                position: relative;
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                cursor: pointer;
                color: #091221;
                line-height: 24px;
                font-size: 15px;
                overflow: hidden;

                &.nav-item-active {
                    background-image: linear-gradient(270deg, rgba(72, 148, 255, 0) 0%, rgba(53, 142, 255, 0.1) 100%);
                    font-weight: 500;

                    &::before {
                        content: '';
                        display: inline-block;
                        width: 3px;
                        height: 100%;
                        position: absolute;
                        top: 0;
                        left: 0;
                        background-image: linear-gradient(180deg, #38befb 0%, #2468f2 100%);
                    }
                }

                &:first-child {
                    &.nav-item-active {
                        border-top-left-radius: 16px;

                        &::before {
                            border-top-left-radius: 16px;
                        }
                    }
                }

                &:last-child {
                    &.nav-item-active {
                        border-bottom-left-radius: 16px;

                        &::before {
                            border-bottom-left-radius: 16px;
                        }
                    }
                }
            }
        }

        .scene-main {
            position: relative;
            display: flex;
            width: 100%;

        // @media (max-width: 767px) {
        //     gap: 10px;
        // }

            .swiper-slide {
                display: flex;
                align-items: stretch;
            }

            .scene-item-pc {
                position: absolute;
                bottom: 0;
                left: 0;
                opacity: 0;
                right: 0;
                top: 0;
                transition: all 0.3s ease-out;
                visibility: hidden;
            }

            .scene-item-active {
                opacity: 1;
                visibility: visible;
            }

            .scene-item {
                padding: 58px 49px;
                flex: 1;
                text-align: left;
                min-width: 335px;

                @media (min-width: 1200px) {
                    min-height: 478px;
                }

                @media (min-width: 992px) and (max-width: 1199px) {
                    padding: 38px 28px;
                    min-height: 409px;
                }

                @media (min-width: 768px) and (max-width: 991px) {
                    min-height: 501px;
                }

                @media (max-width: 767px) {
                    padding: 24px 20px;
                    background: #f1f6fd;
                    border-radius: 16px;
                }

                &-header {
                    display: flex;
                    flex-direction: column;

                    @media (max-width: 767px) {
                        flex-direction: row;
                        align-items: center;
                    }

                    .logo {
                        display: flex;
                        align-items: center;

                        img {
                            width: 52px;
                            height: 52px;
                            border-radius: 8px;
                        }
                    }

                    .title {
                        display: flex;
                        align-items: center;
                        margin-top: 16px;

                        @media (max-width: 767px) {
                            margin-top: 0;
                        }

                        h4 {
                            overflow-wrap: break-word;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            font-size: 24px;
                            color: #091221;
                            line-height: 32px;
                            font-weight: 600;
                        }

                        .tag {
                            display: inline-block;
                            vertical-align: middle;
                            height: 16px;
                            opacity: 0.75;
                            background-image: linear-gradient(270deg, #848484 0%, #838383 98%);
                            border-radius: 3px;
                            margin-left: 8px;
                            font-size: 10px;
                            color: #fff;
                            line-height: 16px;
                            font-weight: 500;
                            padding: 0 6px;

                            @media (max-width: 767px) {
                                margin-left: 0;
                            }
                        }

                        @media (max-width: 767px) {
                            flex-direction: column;
                            align-items: flex-start;
                            margin-left: 12px;

                            h4 {
                                font-size: 22px;
                                color: #222;
                                line-height: 36px;
                            }
                        }
                    }
                }

                &-des {
                    max-width: 100%;
                    overflow-wrap: break-word;
                    opacity: 0.9;
                    font-size: 12px;
                    color: #091221;
                    line-height: 20px;
                    margin-top: 8px;

                    @media (max-width: 767px) {
                        font-size: 13px;
                        margin-top: 12px;
                    }

                    @media (min-width: 1200px) {
                        max-width: 733px;
                    }

                    @media (min-width: 768px) and (max-width: 1199px) {
                        max-width: 470px;
                    }
                }

                h5 {
                    margin: 20px 0 0;
                    font-size: 16px;
                    color: #091221;
                    letter-spacing: 0;
                    line-height: 24px;
                    font-weight: 500;
                }

                .sub-tit1 {
                    margin-top: 8px;
                    display: flex;
                    align-items: center;
                    flex-wrap: wrap;
                    gap: 8px 0;

                    &_tag {
                        white-space: nowrap;

                        @media (max-width: 767px) {
                            font-size: 13px;
                        }

                        &::before {
                            content: '';
                            display: inline-block;
                            vertical-align: middle;
                            width: 12px;
                            height: 12px;
                            background: url(../../assets/qianfan/right.png) no-repeat;
                            background-size: 12px;
                            margin-right: 8px;
                        }

                        &:not(:last-child) {
                            margin-right: 32px;
                        }
                    }
                }

                .sub-tit2 {
                    display: flex;
                    flex-wrap: wrap;
                    margin-top: 12px;
                    margin-left: -12px;
                    gap: 12px 0; // 行 列

                @media (max-width: 767px) {
                    flex-direction: column;
                    margin-left: 0;
                }

                    .scene-scheme {
                        display: flex;
                        flex-direction: column;
                        padding-right: 12px;
                        margin-left: 12px;

                        @media (max-width: 767px) {
                            flex-direction: row;
                            align-items: center;
                            margin-left: 0;
                        }

                        @media (min-width: 768px) {
                            &:not(:last-child) {
                                border-right: 1px solid #d0d6de;
                            }
                        }

                        &_title {
                            opacity: 0.9;
                            font-size: 12px;
                            color: #091221;
                            line-height: 20px;
                        }

                        &_link {
                            margin-top: 4px;

                            a {
                                color: #2468f2;
                                font-weight: 500;

                                &:hover {
                                    color: #528eff;
                                }
                            }

                            @media (max-width: 767px) {
                                margin-top: 0;
                                margin-left: 6px;
                            }
                        }
                    }
                }
            }
        }
    }
}

.tabs-content{
    box-shadow: rgba(0, 105, 234, 0.15) 0px 4px 20px 0px, rgba(255, 255, 255, 0.8) 0px -2px 3px 0px inset;
    background: rgb(239, 245, 255);
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(194, 213, 255);
    overflow: hidden;
    padding: 10px;
}
.tabs-content img{
    max-width: 100%;
}
.contact-us-container .contact-us-content .contact-us-title_pc {
    font-size: 2.66667rem;
}
.contact-us-container .contact-us-content .contact-us-title_mobile, .contact-us-container .contact-us-content .contact-us-title_pc {
    background: linear-gradient(45deg, #2468f2 40%, #3ed2fd);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 600;
    line-height: 3.33333rem;
}