/*@charset "UTF-8";*/
/* CSS Document */


/*html5*/
/*移动端默认样式*/
@media screen and (max-width: 1200px) {

    /*.Poppins-Black {*/
    /*    font-family: "Microsoft YaHei", 微软雅黑, "Arial", "Helvetica", "sans-serif" !important;*/
    /*}*/

    /*.Poppins-Bold {*/
    /*    font-family: "Microsoft YaHei", 微软雅黑, "Arial", "Helvetica", "sans-serif" !important;*/
    /*}*/

    /*.Poppins-ExtraLight {*/
    /*    font-family: "Microsoft YaHei", 微软雅黑, "Arial", "Helvetica", "sans-serif" !important;*/
    /*}*/

    /*.Poppins-Light {*/
    /*    font-family: "Microsoft YaHei", 微软雅黑, "Arial", "Helvetica", "sans-serif" !important;*/
    /*}*/

    /*.Poppins-Medium {*/
    /*    font-family: "Microsoft YaHei", 微软雅黑, "Arial", "Helvetica", "sans-serif" !important;*/
    /*}*/

    /*.Poppins-Regular {*/
    /*    font-family: "Microsoft YaHei", 微软雅黑, "Arial", "Helvetica", "sans-serif" !important;*/
    /*}*/

    /*.Poppins-SemiBold {*/
    /*    font-family: "Microsoft YaHei", 微软雅黑, "Arial", "Helvetica", "sans-serif" !important;*/
    /*}*/

    /*.PuHuiTi-Medium {*/
    /*    font-family: "Microsoft YaHei", 微软雅黑, "Arial", "Helvetica", "sans-serif" !important*/
    /*}*/

    /*.PuHuiTi-Light {*/
    /*    font-family: "Microsoft YaHei", 微软雅黑, "Arial", "Helvetica", "sans-serif" !important*/
    /*}*/

    /*.PuHuiTi_Regular {*/
    /*    font-family: "Microsoft YaHei", 微软雅黑, "Arial", "Helvetica", "sans-serif" !important*/
    /*}*/

    /*.PuHuiTi-Bold {*/
    /*    font-family: "Microsoft YaHei", 微软雅黑, "Arial", "Helvetica", "sans-serif" !important*/
    /*}*/

    .body_flex {
        position: fixed;
    }

    body {
        overflow: initial;
        overflow-x: hidden;
    }

    .loading_logo_max {
        width: 14vw;
        height: 14vw;
    }

    .loading_logo_read {
        width: 35vw;
        padding-left: 3vw;
    }

    .loading_after_read {
        border: 150vw solid #ffffff;
    }

    .loading_hide .loading_after_box {
        width: 300vw;
        height: 300vw;
    }

    .loading_number {
        bottom: 4vw;
        font-size: 3.86473vw;
        line-height: 6.28019vw;
    }

    .header_menu_wrap {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all .6s ease;
        transition: all .6s ease;
    }

    .header_menu_pack {
        height: 100%;
        background: rgba(0, 0, 0, 1);
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-align-content: space-between;
        align-content: space-between;
        padding: 24.15458vw 3.62318vw 9.66183vw 3.62318vw;
    }

    .header_menu_box {
        width: 100%;
        height: calc(100% - 24.15458vw);
        overflow: auto;
        -webkit-align-content: flex-start;
        align-content: flex-start;
    }

    .header_menu_content {
        width: 100%;
    }

    .header_menu_item_box {
        margin-right: 0;
        padding: 0;
        width: 100%;
        position: relative;
    }

    .header_menu_item_box:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: rgba(255, 255, 255, .2);
    }

    .header_menu_down_wrap {
        display: block;
        position: relative;
    }

    .header_menu_down_pic {
        display: none;
    }

    .header_menu_down_read {
        display: none;
    }

    .header_down_tab {
        width: 100%;
        padding: 0;
    }

    .header_down_item_box {
        width: 100%;
        margin: 0 !important;
    }

    .header_menu_down_pack {
        width: 100%;
    }

    .header_menu_down_content {
        padding-top: 0;
    }

    .header_menu_wap_active .header_menu_wap_label:before {
        height: 0;
    }

    .header_down_item_box a {
        background: none !important;
        -webkit-border-radius: 0;
        border-radius: 0;
        position: relative;
        padding: 0 2.415458vw;
    }

    .header_menu_item_text {
        font-size: 3.86473vw;
        line-height: 11.5942vw;
        color: #ffffff !important;
    }

    .header_menu_item_link {
        width: 70%;
    }

    .header_menu_wap_icon {
        width: 30%;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-align-items: center;
        align-items: center;
        cursor: pointer;
        display: flex;
    }

    .header_menu_wap_label {
        width: 9.661835vw;
        height: 9.661835vw;
        position: relative;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .header_menu_wap_label:before {
        content: "";
        width: 0.483091vw;
        height: 40%;
        background: #fff;
        -webkit-transition: all .6s ease;
        transition: all .6s ease;
    }

    .header_menu_wap_label:after {
        content: "";
        position: absolute;
        left: 30%;
        top: calc(50% - 1px);
        width: 40%;
        height: 0.483091vw;
        background: #fff;
        -webkit-transition: all .6s ease;
        transition: all .6s ease;
    }

    .header_down_item_box a:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 1px;
        background: rgba(255, 255, 255, .2);
    }

    .header_down_item_box a:hover .header_down_item_title {
        color: #ffffff;
    }

    .header_down_item_title {
        color: #ffffff;
    }

    .header_menu_down_big {
        background: none;
    }

    .header_down_item_text {
        display: none;
    }


    .header_down_item_title {
        font-size: 3.38164vw;
        line-height: 11.5942vw;
    }

    .header_down_item_current a .header_down_item_title {
        color: #ffffff;
    }

    .header_menu_item_icon {
        display: none;
    }

    .header_menu_content {
        margin-top: 7.24637vw;
    }

    .header_menu_languages_icon {
        width: 4vw;
        margin-right: 1vw;
    }

    .header_menu_languages_icon svg {
        fill: #ffffff !important;
    }

    .header_menu_languages_text {
        font-size: 3.38164vw;
        line-height: 5.7971vw;
        color: #ffffff !important;
    }

    .public_btn_box a {
        width: max-content;
        padding: 0 4.83091vw;
    }

    .public_btn_text {
        font-size: 2.6vw;
        line-height: 9.66183vw;
    }

    .header_menu_btn_box {
        margin-left: 2vw;
    }

    .public_btn_box a:after {
        -webkit-border-radius: 4.83091vw;
        border-radius: 4.83091vw;
    }

    .header_menu_languages_wrap {
        margin-right: 3vw;
    }

    .header_menu_wap_btn {
        width: 8vw;
        height: 8vw;
        padding: 0;
        margin: 0;
        outline: none;
        position: relative;
        border: none;
        background: none;
        cursor: pointer;
        -webkit-appearence: none;
        -webkit-tap-highlight-color: transparent;
    }

    .header_menu_wap_btn svg {
        width: 177.777%;
        height: 133.333%;
        top: -16.666%;
        left: -38.8888%;
        stroke: #ffffff;
        stroke-width: 0.48309vw;
        fill: none;
        display: block;
        position: absolute;
    }

    .header_menu_wap_btn svg path {
        stroke-dasharray: 26 100;
        stroke-dashoffset: 126;
        -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
        transition: all 1s cubic-bezier(.4, 0, .2, 1);
    }

    .header_menu_wap_btn svg path:nth-child(2) {
        -webkit-transition-delay: .1s;
        transition-delay: .1s;
    }

    .header_menu_wap_btn svg path {
        stroke-dasharray: 26 100;
        stroke-dashoffset: 126;
        -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
        transition: all 1s cubic-bezier(.4, 0, .2, 1);
    }

    .header_content {
        padding: 0 3.62318vw;
    }

    .header_box {
        height: 14.4927vw;
    }

    .header_logo_box {
        width: 29vw;
    }

    .header_active .header_menu_wap_btn svg {
        stroke: #003bd8;
    }

    .header_hover .header_menu_wap_btn svg {
        stroke: #003bd8;
    }

    .header_white .header_menu_wap_btn svg {
        stroke: #003bd8;
    }

    .header_white .header_menu_wap_btn svg {
        stroke: #003bd8;
    }

    .header_menu_active .header_menu_wap_btn svg {
        stroke: #ffffff;
    }

    .header_menu_active .header_menu_wap_btn svg {
        stroke: #ffffff;
    }

    .header_menu_active .header_logo_box a img {
        -webkit-filter: grayscale(100%) brightness(0%) invert(100%);
        filter: grayscale(100%) brightness(0%) invert(100%);
    }

    .index_banner_line {
        width: 92vw;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
    }

    .index_banner_line svg {
        stroke-width: 16vw;
    }

    .header_menu_wap_button {
        display: block;
        position: relative;
        z-index: 9;
    }

    .index_banner_title_text {
        font-size: 4vw;
        line-height: 6vw;
    }

    .index_banner_subtitle_text {
        font-size: 2.89855vw;
        line-height: 5.314vw;
        margin-top: 1.44927vw;
    }

    .public_button_icon {
        width: 2vw;
        height: 2vw;
        margin-right: 2vw;
    }

    .public_button_box a {
        width: 32vw;
        -webkit-border-radius: 4.83091vw;
        border-radius: 4.83091vw;
        position: relative;
    }

    .index_news_item_box .public_button_box a:after {
        -webkit-border-radius: 4.83091vw;
        border-radius: 4.83091vw;
    }

    .index_news_item_box:hover .index_news_item_pack {
        padding-bottom: 0;
    }


    .index_news_item_box:hover .index_news_item_img {
        padding-bottom: 56%;
    }

    .index_news_item_box:hover .index_news_item_icon {
        -webkit-transform: none;
        transform: none;
    }

    .index_news_item_box:hover .index_news_item_time {
        margin-left: 1vw;
    }

    .index_news_back {
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .index_news_item_box {
        -webkit-border-radius: 2.415458vw;
        border-radius: 2.415458vw;
    }

    .public_button_text {
        font-size: 3.38164vw;
        line-height: 9.66183vw;
    }

    .index_banner_button {
        margin: 4vw auto 0;
    }

    .public_button_read {
        padding: 0;
    }

    .index_banner_auto_wrap {
        padding: 0 3.62318vw;
        bottom: 7.24637vw;
    }

    .index_banner_auto_text {
        font-size: 2vw;
        line-height: 7.24637vw;
        display: none;
    }


    .index_banner_auto_item {
        width: 10vw;
        margin-right: 2vw;
    }

    .index_banner_auto_line_active {
        width: 14vw;
    }

    .header_menu_active .header_menu_wap_btn svg path:nth-child(1) {
        stroke-dashoffset: 58;
    }

    .header_menu_active .header_menu_wap_btn svg path:nth-child(2) {
        stroke-dashoffset: 51.5;
    }

    .header_menu_active .header_menu_wap_btn svg path:nth-child(3) {
        stroke-dashoffset: 51.5;
    }

    .header_menu_active .header_menu_wrap {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        pointer-events: auto;
    }

    .index_passage_box {
        padding: 0 3.62318vw;
    }

    .index_passage_head_wrap {
        padding: 12.0772vw 0 7.24637vw 0;
    }

    .index_passage_head_tips {
        width: 100%;
        font-size: 3.38164vw;
        line-height: 5.314vw;
    }

    .index_passage_head_title {
        font-size: 4vw;
        line-height: 6vw;
    }

    .index_passage_head_text {
        font-size: 4vw;
        line-height: 6vw;
    }

    .index_passage_head_read {
        width: 100%;
        margin-top: 2.415458vw;
    }

    .index_passage_item_box {
        width: 100%;
        margin: 0;
    }

    .index_passage_item_photo {
        padding: 6vw 0 0 0;
    }

    .index_passage_item_read {
        padding: 0 22vw 0 3.62318vw;
    }

    .index_passage_item_feature {
        right: -22vw;
    }

    .index_passage_item_pack {
        padding: 10vw 0 4vw 0;
    }

    .index_passage_item_icon {
        width: 9.5vw;
    }

    .index_passage_item_title {
        font-size: 3.86473vw;
        line-height: 5.7971vw;
        margin-left: 2vw;
    }

    .index_passage_item_text {
        font-size: 2.89855vw;
        line-height: 4.83091vw;
        margin-top: 2.415458vw;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .index_passage_item_btn .public_button_box a:after {
        -webkit-border-radius: 4.83091vw;
        border-radius: 4.83091vw;
    }

    .index_passage_item_btn {
        margin-right: 2vw;
    }

    .index_passage_item_link a {
        font-size: 3vw;
        line-height: 9.66183vw;
    }

    .index_passage_item_box:nth-child(1) {
        -webkit-transform: translateY(4vw);
        transform: translateY(4vw);
        opacity: 0;
        pointer-events: none;
    }

    .index_passage_item_box:nth-child(2) {
        -webkit-transform: translateY(4vw);
        transform: translateY(4vw);
        opacity: 0;
        pointer-events: none;
    }

    .index_passage_wrap {
        overflow: initial;
    }

    .index_partner_wrap {
        padding: 12.0772vw 0;
        overflow: hidden;
    }

    .index_partner_title {
        font-size: 5.314vw;
        line-height: 7.24637vw;
    }

    .index_partner_content {
        margin-top: 7.24637vw;
    }

    .index_partner_swiper {
        overflow: initial;
    }

    .index_passage_item_img {
        -webkit-border-radius: 2.89855vw;
        border-radius: 2.89855vw;
    }

    .index_passage_page_wrap {
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .index_industry_box {
        padding: 0 3.62318vw;
    }

    .index_industry_earth_back {
        display: none;
    }

    .index_industry_wap_none {
        display: none;
    }

    .index_industry_big {
        padding: 12.0772vw 0 0 0;
    }

    .index_industry_wap_show {
        position: relative !important;
        top: 0;
    }

    .index_industry_fixed_box {
        display: none;
    }

    .index_industry_circle_wrap {
        width: 100%;
    }

    .public_banner_back {
        padding-bottom: 88%;
    }

    .public_banner_wrap .index_banner_line {
        width: 78vw;
    }

    .public_banner_en_label {
        font-size: 5.7971vw;
        line-height: 7.729468vw;
    }

    .public_banner_cn_label {
        font-size: 5.314vw;
        line-height: 7.729468vw;
    }

    .public_banner_wrap {
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .index_industry_swiper,
    .index_industry_swiper2 {
        display: none;
    }

    .index_industry_circle_tab {
        display: none;
    }

    .index_industry_circle_border {
        display: none;
    }

    .index_industry_circle_border2 {
        display: none;
    }

    .index_industry_circle_big {
        padding: 0;
    }

    .index_industry_circle_content {
        padding: 0;
        position: relative;
    }

    .index_industry_content {
        margin-top: 0;
    }

    .index_industry_circle_box {
        padding-bottom: 0;
    }

    .index_industry_earth_wrap {
        -webkit-transform: none;
        transform: none;
    }

    .index_industry_circle_img {
        display: none;
    }

    .index_industry_circle_center {
        position: relative;
    }

    .index_main_page_back {
        display: none;
    }

    .index_industry_earth_content {
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 0;
        height: auto;
    }

    .index_industry_earth_box {
        width: 100%;
    }

    .index_industry_earth_big {
        position: relative;
        height: 100vw;
    }


    .service_supplier_wrap {
        padding: 12.0772vw 0;
    }

    .page_center {
        padding: 0 3.62318vw;
    }

    .news_page_label_text {
        font-size: 3.38164vw;
        line-height: 5.314vw;
    }

    .news_page_title_text {
        font-size: 5.314vw;
        line-height: 7.24637vw;
        margin-top: 2.415458vw;
    }

    .service_page_subtitle_text {
        font-size: 2.6vw;
        line-height: 5.2vw;
        text-align: center;
    }

    .service_public_head .service_page_subtitle_box {
        margin-top: 2.415458vw;
    }

    .service_supplier_item_icon {
        width: 6.28019vw;
        height: 6.28019vw;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
    }


    .about_brand_pack {
        padding: 12.0772vw 0 7.24637vw 0;
    }

    .about_brand_text {
        font-size: 5.314vw;
        line-height: 7.24637vw;
        margin: 0 2.89855vw;
    }

    .about_brand_line_box {
        display: none;
    }

    .about_brand_pic_wrap {
        margin-top: 0;
        height: auto;
    }

    .about_brand_pic_top {
        height: auto;
    }

    .about_brand_box {
        position: static;
    }

    .about_brand_pic_box {
        position: static;
    }

    .about_brand_animate_wrap {
        display: none;
    }

    .about_brand_pic_content {
        position: relative;
        padding: 7.24637vw 0;
    }

    .about_brand_pic_width {
        width: 100%;
        height: 100%;
        -webkit-border-radius: initial;
        border-radius: initial;
    }

    .about_brand_pic_img {
        height: 80vw;
    }

    .about_brand_pic_tips {
        width: 100%;
        -webkit-transform: translateY(4vw);
        transform: translateY(4vw);
        -webkit-transition: none;
        transition: none;
    }

    .AddWapBrandPicTips {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
        transition: all 1s cubic-bezier(.4, 0, .2, 1);
    }

    .about_brand_pic_tips .news_page_label_text {
        background-image: linear-gradient(to left, #111111, #111111);
    }

    .about_brand_pic_tips .news_page_title_text {
        color: #111111;
    }

    .about_brand_pic_read {
        width: 100%;
        -webkit-transform: translateY(4vw);
        transform: translateY(4vw);
        -webkit-transition: none;
        transition: none;
    }

    .AddWapBrandPicRead {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
        transition: all 1s cubic-bezier(.4, 0, .2, 1);
    }

    .about_brand_pic_text {
        font-size: 2.6vw;
        line-height: 5vw;
        color: #666666;
        margin-top: 4.83091vw;
    }

    .about_brand_slogan_box {
        margin-top: 4.83091vw;
    }

    .about_brand_slogan_title {
        font-size: 3.86473vw;
        line-height: 5.7971vw;
        color: #111111;
    }

    .about_brand_slogan_text {
        font-size: 3.38164vw;
        line-height: 5.314vw;
        color: #666666;
        margin-top: 2.415458vw;
    }

    .about_vision_wrap {
        padding: 12.0772vw 0;
    }

    .news_active_editor_bjq img {
        padding: 7.24637vw 0;
    }

    .news_editor_btn_icon {
        width: 9.66183vw;
        height: 9.66183vw;
    }

    .news_active_related_wrap {
        width: 100%;
        position: relative;
        top: 0;
        padding-left: 0;
        margin-top: 12.0772vw;
    }

    .news_active_editor_prev .news_editor_btn_text {
        margin-left: 2.415458vw;
    }

    .news_active_editor_next .news_editor_btn_text {
        margin-right: 2.415458vw;
    }

    .news_editor_btn_text {
        font-size: 3.38164vw;
        line-height: 9.66183vw;
    }

    .about_vision_item_box {
        width: 100%;
        margin: 0 0 4.83091vw 0;
        -webkit-border-radius: 2.415458vw;
        border-radius: 2.415458vw;
        -webkit-transform: translateY(4vw) !important;
        transform: translateY(4vw) !important;
    }

    .about_vision_item_box.AddAboutVision {
        -webkit-transform: none !important;
        transform: none !important;
    }

    .about_vision_item_content {
        padding: 3.62318vw;
    }

    .about_vision_item_read {
        padding: 3.62318vw;
        -webkit-border-radius: 2.415458vw;
        border-radius: 2.415458vw;
    }

    .about_vision_item_title {
        font-size: 5.314vw;
        line-height: 7.24637vw;
    }

    .about_vision_item_text {
        font-size: 2.6vw;
        line-height: 5vw;
        margin-top: 2.415458vw;
    }

    .about_vision_content {
        margin-top: 12.0772vw;
    }

    .about_vision_cost_wrap {
        position: relative;
    }

    .about_vision_cost_title {
        font-size: 5.314vw;
        line-height: 7.24637vw;
        color: #111111;
    }

    .about_vision_cost_label svg {
        fill: #666666;
    }

    .about_vision_cost_tab {
        padding: 0;
    }

    .about_vision_cost_li {
        margin-top: 0 !important;
        width: 25%;
    }

    .about_vision_cost_icon {
        width: 7.24637vw;
        height: 6.28019vw;
    }

    .about_vision_cost_label {
        width: 100%;
        height: 100%;
    }

    .about_vision_cost_tips {
        font-size: 2.6vw;
        line-height: 4vw;
        color: #111111;
        margin-top: 2.415458vw;
    }

    .about_vision_cost_back {
        display: none;
    }

    .about_vision_cost_pack {
        margin-top: 7.24637vw;
    }

    .about_vision_cost_text {
        display: none;
    }

    .about_vision_swiper {
        -webkit-border-radius: 2.415458vw;
        border-radius: 2.415458vw;
        margin-top: 7.24637vw;
    }

    .about_vision_slide_img {
        padding-bottom: 56%;
    }

    .about_stories_box {
        position: static;
        height: 180vw;
    }

    .about_stories_swiper {
        -webkit-border-radius: 0 0 0 9.66183vw;
        border-radius: 0 0 0 9.66183vw;
    }

    .about_stories_animate_wrap {
        display: none;
    }

    .about_stories_control_text a {
        pointer-events: none;
    }

    .about_stories_pack {
        padding: 0 3.62318vw;
        pointer-events: none;
    }

    .about_stories_tips_wrap {
        width: 100%;
        pointer-events: none;
    }

    .about_stories_tips_box {
        padding: 12.0772vw 0 4.83091vw 0;
        pointer-events: none;
    }

    .about_stories_control_wrap {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        display: none;
    }

    .about_stories_tips_title {
        font-size: 5vw;
        line-height: 7vw;
    }

    .about_stories_tips_text {
        font-size: 2.6vw;
        line-height: 5vw;
        margin-top: 2.415458vw;
    }

    .about_stories_item_box {
        padding: 0 3.62318vw;
    }

    .about_stories_item_pack {
        padding: 0;
    }

    .about_stories_item_big {
        width: 100%;
    }

    .about_stories_item_title {
        font-size: 4.83091vw;
        line-height: 7.24637vw;
        color: rgba(255, 255, 255, .7);
    }

    .about_stories_item_add {
        font-size: 5.7971vw;
        line-height: 7.729468vw;
    }

    .about_stories_item_text {
        font-size: 2.6vw;
        line-height: 5vw;
        margin-top: 4.83091vw;
    }

    .about_culture_min_box {
        display: none;
    }

    .about_culture_control_box {
        width: 100%;
    }

    .about_culture_control_tab {
        width: 100%;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 4.83091vw;
    }

    .about_culture_box {
        padding: 0 3.62318vw;
    }

    .about_culture_pack {
        width: 100%;
    }

    .about_culture_item_content {
        padding: 0;
    }

    .about_culture_big {
        padding: 7.24637vw 0;
        width: 100%;
    }

    .about_culture_pic {
        width: 100%;
        margin-top: 4.83091vw;

    }

    .AddAboutCultureContent .about_culture_pic {
        -webkit-transition-delay: .6s;
        transition-delay: .6s;
    }

    .about_culture_content {
        margin-top: 4.83091vw;
    }

    .about_culture_control_label {
        font-size: 2.6vw;
        line-height: 8vw;
        background: #dedede;
        text-align: center;
    }
    .about_culture_control_active .about_culture_control_label {
        background: #003bd8;
        color: #ffffff;
    }

    .about_culture_control_li {
        margin: 0 4% 2.5vw 0;
        width: 48%;
    }
    .about_culture_control_li:nth-child(2n) {
        margin: 0 0 2.5vw 0;
    }
    .about_hover_wrap {
        display: none;
    }

    .about_culture_item_title {
        font-size: 19.3236vw;
        line-height: 21.7391vw;
    }

    .about_culture_item_title {
        font-size: 5.7971vw;
        line-height: 7.729468vw;
    }

    .about_culture_item_en {
        font-size: 6.28019vw;
        line-height: 8.2125vw;
    }

    .about_culture_item_tips {
        margin-top: 4.83091vw;
    }

    .about_culture_item_cn {
        font-size: 4.3478vw;
        line-height: 6.28019vw;
    }

    .about_culture_item_read {
        margin-top: 4.83091vw;
    }

    .about_culture_item_text {
        font-size: 2.6vw;
        line-height: 5vw;
    }

    .about_culture_item_label {
        font-size: 3.86473vw;
        line-height: 5.7971vw;
        margin-top: 4.83091vw;
    }

    .about_culture_img {
        -webkit-border-radius: 2.415458vw;
        border-radius: 2.415458vw;
        padding-bottom: 77%;
    }

    .about_culture_swiper {
        -webkit-border-radius: 2.415458vw;
        border-radius: 2.415458vw;
    }

    .about_culture_wrap {
        padding: 12.0772vw 0;
    }

    .about_stories_item_read {
        padding-right: 9.66183vw;
    }

    .about_stories_pagination {
        display: block;
        right: 3.62318vw !important;
    }

    .about_stories_pagination .swiper-pagination-bullet {
        width: 0.72463vw;
        height: 2.415458vw;
        opacity: 1;
        background: rgba(255, 255, 255, .6);
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-transition: all .6s ease;
        transition: all .6s ease;
    }

    .about_stories_pagination .swiper-pagination-bullet-active {
        background: rgba(255, 255, 255, 1);
        height: 4.3478vw;
    }

    .about_stories_tips_pack {
        opacity: 0;
        pointer-events: none;
        -webkit-transform: translateY(4vw);
        transform: translateY(4vw);
    }

    .AddWapAboutToriesTipsPack {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
        transition: all 1s cubic-bezier(.4, 0, .2, 1);
    }

    .about_brand_head {
        opacity: 0;
        pointer-events: none;
        -webkit-transform: translateY(4vw);
        transform: translateY(4vw);
    }

    .AddWapAboutBrandHead {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
        transition: all 1s cubic-bezier(.4, 0, .2, 1);
    }

    .footer_nav_wrap {
        display: none;
    }

    .footer_box {
        padding: 0 3.62318vw;
    }

    .footer_head_wrap {
        padding: 12.0772vw 0 0 0;
    }

    .footer_copy_wrap {
        padding: 7.24637vw 0 12.0772vw 0;
    }

    .footer_logo_box {
        width: 29vw;
    }

    .footer_message_box {
        margin-top: 7.24637vw;
        width: 100%;
    }

    .footer_tips_wrap {
        width: 100%;
    }

    .footer_message_item_icon {
        width: 4.3478vw;
        height: 5.314vw;
        align-items: center;
    }

    .footer_message_item_icon svg {
        fill: #ffffff;
        width: 100%;
        height: 100%;
    }

    .footer_message_item_text, .footer_message_item_text a {
        font-size: 3.38164vw;
        line-height: 5.314vw;

    }

    .footer_message_item_text {
        width: calc(100% - 4.3478vw);
        padding-left: 1.93236vw;
    }

    .footer_message_item_box {
        margin-bottom: 2.415458vw;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .footer_pack {
        padding: 7.24637vw 0 4.83091vw 0;
    }

    .footer_share_wrap {
        width: 100%;
    }

    .footer_public_title {
        font-size: 3.38164vw;
        line-height: 5.314vw;
    }

    .footer_share_item_box {
        width: 8.6956vw;
        height: 8.6956vw;
        margin-right: 2.415458vw;
    }

    .footer_cta_wrap {
        width: 100%;
        margin-top: 7.24637vw;
    }

    .footer_cta_text {
        font-size: 3vw;
        line-height: 8.6956vw;
    }

    .footer_cta_btn {
        width: 48%;
        margin: 0 4% 2.415458vw 0;
    }

    .footer_cta_btn:nth-child(2n) {
        margin: 0 0 2.415458vw 0;
    }

    .footer_cta_button {
        margin-top: 2.415458vw;
    }

    .footer_return_button {
        display: none;
    }

    .footer_cta_btn a {
        padding: 0 4.83091vw;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .footer_cta_read {
        width: auto;
    }

    .footer_cta_btn a:after {
        -webkit-border-radius: 4.3478vw;
        border-radius: 4.3478vw;
    }

    .footer_cta_icon {
        width: 1.6vw;
        margin-left: 1.44927vw;
    }

    .footer_cta_wx_wrap {
        bottom: 8.26vw;
        width: 50vw;
    }

    .footer_cta_wx {
        margin-bottom: 4.35vw;
        border-radius: 2vw;
        padding: 2.5vw 2.5vw 1.25vw;
    }

    .footer_cta_wx_item + .footer_cta_wx_item {
        margin-left: 2vw;
    }

    .footer_cta_wx_img {
        width: 18vw;
        height: 18vw;
    }

    .footer_cta_wx_info {
        font-size: 2.4vw;
        line-height: 4vw;
        padding-top: 1.25vw;
    }


    .footer_copy_text, .footer_copy_text a {
        font-size: 3.38164vw;
        line-height: 5.314vw;
    }

    .footer_copy_text {
        margin-right: 0;
        width: 100%;
    }

    .service_supplier_content {
        padding: 12.0772vw 0 0 0;
    }

    .service_supplier_control_li {
        margin: 0 4% 4% 0;
        width: 48%;
        padding: 0 2.415458vw;
    }
    .service_supplier_control_li:nth-child(2n) {
        margin: 0 0 4% 0;
    }
    .service_supplier_item_title {
        font-size: 2.6vw;
        line-height: 5vw;
        padding: 1.44927vw 0 2.415458vw 0;
        margin-top: 1.44927vw;
        text-align: center;
    }

    .supplier_active_pack {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 3.62318vw;
    }

    .supplier_active_big {
        padding: 0;
    }

    .supplier_active_pic {
        width: 100%;
    }

    .supplier_active_item_active .supplier_active_item_title {
        font-size: 3.6vw;
    }

    .supplier_active_item_title {
        font-size: 3.6vw;
        line-height: 5.7971vw;
        width: calc(100% - 7.24637vw);
    }

    .supplier_active_item_icon {
        width: 4.83091vw;
        height: 4.83091vw;
    }

    .supplier_active_item_content {
        padding: 2.415458vw 0;
        -webkit-align-items: center;
        align-items: center;
    }

    .supplier_active_item_text {
        font-size: 2.6vw;
        line-height: 5vw;
        padding: 0 0 2.415458vw 0;
    }

    .supplier_active_wrap {
        -webkit-border-radius: 2.415458vw;
        border-radius: 2.415458vw;
    }

    .supplier_active_img {
        -webkit-border-radius: 2.415458vw;
        border-radius: 2.415458vw;
    }

    .supplier_active_big {
        height: 66.1835vw;
    }

    .supplier_active_item_bjq {
        font-size: 2.6vw;
        line-height: 5vw;

    }

    .service_supplier_swiper {
        margin-top: 7.24637vw;
    }

    .service_purchase_wrap {
        padding: 0 0 12.0772vw 0;
    }

    .service_purchase_wrap .service_page_subtitle_text {
        text-align: left;
    }

    .service_purchase_content {
        margin-top: 7.24637vw;
    }

    .service_purchase_line {
        height: 1px;
        background: #dedede;
        display: none;
    }

    .service_purchase_item_box {
        width: 100%;
        height: auto;
    }

    .service_purchase_item_active {
        width: 100%;
    }

    .service_purchase_tab {
        display: block;
        margin-top: 0;
    }

    .service_purchase_item_box:first-child:before {
        display: none;
    }

    .service_purchase_item_box:after {
        width: 100%;
        height: 1px;
        bottom: 0 !important;
    }

    .service_purchase_item_box:last-child:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px;
        width: 100%;
        background: #ced3e1;
        -webkit-transition: all .6s ease;
        transition: all .6s ease;
    }

    .service_purchase_item_number {
        font-size: 7.24637vw;
        line-height: 9.66183vw;
        display: none;
    }

    .service_purchase_item_content {
        width: 100%;
        position: relative;
    }

    .service_purchase_item_pack {
        width: 100%;
        padding-right: 0;
    }

    .service_purchase_item_tips {
        writing-mode: initial;
        font-size: 3.2vw;
        line-height: 6.28019vw;
    }

    .service_purchase_item_max {
        height: auto;
        padding: 3.62318vw 0;
        position: relative;
        -webkit-transition: all .6s ease;
        transition: all .6s ease;
    }

    .service_purchase_item_big {
        padding: 0 !important;
    }

    .service_purchase_item_title {
        font-size: 4.3478vw;
        line-height: 6.28019vw;
        margin-top: 0;
        display: none;
    }

    .service_purchase_item_text {
        font-size: 2.6vw;
        line-height: 5vw;
    }

    .service_purchase_item_read {
        margin-top: 0;
    }

    .service_purchase_item_pic {
        width: 100%;
        margin-top: 4.83091vw;
    }

    .service_purchase_item_img {
        height: 0;
        padding-bottom: 68%;
        -webkit-border-radius: 2.415458vw;
        border-radius: 2.415458vw;
    }

    .service_purchase_item_active .service_purchase_item_max {
        opacity: 1;
        pointer-events: auto;
    }

    .service_purchase_item_content {
        height: 0;
        overflow: hidden;
        opacity: 1;
        pointer-events: auto;
        -webkit-transition-delay: 0s !important;
        transition-delay: 0s !important;
    }

    .service_purchase_item_box:first-child.service_purchase_item_active:before {
        opacity: 1;
    }

    .service_purchase_item_box:last-child.service_purchase_item_active:after {
        opacity: 1;
    }

    .service_purchase_item_box:last-child.service_purchase_item_active:before {
        opacity: 0;
    }

    .service_back_wrap {
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .service_global_pack {
        padding: 0;
        position: relative;
        height: auto;
    }

    .service_global_wrap {
        margin-top: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .service_global_popup_wrap {
        width: 100%;
        padding: 12.0772vw 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
    .service_global_popup_max {
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow:none;
        backdrop-filter: blur(0);
    }
    .culture_control_button {
        display: none;
    }
    .service_global_popup_box {
        padding: 0 3.62318vw;
    }

    .service_global_big {
        -webkit-transform: none;
        transform: none;
    }

    .service_global_label_text {
        font-size: 3.38164vw;
        line-height: 5.314vw;
    }

    .service_global_title_text {
        font-size: 4.6vw;
        line-height: 6vw;
        margin-top: 2.415458vw;
    }

    .service_global_subtitle_box {
        margin-top: 4.83091vw;
    }

    .service_global_subtitle_text {
        font-size: 2.6vw;
        line-height: 5vw;
    }

    .service_global_popup_tab {
        margin-top: 4.83091vw;
    }

    .global_popup_item_box {
        padding: 4.83091vw 0;
    }

    .global_popup_item_icon {
        width: 7.24637vw;
        height: 7.24637vw;
    }

    .global_popup_item_label {
        width: 100%;
    }

    .global_popup_item_read {
        width: calc(100% - 7.24637vw);
        padding-left: 4.83091vw;
    }

    .global_popup_item_title {
        font-size: 3.6vw;
        line-height:5.6vw;
    }

    .global_popup_item_text {
        font-size: 2.6vw;
        line-height:5vw;
        margin-top: 0;
    }

    .service_global_tips_wrap {
        padding: 7.24637vw 3.62318vw;
        width: 100%;
    }

    .service_global_tips_title {
        font-size: 4vw;
        line-height: 5.6vw;
    }

    .service_global_tips_button .public_button_box a {
        width: 85vw;
    }
    .service_global_tips_button {
        margin: 4vw 0 0 0;
    }
    .service_global_tips_button a .public_button_icon {
        margin-left: 2vw;
    }

    .service_global_tips_button a {
        background: #f1f1f1;
    }

    .service_trust_subtitle_text {
        font-size: 2.6vw;
        line-height: 5vw;
    }

    .news_page_wrap {
        padding: 12.0772vw 0;
    }

    .news_page_box {
        padding: 0 3.62318vw;
    }

    .news_page_tips {
        width: 100%;
    }

    .news_page_subtitle_text {
        font-size: 2.6vw;
        line-height: 5vw;
        margin-top: 4.83091vw;
    }

    .news_screen_select_box {
        width: 48%;
        -webkit-border-radius: 4.83091vw;
        border-radius: 4.83091vw;
        margin: 0 4% 0 0;
    }

    .news_screen_time_box {
        margin: 0;
    }

    .news_screen_select_input input {
        font-size: 2.89855vw;
        line-height: 9.66183vw;
    }

    .news_screen_select_title {
        font-size: 2.6vw;
        line-height: 9.66183vw;
    }

    .news_screen_select_content {
        padding: 0 3.62318vw;
        -webkit-border-radius: 4.83091vw;
        border-radius: 4.83091vw;
    }

    .news_screen_select_read {
        width: 70%;
    }

    .news_screen_select_input {
        width: 30%;
    }

    .news_screen_select_icon {
        width: 2.415458vw;
        margin-left: 1.44927vw;
    }

    .news_page_screen_wrap {
        margin-top: 7.24637vw;
        width: 100%;
    }

    .news_screen_select_big {
        -webkit-border-radius: 4.83091vw;
        border-radius: 4.83091vw;
        padding: 12.0772vw 0 2.415458vw 0;
    }

    .news_screen_select_option {
        font-size: 2.89855vw;
        line-height: 5.7971vw;
        padding: 0 2.415458vw;
    }

    .news_screen_select_button {
        margin: 0 2.415458vw 2.415458vw 0;
    }

    .news_screen_select_button a {
        width: auto;
        font-size: 3.38164vw;
        line-height: 9.66183vw;
        -webkit-border-radius: 4.83091vw;
        border-radius: 4.83091vw;
        padding: 0 3.38164vw;
    }

    .about_active_big {
        margin-top: 7.24637vw;
    }

    .about_active_item_box {
        width: 100%;
        margin: 0 0 4.83091vw 0 !important;
    }

    .about_active_wrap {
        padding: 12.0772vw 0;
    }

    .about_active_item_content {
        padding: 4.83091vw;
    }
    .layui-layer-content .about_active_item_content {
        padding: 0 4.83091vw;
    }

    .about_active_item_title {
        font-size: 4.3478vw;
        line-height: 6.28019vw;
    }

    .about_active_item_tips {
        padding: 2.415458vw 0;
    }

    .about_active_item_year {
        font-size: 2.89855vw;
        line-height: 4.83091vw;
        margin-left: 1.44927vw;
    }

    .about_active_item_time {
        font-size: 2.89855vw;
        line-height: 4.83091vw;
    }

    .about_active_item_button {
        margin-top: 4.83091vw;
    }

    .about_active_btn_text {
        font-size: 2.89855vw;
        line-height: 5.314vw;
    }

    .about_active_btn_icon {
        width: 5.314vw;
    }

    .about_active_item_box a:after {
        -webkit-border-radius: 2.415458vw;
        border-radius: 2.415458vw;
        border: 1px solid #dde2ee;
    }

    .about_active_item_box a {
        -webkit-border-radius: 2.415458vw;
        border-radius: 2.415458vw;
    }

    .about_active_item_box:hover a:after {
        border: 1px solid #003bd8;
    }

    .public_pagination_box a.public_pagination_prev {
        margin: 0 4.83091vw 0 1.44927vw;
    }

    .public_pagination_box a.public_pagination_next {
        margin: 0 1.44927vw 0 4.83091vw;
    }

    .public_pagination_box a {
        width: 7.729468vw;
        height: 7.729468vw;
        margin: 0 1.20772vw;
        -webkit-border-radius: 3.86473vw;
        border-radius: 3.86473vw;
        font-size: 3.38164vw;
        line-height: 7.729468vw;
    }

    .about_active_tab {
        padding-bottom: 4.83091vw;
    }

    .down_form_popup_content {
        width: 90%;
    }

    .service_form_popup_title {
        font-size: 5.314vw;
        line-height: 7.24637vw;
    }

    .service_form_popup_subtitle {
        font-size: 2.6vw;
        line-height: 4.83091vw;
    }

    .service_form_popup_parcel {
        padding: 4.83091vw;
    }

    .service_form_popup_big {
        margin-top: 7.24637vw;
    }

    .service_form_item_title {
        font-size: 3.38164vw;
        line-height: 5.314vw;
        margin-bottom: 0.966183vw;
    }

    .service_form_item_input input {
        font-size: 2.89855vw;
        line-height: 8.6956vw;
        -webkit-border-radius: 1.44927vw;
        border-radius: 1.44927vw;
        padding: 0 2.415458vw;
    }

    .service_form_select_input input {
        padding: 0 2.415458vw;
        font-size: 2.89855vw;
        line-height: 8.6956vw;
    }

    .service_form_select_big {
        -webkit-border-radius: 1.44927vw;
        border-radius: 1.44927vw;
        padding: 11.111vw 0 2.415458vw 0;
    }

    .news_screen_select_pack {
        max-height: 23.1884vw;
    }

    .service_form_select_option {
        padding: 0 2.415458vw;
        font-size: 2.89855vw;
        line-height: 5.7971vw;
    }

    .service_form_item_box {
        margin: 0 1.8868% 3.62318vw 0;
    }

    .service_form_item_box:nth-child(2n) {
        margin: 0 0 3.62318vw 0;
    }

    .service_form_radio_label label {
        padding-left: 2.415458vw;
    }

    .service_form_radio_label {
        font-size: 2.6vw;
        line-height: 8.6956vw;
    }

    .service_form_radio_read {
        margin-right: 4.83091vw;
        padding-bottom: 2.415458vw;
    }

    .service_form_radio_input input {
        width: 2.89855vw;
        height: 2.89855vw;
        border: 0.48309vw solid #e5e5e5;
    }

    .service_form_radio_input input:checked {
        border: 0.48309vw solid #003bd8;
    }

    .service_form_textarea_box textarea {
        font-size: 2.89855vw;
        line-height: 5.314vw;
        padding: 2.415458vw 2.415458vw;
        -webkit-border-radius: 1.44927vw;
        border-radius: 1.44927vw;
        height: 26.086vw;
    }

    .service_form_checkbox_input {
        width: 2.89855vw;
        height: 2.89855vw;
    }

    .service_form_checkbox_label {
        width: calc(100% - 2.89855vw);
        padding-left: 1.44927vw;
    }

    .service_form_checkbox_label {
        font-size: 2.6vw;
        line-height: 4.83091vw;
    }

    .service_form_checkbox_box {
        margin: 2.415458vw 0 0 0;
    }

    .service_form_button_box {
        margin-top: 4.83091vw;
    }

    .service_form_select_icon {
        width: 2.415458vw;
    }

    .service_form_select_input {
        width: calc(100% - 2.415458vw);
    }

    .service_form_button_box button {
        font-size: 3.38164vw;
        line-height: 9.66183vw;
        -webkit-border-radius: 1.44927vw;
        border-radius: 1.44927vw;
    }

    .service_form_select_box {
        -webkit-border-radius: 1.44927vw;
        border-radius: 1.44927vw;
        padding-right: 2.415458vw;
    }

    .service_form_select_pack {
        height: 23.1884vw;
    }

    .service_form_popup_pack {
        -webkit-border-radius: 2.415458vw;
        border-radius: 2.415458vw;
    }

    .down_form_popup_close {
        right: 50%;
        top: 100%;
        width: 4.3478vw;
        -webkit-transform: translateX(50%) translateY(4.8309vw);
        transform: translateX(50%) translateY(4.8309vw);
    }

    .global_add_item_title {
        font-size: 2.415458vw;
        line-height: 3.86473vw;
    }

    .global_top {
        top: -1vw;
    }

    .global_bottom {
        margin-top: 1vw;
    }

    .global_left {
        left: -1vw;
    }

    .global_right {
        margin-left: 1vw;
    }

    .service_train_wrap {
        margin-top: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .join_page_wrap {
        padding: 12.0772vw 0;
    }

    .join_page_box {
        padding: 0 3.62318vw;
    }

    .join_page_title {
        font-size: 5.314vw;
        line-height: 7.24637vw;
    }

    .join_page_subtitle {
        font-size: 2.6vw;
        line-height: 5vw;
        margin-top: 2.415458vw;
    }

    .join_message_item_box {
        width: 100%;
        padding: 0 !important;
        opacity: 0;
        pointer-events: none;
        -webkit-transform: translateY(4vw);
        transform: translateY(4vw);
    }

    .AddWapJoinItem {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
        transition: all 1s cubic-bezier(.4, 0, .2, 1);
    }

    .join_message_wrap {
        margin-top: 7.24637vw;
    }

    .join_message_item_box:after {
        display: none;
    }

    .join_message_item_box:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #d2d7df;
    }

    .join_message_item_label {
        width: 3.38164vw;
        height: 3.38164vw;
    }

    .join_message_item_label:nth-child(2) {
        margin-left: -1.69082vw;
    }

    .join_message_item_head {
        margin-top: 4.83091vw;
    }

    .join_message_item_icon {
        width: 9.66183vw;
    }

    .join_message_item_title {
        font-size: 4.83091vw;
        line-height: 7.24637vw;
        margin-top: 2.415458vw;
    }

    .join_message_item_read {
        margin-top: 2.415458vw;
    }

    .join_message_item_text {
        font-size: 2.6vw;
        line-height: 5vw;
    }

    .join_message_item_big {
        padding: 7.24637vw 0;
    }

    .join_button_wrap {
        margin-top: 12.0772vw;
    }

    .join_btn_item_box {
        width: 100%;
        margin: 0 0 4.83091vw 0;
    }

    .join_bottom_item_parcel {
        padding: 3.62318vw;
    }

    .join_btn_item_parcel {
        padding: 0 3.62318vw;
    }

    .join_btn_item_title {
        font-size: 4.83091vw;
        line-height: 7.24637vw;
    }

    .join_active_item_pack {
        padding: 3.62318vw 0;
        position: relative;
    }

    .join_active_item_animate {
        position: relative;
    }

    .join_active_item_pack:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 1px;
        background: #efefef;
    }

    .join_btn_item_tips {
        margin-top: 2.415458vw;
    }

    .join_btn_item_submit {
        font-size: 3.38164vw;
        line-height: 5.314vw;
        margin-right: 1.44927vw;
    }

    .join_btn_item_icon {
        width: 3.86473vw;
        height: 3.86473vw;
    }

    .join_btn_item_text {
        font-size: 2.6vw;
        line-height: 5vw;
        margin-top: 4.83091vw;
    }

    .join_btn_item_pack:after {
        -webkit-border-radius: 2.415458vw;
        border-radius: 2.415458vw;
    }

    .join_btn_item_box a:hover .join_btn_item_big {
        padding: 3.62318vw;
    }

    .join_btn_item_box a {
        -webkit-border-radius: 2.415458vw;
        border-radius: 2.415458vw;
    }

    .join_btn_item_box:nth-child(2n+1) {
        -webkit-transform: translateY(4vw);
        transform: translateY(4vw);
    }

    .join_btn_item_box:nth-child(2n) {
        -webkit-transform: translateY(4vw);
        transform: translateY(4vw);
    }

    .join_btn_item_box.AddJoinBtnItemBox {
        -webkit-transform: none;
        transform: none;
    }

    .join_active_wrap {
        padding: 24.15458vw 0 12.0772vw 0;
    }

    .join_screen_wrap {
        width: 48%;
    }

    .news_page_screen_box {
        width: 48%;
        margin: 0 4% 0 0;
    }

    .news_page_screen_box .news_screen_select_box {
        width: 100%;
        margin: 0;
    }

    .about_active_head .news_page_screen_box {
        width: auto;
        margin: 0 4% 0 0;
    }

    .contact_form_type_btn:after {
        -webkit-border-radius: 2.415458vw;
        border-radius: 2.415458vw;
    }

    .news_page_head .news_page_screen_box {
        width: 100%;
    }

    .news_page_head .news_screen_select_box {
        width: 48%;
        margin: 0 4% 0 0;
    }

    .news_page_head .news_screen_select_box:nth-child(2n) {
        margin: 0;
    }

    .join_screen_input input {
        font-size: 2.89855vw;
        line-height: 9.66183vw;
        padding: 0 2.415458vw;
    }

    .join_screen_title {
        font-size: 2.89855vw;
        line-height: 9.66183vw;
        display: none;
    }

    .join_screen_input {
        width: calc(100% - 7.24637vw);
    }

    .join_screen_icon {
        width: 2.89855vw;
        margin-left: 0;
    }

    .join_screen_button {
        width: 7.24637vw;
        height: 7.24637vw;
        padding-right: 0;
    }

    .join_screen_button a {
        width: 100%;
        height: 100%;
        -webkit-border-radius: 3.62318vw;
        border-radius: 3.62318vw;
    }

    .join_screen_box {
        width: 100%;
        -webkit-border-radius: 4.83091vw;
        border-radius: 4.83091vw;
    }

    .join_active_content {
        margin-top: 4.83091vw;
    }

    .join_active_item_head {
        padding: 0 3.62318vw;
    }

    .join_active_item_title {
        font-size: 4.3478vw;
        line-height: 6.28019vw;
        width: 60%;
    }

    .join_active_item_color {
        margin-right: 2.415458vw;
    }

    .join_active_item_text {
        font-size: 2.89855vw;
        line-height: 4.83091vw;
    }

    .join_active_item_time {
        width: 40%;
    }

    .join_active_item_top {
        padding: 3.62318vw 0;
    }

    .join_active_item_bottom {
        padding: 3.62318vw 0 3.62318vw 0;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }


    .join_active_item_bjq,
    .join_active_item_bjq p {
        font-size: 2.89855vw;
        line-height: 4.83091vw;
        color: #999999;
    }

    .join_active_item_bjq h1 {
        font-size: 4.3478vw;
        line-height: 6.28019vw;
    }

    .join_active_item_bjq h2 {
        font-size: 3.86473vw;
        line-height: 5.7971vw;
    }

    .join_active_item_bjq h3 {
        font-size: 3.38164vw;
        line-height: 5.314vw;
    }

    .join_active_item_label {
        font-size: 2.89855vw;
        line-height: 4.83091vw;
        width: 48%;
        max-width: initial;
        margin: 0 4% 1.44927vw 0;
    }

    .join_active_item_label:nth-child(2n) {
        margin: 0 0 1.44927vw 0;
    }

    .join_active_btn_text {
        display: none;
    }

    .join_active_item_tips {
        width: calc(100% - 4.83091vw);
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .join_active_item_btn {
        width: 3.38164vw;
        height: 4.83091vw;
    }

    .join_active_btn_icon {
        width: 3.38164vw;
        margin-left: 0;
    }

    .join_active_mail_btn, .join_active_mail_btn a {
        font-size: 3.38164vw;
        line-height: 5.7971vw;
    }

    .join_active_mail_btn {
        margin-top: 4.83091vw;
    }

    .join_active_item_head:after {
        height: 1px;
    }

    .join_active_item_box {
        margin-bottom: 4.83091vw;
        -webkit-border-radius: 2.415458vw;
        border-radius: 2.415458vw;
    }

    .join_active_tab {
        padding-bottom: 4.83091vw;
    }

    .contact_page_wrap {
        padding: 12.0772vw 0 0 0;
    }

    .contact_page_title {
        font-size: 5.314vw;
        line-height: 7.24637vw;
    }

    .contact_page_subtitle {
        font-size: 2.6vw;
        line-height: 5vw;
        margin-top: 2.415458vw;
    }

    .contact_message_wrap {
        margin-top: 7.24637vw;
    }

    .contact_message_box {
        padding: 7.24637vw 0;
    }

    .contact_message_tips {
        width: 100%;
        padding-right: 0;
    }

    .contact_public_title {
        font-size: 5.314vw;
        line-height: 7.24637vw;
    }

    .contact_public_text {
        font-size: 2.6vw;
        line-height: 5vw;
        margin-top: 2.415458vw;
    }

    .contact_message_item_box {
        width: 100% !important;
    }

    .contact_message_item_box:nth-child(2) {
        margin: 7.24637vw 0 0 0;
    }

    .contact_message_content {
        width: 100%;
        margin: 7.24637vw 0 0 0;
    }

    .contact_message_item_icon {
        width: 5.7971vw;
        height: 5.7971vw;
    }

    .contact_message_item_title {
        font-size: 3.86473vw;
        line-height: 5.7971vw;
        margin-left: 2.415458vw;
    }

    .contact_message_item_read {
        margin-top: 7.24637vw;
    }

    .contact_message_item_subtitle {
        font-size: 3.86473vw;
        line-height: 5.7971vw;
    }

    .contact_message_item_text, .contact_message_item_text a {
        font-size: 3vw;
        line-height: 6.2vw;
    }

    .contact_form_box {
        padding: 12.0772vw 0;
    }

    .contact_form_content {
        width: 100%;
        margin-top: 7.24637vw;
    }

    .contact_form_item_box {
        width: 100%;
        margin: 0 0 2.415458vw 0;
    }

    .contact_form_select_box {
        -webkit-border-radius: 1.44927vw;
        border-radius: 1.44927vw;
        padding-right: 2.415458vw;
    }

    .contact_form_select_icon {
        width: 2.89855vw;
    }

    .contact_form_title {
        font-size: 3.86473vw;
        line-height: 5.7971vw;
        margin-bottom: 2.415458vw;
    }

    .contact_form_select_input input {
        padding: 0 2.415458vw;
        font-size: 2.89855vw;
        line-height: 9.66183vw;
    }

    .contact_form_item_input input {
        font-size: 2.89855vw;
        line-height: 9.66183vw;
        -webkit-border-radius: 1.44927vw;
        border-radius: 1.44927vw;
        padding: 0 2.415458vw;
    }

    .contact_form_tab {
        margin-bottom: 2.415458vw;
    }

    .contact_form_select_input {
        width: calc(100% - 2.89855vw);
    }

    .contact_form_select_big {
        -webkit-border-radius: 1.44927vw;
        border-radius: 1.44927vw;

        padding: 12.0772vw 0 2.415458vw 0;
    }

    .contact_form_select_option {
        padding: 0 2.415458vw;
        font-size: 2.89855vw;
        line-height: 5.7971vw;
    }

    .contact_form_select_pack {
        max-height: 23.1884vw;
        overflow: auto;
    }

    .contact_form_textarea_box {
        width: 100%;
        margin: 0 0 2.415458vw 0;
    }

    .contact_form_item_textarea textarea {
        font-size: 2.89855vw;
        line-height: 5.314vw;
        height: 28.50241vw;
        padding: 3.62318vw 2.415458vw;
        -webkit-border-radius: 1.44927vw;
        border-radius: 1.44927vw;
    }

    .contact_form_type_box {
        width: 100%;
    }

    .contact_form_type_read {
        width: 100%;
        padding: 4.83091vw 2.415458vw;
    }

    .contact_form_type_btn {
        font-size: 3.38164vw;
        line-height: 9.66183vw;
        width: 28.985vw;
    }

    .contact_form_type_title {
        font-size: 3.38164vw;
        line-height: 5.314vw;
    }

    .contact_form_type_text {
        font-size: 2.89855vw;
        line-height: 4.83091vw;
    }

    .contact_form_base {
        padding: 2.415458vw 0 0 0;
    }

    .create_form_check_label label {
        padding-left: 2.415458vw;
    }

    .create_form_check_label {
        font-size: 2.89855vw;
        line-height: 4.83091vw;
    }

    .contact_form_check_li {
        margin-right: 7.24637vw;
    }

    .contact_form_check_input input {
        -webkit-border-radius: 0.48309vw;
        border-radius: 0.48309vw;
    }

    .contact_form_tips_tab .contact_form_check_input {
        width: 2.89855vw;
        height: 2.89855vw;
        margin-top: 0.966183vw;
    }

    .contact_form_check_label {
        font-size: 2.89855vw;
        line-height: 4.83091vw;
        width: calc(100% - 2.89855vw);
        padding-left: 2.415458vw;
    }

    .contact_form_tips_tab .contact_form_check_li {
        margin: 0;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .contact_form_check_label label {
        padding: 0;
    }

    .contact_form_tips_tab {
        margin-top: 4.83091vw;
    }

    .contact_form_button {
        margin-top: 4.83091vw;
    }

    .contact_form_btn button {
        font-size: 3.38164vw;
        line-height: 9.66183vw;
        -webkit-border-radius: 1.44927vw;
        border-radius: 1.44927vw;
    }

    .contact_form_btn {
        width: 32vw;
    }

    .contact_ewm_box {
        padding: 12.0772vw 0;
    }

    .contact_ewm_content {
        width: 100%;
        margin-top: 7.24637vw;
    }

    .contact_ewm_item_box {
        width: 35%;
        margin: 0 8% 0 0 !important;
    }

    .contact_ewm_item_box:nth-child(2n) {
        margin: 0 !important;
    }

    .contact_ewm_item_title {
        font-size: 3.38164vw;
        line-height: 5.314vw;
        margin-top: 2.415458vw;
    }

    .case_page_head {
        padding: 0 3.62318vw;
    }

    .case_global_box {
        padding: 12.0772vw 0 0 0;
    }

    .case_page_head .news_page_screen_box {
        width: 100%;
    }

    .case_global_content {
        margin-top: 12.0772vw;
    }

    .merchant_wrap {
        padding: 7.24637vw 0 12.0772vw 0;
    }

    .merchant_item_box {
        width: 100%;
        margin: 0 0 4.83091vw 0 !important;
    }

    .merchant_item_pack {
        padding: 3.62318vw;
    }

    .merchant_item_title {
        font-size: 3.86473vw;
        line-height: 6.28019vw;
    }

    .merchant_item_max {
        height: 21.25603vw;
        margin-top: 2.415458vw;
    }

    .merchant_item_text {
        font-size: 3.38164vw;
        line-height: 5.314vw;
    }

    .merchant_item_add {
        font-size: 2.89855vw;
        line-height: 4.83091vw;
        margin-top: 2.415458vw;
    }

    .merchant_item_head_box {
        width: 9.66183vw;
    }

    .merchant_item_read {
        width: calc(100% - 9.66183vw);
        padding-left: 2.415458vw;
    }

    .merchant_item_name {
        font-size: 3.38164vw;
        line-height: 5.314vw;
    }

    .merchant_item_label {
        font-size: 2.89855vw;
        line-height: 4.83091vw;
    }

    .merchant_item_tips {
        margin-top: 4.83091vw;
    }

    .merchant_item_box a {
        -webkit-border-radius: 2.415458vw 2.415458vw 0 0;
        border-radius: 2.415458vw 2.415458vw 0 0;
    }

    .merchant_item_box a:hover {
        -webkit-box-shadow: 0 2.415458vw 4.83091vw rgba(71, 117, 239, .1);
        box-shadow: 0 2.415458vw 4.83091vw rgba(71, 117, 239, .1);
    }

    .merchant_tab {
        padding-bottom: 4.83091vw;
    }

    .case_active_pack {
        width: 100%;
    }

    .case_active_wrap {
        position: relative;
        padding: 24.15458vw 0 12.0772vw 0;
    }

    .case_active_title {
        font-size: 5.314vw;
        line-height: 7.24637vw;
    }

    .case_active_bjq, .case_active_bjq p {
        font-size: 3.38164vw;
        line-height: 5.314vw;
    }

    .case_active_bjq {
        margin-top: 4.83091vw;
    }

    .case_active_tips_wrap {
        position: relative;
        top: 0;
        width: 100%;
        -webkit-border-radius: 2.415458vw 2.415458vw 0 0;
        border-radius: 2.415458vw 2.415458vw 0 0;
        margin-top: 7.24637vw;
    }

    .case_active_tips_content {
        padding: 3.62318vw;
    }

    .case_active_head_box {
        width: 12.0772vw;
        padding: 0.48309vw;
    }

    .case_active_tips_title {
        font-size: 3.38164vw;
        line-height: 5.314vw;
    }

    .case_active_tips_text {
        font-size: 2.89855vw;
        line-height: 4.83091vw;
    }

    .case_active_tips_read {
        width: calc(100% - 12.0772vw);
        padding-left: 2.415458vw;
    }

    .case_active_message_box {
        padding: 3.62318vw;
    }

    .case_active_message_text {
        font-size: 3.38164vw;
        line-height: 6.76328vw;
    }

    .case_active_tips_box:after {
        height: 0.48309vw;
    }

    .news_active_btn_icon {
        width: 3.38164vw;
    }

    .news_active_btn_text {
        font-size: 3.38164vw;
        line-height: 14.4927vw;
        margin-left: 2.415458vw;
    }

    .case_active_related_title {
        font-size: 4.3478vw;
        line-height: 6.28019vw;
    }

    .case_active_related_box {
        margin-top: 4.83091vw;
    }

    .case_active_related_wrap {
        margin-top: 12.0772vw;
    }

    .case_active_content {
        padding-bottom: 12.0772vw;
    }

    .esg_page_wrap {
        padding: 12.0772vw 0 0 0;
        border-radius: 0;
    }

    .esg_concept_tips_box {
        padding-left: 0;
        margin-top: 2.415458vw;
    }

    .esg_concept_tips_text {
        font-size: 3.6vw;
        line-height: 6vw;
    }

    .esg_concept_tips_title {
        font-size: 3.6vw;
        line-height: 6vw;
        margin-top: 2.415458vw;
    }

    .esg_concept_tab {
        padding-left: 0;
        margin-top: 7.24637vw;
        padding-bottom: 7.24637vw;
    }

    .esg_concept_item_title {
        font-size: 2.6vw;
        line-height:5vw;
        width: calc(100% - 3vw);
        padding-left: 3.38164vw;
    }

    .esg_concept_item_box {
        -webkit-align-items: flex-start;
        align-items: flex-start;
        margin-bottom: 1.93236vw;
    }

    .esg_concept_item_icon {
        width: 3vw;
        height: 3vw;
        margin-top: 1vw;
    }

    .esg_concept_min_pic {
        width: 100%;
        -webkit-border-radius: 2.415458vw;
        border-radius: 2.415458vw;
        height: 43.47826vw;
    }

    .esg_concept_max_pic {
        width: 100%;
        height: 43.47826vw;
        -webkit-border-radius: 2.415458vw;
        border-radius: 2.415458vw;
        margin-top: 4.83091vw;
    }

    .esg_concept_min_img, .esg_concept_max_img {
        height: 120.7729vw;
    }

    .esg_concept_slogan_text {
        font-size: 11.5942vw;
        line-height: 12.0772vw;
    }

    .esg_concept_slogan_box {
        margin-top: 4.83091vw;
    }

    .esg_duty_wrap {
        padding: 12.0772vw 0;
    }

    .esg_duty_tab {
        margin-top: 7.24637vw;
    }

    .esg_duty_item_box {
        width: 100%;
        margin: 0 0 4.83091vw 0;
        padding: 4.83091vw 3.62318vw;
        -webkit-border-radius: 2.415458vw;
        border-radius: 2.415458vw;
        -webkit-box-shadow: 0 0 4.83091vw rgba(231, 231, 231, .5);
        box-shadow: 0 0 4.83091vw rgba(231, 231, 231, .5);
    }

    .esg_duty_item_icon {
        width: 9.66183vw;
        height: 9.66183vw;
    }

    .esg_duty_item_title {
        font-size: 5.314vw;
        line-height: 7.24637vw;
        margin-top: 3.62318vw;
    }

    .esg_duty_item_line {
        margin: 4.83091vw auto 0;
        width: 8.2125vw;
        height: 0.72463vw;
    }

    .esg_duty_item_read {
        margin-top: 4.83091vw;
    }

    .esg_core_box {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        z-index: 9;
        padding: 0;
    }

    .esg_core_wrap {
        margin-top: 0;
    }

    .esg_core_back {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding-bottom: 0;
    }

    .esg_core_tab {
        margin-top: 7.24637vw;
    }

    .esg_core_content {
        padding: 12.0772vw 0;
    }

    .esg_core_item_box {
        width: 100%;
        margin: 0 0 4.83091vw 0 !important;
        backdrop-filter: blur(0.6vw);
    }

    .esg_core_item_content {
        -webkit-border-radius: 2.415458vw;
        border-radius: 2.415458vw;
    }

    .esg_core_item_icon {
        right: -2.41545vw;
        top: -2.41545vw;
        width: 24.15458vw;
        height: 24.15458vw;
    }

    .esg_core_item_read {
        padding: 7.24637vw 4.83091vw;
    }

    .esg_core_item_pack {
        margin-top: 0;
        -webkit-transform: none;
        transform: none;
    }

    .esg_core_item_line {
        display: none;
    }

    .esg_core_item_title {
        font-size: 4.83091vw;
        line-height: 7.24637vw;
        color: #ffffff;
    }

    .esg_core_item_text {
        font-size: 4.83091vw;
        line-height: 7.24637vw;
        opacity: 0;
    }

    .esg_core_item_label {
        font-size: 2.6vw;
        line-height: 6vw;
        margin-top: 2.415458vw;
        color: rgba(255, 255, 255, 1);
    }

    .esg_core_item_label {
        opacity: 1;
        -webkit-transform: translateY(-7.24637vw);
        transform: translateY(-7.24637vw);
    }

    .esg_core_item_box:hover .esg_core_item_label {
        -webkit-transform: translateY(-7.24637vw);
        transform: translateY(-7.24637vw);
    }

    .esg_core_item_box:hover .esg_core_item_content {
        background: rgba(0, 0, 0, .1);
    }

    .esg_core_item_box:hover .esg_core_item_icon {
        opacity: 1;
    }

    .esg_core_item_box:hover .esg_core_item_pack {
        -webkit-transform: none;
        transform: none;
        margin-top: 0;
    }


    .esg_core_item_box:hover .esg_core_item_title {
        color: #ffffff;
    }

    .esg_core_item_box:hover .esg_core_item_text {
        opacity: 0;
    }

    .esg_core_item_box:hover .esg_core_item_line svg {
        stroke-dashoffset: 0;
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
    }

    .investor_page_head .news_page_screen_box {
        width: 100%;
        margin: 0;
    }

    .investor_page_tab {
        padding: 7.24637vw 0;
    }

    .investor_item_title {
        font-size: 3.38164vw;
        line-height: 13.52657vw;
        width: 85%;
    }

    .investor_page_wrap {
        padding: 12.0772vw 0;
    }

    .investor_item_label {
        font-size: 2.89855vw;
        line-height: 13.52657vw;
        -webkit-transform: none;
        transform: none;
    }

    .investor_item_tips {
        width: 15%;
    }

    .investor_item_icon {
        width: 3.38164vw;
        margin-left: 1.44927vw;
        opacity: 1;
    }

    .report_item_box {
        width: 48%;
        margin: 0 4% 4.83091vw 0 !important;
    }

    .report_item_box:nth-child(2n) {
        margin: 0 0 4.83091vw 0 !important;
    }

    .report_item_box a .report_item_img {
        -webkit-box-shadow: 0 1.20772vw 2.415458vw rgba(118, 145, 218, .4);
        box-shadow: 0 1.20772vw 2.415458vw rgba(118, 145, 218, .4);
    }

    .report_item_title {
        font-size: 3.86473vw;
        line-height: 5.7971vw;
        margin-top: 3.62318vw;
    }

    .investor_pagination_wrap {
        margin-top: 4.83091vw;
    }

    .report_page_tab {
        margin-top: 7.24637vw;
    }

    .investor_ecology_box {
        margin-top: 7.24637vw;
    }

    .investor_ecology_title {
        font-size: 4.3478vw;
        line-height: 6.28019vw;
    }

    .investor_ecology_big img {
        padding: 5.7971vw 0;
    }

    .investor_ecology_big p {
        font-size: 3.38164vw;
        line-height: 5.314vw;
    }

    .investor_ecology_wrap {
        padding-bottom: 0;
    }

    .governance_page_box {
        padding-top: 7.24637vw;
    }

    .governance_page_title {
        font-size: 4.83091vw;
        line-height: 7.24637vw;
    }

    .governance_page_tab {
        margin-top: 4.83091vw;
    }

    .governance_item_box {
        width: 100%;
        margin: 0 0 4.83091vw 0 !important;
        -webkit-border-radius: 2.415458vw;
        border-radius: 2.415458vw;
    }

    .governance_item_content {
        padding: 4.83091vw;
    }

    .governance_item_title {
        font-size: 3.86473vw;
        line-height: 5.7971vw;
    }

    .governance_item_box:after {
        -webkit-border-radius: 2.415458vw;
        border-radius: 2.415458vw;
    }

    .governance_item_read {
        font-size: 3.38164vw;
        line-height: 6.28019vw;
        margin-top: 4.83091vw;
    }

    .governance_item_label svg {
        stroke-width: 14vw;
    }

    .governance_item_back {
        right: -2.41545vw;
        top: -2.41545vw;
        width: 40%;
    }

    .stock_page_wrap {
        width: 100%;
    }

    .stock_page_tips {
        margin-top: 7.24637vw;
    }

    .stock_tips_title {
        font-size: 4.3478vw;
        line-height: 6.28019vw;
    }

    .stock_tips_read {
        margin-top: 4.83091vw;
    }

    .stock_tips_number {
        font-size: 12.0772vw;
        line-height: 12.0772vw;
    }

    .stock_tips_label {
        font-size: 3.86473vw;
        line-height: 7.24637vw;
        margin-left: 2.415458vw;
    }

    .stock_tips_link {
        margin-top: 4.83091vw;
    }

    .stock_tips_link a {
        font-size: 3.38164vw;
        line-height: 6.28019vw;
    }

    .stock_page_tab {
        margin-top: 12.0772vw;
    }

    .stock_item_box {
        max-width: 50%;
        width: 50%;
        margin-bottom: 2.415458vw;
    }

    .stock_item_title {
        font-size: 3.38164vw;
        line-height: 5.314vw;
    }

    .stock_item_number {
        font-size: 7.24637vw;
        line-height: 9.66183vw;
        margin-top: 0;
    }

    .stock_page_text {
        font-size: 3.38164vw;
        line-height: 5.314vw;
        margin-top: 4.83091vw;
    }

    .investor_form_content {
        width: 100%;
    }

    .investor_form_head {
        font-size: 4.3478vw;
        line-height: 6.28019vw;
    }

    .investor_form_wrap {
        position: relative;
        margin-top: 7.24637vw;
    }

    .investor_form_pack {
        margin-top: 7.24637vw;
    }

    .investor_form_tips {
        font-size: 3.86473vw;
        line-height: 5.7971vw;
    }

    .investor_form_big {
        margin-top: 2.415458vw;
    }

    .investor_form_min .investor_form_item_box {
        width: 100%;
        margin: 0 0 2.415458vw 0 !important;
    }

    .investor_form_item_box input {
        font-size: 2.89855vw;
        line-height: 9.66183vw;
        padding: 0 2.415458vw;
    }

    .investor_form_max .investor_form_item_box {
        margin: 0 0 2.415458vw 0 !important;
    }

    .investor_form_item_box textarea {
        font-size: 2.89855vw;
        line-height: 5.7971vw;
        padding: 2.415458vw;
        height: 28.0193vw;
    }

    .investor_form_img {
        width: 33.8164vw;
        height: 9.66183vw;
    }

    .investor_form_check_input input {
        font-size: 2.89855vw;
        line-height: 9.66183vw;
        padding: 0 2.415458vw;
    }

    .investor_form_check_input {
        width: 38.6473vw;
        margin-left: 2.415458vw;
    }

    .investor_form_tab_for_about {
        margin-top: 3vw;
    }

    .investor_form_tab_for_about .investor_form_check_input input {
        height: 9.66183vw;
        height: calc(9.66183vw + 2px);
        width: 60vw;
    }

    .investor_form_button {
        width: 32vw;
        margin-top: 2.415458vw;
    }

    .investor_form_button button {
        font-size: 3.38164vw;
        line-height: 9.66183vw;
        -webkit-border-radius: 1.44927vw;
        border-radius: 1.44927vw;
    }

    .advantage_page_tab {
        position: relative;
        display: none;
    }

    .advantage_animate_big {
        position: relative;
        height: auto;
    }

    .advantage_page_pack {
        position: relative;
        height: auto;
    }

    .advantage_animate_wrap {
        position: relative;
        height: auto;
    }

    .advantage_animate_content {
        height: auto;
        padding-bottom: 56.25%;
    }

    .advantage_animate_back {
        height: 0;
        padding-bottom: 56.25%;
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 0;
    }

    .advantage_animate_parcel {
        position: relative;
        padding: 0 3.62318vw;
        height: auto;
    }

    .advantage_animate_show {
        width: 100%;
        padding: 12.0772vw 0;
    }

    .advantage_animate_head {
        margin-bottom: 4.83091vw;
    }

    .advantage_animate_en {
        font-size: 3.38164vw;
        line-height: 5.314vw;
    }

    .advantage_animate_cn {
        font-size: 5.314vw;
        line-height: 7.24637vw;
        margin-top: 2.415458vw;
    }

    .advantage_animate_line {
        width: 7.24637vw;
        height: 0.48309vw;
    }

    .advantage_animate_text {
        font-size: 2.6vw;
        line-height: 5vw;
        margin-top: 4.83091vw;
    }

    .advantage_animate_tab {
        margin-top: 7.24637vw;
    }

    .advantage_animate_icon {
        width: 3.4vw;
        margin-top: 0.8vw;
    }

    .advantage_animate_label {
        font-size: 2.6vw;
        line-height: 5vw;
        width: calc(100% - 3.4vw);
        padding-left: 2.415458vw;
    }

    .advantage_animate_item_box {
        padding: 1.20772vw 0;
    }

    .service_train_content {
        position: relative;
        height: auto;
        padding: 12.0772vw 0;
    }

    .service_train_back {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 0;
    }

    .service_train_pack {
        padding: 0;
    }

    .service_train_big {
        padding: 0 3.62318vw;
    }

    .service_train_label_text {
        font-size: 3.38164vw;
        line-height: 5.314vw;
    }

    .service_train_title_text {
        font-size: 5.314vw;
        line-height: 7.24637vw;
        margin-top: 2.415458vw;
    }

    .service_train_subtitle_box {
        margin-top: 4.83091vw;
    }

    .service_train_subtitle_text {
        font-size: 2.6vw;
        line-height:5vw;
    }

    .service_train_item_active {
        width: 100%;
    }

    .service_train_item_box {
        width: 100% !important;
        margin: 0 0 2.415458vw 0 !important;
    }

    .service_train_tips_box {
        opacity: 0;
    }

    .service_train_tab {
        -webkit-flex-flow: wrap;
        flex-flow: wrap;
        margin-top: 7.24637vw;
    }

    .service_train_item_big {
        padding: 4.83091vw;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .service_train_item_content {
        height: auto;
        backdrop-filter: blur(1vw);
        -webkit-border-radius: 2.415458vw;
        border-radius: 2.415458vw;

    }

    .service_train_item_title {
        font-size: 4vw;
        line-height: 5.6vw;
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: none;
        transform: none;
    }

    .service_train_item_text {
        font-size: 2.6vw;
        line-height: 5vw;
        margin-top: 2.415458vw;
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: none;
        transform: none;
    }

    .service_purchaser_wrap {
        padding: 12.0772vw 0;
    }

    .service_public_head .service_purchaser_subtitle_box {
        margin-top: 4.83091vw;
    }

    .service_purchaser_subtitle_text {
        font-size: 2.6vw;
        line-height: 5vw;
    }

    .service_purchaser_swiper {
        margin-top: 7.24637vw;
        overflow: initial;
        padding: 9.66183vw 0 0 0;
    }

    .service_purchaser_item_box {
        -webkit-border-radius: 2.415458vw;
        border-radius: 2.415458vw;
        margin-bottom: 0;
    }

    .service_purchaser_swiper .swiper-slide-active .service_purchaser_item_box {
        -webkit-transform: translateY(-9.66183vw);
        transform: translateY(-9.66183vw);
    }

    .service_purchaser_swiper .swiper-slide-duplicate-active .service_purchaser_item_box {
        -webkit-transform: translateY(-9.66183vw);
        transform: translateY(-9.66183vw);
    }

    .service_purchaser_item_read {
        padding: 3.62318vw;
    }

    .service_purchaser_item_title {
        font-size: 4vw;
        line-height: 6vw;
    }

    .service_purchaser_item_text {
        font-size: 2.6vw;
        line-height:5vw;
        margin-top: 2.415458vw;
    }

    .service_purchaser_control_box {

        margin-top: 7.24637vw;
    }

    .service_purchaser_control_text {
        font-size: 4.3478vw;
        line-height: 7.24637vw;
        margin-right: 2.415458vw;
    }

    .service_purchaser_control_center {
        font-size: 2.89855vw;
    }

    .service_purchaser_control_label {
        font-size: 2.6vw;
        line-height: 9.66183vw;
        margin-left: 1.44927vw;
    }

    .service_purchaser_control_tips {
        width: 21.7391vw;
    }

    .service_purchaser_control_big {
        width: 21.7391vw;
    }

    .service_purchaser_control_refer {
        width: 45%;
    }

    .index_news_head_icon {
        width: 9.66183vw;
        height: 9.66183vw;
    }

    .index_news_head_btn {
        margin-right: 2.415458vw;
    }

    .index_news_head_btn:last-child {
        margin: 0;
    }

    .service_purchaser_refer_btn {
        padding: 0 4.83091vw;
        -webkit-border-radius: 4.83091vw;
        border-radius: 4.83091vw;
    }

    .esg_duty_item_text {
        font-size: 2.6vw;
        line-height: 5vw;
    }

    .service_trust_wrap {
        padding: 12.0772vw 0;
    }

    .service_trust_item_subtitle {
        font-size: 2.6vw;
        line-height:5vw;
        margin-top: 1.041666vw;
        height: auto;
        overflow: initial;
        text-overflow: initial;
        display: block;
    }

    .service_trust_subtitle_box {
        margin-top: 4.83091vw;
    }

    .service_trust_content {
        margin-top: 12.0772vw;
    }

    .service_trust_item_box {
        width: 100%;
        padding: 0 0 7.24637vw 0 !important;
        margin: 0 0 7.24637vw 0;
    }

    .service_trust_item_icon {
        width: 9.66183vw;
        height: 9.66183vw;
    }

    .service_trust_item_title {
        font-size: 4.3478vw;
        line-height: 6.28019vw;
    }

    .service_trust_item_pack {
        margin-top: 4.83091vw;
        -webkit-transform: none;
        transform: none;
    }

    .service_trust_item_read {
        margin-top: 4.83091vw;
    }

    .service_trust_item_box:after {
        display: none;
    }

    .service_trust_item_box:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #e8e8e8;
    }

    .service_trust_item_big {
        margin-top: 4.83091vw;
        opacity: 1;
        pointer-events: auto;
    }

    .service_trust_item_line {
        width: 7.24637vw;
        height: 0.48309vw;
    }

    .service_trust_item_text {
        font-size: 2.6vw;
        line-height:5vw;
        height: auto;
        color: #111111;
        overflow: initial;
        text-overflow: initial;
        display: block;
        -webkit-box-orient: initial;
    }
    .service_form_checkbox_read {
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    .service_form_checkbox_read .service_form_checkbox_input{
        margin: 0.6vw 0 0 0;
    }
    .service_form_popup_content {
        width: 90%;
    }

    .service_form_popup_close {
        right: 50%;
        top: 100%;
        width: 4.3478vw;
        -webkit-transform: translateX(50%) translateY(4.8309vw);
        transform: translateX(50%) translateY(4.8309vw);
    }

    .index_industry_pack {
        width: 100%;
        height: auto;
    }

    .index_main_page_wrap {
        margin-top: 0;
        z-index: 29;
    }

    .index_main_page_after {
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .index_main_page_box {
        padding: 0;
    }

    .index_news_pack {
        padding: 12.0772vw 0;
    }

    .index_news_wrap {
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .index_sound_back {
        position: absolute;
        height: 100%;
    }

    .index_industry_earth_after {
        display: none;
    }

    .index_industry_earth_before {
        display: none;
    }

    .index_news_box {
        padding: 0 3.62318vw;
    }

    .index_earth_read {
        position: relative;
        bottom: 0;
        padding: 0 3.62318vw;
        pointer-events: auto;
    }

    .index_earth_item_number {
        font-size: 5.314vw;
        line-height: 7.24637vw;
    }

    .index_earth_item_label {
        font-size: 5.314vw;
        line-height: 7.24637vw;
    }

    .index_earth_item_min {
        font-size: 3.86473vw;
        line-height: 6.28019vw;
        margin-left: 1.20772vw;
    }

    .index_earth_item_text {
        font-size: 3vw;
        line-height: 5.7971vw;
    }

    .index_earth_item_li {
        width: 50%;
    }

    .index_earth_item_box {
        width: 100%;
        margin-bottom: 4.83091vw;
        opacity: 0 !important;
        pointer-events: none !important;
        -webkit-transform: translateY(4vw) !important;
        transform: translateY(4vw) !important;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .index_earth_item_box.AddWapEarthItemBox {
        opacity: 1 !important;
        pointer-events: auto !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
        transition: all 1s cubic-bezier(.4, 0, .2, 1);
    }

    .wap_industry_wrap {
        padding: 12.0772vw 0;
        position: relative;
        display: block;
        z-index: 9;
    }

    .wap_industry_box {
        position: relative;
        z-index: 9;
    }

    .wap_industry_wrap .index_main_page_back {
        display: block;
    }

    .index_main_circle_back {
        top: 0;
        height: 100%;
        background: #000;
    }

    .index_sound_box {
        padding: 12.0772vw 0 0 0;
    }


    .index_sound_item_box {
        width: 100%;
        margin: 0 0 4.83091vw 0 !important;
        opacity: 0 !important;
        pointer-events: none !important;
        -webkit-transform: translateY(4vw) !important;
        transform: translateY(4vw) !important;
    }

    .AddWapSoundItemBox {
        opacity: 1 !important;
        pointer-events: auto !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
        transition: all 1s cubic-bezier(.4, 0, .2, 1);
    }

    .index_sound_item_content {
        -webkit-transform: none !important;
        transform: none !important;
    }

    .index_sound_item_read {
        width: 64.8383%;
        padding: 3.62318vw;
    }

    .index_sound_big {
        padding: 0 3.62318vw;
    }

    .index_sound_item_message {
        padding-left: 2.415458vw;
        width: calc(100% - 9.66183vw);
    }

    .index_sound_item_name {
        font-size: 3.38164vw;
        line-height: 4.83091vw;
    }

    .index_sound_head_title {
        font-size: 5.314vw;
        line-height: 7.24637vw;
    }

    .index_sound_fixed_button .public_button_box a:after {
        -webkit-border-radius: 4.83091vw;
        border-radius: 4.83091vw;
    }

    .index_sound_item_img {
        padding: 0;
        height: 100%;
    }

    .index_sound_tab {
        margin-top: 7.24637vw;
    }

    .index_sound_fixed_button {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }

    .index_sound_fixed_head {
        position: relative;
        right: 0;
        top: 0;
    }

    .index_sound_item_label {
        font-size: 2.89855vw;
        line-height: 4.83091vw;
    }

    .index_sound_item_head {
        width: 9.66183vw;
    }

    .index_sound_item_pack {
        margin-top: 4.83091vw;
    }

    .index_sound_item_text {
        font-size: 2.89855vw;
        line-height: 4.83091vw;
    }

    .index_industry_subtitle {
        font-size: 5.314vw;
        line-height: 7.24637vw;
        text-align: center;
    }

    .index_industry_title {
        font-size: 3.38164vw;
        line-height: 5.314vw;
        text-align: center;
        margin-top: 0;
    }

    .index_news_head_subtitle {
        font-size: 5.314vw;
        line-height: 7.24637vw;
    }

    .index_news_head_title {
        font-size: 3vw;
        line-height: 5.314vw;
        margin: 0;
    }

    .index_news_content {
        margin-top: 7.24637vw;
    }

    .index_news_item_read {
        padding: 3.62318vw;
    }

    .index_news_item_time {
        font-size: 3.86473vw;
        line-height: 5.7971vw;
        margin-left: 1vw;
    }

    .index_news_item_icon {
        width: 1.6vw;
        height: 1.6vw;
    }

    .index_news_item_title a {
        font-size: 3.86473vw;
        line-height: 5.7971vw;
    }

    .index_news_item_text {
        margin-top: 2.415458vw;
        font-size: 2.89855vw;
        line-height: 4.83091vw;
        display: none;
    }

    .index_news_item_button {
        position: relative;
        opacity: 1;
        transform: none;
        margin-top: 4.83091vw;
    }

    .index_news_item_pack {
        padding-bottom: 0;
    }

    .index_news_item_tips {
        margin-bottom: 2.415458vw;
    }

    .news_active_wrap {
        padding: 24.15458vw 0 12.0772vw 0;
    }

    .news_active_box {
        padding: 0 3.62318vw;
    }

    .news_active_editor_title {
        font-size: 5.314vw;
        line-height: 7.24637vw;
    }

    .news_active_editor_wrap {
        width: 100%;
    }

    .news_active_editor_label {
        font-size: 2.89855vw;
        line-height: 4.83091vw;
        padding: 0 4.83091vw;
    }

    .news_active_editor_label:first-child {
        padding: 0 4.83091vw 0 0;
    }

    .news_active_editor_bjq, .news_active_editor_bjq p {
        font-size: 3.38164vw;
        line-height: 5.7971vw;
    }

    .news_active_editor_bjq {
        margin-top: 7.24637vw;
    }

    .news_active_related_title {
        font-size: 4.3478vw;
        line-height: 6.28019vw;
    }

    .news_active_related_li {
        padding: 4.83091vw 0;
    }

    .news_active_related_text {
        font-size: 3.38164vw;
        line-height: 6.28019vw;
    }

    .news_active_related_li:before {
        height: 1px;
    }

    .news_active_related_read {
        padding-left: 3.62318vw;
    }

    .news_page_content {
        margin-top: 7.24637vw;
    }

    .activity_item_box {
        width: 100%;
        margin: 0 0 4.83091vw 0 !important;
    }

    .activity_item_read {
        padding: 2.415458vw 0 0 0;
    }

    .activity_item_title a {
        font-size: 3.86473vw;
        line-height: 5.7971vw;
    }

    .activity_item_tips_wrap {
        margin-top: 2.415458vw;
    }

    .activity_item_tips_label {
        font-size: 2.89855vw;
        line-height: 4.83091vw;
        margin-left: 2.415458vw;
        max-width: calc(100% - 3.86473vw);
    }

    .activity_item_tips_icon {
        width: 2.89855vw;
    }

    .activity_item_tips_box {
        padding-right: 4.83091vw;
    }

    .activity_item_button {
        width: 9.66183vw;
        height: 9.66183vw;
    }

    .activity_item_pack:after {

        height: 0.48309vw;
        background: #25b472;
    }

    .activity_item_pic a {
        -webkit-border-radius: 2.415458vw;
        border-radius: 2.415458vw;
    }

    .vert_page_content {
        padding: 26.57vw 0 12.0772vw 0;
    }

    .vert_page_caption_box {
        width: 100%;
    }

    .vert_public_title {
        font-size: 6vw;
        line-height: 8vw;
    }

    .vert_public_subtitle {
        font-size: 3vw;
        line-height: 5vw;
    }

    .vert_public_text {
        font-size: 3vw;
        line-height: 5vw;
    }

    .vert_public_read {
        margin-top: 4.83091vw;
    }

    .vert_pic_wrap {
        width: 100%;
        margin-top: 7.24637vw;
    }

    .vert_pic_big {
        width: 100%;
    }

    .vert_page_wrap {
        border-radius: 0;
    }

    .vert_pic_pack {
        width: 100%;
    }

    .vert_pic_content {
        padding: 7.24637vw 0;
    }

    .vert_pic_min_swiper {
        display: none;
    }

    .vert_pic_max_img {
        padding-bottom: 80%;
    }

    .vert_pic_max_swiper {
        -webkit-border-radius: 9.66183vw 0 0 0;
        border-radius: 9.66183vw 0 0 0;
    }

    .vert_pic_max_read {
        padding: 3.62318vw;
    }

    .vert_pic_max_title {
        font-size: 3vw;
        line-height:5vw;
    }

    .vert_pic_max_text {
        font-size: 2vw;
        line-height: 4vw;
        margin-top: 2.415458vw;
    }

    .vert_page_line_box {
        display: none;
    }

    .global_add_item_icon {
        width: 2vw;
        height: 2vw;
    }

    .service_purchaser_control_icon {
        width: 4vw;
    }

    .vert_pic_text {
        font-size: 3vw;
        line-height:6vw;
        width: calc(100% - 7.24637vw);
    }

    .vert_pic_number {
        font-size: 3vw;
        line-height: 6vw;
        width: 7.24637vw;
    }

    .vert_service_wrap {
        margin-top: 4.83091vw;
        padding-bottom: 0;
    }

    .vert_service_title {
        font-size: 3vw;
        line-height: 6vw;
    }

    .vert_service_subtitle {
        font-size: 2.6vw;
        line-height: 5vw;
        margin-top: 1.44927vw;
    }

    .vert_service_button {
        margin-top: 4.83091vw;
    }

    .vert_pic_big {
        -webkit-transform: translateY(4vw);
        transform: translateY(4vw);
    }

    .AddVertPicBig {
        -webkit-transform: none;
        transform: none;
    }

    .vert_pic_pack {
        -webkit-transform: translateY(4vw);
        transform: translateY(4vw);
    }

    .AddVertPicPack {
        -webkit-transform: none;
        transform: none;
    }

    .vert_pic_li {
        margin-bottom: 1.20772vw;
    }

    .vert_service_item_box {
        width: 50%;
    }

    .vert_service_item_content {
        padding: 3vw 3vw 3vw 0;
    }

    .vert_service_item_icon {
        width: 10vw;
        height: 10vw;
    }

    .vert_service_item_read {
        margin-top: 4.83091vw;
    }

    .vert_service_item_title {
        font-size: 2.6vw;
        line-height: 5vw;
    }
    .excel_circle_head {
        padding:0;
    }
    .vert_service_item_text {
        font-size: 2.89855vw;
        line-height: 4.83091vw;
        height: auto;
        margin-top: 2.415458vw;
        overflow: initial;
        text-overflow: initial;
        display: block;
    }

    .vert_service_item_box:after {
        display: none;
    }

    .vert_service_item_box:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #eaeaea;
    }

    .vert_service_tab {
        -webkit-border-radius: 2.415458vw;
        border-radius: 2.415458vw;
        margin-top: 7.24637vw;
    }

    .excel_page_wrap {
        margin-top: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        padding: 0;
    }

    .excel_circle_wrap {
        padding: 12.0772vw 0;
    }

    .excel_page_line_box {
        display: none;
    }

    .AddWapExcelCircleHead .vert_public_title {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
        transition: all 1s cubic-bezier(.4, 0, .2, 1);
    }

    .AddWapExcelCircleHead .vert_public_subtitle {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
        transition: all 1s cubic-bezier(.4, 0, .2, 1);
        -webkit-transition-delay: .1s;
        transition-delay: .1s;
    }

    .AddWapExcelCircleHead .vert_public_text {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
        transition: all 1s cubic-bezier(.4, 0, .2, 1);
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
    }

    .excel_circle_content {
        margin-top: 19.3236vw;
    }


    .AddWapExcelCircleBig .excel_circle_shade img {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
        transition: all 1s cubic-bezier(.4, 0, .2, 1);
    }

    .AddWapExcelCircleBig .excel_circle_parcel {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
        transition: all 1s cubic-bezier(.4, 0, .2, 1);
    }

    .AddWapExcelCircleBig .excel_circle_line_label:nth-child(1) img {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
        transition: all 1s cubic-bezier(.4, 0, .2, 1);
        -webkit-transition-delay: .1s;
        transition-delay: .1s;
    }

    .AddWapExcelCircleBig .excel_circle_line_label:nth-child(2) img {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
        transition: all 1s cubic-bezier(.4, 0, .2, 1);
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
    }

    .AddWapExcelCircleBig .excel_circle_line_label:nth-child(3) img {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
        transition: all 1s cubic-bezier(.4, 0, .2, 1);
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
    }

    .AddWapExcelCircleBig .excel_circle_line_label:nth-child(4) img {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
        transition: all 1s cubic-bezier(.4, 0, .2, 1);
        -webkit-transition-delay: .4s;
        transition-delay: .4s;
    }

    .AddWapExcelCircleBig .excel_circle_item_current {
        -webkit-transform: none;
        transform: none;
        -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
        transition: all 1s cubic-bezier(.4, 0, .2, 1);
        -webkit-transition-delay: .4s;
        transition-delay: .4s;
    }
    .AddWapExcelCircleBig .excel_circle_line_label:nth-child(1) {
        -webkit-animation: ExcelCircleScale 3s linear infinite normal both;
        animation: ExcelCircleScale 3s linear infinite normal both;
    }

    .AddWapExcelCircleBig .excel_circle_line_label:nth-child(2) {
        -webkit-animation: ExcelCircleScale 3s .75s linear infinite normal both;
        animation: ExcelCircleScale 3s .75s linear infinite normal both;
    }

    .AddWapExcelCircleBig .excel_circle_line_label:nth-child(3) {
        -webkit-animation: ExcelCircleScale 3s 1.5s linear infinite normal both;
        animation: ExcelCircleScale 3s 1.5s linear infinite normal both;
    }

    .AddWapExcelCircleBig .excel_circle_line_label:nth-child(4) {
        -webkit-animation: ExcelCircleScale 3s 2.25s linear infinite normal both;
        animation: ExcelCircleScale 3s 2.25s linear infinite normal both;
    }
    .excel_radar_wrap {
        padding: 12.0772vw 0 24.15458vw 0;
    }

    .direct_page_line_box {
        display: none;
    }

    .excel_circle_pack {
        width: 40%;
    }

    .excel_circle_title {
        font-size: 4.3478vw;
        line-height: 6.28019vw;
    }

    .excel_circle_max_label {
        font-size: 2.89855vw;
        line-height: 3.86473vw;
    }

    .excel_circle_min_label {
        font-size: 2.415458vw;
        line-height: 3.86473vw;
    }

    .excel_circle_item_pic {
        padding: 1.44927vw;
    }

    .excel_circle_trait {
        display: none;
    }

    .excel_circle_subtitle {
        margin-top: 0;
    }

    .excel_circle_item_box {
        width: 12vw;
        height: 12vw;
    }

    .excel_circle_item_box:nth-child(1) {
        left: -41%;
        top: -13%;
    }

    .excel_circle_item_box:nth-child(2) {
        left: -83%;
        top: 36%;
    }

    .excel_circle_item_box:nth-child(3) {
        left: -52%;
        top: 69%;
    }

    .excel_circle_item_box:nth-child(4) {
        left: 120%;
        top: -13%;
    }

    .excel_circle_item_box:nth-child(5) {
        left: 161%;
        top: 36%;
    }

    .excel_circle_item_box:nth-child(6) {
        left: 131%;
        top: 69%;
    }

    .AddWapExcelRadarHead .excel_radar_title {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
        transition: all 1s cubic-bezier(.4, 0, .2, 1);

    }

    .AddWapExcelRadarHead .excel_radar_subtitle {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
        transition: all 1s cubic-bezier(.4, 0, .2, 1);
        -webkit-transition-delay: .1s;
        transition-delay: .1s;
    }

    .excel_radar_title {
        font-size: 4vw;
        line-height: 6vw;
    }

    .excel_radar_subtitle {
        font-size: 2.6vw;
        line-height:5vw;
        margin-top: 1.44927vw;
    }

    .excel_radar_content {
        margin-top: 12.0772vw;
    }

    .excel_radar_pack {
        position: relative;
        width: 50%;
    }

    .excel_radar_item_box:nth-child(1) .excel_radar_item_line {
        width: 19.3236vw;
        height: 15.942vw;
        margin-top: 6.521739vw;
    }

    .excel_radar_item_box:nth-child(2) .excel_radar_item_line {
        width: 17.63285vw;
        height: 1px;
        margin-top: 6.521739vw;
    }
    .about_culture_control_label:after {
        height:0.48309vw;
        display: none;
    }
    .service_supplier_item_title:after {
        height:0.48309vw;
    }
    .excel_radar_item_box:nth-child(3) .excel_radar_item_line {
        width: 19.3236vw;
        height: 15.942vw;
        -webkit-transform: rotateY(180deg) translateY(6.7632vw);
        transform: rotateY(180deg) translateY(6.7632vw);
    }

    .excel_radar_item_box:nth-child(4) .excel_radar_item_line {
        width: 19.3236vw;
        height: 15.942vw;
        margin-top: 6.521739vw;

    }

    .excel_radar_item_box:nth-child(5) .excel_radar_item_line {
        width: 17.63285vw;
        height: 1px;
        margin-top: 6.521739vw;

    }

    .excel_radar_item_box:nth-child(6) .excel_radar_item_line {
        width: 19.3236vw;
        height: 15.942vw;
        -webkit-transform: translateY(6.7632vw);
        transform: translateY(6.7632vw);

    }

    .excel_radar_item_box:nth-child(1) .excel_radar_item_label img {
        width: 19.3236vw;
        height: 15.942vw;
    }

    .excel_radar_item_box:nth-child(2) .excel_radar_item_label img {
        width: 17.63285vw;
        height: 1px;
    }

    .excel_radar_item_box:nth-child(3) .excel_radar_item_label img {
        width: 19.3236vw;
        height: 15.942vw;
    }

    .excel_radar_item_box:nth-child(4) .excel_radar_item_label img {
        width: 19.3236vw;
        height: 15.942vw;
    }

    .excel_radar_item_box:nth-child(5) .excel_radar_item_label img {
        width: 17.63285vw;
        height: 1px;
    }

    .excel_radar_item_box:nth-child(6) .excel_radar_item_label img {
        width: 19.3236vw;
        height: 15.942vw;

    }

    .excel_radar_item_box:nth-child(1) {
        left: -49%;
        top: -15%;
    }

    .excel_radar_item_box:nth-child(2) {
        left: -61%;
        top: 37%;
    }

    .excel_radar_item_box:nth-child(3) {
        left: -50%;
        top: 59%;
    }

    .excel_radar_item_box:nth-child(4) {
        left: 64%;
        top: -15%;
    }

    .excel_radar_item_box:nth-child(5) {
        left: 79%;
        top: 37%;
    }

    .excel_radar_item_box:nth-child(6) {
        left: 66%;
        top: 59%;
    }

    .excel_radar_item_content {
        width: 20vw;
    }

    .excel_radar_item_title {
        font-size: 2vw;
        line-height: 4vw;
        margin-top: 1.44927vw;
    }

    .AddWapExcelRadarPack .excel_rada_min_box img {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
        transition: all 1s cubic-bezier(.4, 0, .2, 1);
    }

    .AddWapExcelRadarPack .excel_radar_border_box img {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
        transition: all 1s cubic-bezier(.4, 0, .2, 1);
        -webkit-transition-delay: .1s;
        transition-delay: .1s;
    }

    .AddWapExcelRadarPack .excel_radar_border_animate img {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: all 2s cubic-bezier(.4, 0, .2, 1);
        transition: all 2s cubic-bezier(.4, 0, .2, 1);
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
    }

    .AddWapExcelRadarPack .excel_radar_max_box {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
        transition: all 1s cubic-bezier(.4, 0, .2, 1);
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
    }

    .AddWapExcelRadarPack .excel_radar_item_label {
        width: 100%;
        -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
        transition: all 1s cubic-bezier(.4, 0, .2, 1);
        -webkit-transition-delay: 1s;
        transition-delay: 1s;
    }

    .AddWapExcelRadarPack .excel_radar_item_content {
        opacity: 1 !important;
        pointer-events: auto !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
        transition: all 1s cubic-bezier(.4, 0, .2, 1);
        -webkit-transition-delay: 1.4s;
        transition-delay: 1.4s;
    }

    .direct_page_box {
        padding: 12.0772vw 0;
    }


    .AddWapDirectPageHead .vert_public_title {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
        transition: all 1s cubic-bezier(.4, 0, .2, 1);
    }

    .AddWapDirectPageHead .vert_public_subtitle {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
        transition: all 1s cubic-bezier(.4, 0, .2, 1);
        -webkit-transition-delay: .1s;
        transition-delay: .1s;
    }

    .AddWapDirectPageHead .vert_public_text {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
        transition: all 1s cubic-bezier(.4, 0, .2, 1);
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
    }

    .direct_page_pic_box {
        width: 100%;
        -webkit-transform: translateY(4vw);
        transform: translateY(4vw);
        opacity: 0;
        pointer-events: none;
    }

    .direct_page_tab {
        margin-top: 7.24637vw;
    }

    .direct_page_big {
        width: 100%;
        padding-left: 0;
        -webkit-transform: translateY(4vw) !important;
        transform: translateY(4vw) !important;
    }

    .AddWapDirectPagePicBox {
        -webkit-transform: none !important;
        transform: none !important;
        opacity: 1;
        pointer-events: auto;
        -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
        transition: all 1s cubic-bezier(.4, 0, .2, 1);
    }

    .AddWapDirectPageBig {
        -webkit-transform: none !important;
        transform: none !important;
        opacity: 1;
        pointer-events: auto;
        -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
        transition: all 1s cubic-bezier(.4, 0, .2, 1);
    }

    .direct_content_swiper {
        padding: 7.24637vw 0 16.908vw 0;
    }

    .direct_item_subtitle {
        font-size: 2.89855vw;
        line-height: 4.83091vw;
    }

    .direct_item_title {
        font-size: 4.3478vw;
        line-height: 6.28019vw;
        margin-top: 2.415458vw;
    }

    .direct_item_text {
        font-size: 3.38164vw;
        line-height: 5.314vw;
        margin-top: 2.415458vw;
    }

    .direct_control_button {
        bottom: 0;
        padding-left: 0;
    }

    .direct_control_number {
        width: 9.66183vw;
        font-size: 3.38164vw;
        line-height: 9.66183vw;
        margin-right: 2.415458vw;
    }

    .direct_record_width {
        width: 100%;
        -webkit-transform: translateY(4vw) !important;
        transform: translateY(4vw) !important;
    }

    .AddWapDirectRecordBox {
        -webkit-transform: none !important;
        transform: none !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
        transition: all 1s cubic-bezier(.4, 0, .2, 1);
    }

    .direct_record_control_title {
        font-size: 2.6vw;
        line-height: 7.24637vw;
        width: calc(100% - 24%);
    }

    .direct_record_control_label {
        width: 4vw;
    }

    .direct_record_control_number {
        font-size: 3.38164vw;
        line-height: 7.24637vw;
    }

    .direct_record_subtitle {
        font-size: 2.6vw;
        line-height: 4.83091vw;
    }

    .direct_record_title {
        font-size: 4vw;
        line-height: 6vw;
        margin-top: 2.415458vw;
    }

    .direct_record_big {
        height: auto;
        padding: 12.0772vw 0 7.24637vw 0;
    }

    .direct_record_control_box {
        margin-top: 7.24637vw;
    }

    .direct_record_max_title {
        font-size: 2.6vw;
        line-height: 12.0772vw;
        backdrop-filter: blur(0.6vw);
    }

    .direct_record_back {
        padding-bottom: 97%;
    }

    .direct_record_max_control .swiper-pagination-bullet {
        width: 2.415458vw;
        height: 2.415458vw;
        margin: 0 0.966183vw;
    }

    .direct_record_max_control {
        bottom: 0 !important;
        margin-top: 4.83091vw;
    }

    .direct_page_wrap {
        margin-top: 0;
        padding: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .direct_record_pack {
        -webkit-border-radius: 2.415458vw;
        border-radius: 2.415458vw;
    }


    .create_page_big {
        width: 100%;
        padding-right: 0;
        -webkit-transform: translateY(4vw);
        transform: translateY(4vw);
    }

    .AddCreatePageContent .create_page_big {
        opacity: 1 !important;
        pointer-events: auto !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
        transition: all 1s cubic-bezier(.4, 0, .2, 1);
    }


    .create_page_pack {
        width: 100%;
        -webkit-transform: translateY(4vw);
        transform: translateY(4vw);
    }

    .AddCreatePageContent .create_page_pack {
        opacity: 1 !important;
        pointer-events: auto !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
        transition: all 1s cubic-bezier(.4, 0, .2, 1);
    }

    .create_page_box {
        padding: 12.0772vw 0;
    }

    .create_control_box {
        margin-top: 4.83091vw;
        width: 100%;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .create_control_title {
        font-size: 2.6vw;
        line-height: 9.66183vw;
    }

    .create_control_text {
        display: none;
    }

    .create_control_li {
        padding: 0;
        margin: 0 2vw 0 0;
    }

    .create_control_li:before {
        height: 0.48309vw;
    }

    .create_page_pack {
        margin-top: 7.24637vw;
    }

    .create_form_public_title {
        font-size: 3.38164vw;
        line-height: 5.314vw;
        margin-bottom: 1.44927vw;
    }

    .create_form_radio_input input {
        width: 2.89855vw;
        height: 2.89855vw;
        border: 0.48309vw solid #e5e5e5;
    }

    .create_form_radio_input input:checked {
        border: 0.48309vw solid #003bd8;
    }

    .create_form_radio_label {
        font-size: 2.6vw;
        line-height: 8.6956vw;
    }

    .create_form_radio_label label {
        padding-left: 1.44927vw;
    }

    .create_form_radio_li {
        margin-right: 2.89855vw;
    }

    .create_form_check_input {
        width: 2.89855vw;
        height: 2.89855vw;
    }

    .service_form_checkbox_input input {
        -webkit-border-radius: 0.48309vw;
        border-radius: 0.48309vw;
    }

    .create_form_check_input input {
        -webkit-border-radius: 0.48309vw;
        border-radius: 0.48309vw;
    }

    .create_page_box .create_form_check_label {
        line-height: 8.6956vw;
    }

    .create_form_check_li {
        margin-right: 4.83091vw;
    }

    .create_form_check_box {
        margin-top: 3.62318vw;
    }

    .create_form_cont_box {
        margin-top: 3.62318vw;
    }

    .create_form_textarea_box {
        width: 100%;
    }

    .create_form_type_box {
        width: 100%;
        margin-top: 3.62318vw;
    }

    .create_form_textarea_read textarea {
        font-size: 2.89855vw;
        line-height: 5.314vw;
        height: 28.50241vw;
        padding: 3.62318vw 2.415458vw;
        -webkit-border-radius: 1.44927vw;
        border-radius: 1.44927vw;
    }

    .create_form_textarea_read:after {
        -webkit-border-radius: 1.44927vw;
        border-radius: 1.44927vw;
    }

    .contact_form_check_input {
        width: 2.89855vw;
        height: 2.89855vw;
    }

    .create_form_type_read {
        padding: 4.83091vw 2.415458vw;
    }

    .create_form_type_read:after {
        -webkit-border-radius: 1.44927vw;
        border-radius: 1.44927vw;
    }

    .contact_form_type_read:after {
        -webkit-border-radius: 1.44927vw;
        border-radius: 1.44927vw;
    }

    .create_form_type_btn {
        font-size: 3.38164vw;
        line-height: 9.66183vw;
        width: 28.985vw;
    }

    .create_form_type_btn:after {
        -webkit-border-radius: 1.44927vw;
        border-radius: 1.44927vw;
    }

    .contact_form_type_head {
        margin-top: 2.415458vw;
    }

    .create_form_type_head {
        margin-top: 2.415458vw;
    }

    .create_form_type_title {
        font-size: 3.38164vw;
        line-height: 5.314vw;
    }

    .create_form_type_text {
        font-size: 2.89855vw;
        line-height: 4.83091vw;
    }

    .create_form_text_box {
        margin-top: 3.62318vw;
    }

    .create_form_text_input:after {
        -webkit-border-radius: 1.44927vw;
        border-radius: 1.44927vw;
    }

    .create_form_text_input input {
        font-size: 2.89855vw;
        line-height: 9.66183vw;
        padding: 0 2.415458vw;
    }

    .create_form_text_input {
        position: relative;
        width: 100%;
        margin-bottom: 2.415458vw;
    }

    .create_tips_check .create_form_check_li {
        margin: 0;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .create_tips_check .create_form_check_li .create_form_check_input {
        margin-top: 0.966183vw;
    }

    .create_tips_check .create_form_check_li .create_form_check_label {
        width: calc(100% - 2.89855vw);
        line-height: 4.83091vw;
        padding-left: 2.415458vw;
    }

    .create_tips_check .create_form_check_li .create_form_check_label label {
        padding: 0;
    }

    .create_form_btn_box button {
        font-size: 3.38164vw;
        line-height: 9.66183vw;
        -webkit-border-radius: 1.44927vw;
        border-radius: 1.44927vw;
    }

    .create_form_button_box {
        margin-top: 4.83091vw;
    }

    .create_form_btn_box {
        width: 32vw;
    }

    .wap_industry_item_box {
        -webkit-border-radius: 2.415458vw;
        border-radius: 2.415458vw;
        overflow: hidden;
        background: #ffffff;
    }

    .wap_industry_item_pic a {
        display: block;
    }

    .wap_industry_item_img {
        padding-bottom: 65.7%;
    }

    .wap_industry_swiper {
        margin-top: 7.24637vw;
    }

    .wap_industry_item_read {
        width: 100%;

        padding: 7.24637vw 3.62318vw;
    }

    .wap_industry_item_title {
        font-size: 4.3478vw;
        line-height: 6.28019vw;
        color: #111111;
        text-align: center;
    }

    .wap_industry_item_text {
        font-size: 2.89855vw;
        line-height: 4.83091vw;
        color: #888888;
        text-align: center;
        margin-top: 1.44927vw;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .wap_industry_item_button {
        margin-top: 4.83091vw;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .wap_industry_item_button .public_button_box:hover .public_button_icon:after {
        background: #f1f1f1;
    }

    .wap_industry_pagination_box {
        position: static;
        z-index: 9;
        margin-top: 4.83091vw;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .wap_industry_pagination_box .swiper-pagination-bullet {
        width: 2.415458vw;
        height: 2.415458vw;
        margin: 0 0.966183vw;
        opacity: 1;
        background: rgba(255, 255, 255, .3);
        -webkit-transition: all .6s ease;
        transition: all .6s ease;
    }

    .wap_industry_pagination_box .swiper-pagination-bullet-active {
        background: rgba(255, 255, 255, 1);
    }

    .index_main_circle_label {
        -webkit-transform: scale(3);
        transform: scale(3);
    }
    .index_passage_page_circle {
        -webkit-transform: scale(3);
        transform: scale(3);
    }

    .index_main_white_label {
        -webkit-transform: scale(3);
        transform: scale(3);
    }

    .index_news_circle_label {
        -webkit-transform: scale(3);
        transform: scale(3);
    }

    .index_sound_circle_label {
        -webkit-transform: scale(3);
        transform: scale(3);
    }

    .news_foot_label {
        -webkit-transform: scale(2);
        transform: scale(2);
    }

    .news_white_label {
        -webkit-transform: scale(2);
        transform: scale(2);
    }

    .advantage_right_label {
        -webkit-transform: scale(2);
        transform: scale(2);
    }

    .advantage_left_label {
        -webkit-transform: scale(2);
        transform: scale(2);
    }

    .wap_case_wrap {
        display: block;
        padding: 0 3.62318vw;

    }

    .wap_case_wrap .index_sound_item_content {
        background: rgba(235, 242, 251, .6);
    }

    .wap_case_wrap .index_sound_item_name {
        color: #333333;
    }

    .wap_case_wrap .index_sound_item_label {
        color: #333333;
    }

    .wap_case_wrap .index_sound_item_text {
        color: #999999;
    }

    .case_global_wrap {
    }

    .case_global_content {
        display: none;
    }

    .news_page_tab .index_news_item_box {
        width: 100%;
        margin: 0 0 4.83091vw 0 !important;
    }

    .wap_industry_wrap .index_main_circle_label:nth-child(1):after {
        -webkit-animation: 15s opacityCircleAnimate linear infinite normal both;
        animation: 15s opacityCircleAnimate linear infinite normal both;
    }

    .wap_industry_wrap .index_main_circle_label:nth-child(2):after {
        -webkit-animation: 18s opacityCircleAnimate linear infinite normal both;
        animation: 18s opacityCircleAnimate linear infinite normal both;
    }

    .wap_industry_wrap .index_main_circle_label:nth-child(3):after {
        -webkit-animation: 14s opacityCircleAnimate2 linear infinite normal both;
        animation: 14s opacityCircleAnimate2 linear infinite normal both;
    }

    .wap_industry_wrap .index_main_circle_label:nth-child(4):after {
        -webkit-animation: 16s opacityCircleAnimate2 linear infinite normal both;
        animation: 16s opacityCircleAnimate2 linear infinite normal both;
    }

    .wap_industry_wrap .index_main_circle_label:nth-child(5):after {
        -webkit-animation: 15s opacityCircleAnimate3 linear infinite normal both;
        animation: 15s opacityCircleAnimate3 linear infinite normal both;
    }

    .wap_industry_wrap .index_main_circle_label:nth-child(6):after {
        -webkit-animation: 17s opacityCircleAnimate3 linear infinite normal both;
        animation: 17s opacityCircleAnimate3 linear infinite normal both;
    }
}


/*小屏幕*/
@media screen and (min-width: 1200px) and (max-width: 1400px) {


}

/*中屏幕*/
@media screen and (min-width: 1400px) and (max-width: 1900px) {

}


/*超过1920*/
@media screen and  (min-width: 1921px) {

}

