.f-r-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.img {
    width: 100%;
    height: 100%;
    display: block
}

.solution_page {
    padding-top: 64px;
    width: 100%;
    background-color: #fff
}

.solution_page div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.solution_page .pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.solution_page .mob {
    display: none !important
}

.solution_page.briefing_page .banner_wrap {
    background-color: #010030
}

.solution_page.general_page .banner_wrap,.solution_page.briefing_page .banner_wrap {
    background-color: #010030
}

.solution_page .page_module {
    width: 100%;
    position: relative;
    z-index: 0
}

.solution_page .module_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.solution_page .module_title {
    width: 100%;
    text-align: center;
    color: #1d2129;
    font-size: 36px;
    line-height: 44px;
    font-weight: 600
}

.solution_page .module_title.white_title {
    color: #fff
}

.solution_page .module_content {
    margin: 0 auto;
    width: 100%;
    max-width: 1180px
}

.solution_page .banner_wrap {
    width: 100%;
    height: 456px;
    background-color: #010030
}

.solution_page .banner_wrap .banner_image {
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    z-index: 1
}

.solution_page .banner_wrap .banner_image .img {
    margin: 0 auto;
    width: auto
}

.solution_page .banner_wrap .banner_content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1180px;
    z-index: 2
}

.solution_page .banner_wrap .banner_title {
    width: 100%;
    font-size: 44px;
    line-height: 52px;
    font-weight: 600;
    color: #010030
}

.solution_page .banner_wrap .banner_tip {
    margin-top: 24px;
    width: 100%;
    max-width: 560px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000
}

