@keyframes slideDownIn-29d12d7b {
    0% {
        display: block;
        opacity: 0;
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        transform: translateY(4px)
    }
}

@keyframes slideUpOut-29d12d7b {
    0% {
        height: 100%
    }

    to {
        display: none;
        height: 0
    }
}

.aftersale[data-v-29d12d7b] {
    display: flex;
    flex-direction: row
}

.aftersale .text_box[data-v-29d12d7b] {
    flex-grow: 1;
    padding: 0 20px 0 0;
    width: 50%
}

.aftersale .text_box[data-v-29d12d7b],.aftersale .text_box .top[data-v-29d12d7b] {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.aftersale .text_box .top[data-v-29d12d7b] {
    gap: 12px;
    padding: 0
}

.aftersale .text_box .top .tit[data-v-29d12d7b] {
    color: #19191a;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

.aftersale .text_box .top .txt[data-v-29d12d7b] {
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

.aftersale .text_box .tag_box[data-v-29d12d7b] {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 16px 0 0
}

.aftersale .text_box .tag_box .tag[data-v-29d12d7b] {
    align-items: center;
    align-self: stretch;
    display: flex;
    flex-direction: row;
    gap: 8px;
    padding: 0
}

.aftersale .text_box .tag_box .tag span[data-v-29d12d7b] {
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

.aftersale .text_box .tag_box .tag .iconfont[data-v-29d12d7b] {
    color: #10a300;
    font-size: 14px
}

.aftersale .text_box .btn_box[data-v-29d12d7b] {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 16px 0 0
}

.aftersale .text_box .btn_box>div[data-v-29d12d7b] {
    align-items: center;
    color: #0060bf;
    display: flex;
    flex-direction: row;
    gap: 4px;
    padding: 0
}

.aftersale .text_box .btn_box>div:hover span[data-v-29d12d7b] {
    cursor: pointer;
    text-decoration: underline
}

.aftersale .text_box .btn_box>div span[data-v-29d12d7b] {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px
}

.aftersale .text_box .btn_box>div .iconfont[data-v-29d12d7b] {
    font-size: 12px
}

.aftersale .img_box[data-v-29d12d7b] {
    padding: 0 0 0 20px;
    width: 50%
}

.aftersale .img_box img[data-v-29d12d7b] {
    border-radius: 8px;
    width: 100%
}

@media (max-width: 768px) {
    .aftersale[data-v-29d12d7b] {
        flex-direction:column;
        gap: 24px
    }

    .aftersale .img_box[data-v-29d12d7b],.aftersale .text_box[data-v-29d12d7b] {
        padding: 0;
        width: 100%
    }
}

@keyframes slideDownIn-cb7fcf45 {
    0% {
        display: block;
        opacity: 0;
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        transform: translateY(4px)
    }
}

@keyframes slideUpOut-cb7fcf45 {
    0% {
        height: 100%
    }

    to {
        display: none;
        height: 0
    }
}

[data-v-cb7fcf45] .swiperContent .swiper-btn {
    opacity: 1!important
}

@media (max-width: 1220px) {
    [data-v-cb7fcf45] .swiperContent .swiper-btn {
        display:none!important
    }
}

[data-v-cb7fcf45] .swiperContent .swiper-btn .swiper-button-prev {
    left: -80px!important
}

[data-v-cb7fcf45] .swiperContent .swiper-btn .swiper-button-next {
    right: -80px!important
}

[data-v-cb7fcf45] .swiperContent .swiper .swiper-wrapper .swiper-slide {
    background-color: #fafafb!important
}

.swiperBox .casestudy[data-v-cb7fcf45] {
    display: flex;
    flex-direction: row
}

.swiperBox .casestudy .img_box[data-v-cb7fcf45] {
    padding: 0 20px 0 0;
    width: 50%
}

.swiperBox .casestudy .img_box img[data-v-cb7fcf45] {
    border-radius: 8px;
    width: 100%
}

.swiperBox .casestudy .text_box[data-v-cb7fcf45] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    padding: 0 0 0 20px;
    width: 50%
}

.swiperBox .casestudy .text_box .top_tit[data-v-cb7fcf45] {
    color: #19191a;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

.swiperBox .casestudy .text_box .bottom[data-v-cb7fcf45] {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px 0 0
}

.swiperBox .casestudy .text_box .bottom img[data-v-cb7fcf45] {
    height: 60px;
    width: 150px
}

.swiperBox .casestudy .text_box .bottom .desc_content[data-v-cb7fcf45] {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.swiperBox .casestudy .text_box .bottom .desc_content .desc_div[data-v-cb7fcf45] {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding: 0
}

.swiperBox .casestudy .text_box .bottom .desc_content .desc_div .txt[data-v-cb7fcf45] {
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

.swiperBox .casestudy .text_box .bottom .desc_content .tag_box[data-v-cb7fcf45] {
    align-self: stretch;
    display: flex;
    flex-direction: column
}

.swiperBox .casestudy .text_box .bottom .desc_content .tag_box span[data-v-cb7fcf45] {
    color: #19191a;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px
}

.swiperBox .casestudy .text_box .bottom .desc_content .grid_more[data-v-cb7fcf45] {
    align-items: center;
    color: #0060bf;
    display: flex;
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px
}

.swiperBox .casestudy .text_box .bottom .desc_content .grid_more[data-v-cb7fcf45]:hover {
    text-decoration: none
}

.swiperBox .casestudy .text_box .bottom .desc_content .grid_more .grid_more_text[data-v-cb7fcf45]:hover {
    cursor: pointer;
    text-decoration: underline
}

.swiperBox .casestudy .text_box .bottom .desc_content .grid_more .iconfont[data-v-cb7fcf45] {
    font-size: 12px;
    margin-left: 4px
}

@media (max-width: 768px) {
    .swiperBox .casestudy[data-v-cb7fcf45] {
        flex-direction:column;
        gap: 24px
    }

    .swiperBox .casestudy .img_box[data-v-cb7fcf45] {
        padding: 0;
        width: 100%
    }

    .swiperBox .casestudy .text_box[data-v-cb7fcf45] {
        padding: 0 20px;
        width: 100%
    }

    .swiperBox .casestudy .text_box .bottom[data-v-cb7fcf45] {
        padding-bottom: 24px
    }

    .swiperBox .casestudy .text_box .bottom .desc_content .desc_div[data-v-cb7fcf45] {
        padding: 0
    }
}

@keyframes slideDownIn-2b094636 {
    0% {
        display: block;
        opacity: 0;
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        transform: translateY(4px)
    }
}

@keyframes slideUpOut-2b094636 {
    0% {
        height: 100%
    }

    to {
        display: none;
        height: 0
    }
}

.deploy[data-v-2b094636] {
    display: flex;
    flex-direction: row
}

.deploy .text_box[data-v-2b094636] {
    flex-grow: 1;
    padding: 0 20px 0 0;
    width: 50%
}

.deploy .text_box[data-v-2b094636],.deploy .text_box .top[data-v-2b094636] {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.deploy .text_box .top[data-v-2b094636] {
    gap: 12px;
    padding: 0
}

.deploy .text_box .top .tit[data-v-2b094636] {
    color: #19191a;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

.deploy .text_box .top .txt[data-v-2b094636] {
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

.deploy .text_box .tag_box[data-v-2b094636] {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 16px 0 0
}

.deploy .text_box .tag_box .tag[data-v-2b094636] {
    align-items: center;
    align-self: stretch;
    display: flex;
    flex-direction: row;
    gap: 8px;
    padding: 0
}

.deploy .text_box .tag_box .tag span[data-v-2b094636] {
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

.deploy .text_box .tag_box .tag .iconfont[data-v-2b094636] {
    color: #10a300;
    font-size: 14px
}

.deploy .text_box .btn_box[data-v-2b094636] {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 16px 0 0
}

.deploy .text_box .btn_box>div[data-v-2b094636] {
    align-items: center;
    color: #0060bf;
    display: flex;
    flex-direction: row;
    gap: 4px;
    padding: 0
}

.deploy .text_box .btn_box>div:hover span[data-v-2b094636] {
    cursor: pointer;
    text-decoration: underline
}

.deploy .text_box .btn_box>div span[data-v-2b094636] {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px
}

.deploy .text_box .btn_box>div .iconfont[data-v-2b094636] {
    font-size: 12px
}

.deploy .img_box[data-v-2b094636] {
    padding: 0 0 0 20px;
    width: 50%
}

.deploy .img_box img[data-v-2b094636] {
    border-radius: 8px;
    width: 100%
}

@media (max-width: 768px) {
    .deploy[data-v-2b094636] {
        flex-direction:column;
        gap: 24px
    }

    .deploy .img_box[data-v-2b094636] {
        padding: 0;
        width: 100%
    }

    .deploy .text_box[data-v-2b094636] {
        width: 100%
    }
}

@keyframes slideDownIn-adad9bcb {
    0% {
        display: block;
        opacity: 0;
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        transform: translateY(4px)
    }
}

@keyframes slideUpOut-adad9bcb {
    0% {
        height: 100%
    }

    to {
        display: none;
        height: 0
    }
}

.design[data-v-adad9bcb] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.content-1:nth-child(2n) .design[data-v-adad9bcb]{flex-direction: row-reverse;}
.design .text_box[data-v-adad9bcb] {
    width: calc(50% - 20px);
}

.design .text_box[data-v-adad9bcb],.design .text_box .top[data-v-adad9bcb] {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.design .text_box .top[data-v-adad9bcb] {
    gap: 12px;
    padding: 0
}

.design .text_box .top .tit[data-v-adad9bcb] {
    color: #19191a;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

.design .text_box .top .txt[data-v-adad9bcb] {
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

.design .text_box .tag_box[data-v-adad9bcb] {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 16px 0 0;
    display: none;
}

.design .text_box .tag_box .tag[data-v-adad9bcb] {
    align-items: center;
    align-self: stretch;
    display: flex;
    flex-direction: row;
    gap: 8px;
    padding: 0
}

.design .text_box .tag_box .tag span[data-v-adad9bcb] {
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

.design .text_box .tag_box .tag .iconfont[data-v-adad9bcb] {
    color: #10a300;
    font-size: 14px
}

.design .text_box .btn_box[data-v-adad9bcb] {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px 0 0
}

.design .text_box .btn_box>div[data-v-adad9bcb] {
    align-items: center;
    color: #0060bf;
    display: flex;
    flex-direction: row;
    gap: 4px;
    padding: 0
}

.design .text_box .btn_box>div:hover span[data-v-adad9bcb] {
    cursor: pointer;
    text-decoration: underline
}

.design .text_box .btn_box>div span[data-v-adad9bcb] {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px
}

.design .text_box .btn_box>div .iconfont[data-v-adad9bcb] {
    font-size: 12px
}

.design .img_box[data-v-adad9bcb] {
    width: calc(50% - 20px);
    position: relative;
}
.design .img_box[data-v-adad9bcb] .video{
    margin: auto;
    position: absolute;
    left: calc(50% - 23px);
    top: calc(50% - 22px);
    opacity: 0;
    }
.design .img_box[data-v-adad9bcb]:hover .video{opacity:1;}
.design .img_box img[data-v-adad9bcb] {
    border-radius: 8px;
    width: 100%
}

@media (max-width: 768px) {
    .design[data-v-adad9bcb] {
        flex-direction: column-reverse!important;
        gap: 24px
    }

    .design .img_box[data-v-adad9bcb] {
        padding: 0;
        width: 100%
    }

    .design .text_box[data-v-adad9bcb] {
        width: 100%
    }
}

@keyframes slideDownIn-5d31bf7b {
    0% {
        display: block;
        opacity: 0;
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        transform: translateY(4px)
    }
}

@keyframes slideUpOut-5d31bf7b {
    0% {
        height: 100%
    }

    to {
        display: none;
        height: 0
    }
}

.cycle[data-v-5d31bf7b] {
    padding-top: 36px
}

@media (max-width: 768px) {
    .cycle[data-v-5d31bf7b] {
        padding-top:24px
    }
}

.cycle .contain[data-v-5d31bf7b] {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.cycle .contain .step_list[data-v-5d31bf7b] {
    display: flex;
    justify-content: space-between
}

.cycle .contain .step_list>li[data-v-5d31bf7b] {
    width: calc(25% - 27px)
}

.cycle .contain .step_list>li .top[data-v-5d31bf7b] {
    display: flex;
    justify-content: center;
    position: relative
}

.cycle .contain .step_list>li .top>div[data-v-5d31bf7b] {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 68px;
    justify-content: center;
    width: 68px
}

.cycle .contain .step_list>li .top>div img[data-v-5d31bf7b] {
    height: 100%;
    width: 100%
}

.cycle .contain .step_list>li .top .icon_img[data-v-5d31bf7b] {
    width: 68px
}

.cycle .contain .step_list>li .top .arrow[data-v-5d31bf7b] {
    height: 16px;
    position: absolute;
    right: -18px;
    top: calc(50% - 10px);
    width: 36px
}

.cycle .contain .step_list>li .top .serial[data-v-5d31bf7b] {
    display: none
}

.cycle .contain .step_list>li .bottom h3[data-v-5d31bf7b] {
    color: #19191a;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    margin-top: 12px;
    text-align: center
}

.cycle .contain .step_list>li:last-child .top .arrow[data-v-5d31bf7b] {
    display: none
}

.cycle .containM[data-v-5d31bf7b] {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    box-sizing: border-box;
    gap: 24px;
    padding: 16px
}

.cycle .containM .step_list[data-v-5d31bf7b] {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: space-between
}

.cycle .containM .step_list>li[data-v-5d31bf7b] {
    width: 100%
}

.cycle .containM .step_list>li .bottom[data-v-5d31bf7b] {
    display: flex;
    flex-direction: row;
    gap: 12px
}

.cycle .containM .step_list>li .bottom .num[data-v-5d31bf7b] {
    align-items: center;
    border: 1px solid #19191a;
    border-radius: 10px;
    box-sizing: border-box;
    color: #19191a;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    height: 20px;
    justify-content: center;
    line-height: 20px;
    width: 20px
}

.cycle .containM .step_list>li .bottom h3[data-v-5d31bf7b] {
    color: #19191a;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    text-align: left
}

.cycle .containM .step_list>li:last-child .top .arrow[data-v-5d31bf7b] {
    display: none
}

@keyframes slideDownIn-9e8d9c9b {
    0% {
        display: block;
        opacity: 0;
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        transform: translateY(4px)
    }
}

@keyframes slideUpOut-9e8d9c9b {
    0% {
        height: 100%
    }

    to {
        display: none;
        height: 0
    }
}

.operation[data-v-9e8d9c9b] {
    display: flex;
    flex-direction: row
}

.operation .img_box[data-v-9e8d9c9b] {
    padding: 0 20px 0 0;
    width: 50%
}

.operation .img_box img[data-v-9e8d9c9b] {
    border-radius: 8px;
    width: 100%
}

.operation .text_box[data-v-9e8d9c9b] {
    flex-grow: 1;
    padding: 0 0 0 20px;
    width: 50%
}

.operation .text_box[data-v-9e8d9c9b],.operation .text_box .top[data-v-9e8d9c9b] {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.operation .text_box .top[data-v-9e8d9c9b] {
    align-self: stretch;
    gap: 12px;
    padding: 0
}

.operation .text_box .top .tit[data-v-9e8d9c9b] {
    color: #19191a;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

.operation .text_box .top .txt[data-v-9e8d9c9b] {
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

.operation .text_box .tag_box[data-v-9e8d9c9b] {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 16px 0 0
}

.operation .text_box .tag_box .tag[data-v-9e8d9c9b] {
    align-items: center;
    align-self: stretch;
    display: flex;
    flex-direction: row;
    gap: 8px;
    padding: 0
}

.operation .text_box .tag_box .tag span[data-v-9e8d9c9b] {
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

.operation .text_box .tag_box .tag .iconfont[data-v-9e8d9c9b] {
    color: #10a300;
    font-size: 14px
}

.operation .text_box .btn_box[data-v-9e8d9c9b] {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 16px 0 0
}

.operation .text_box .btn_box>div[data-v-9e8d9c9b] {
    align-items: center;
    color: #0060bf;
    display: flex;
    flex-direction: row;
    gap: 4px;
    padding: 0
}

.operation .text_box .btn_box>div:hover span[data-v-9e8d9c9b] {
    cursor: pointer;
    text-decoration: underline
}

.operation .text_box .btn_box>div span[data-v-9e8d9c9b] {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px
}

.operation .text_box .btn_box>div .iconfont[data-v-9e8d9c9b] {
    font-size: 12px
}

@media (max-width: 768px) {
    .operation[data-v-9e8d9c9b] {
        flex-direction:column;
        gap: 24px
    }

    .operation .img_box[data-v-9e8d9c9b],.operation .text_box[data-v-9e8d9c9b] {
        padding: 0;
        width: 100%
    }
}

@keyframes slideDownIn-bb719832 {
    0% {
        display: block;
        opacity: 0;
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        transform: translateY(4px)
    }
}

@keyframes slideUpOut-bb719832 {
    0% {
        height: 100%
    }

    to {
        display: none;
        height: 0
    }
}

.overview[data-v-bb719832] {
    flex-direction: row
}

.overview[data-v-bb719832],.overview .img-box[data-v-bb719832] {
    align-items: center;
    display: flex;
    justify-content: center
}

.overview .img-box[data-v-bb719832] {
    height: 100%;
    width: calc(50% - 20px)
}

.overview .img-box img[data-v-bb719832] {
    border-radius: 8px;
    height: 100%;
    width: 100%
}

.overview .img-box[data-v-bb719832] .fs-button {
    margin: auto;
    position: absolute
}

.overview .text_box[data-v-bb719832] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 20px;
    padding: 20px 0 20px 20px;
    width: 50%;
    font-size: 14px;
    line-height: 22px;
}

.overview .text_box .tit[data-v-bb719832] {
    color: #19191a;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

.overview .text_box .txt[data-v-bb719832] {
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 12px
}

@media (max-width: 768px) {
    .overview[data-v-bb719832] {
        flex-direction:column;
        flex-direction: column-reverse !important;
    }

    .overview .img-box[data-v-bb719832] {
        height: auto;
        margin-top: 24px;
        width: 100%
    }

    .overview .text_box[data-v-bb719832] {
        margin-left: 0;
        padding: 0;
        width: 100%
    }

    .overview .text_box .tit[data-v-bb719832] {
        font-size: 24px;
        line-height: 32px
    }
}

@keyframes slideDownIn {
    0% {
        display: block;
        opacity: 0;
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        transform: translateY(4px)
    }
}

@keyframes slideUpOut {
    0% {
        height: 100%
    }

    to {
        display: none;
        height: 0
    }
}

.fs-labs-dialog.fs-dialog__content,.fs-labs-dialog.fs-dialog__contentM {
    max-width: 750px;
    width: 100%
}

.fs-labs-dialog.fs-dialog__content .fs-dialog__content--header,.fs-labs-dialog.fs-dialog__content .fs-dialog__contentM--header,.fs-labs-dialog.fs-dialog__contentM .fs-dialog__content--header,.fs-labs-dialog.fs-dialog__contentM .fs-dialog__contentM--header {
    margin: 0;
    padding: 14px 32px
}

.fs-labs-dialog.fs-dialog__content .fs-dialog__content--header .fs-dialog__content--title,.fs-labs-dialog.fs-dialog__content .fs-dialog__content--header .fs-dialog__contentM--title,.fs-labs-dialog.fs-dialog__content .fs-dialog__contentM--header .fs-dialog__content--title,.fs-labs-dialog.fs-dialog__content .fs-dialog__contentM--header .fs-dialog__contentM--title,.fs-labs-dialog.fs-dialog__contentM .fs-dialog__content--header .fs-dialog__content--title,.fs-labs-dialog.fs-dialog__contentM .fs-dialog__content--header .fs-dialog__contentM--title,.fs-labs-dialog.fs-dialog__contentM .fs-dialog__contentM--header .fs-dialog__content--title,.fs-labs-dialog.fs-dialog__contentM .fs-dialog__contentM--header .fs-dialog__contentM--title {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    padding-bottom: 0;
    padding-top: 0
}

.fs-labs-dialog.fs-dialog__content .fs-dialog__content--header .fs-icon,.fs-labs-dialog.fs-dialog__content .fs-dialog__contentM--header .fs-icon,.fs-labs-dialog.fs-dialog__contentM .fs-dialog__content--header .fs-icon,.fs-labs-dialog.fs-dialog__contentM .fs-dialog__contentM--header .fs-icon {
    color: #707070;
    font-size: 16px
}

.fs-labs-dialog.fs-dialog__content .fs-dialog__content--box,.fs-labs-dialog.fs-dialog__content .fs-dialog__contentM--box,.fs-labs-dialog.fs-dialog__contentM .fs-dialog__content--box,.fs-labs-dialog.fs-dialog__contentM .fs-dialog__contentM--box {
    align-items: center;
    display: flex;
    flex: 1;
    padding: 0
}

.fs-labs-dialog.fs-dialog__content .fs-dialog__content--box,.fs-labs-dialog.fs-dialog__contentM .fs-dialog__content--box {
    background-color: #000
}

.fs-labs-dialog.fs-dialog__content .fs-dialog__content--box .fs-labs-video-view,.fs-labs-dialog.fs-dialog__contentM .fs-dialog__content--box .fs-labs-video-view {
    margin-top: -40px
}

.fs-labs-dialog.fs-dialog__content .fs-dialog__content--box .fs-labs-video-view .xgplayer-fullscreen,.fs-labs-dialog.fs-dialog__contentM .fs-dialog__content--box .fs-labs-video-view .xgplayer-fullscreen {
    margin-right: 16px
}

@media (max-width: 768px) {
    .fs-labs-dialog.fs-dialog__content,.fs-labs-dialog.fs-dialog__contentM {
        background-color:#000;
        display: flex;
        flex-direction: column;
        height: 100%!important;
        max-height: 100%!important;
        min-width: 100%
    }

    .fs-labs-dialog.fs-dialog__content .fs-dialog__content--header,.fs-labs-dialog.fs-dialog__content .fs-dialog__contentM--header,.fs-labs-dialog.fs-dialog__contentM .fs-dialog__content--header,.fs-labs-dialog.fs-dialog__contentM .fs-dialog__contentM--header {
        border: none
    }

    .fs-labs-dialog.fs-dialog__content .fs-dialog__content--header .fs-dialog__content--close,.fs-labs-dialog.fs-dialog__content .fs-dialog__content--header .fs-dialog__contentM--close,.fs-labs-dialog.fs-dialog__content .fs-dialog__contentM--header .fs-dialog__content--close,.fs-labs-dialog.fs-dialog__content .fs-dialog__contentM--header .fs-dialog__contentM--close,.fs-labs-dialog.fs-dialog__contentM .fs-dialog__content--header .fs-dialog__content--close,.fs-labs-dialog.fs-dialog__contentM .fs-dialog__content--header .fs-dialog__contentM--close,.fs-labs-dialog.fs-dialog__contentM .fs-dialog__contentM--header .fs-dialog__content--close,.fs-labs-dialog.fs-dialog__contentM .fs-dialog__contentM--header .fs-dialog__contentM--close {
        color: #fff
    }

    .fs-labs-dialog.fs-dialog__content .fs-labs-video-view,.fs-labs-dialog.fs-dialog__contentM .fs-labs-video-view {
        margin-top: -70px
    }
}

@keyframes slideDownIn-3c9387b8 {
    0% {
        display: block;
        opacity: 0;
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        transform: translateY(4px)
    }
}

@keyframes slideUpOut-3c9387b8 {
    0% {
        height: 100%
    }

    to {
        display: none;
        height: 0
    }
}

.testing[data-v-3c9387b8] {
    display: flex;
    flex-direction: row
}

.testing .img_box[data-v-3c9387b8] {
    padding: 0 20px 0 0;
    width: 50%
}

.testing .img_box img[data-v-3c9387b8] {
    border-radius: 8px;
    width: 100%
}

.testing .text_box[data-v-3c9387b8] {
    flex-grow: 1;
    padding: 0 0 0 20px;
    width: 50%
}

.testing .text_box[data-v-3c9387b8],.testing .text_box .top[data-v-3c9387b8] {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.testing .text_box .top[data-v-3c9387b8] {
    align-self: stretch;
    gap: 12px;
    padding: 0
}

.testing .text_box .top .tit[data-v-3c9387b8] {
    color: #19191a;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

.testing .text_box .top .txt[data-v-3c9387b8] {
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

.testing .text_box .tag_box[data-v-3c9387b8] {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 16px 0 0
}

.testing .text_box .tag_box .tag[data-v-3c9387b8] {
    align-items: center;
    align-self: stretch;
    display: flex;
    flex-direction: row;
    gap: 8px;
    padding: 0
}

.testing .text_box .tag_box .tag span[data-v-3c9387b8] {
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

.testing .text_box .tag_box .tag .iconfont[data-v-3c9387b8] {
    color: #10a300;
    font-size: 14px
}

.testing .text_box .btn_box[data-v-3c9387b8] {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 16px 0 0
}

.testing .text_box .btn_box>div[data-v-3c9387b8] {
    align-items: center;
    color: #0060bf;
    display: flex;
    flex-direction: row;
    gap: 4px;
    padding: 0
}

.testing .text_box .btn_box>div:hover span[data-v-3c9387b8] {
    cursor: pointer;
    text-decoration: underline
}

.testing .text_box .btn_box>div span[data-v-3c9387b8] {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px
}

.testing .text_box .btn_box>div .iconfont[data-v-3c9387b8] {
    font-size: 12px
}

@media (max-width: 768px) {
    .testing[data-v-3c9387b8] {
        flex-direction:column;
        gap: 24px
    }

    .testing .img_box[data-v-3c9387b8],.testing .text_box[data-v-3c9387b8] {
        padding: 0;
        width: 100%
    }
}

@keyframes slideDownIn-767ce85e {
    0% {
        display: block;
        opacity: 0;
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        transform: translateY(4px)
    }
}

@keyframes slideUpOut-767ce85e {
    0% {
        height: 100%
    }

    to {
        display: none;
        height: 0
    }
}

.isCn[data-v-767ce85e] {
    flex-direction: row-reverse
}

.submit-btn[data-v-767ce85e] {
    width: -moz-max-content;
    width: max-content
}

@media (max-width: 768px) {
    .fs-flex[data-v-767ce85e] {
        flex-direction:column
    }

    .submit-btn[data-v-767ce85e] {
        margin-top: 8px;
        width: auto
    }

    .last[data-v-767ce85e] {
        margin-bottom: 0!important
    }
}

@keyframes slideDownIn-ffa1caad {
    0% {
        display: block;
        opacity: 0;
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        transform: translateY(4px)
    }
}

@keyframes slideUpOut-ffa1caad {
    0% {
        height: 100%
    }

    to {
        display: none;
        height: 0
    }
}

[data-v-ffa1caad] .fs-form .tel_code_box .code {
    background-color: #f6f6f8;
    border: 0 solid #e5e5e5;
    height: 40px
}

.bg_div[data-v-ffa1caad] {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 48px 0 56px
}

.bg_div .main_wrap[data-v-ffa1caad] {
    margin: 0 auto;
    max-width: 1200px;
    width: 84vw
}

@media (max-width: 1200px) {
    .bg_div .main_wrap[data-v-ffa1caad] {
        width:94vw
    }
}

.bg_div .main_wrap h2[data-v-ffa1caad] {
    color: #19191a;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 12px;
    text-align: center
}

.bg_div .main_wrap .desc[data-v-ffa1caad] {
    color: #4b4b4d;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 24px;
    text-align: center
}

.bg_div .main_wrap .solution_form[data-v-ffa1caad] {
    align-items: center;
    display: flex
}

.bg_div .main_wrap .solution_form .right[data-v-ffa1caad] {
    flex: 1
}

.bg_div .main_wrap .solution_form .right .success-box[data-v-ffa1caad] {
    align-items: center;
    display: flex;
    margin: 0 auto;
    max-width: 900px;
    position: relative;
    text-align: center
}

.bg_div .main_wrap .solution_form .right .success-box .cont[data-v-ffa1caad] {
    margin: 0 auto;
    max-width: 600px;
    padding: 130px 0
}

@media (max-width: 768px) {
    .bg_div .main_wrap .solution_form .right .success-box .cont[data-v-ffa1caad] {
        max-width:100%;
        padding: 100px 0
    }
}

.bg_div .main_wrap .solution_form .right .success-box .cont img[data-v-ffa1caad] {
    display: block;
    height: auto;
    margin: 0 auto;
    width: 50px
}

.bg_div .main_wrap .solution_form .right .success-box .cont .success-tit[data-v-ffa1caad] {
    color: #19191a;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin: 20px 0 12px
}

.bg_div .main_wrap .solution_form .right .success-box .cont .success-des[data-v-ffa1caad] {
    color: #4b4b4d;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

.bg_div .main_wrap .solution_form .right .fs-form[data-v-ffa1caad] {
    margin: 0 auto;
    max-width: 900px
}

.bg_div .main_wrap .solution_form .right .fs-form .inpbox[data-v-ffa1caad] {
    display: flex;
    justify-content: space-between;
    margin: 0 0 16px
}

.bg_div .main_wrap .solution_form .right .fs-form .inpbox>div[data-v-ffa1caad] {
    width: calc(50% - 6px)
}

.bg_div .main_wrap .solution_form .right .fs-form .inpbox01[data-v-ffa1caad] {
    margin-bottom: 16px
}

.bg_div .main_wrap .solution_form .right .fs-form .inpbox01.last_inpbox[data-v-ffa1caad] {
    margin: 0
}

.bg_div .main_wrap .solution_form .right .fs-form .inpbox01 .txt[data-v-ffa1caad] {
    color: #19191a;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 8px
}

.bg_div .main_wrap .solution_form .right .fs-form .inpbox01 input[data-v-ffa1caad] {
    background-color: #fff
}

.bg_div .main_wrap .solution_form .right .fs-form .inpbox01 textarea[data-v-ffa1caad] {
    background-color: #fff;
    height: 120px
}

.bg_div .main_wrap .solution_form .right .fs-form .inpbox01 .input_item_flex[data-v-ffa1caad] {
    align-items: flex-start;
    display: flex;
    justify-content: space-between
}

.bg_div .main_wrap .solution_form .right .fs-form .inpbox01 .input_item_number[data-v-ffa1caad] {
    display: flex;
    justify-content: flex-end;
    width: 100%
}

.bg_div .main_wrap .solution_form .right .fs-form .inpbox01 .textarea_num[data-v-ffa1caad] {
    color: #4b4b4d;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    padding-top: 4px
}

.bg_div .main_wrap .solution_form .right .fs-form .inpbox01 .textarea_num em[data-v-ffa1caad] {
    font-style: normal
}

.bg_div .main_wrap .solution_form .right .fs-form .inpbox01 .textarea_num em.active[data-v-ffa1caad] {
    color: #ccc
}

.bg_div .main_wrap .solution_form .right .fs-form .btn[data-v-ffa1caad] {
    margin-top: 8px
}

.bg_div .main_wrap .solution_form .right .fs-form .btn .fs-button[data-v-ffa1caad] {
    border-radius: 4px
}

@media (max-width: 1024px) {
    .bg_div[data-v-ffa1caad] {
        padding:40px 0
    }

    .bg_div .main_wrap[data-v-ffa1caad] {
        width: 100%
    }

    .bg_div .main_wrap .solution_form[data-v-ffa1caad] {
        padding: 0
    }

    .bg_div .main_wrap .solution_form .right form[data-v-ffa1caad] {
        max-width: none;
        width: 100%
    }
}

@media (max-width: 768px) {
    .bg_div[data-v-ffa1caad] {
        padding:36px 0
    }

    .bg_div .main_wrap h2[data-v-ffa1caad] {
        font-size: 20px;
        font-weight: 600;
        line-height: 28px
    }

    .bg_div .main_wrap .solution_form .right[data-v-ffa1caad] {
        width: 100%
    }

    .bg_div .main_wrap .solution_form .right .success-box .cont .success-tit[data-v-ffa1caad] {
        font-size: 16px;
        line-height: 24px;
        margin: 20px 0 8px
    }

    .bg_div .main_wrap .solution_form .right form[data-v-ffa1caad] {
        width: 100%
    }

    .bg_div .main_wrap .solution_form .right form .inpbox[data-v-ffa1caad] {
        flex-direction: column
    }

    .bg_div .main_wrap .solution_form .right form .inpbox .lt[data-v-ffa1caad] {
        margin: 0 0 16px
    }

    .bg_div .main_wrap .solution_form .right form .fs-button[data-v-ffa1caad],.bg_div .main_wrap .solution_form .right form .inpbox>div[data-v-ffa1caad] {
        width: 100%
    }
}

@keyframes slideDownIn-9d4a6920 {
    0% {
        display: block;
        opacity: 0;
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        transform: translateY(4px)
    }
}

@keyframes slideUpOut-9d4a6920 {
    0% {
        height: 100%
    }

    to {
        display: none;
        height: 0
    }
}

[data-v-9d4a6920] .fs-affix .fs-tabs {
    background-color: #eee
}

[data-v-9d4a6920] .fs-affix .fs-tabs__nav {
    margin: 0 auto;
    max-width: 1200px;
    width: 84vw
}

@media (max-width: 1024px) {
    [data-v-9d4a6920] .fs-affix .fs-tabs__nav {
        width:96vw
    }
}

@media (max-width: 768px) {
    [data-v-9d4a6920] .fs-affix .fs-tabs__nav {
        width:100vw
    }
}

@media (max-width: 1220px) {
    [data-v-9d4a6920] .fs-affix .fs-tabs__scroll {
        width:960px
    }
}

@media (max-width: 960px) {
    [data-v-9d4a6920] .fs-affix .fs-tabs__scroll {
        padding:unset;
        width: 100%
    }
}

@media (max-width: 768px) {
    [data-v-9d4a6920] .fs-affix .fs-tabs__scroll {
        padding:unset;
        width: 100%
    }
}

[data-v-9d4a6920] .fs-affix .fs-tabs__item {
    font-size: 14px;
    margin-right: 32px;
    padding: 16px 0!important
}

[data-v-9d4a6920] .fs-affix .fs-tabs__item:after {
    bottom: -16px!important
}

[data-v-9d4a6920] .fs-affix .fs-tabs__itemM {
    padding: 16px 0!important
}

[data-v-9d4a6920] .fs-affix .fs-tabs__itemM:after {
    bottom: -16px!important
}

[data-v-9d4a6920] .fs-affix .fs-tabs__more {
    display: none;
    position: static
}

@media (max-width: 1200px) {
    [data-v-9d4a6920] .fs-affix .fs-tabs__more {
        display:flex!important
    }
}

[data-v-9d4a6920] .fs-affix .fs-tabs__af {
    display: none;
    position: static
}

@media (max-width: 1200px) {
    [data-v-9d4a6920] .fs-affix .fs-tabs__af {
        display:flex!important
    }
}

.container[data-v-9d4a6920] .fs-banner .common .banner_txt h1 {
    padding-left: 0!important;
    width: 750px
}

@media (max-width: 1024px) {
    .container[data-v-9d4a6920] .fs-banner .common .banner_txt {
        margin-left:0
    }

    .container[data-v-9d4a6920] .fs-banner .common .banner_txt p,.container[data-v-9d4a6920] .fs-banner .common .banner_txt h1 {
        padding-left: 0;
        width: 600px
    }
}

@media (max-width: 1200px) {
    .container[data-v-9d4a6920] .fs-banner .common .banner_txt {
        margin-left:0
    }

    .container[data-v-9d4a6920] .fs-banner .common .banner_txt p,.container[data-v-9d4a6920] .fs-banner .common .banner_txt h1 {
        padding-left: 5px;
        width: 600px
    }
}

@media (max-width: 768px) {
    .container[data-v-9d4a6920] .fs-banner {
        height:233px
    }

    .container[data-v-9d4a6920] .fs-banner .common {
        align-items: center
    }

    .container[data-v-9d4a6920] .fs-banner .common .banner_txt p,.container[data-v-9d4a6920] .fs-banner .common .banner_txt h1 {
        width: 366px
    }
}

@media (max-width: 768px) {
    .container[data-v-9d4a6920] .w1200 {
        margin:0
    }
}

.container[data-v-9d4a6920] #extra-1 .content {
    padding-bottom: 0;
    padding-top: 0
}

.container[data-v-9d4a6920] #extra-1 .content h2 {
    font-size: 20px;
    line-height: 28px
}

@media (max-width: 768px) {
    .container[data-v-9d4a6920] #extra-1 .content h2 {
        text-align:left!important
    }
}

.container[data-v-9d4a6920] #content-1 .content,.container[data-v-9d4a6920] #content-2 .content,.container[data-v-9d4a6920] #content-3 .content,.container[data-v-9d4a6920] #content-4 .content {
    padding-bottom: 0
}

.container[data-v-9d4a6920] #extra-8 {
    background-image: url(https://resource.fs.com/mall/generalImg/20240417185522yrv0ir.jpg)
}

.container[data-v-9d4a6920] #extra-8 .content {
    padding-bottom: 0;
    padding-top: 0
}