.solution_page .banner_wrap .banner_btn_wrap {
    margin-top: 56px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.solution_page .banner_wrap .banner_btn {
    padding: 9px 32px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #1d2129;
    background-color: #fff;
    border-radius: 4px;
    cursor: pointer
}

.solution_page .banner_wrap .banner_btn+.banner_btn {
    margin-left: 16px
}

.solution_page .banner_wrap .banner_btn.primary {
    color: #fff;
    background-image: -webkit-linear-gradient(233.26deg, #2ec3fb 0%, #165dff 100%);
    background-image: -o-linear-gradient(233.26deg, #2ec3fb 0%, #165dff 100%);
    background-image: linear-gradient(216.74deg, #2ec3fb 0%, #165dff 100%)
}

.solution_page .first_module {
    padding: 64px 0 80px
}

.solution_page .first_module .module_content {
    margin-top: 40px
}

.solution_page .first_module .first_module_card_wrap {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 20px
}

.solution_page .first_module .first_module_card {
    width: 100%;
    border-radius: 8px;
    background-color: rgba(255,255,255,0.2);
    transition: all .5s;
    padding: 12px
}

.solution_page .first_module .card_content {
    width: 100%;
    height: 100%;
    padding: 31px 20px;
    border-radius: 8px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.solution_page .first_module .card_content .card_title .card_describe:hover {
    background-color: #2e51db;
    color: #fff!important;;
    -webkit-transition: all .5s;
    transition: all .5s
}


.solution_page .first_module .card_icon {
    width: 72px;
    height: 72px
}

.solution_page .first_module .card_title {
    margin-top: 32px;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #1d2129;
    text-align: center
}

.solution_page .first_module .card_describe {
    margin-top: 16px;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #4e5969
}

.solution_page .second_module {
    padding: 64px 0 80px
}

.solution_page .second_module .module_bg {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 675px;
    height: 677px
}

.solution_page .second_module .module_content {
    margin-top: 40px
}

.solution_page .second_module .second_list_wrap {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px
}

.solution_page .second_module .second_list_item {
    position: relative;
    width: 100%;
    height: 164px;
    z-index: 0;
    padding: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.solution_page .second_module .second_item_bg {
    position: absolute;
    top: 0;
    width: auto;
    height: 100%;
    z-index: -1
}

.solution_page .second_module .second_item_bg .img {
    width: auto
}

.solution_page .second_module .second_item_bg.left {
    left: 0
}

.solution_page .second_module .second_item_bg.right {
    right: 0
}

.solution_page .second_module .second_item_icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 56px;
    height: 56px
}

.solution_page .second_module .second_item_content {
    margin-left: 20px;
    width: calc(100% - 80px);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.solution_page .second_module .item_title {
    width: 100%;
    color: #1d2129;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500
}

.solution_page .second_module .item_describe {
    margin-top: 4px;
    width: 100%;
    color: #1d2129;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400
}

.solution_page .third_module {
    padding: 80px 0
}

.solution_page .third_module .module_content {
    margin-top: 64px;
    max-width: 100%
}

.solution_page .third_module .type_tab_bar {
    margin: 0 auto;
    width: 100%;
    max-width: 1180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.solution_page .third_module .type_tab {
    position: relative;
    width: 356px;
    height: 132px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.solution_page .third_module .type_tab .tab_arrow {
    position: absolute;
    left: -52px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    display: none
}

.solution_page .third_module .type_tab+.type_tab {
    margin-left: 56px
}

.solution_page .third_module .type_tab+.type_tab .tab_arrow {
    display: block
}

.solution_page .third_module .type_tab .tab_content {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.solution_page .third_module .type_tab .tab_content .type_tab_title {
    width: 100%;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500
}

.solution_page .third_module .type_tab .tab_content .type_tab_tip {
    margin-top: 8px;
    width: 100%;
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    line-height: 22px;
    font-weight: 400
}

.solution_page .third_module .type_tab .tab_content_num {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: rgba(242,244,247,0.05);
    font-size: 120px;
    line-height: 132px;
    font-weight: 700
}

.solution_page .third_module .type_tab .tab_bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    border-radius: 4px;
    display: none;
    background-image: -webkit-linear-gradient(217.55deg, #165dff 0%, #47ceff 100%);
    background-image: -o-linear-gradient(217.55deg, #165dff 0%, #47ceff 100%);
    background-image: linear-gradient(232.45deg, #165dff 0%, #47ceff 100%);
    -webkit-transition: width 2.5s linear;
    -o-transition: width 2.5s linear;
    transition: width 2.5s linear
}

.solution_page .third_module .type_tab .tab_bar.no_animation {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

.solution_page .third_module .type_tab.active .tab_bar {
    display: block
}

.solution_page .third_module .type_content {
    border-top: 1px solid rgba(229,230,235,0.16);
    width: 100%;
    position: relative
}

.solution_page .third_module .type_content .type_body {
    margin: 72px auto 0;
    width: 100%;
    max-width: 1180px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    display: none
}

.solution_page .third_module .type_content .type_body.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.solution_page .third_module .type_content .type_body .type_content_item {
    width: 100%
}

.solution_page .third_module .type_content .type_card_bar {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px
}

.solution_page .third_module .type_content .type_card_bar+.type_card_bar {
    margin-top: 24px
}

.solution_page .third_module .type_content .type_card {
    width: 434px;
    height: 276px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    -webkit-transition: width .3s linear;
    -o-transition: width .3s linear;
    transition: width .3s linear
}

.solution_page .third_module .type_content .type_card .normal_img {
    display: block
}

.solution_page .third_module .type_content .type_card .active_img {
    display: none
}

.solution_page .third_module .type_content .type_card.active {
    width: 726px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.solution_page .third_module .type_content .type_card.active .normal_img {
    display: none
}

.solution_page .third_module .type_content .type_card.active .active_img {
    display: block
}

.solution_page .third_module .type_content .type_card.active .card_content {
    -webkit-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
    opacity: 0
}

.solution_page .third_module .type_content .type_card.active .modal_card_wrap {
    -webkit-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
    opacity: 1
}

.solution_page .third_module .type_content .type_card.device .modal_list_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.solution_page .third_module .type_content .type_card.device .modal_list_wrap .list_item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 16px;
    min-width: 108px
}

.solution_page .third_module .type_content .card_content {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 40px
}

.solution_page .third_module .type_content .card_icon {
    width: 40px;
    height: 40px
}

.solution_page .third_module .type_content .card_title {
    margin-top: 16px;
    width: 100%;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600
}

.solution_page .third_module .type_content .card_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.solution_page .third_module .type_content .modal_card_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0,0,0,0.4);
    backdrop-filter: blur(6px);
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 40px 46px
}

.solution_page .third_module .type_content .modal_card_title {
    width: 100%;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600
}

.solution_page .third_module .type_content .modal_list_wrap {
    margin-top: 24px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px 16px
}

.solution_page .third_module .type_content .list_item {
    width: 100%;
    border-radius: 4px;
    background-color: rgba(255,255,255,0.22);
    border: 1px solid rgba(255,255,255,0.5);
    -webkit-box-shadow: 0 4px 10px rgba(0,0,0,0.04);
    box-shadow: 0 4px 10px rgba(0,0,0,0.04);
    backdrop-filter: blur(12px);
    text-align: center;
    padding: 5px 0;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    white-space: nowrap
}

.solution_page .four_module {
    padding: 0 0 0
}

.solution_page .four_module .module_content {
    max-width: 100%
}

.solution_page .four_module .four_list_wrap {
    width: 100%
}

.solution_page .four_module .four_list_item {
    position: relative;
    width: 100%
}

.solution_page .four_module .four_list_item.reverse .four_item_content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse nowrap;
    flex-flow: row-reverse nowrap
}

.solution_page .four_module .four_list_item .four_item_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1
}

.solution_page .four_module .four_list_item .four_item_content {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    width: 100%;
    padding: 64px 0;
    max-width: 1180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    gap: 0 68px
}

.solution_page .four_module .four_list_item.reverse .four_item_bg {
    display: block
}

.solution_page .four_module .four_list_item .four_item_info {
    padding: 96px 0
}

.solution_page .four_module .four_list_item .item_title {
    width: 100%;
    font-size: 28px;
    line-height: 40px;
    font-weight: 500;
    color: #1d2129
}

.solution_page .four_module .four_list_item .item_tip {
    margin-top: 24px;
    width: 100%;
    color: #86909c;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400
}

.solution_page .four_module .four_list_item .link {
    margin-top: 32px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #165dff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500
}

.solution_page .four_module .four_list_item .link .icon {
    margin-left: 2px;
    color: inherit;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.solution_page .four_module .four_list_item .four_item_image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 664px;
    height: 470px
}

.solution_page .company_module {
    padding: 80px 0
}

.solution_page .company_module .module_content {
    margin-top: 64px
}

.solution_page .company_module .support_brand_wrap {
    width: 100%
}

.solution_page .company_module .brand_list_wrap {
    width: 100%;
    display: grid;
    gap: 30px 20px;
    grid-template-columns: repeat(8, 1fr)
}

.solution_page .company_module .brand_list_item {
    width: 100%;
    padding-bottom: 46.15384615%;
    position: relative;
    border-radius: 4px
}

.solution_page .company_module .brand_list_item.brand {
    background-color: linear-gradient(180deg, #f8f9fc 0%, #fff 100%);
    border: 2px solid #fff;
    -webkit-box-shadow: 0 12px 32px rgba(65,85,209,0.08);
    box-shadow: 0 12px 32px rgba(65,85,209,0.08)
}

.solution_page .company_module .brand_list_item .item_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media screen and (max-width: 750px) {
    .solution_page {
        padding-top:13.46666667vw
    }

    .solution_page .pc {
        display: none !important
    }

    .solution_page .mob {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .solution_page .module_title {
        font-size: 5.33333333vw;
        line-height: 7.46666667vw;
        font-weight: 600
    }

    .solution_page .module_content {
        max-width: 100%
    }

    .solution_page .banner_wrap {
        height: 56vw
    }

    .solution_page .banner_wrap .banner_image {
        width: 100%
    }

    .solution_page .banner_wrap .banner_content {
        height: 100%;
        padding: 8.53333333vw 8vw;
        max-width: 100%
    }

    .solution_page .banner_wrap .banner_title {
        font-size: 5.86666667vw;
        line-height: 8vw;
        font-weight: 600
    }

    .solution_page .banner_wrap .banner_tip {
        margin-top: 2.13333333vw;
        max-width: 100%;
        font-size: 3.2vw;
        line-height: 5.33333333vw;
        font-weight: 400
    }

    .solution_page .banner_wrap .banner_btn_wrap {
        margin-top: 5.33333333vw
    }

    .solution_page .banner_wrap .banner_btn {
        padding: 1.33333333vw 5.33333333vw;
        font-size: 3.73333333vw;
        line-height: 5.86666667vw;
        font-weight: 500;
        border-radius: 1.06666667vw
    }

    .solution_page .banner_wrap .banner_btn+.banner_btn {
        margin-left: 0
    }

    .solution_page .first_module {
        padding: 11.73333333vw 0;
        background-image: -webkit-gradient(linear, left top, right top, from(#ebeef8), to(rgba(235,238,248,0)));
        background-image: -webkit-linear-gradient(left, #ebeef8 0%, rgba(235,238,248,0) 100%);
        background-image: -o-linear-gradient(left, #ebeef8 0%, rgba(235,238,248,0) 100%);
        background-image: linear-gradient(90deg, #ebeef8 0%, rgba(235,238,248,0) 100%)
    }

    .solution_page .first_module .module_content {
        margin-top: 8.53333333vw
    }

    .solution_page .first_module .first_module_card_wrap {
        padding: 0 4.26666667vw;
        grid-template-columns: repeat(2, 1fr);
        gap: 3.2vw
    }

    .solution_page .first_module .first_module_card {
        border-radius: 2.13333333vw;
        padding: 2.13333333vw
    }

    .solution_page .first_module .card_content {
        padding: 6.4vw 2.66666667vw;
        border-radius: 1.06666667vw
    }

    .solution_page .first_module .card_icon {
        width: 9.6vw;
        height: 9.6vw
    }

    .solution_page .first_module .card_title {
        margin-top: 6.4vw;
        font-size: 4.26666667vw;
        line-height: 6.4vw;
        font-weight: 500
    }

    .solution_page .first_module .card_describe {
        margin-top: 3.2vw;
        font-size: 3.46666667vw;
        line-height: 5.86666667vw;
        font-weight: 400
    }

    .solution_page .second_module {
        padding: 11.73333333vw 0
    }

    .solution_page .second_module .module_bg {
        top: 5.33333333vw;
        width: 90.4vw;
        height: 90.66666667vw
    }

    .solution_page .second_module .module_content {
        margin-top: 8.53333333vw
    }

    .solution_page .second_module .second_list_wrap {
        width: 100%;
        padding: 0 4.26666667vw;
        grid-template-columns: repeat(1, 1fr);
        gap: 3.2vw
    }

    .solution_page .second_module .second_list_item {
        position: relative;
        z-index: 1;
        height: 28.26666667vw;
        padding: 4.26666667vw;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        border-radius: 2.13333333vw
    }

    .solution_page .second_module .second_list_item .second_item_icon,.solution_page .second_module .second_list_item .second_item_content {
        position: relative;
        z-index: 2
    }

    .solution_page .second_module .second_list_item::after {
        content: '';
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-image: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(223,233,255,0.6)));
        background-image: -webkit-linear-gradient(right, #fff 0%, rgba(223,233,255,0.6) 100%);
        background-image: -o-linear-gradient(right, #fff 0%, rgba(223,233,255,0.6) 100%);
        background-image: linear-gradient(to left, #fff 0%, rgba(223,233,255,0.6) 100%);
        border-radius: 2.13333333vw
    }

    .solution_page .second_module .second_list_item::before {
        content: '';
        position: absolute;
        z-index: -1;
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(223,233,255,0.6)));
        background-image: -webkit-linear-gradient(left, #fff 0%, rgba(223,233,255,0.6) 100%);
        background-image: -o-linear-gradient(left, #fff 0%, rgba(223,233,255,0.6) 100%);
        background-image: linear-gradient(to right, #fff 0%, rgba(223,233,255,0.6) 100%);
        border-radius: 2.13333333vw
    }

    .solution_page .second_module .second_item_bg {
        display: none
    }

    .solution_page .second_module .second_item_icon {
        width: 10.66666667vw;
        height: 10.66666667vw
    }

    .solution_page .second_module .second_item_content {
        margin-left: 4.26666667vw;
        width: calc(100% - 16vw)
    }

    .solution_page .second_module .item_title {
        font-size: 4.8vw;
        line-height: 6.93333333vw;
        font-weight: 500
    }

    .solution_page .second_module .item_describe {
        margin-top: 1.06666667vw;
        font-size: 3.73333333vw;
        line-height: 5.86666667vw;
        font-weight: 400
    }

    .solution_page .third_module {
        padding: 11.73333333vw 0
    }

    .solution_page .third_module .module_content {
        margin-top: 2.93333333vw;
        max-width: 100%
    }

    .solution_page .third_module .type_tab_bar {
        padding: 0 4.26666667vw;
        max-width: 100%
    }

    .solution_page .third_module .type_tab {
        position: relative;
        width: 29.06666667vw;
        height: 12.8vw;
        cursor: unset
    }

    .solution_page .third_module .type_tab .tab_arrow {
        position: absolute;
        left: -3.2vw;
        width: 4.26666667vw;
        height: 4.26666667vw;
        display: none
    }

    .solution_page .third_module .type_tab+.type_tab {
        margin-left: 2.13333333vw
    }

    .solution_page .third_module .type_tab+.type_tab .tab_arrow {
        display: block
    }

    .solution_page .third_module .type_tab .tab_content {
        width: 100%
    }

    .solution_page .third_module .type_tab .tab_content .type_tab_title {
        text-align: center;
        color: #fff;
        font-size: 4vw;
        line-height: 5.6vw;
        font-weight: 400
    }

    .solution_page .third_module .type_tab .tab_content .type_tab_tip {
        display: none
    }

    .solution_page .third_module .type_tab .tab_content_num {
        display: none
    }

    .solution_page .third_module .type_tab.active::after {
        height: .53333333vw
    }

    .solution_page .third_module .type_tab.active .tab_content .type_tab_title {
        color: #165dff
    }

    .solution_page .third_module .type_content .type_body {
        margin: 8.53333333vw auto 0;
        width: 100%;
        max-width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        display: none;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 4.8vw
    }

    .solution_page .third_module .type_content .type_body::-webkit-scrollbar {
        display: none
    }

    .solution_page .third_module .type_content .type_body.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .solution_page .third_module .type_content .type_body .type_content_item {
        width: 100%
    }

    .solution_page .third_module .type_content .type_card_bar {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        -webkit-column-gap: 4.8vw;
        -moz-column-gap: 4.8vw;
        column-gap: 4.8vw;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .solution_page .third_module .type_content .type_card_bar+.type_card_bar {
        margin-top: 0;
        margin-left: 4.8vw
    }

    .solution_page .third_module .type_content .type_card {
        width: 91.46666667vw;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        border-radius: 2.13333333vw;
        overflow: hidden;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border: .26666667vw solid rgba(54,66,90,0.4)
    }

    .solution_page .third_module .type_content .type_card.active {
        width: 91.46666667vw;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .solution_page .third_module .type_content .type_card.active .card_content {
        opacity: 1
    }

    .solution_page .third_module .type_content .type_card.active .modal_card_wrap {
        opacity: 1
    }

    .solution_page .third_module .type_content .type_card.device .modal_list_wrap {
        grid-template-columns: auto
    }

    .solution_page .third_module .type_content .type_card.device .modal_list_wrap .list_item {
        padding: 1.06666667vw 2.13333333vw;
        min-width: 24.8vw
    }

    .solution_page .third_module .type_content .card_content {
        height: 50.93333333vw;
        padding: 4.26666667vw
    }

    .solution_page .third_module .type_content .card_icon {
        width: 6.4vw;
        height: 6.4vw
    }

    .solution_page .third_module .type_content .card_title {
        margin-top: 2.13333333vw;
        font-size: 4.8vw;
        line-height: 6.93333333vw;
        font-weight: 500
    }

    .solution_page .third_module .type_content .card_bg {
        height: 50.93333333vw
    }

    .solution_page .third_module .type_content .modal_card_wrap {
        position: relative;
        height: auto;
        opacity: 1;
        background-color: rgba(54,66,90,0.4);
        padding: 5.33333333vw
    }

    .solution_page .third_module .type_content .modal_card_title {
        display: none
    }

    .solution_page .third_module .type_content .modal_list_wrap {
        margin-top: 0;
        grid-template-columns: repeat(3, 1fr);
        gap: 3.2vw 2.13333333vw
    }

    .solution_page .third_module .type_content .list_item {
        border-radius: 1.06666667vw;
        background-color: rgba(255,255,255,0.1);
        border: none;
        padding: 1.06666667vw 0;
        font-size: 3.2vw;
        line-height: 4.8vw;
        font-weight: 400
    }

    .solution_page .four_module {
        padding: 0 0 0
    }

    .solution_page .four_module .four_list_item.reverse .four_item_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }

    .solution_page .four_module .four_list_item .four_item_content {
        padding: 10.66666667vw 0;
        max-width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        gap: 4.26666667vw 0
    }

    .solution_page .four_module .four_list_item.reverse .four_item_bg {
        display: block
    }

    .solution_page .four_module .four_list_item .four_item_info {
        padding: 0 4.26666667vw
    }

    .solution_page .four_module .four_list_item .item_title {
        font-size: 4.8vw;
        line-height: 6.93333333vw;
        font-weight: 500
    }

    .solution_page .four_module .four_list_item .item_tip {
        margin-top: 4.26666667vw;
        font-size: 3.73333333vw;
        line-height: 6.4vw;
        font-weight: 400
    }

    .solution_page .four_module .four_list_item .link {
        margin-top: 5.33333333vw;
        font-size: 3.73333333vw;
        line-height: 5.86666667vw;
        font-weight: 500
    }

    .solution_page .four_module .four_list_item .link .icon {
        font-size: 2.66666667vw
    }

    .solution_page .four_module .four_list_item .four_item_image {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
        height: 70.66666667vw
    }

    .solution_page .company_module {
        padding: 11.73333333vw 0
    }

    .solution_page .company_module .module_content {
        margin-top: 4.26666667vw
    }

    .solution_page .company_module .support_brand_wrap {
        width: 100%;
        padding: 0 4.26666667vw
    }

    .solution_page .company_module .brand_list_wrap {
        width: 100%;
        max-width: 100%;
        display: grid;
        gap: 5.33333333vw 4vw;
        grid-template-columns: repeat(2, 1fr)
    }

    .solution_page .company_module .brand_list_item {
        width: 100%;
        padding-bottom: 36.58536585%;
        position: relative;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f9fc), to(#fff));
        background-image: -webkit-linear-gradient(top, #f8f9fc 0%, #fff 100%);
        background-image: -o-linear-gradient(top, #f8f9fc 0%, #fff 100%);
        background-image: linear-gradient(180deg, #f8f9fc 0%, #fff 100%);
        border-radius: 2.4vw;
        overflow: hidden
    }

    .solution_page .company_module .brand_list_item:nth-of-type(1) {
        display: none
    }

    .solution_page .company_module .brand_list_item:nth-of-type(8) {
        display: none
    }

    .solution_page .company_module .brand_list_item:nth-of-type(n + 11) {
        display: none
    }
}
