@font-face {
    font-family: 'Anton-Regular';
    src: url(./Anton-Regular.ttf) format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url(./OpenSans-Regular.ttf) format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'OpenSansRoman-SemiBold';
    src: url(./OpenSans-SemiBold.ttf) format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'OpenSansRoman-Bold';
    src: url(./OpenSans-Bold.ttf) format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "OPPOSans-Ver2-H";
    src: url(./OPPOSans-H.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}
@font-face {
	font-family:"OPPOSans-Ver2-Bold";
	src:url(./fonts/opposansos2-5000-medium.woff2) format("woff2"),url(./fonts/opposansos2-5000-medium.woff) format("woff"),url(./fonts/opposansos2-5000-medium.ttf) format("truetype");
	font-weight:400;
	font-style:normal;
	font-display:swap
}
@font-face {
	font-family:"OPPOSans-Ver2-Medium";
	src:url(./fonts/opposansos2-5000-medium.woff2) format("woff2"),url(./fonts/opposansos2-5000-medium.woff) format("woff"),url(./fonts/opposansos2-5000-medium.ttf) format("truetype"),url(./fonts/opposansos2-5000-medium.eot) format("embedded-opentype");
	font-weight:400;
	font-style:normal;
	font-display:swap
}
@font-face {
	font-family:"OPPOSans-Ver2-Regular";
	src:url(./fonts/opposansos2-5000-regular.woff) format("woff"),url(./fonts/opposansos2-5000-regular.ttf) format("truetype"),url(./fonts/opposansos2-5000-regular.eot) format("embedded-opentype");
	font-weight:400;
	font-style:normal;
	font-display:swap
}
@font-face {
	font-family:"OPPOSans-M";
	src:url(./fonts/opposans-m.ttf) format("truetype");
	font-weight:400;
	font-style:normal;
	font-display:swap
}
body * {
    box-sizing: border-box;
    flex-shrink: 0;
}

body {
    font-family: 'OPPOSans-Ver2-Regular', Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC-Light, Microsoft YaHei;
}
.stop_ulli{
    color: rgba(60, 60, 60, 1);
    font-size: 16px;
    font-family: "OPPOSans-Ver2-Medium";
    text-align: left;
    line-height: 28px;
}
.stop_ulli li:marker{
  list-style: disc;
}
.stop_ulli ul{
    
    padding-inline-start: 18px;
    margin: 35px 0 45px 0;

}
input {
    background-color: transparent;
    border: 0;
}

input:focus {
    outline: none;
}

button {
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
    background-color: transparent;
}

button:active {
    opacity: 0.6;
}
a {
    text-decoration: none;
}

.banner_video_button_box{
        width: 1.5px;
        height: 28px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #e2e2e2;
        position: absolute;
        z-index: 99;
       
}
.banner_video_button{
    color: #FFF;
    transition: all 0.2s;
    text-shadow: 0 0 0 #e5e5e4b5;
    width: 6vw;
}
.common_header_title{
    overflow-wrap: break-word;
    color: #0f39a8;
    font-size: 52px;
    font-family: "OPPOSans-Ver2-H";
    text-align: left;
    white-space: nowrap;
    line-height: 1;
    margin: 115px auto 0 auto;
}


.a_class {
    text-decoration: unset !important;
    color: rgb(80 79 79 / 96%);
}

.a_class:hover {
    color: #0f39a8;
    text-decoration: underline !important;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.justify-start {
    display: flex;
    justify-content: flex-start;
}

.justify-center {
    display: flex;
    justify-content: center;
}

.justify-end {
    display: flex;
    justify-content: flex-end;
}

.justify-evenly {
    display: flex;
    justify-content: space-evenly;
}

.justify-around {
    display: flex;
    justify-content: space-around;
}

.justify-between {
    display: flex;
    justify-content: space-between;
}

.align-start {
    display: flex;
    align-items: flex-start;
}

.align-center {
    display: flex;
    align-items: center;
}

.align-end {
    display: flex;
    align-items: flex-end;
}

.box_clo {
    display: flex;
    flex-direction: column;
    width: max-content;
}

.headercom_sx_title {
    margin-right: 15px;
    font-family: 'OPPOSans-Ver2-H';
}

.headercom_sx_xx {
    width: 306px;
}

.box_btnhead {
    padding: 10px 5px;
    border: 1px solid rgba(68, 67, 67, 0.752);
}

.move_edvideo {
    transition: all 0.1s !important;
}

.move_edvideo:hover {
    transform: scale(1.05) !important;
}

.big_eng {
    text-transform: uppercase;
}

.big_feng {
    text-transform: capitalize;
}

.tb_a {
    color: #717171;
    cursor: pointer;
}

.tb_a:hover {
    color: #0f39a8;
}

.bttom_font_al {
    text-align: center;
    line-height: 1;
}

.text_ellipsi {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.test1_soul {
    width: 100%;
    min-height: 565px;
    overflow: hidden;
    border: 0;
}

.jump_close {
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 200;
    top: 0;
    right: 0;
    top: 4px;
    right: 53px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ov_text {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.text_ellipsis2 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.text_ellipsis3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.minn_bt {
    font-size: 57px;
    margin-top: 110px !important;
}

/* head product center*/
.good_header_th {
    /*margin-top:80px;*/
}

.block_26_commonh {
    position: relative;
    width: 1920px;
    height: 480px;
    background-color: #001f89;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-size: 100%;
    background-position: center;
}

.text-wrapper_16_commonh {
    width: 389px;
    height: auto;
    /* margin-top: 80px; */
    justify-content: flex-start;
    align-items: flex-start;
}
ul .filter-option:last-child{
    margin: 0px 0 0 26px;
    
}
.text_52_commonh {
    width: 389px;
    min-height: 52px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 52px;
    font-family: 'OPPOSans-Ver2-H';
    font-weight: 500;
    text-align: left;
    line-height: 1;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.text_53_commonh {
    height: auto;
    overflow-wrap: break-word;
    color: rgb(255 255 255 / 80%);
    font-size: 15px;
    font-family: 'OPPOSans-Ver2-Regular';
    font-weight: 200;
    text-align: left;
    line-height: 25px;
    margin-top: 22px;
    letter-spacing: 0.5px;
}

.section_15_commonh {
    position: absolute;
    bottom: 0;
    width: 1920px;
    height: 44px;
    background-size: 1925px 44px;
    background-color: #034CC8;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 4;
}

.text-wrapper_17_commonh {
    height: 45px;
    background-size: 100% 100%;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 38px;
}
.text-wrapper_17_commonh:hover {
    background-color: #ff5d00 !important;
}
.wrapper_17_commonhact{
    background-color: #ff5d00 !important;
}
.text-wrapper_17_commonhact{
    background-color: #ff5d00 !important;

}
.text_54_commonh {
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-family: "OPPOSans-Ver2-Regular";
    text-align: left;
    white-space: nowrap;
    user-select: none;
}
.xiangyou_proctgo:last-child {
    display: none;
}

.xiangyou_proctgo {
    width: 20px;
    text-align: center;
}

.text_59_commonh {
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-family: "OPPOSans-Ver2-Regular";
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 1;
    cursor: pointer;
}

.text_59_commonh:after {
    content: ''
}

.text_59_commonh:hover {
    text-decoration: underline;
    text-decoration-color: #e2e2e2;
}

.icon-Compare1 {
    color: #FFF;
    font-size: 12px !important;
    transition: all 0.1s;
    transform: translateX(-16px);
}

.section_15son_commonh {
    display: flex;
    width: 1260px;
    height: 45px;
    justify-content: space-between;
}

.section_15son_right_commonh {
    width: max-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.section_15son_rightwap_commonh {
    width: 10vw;
    height: 44px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    background-color: #034CC8;
    color: #ffffff;
    display: none;
}

.section_15son_rightwap_commonh .icon-xiangyou1 {
    font-size: 20px !important;
    transition: all 0.1s ease-in-out;
}

.section_15son_rightwap_commonh:hover .icon-xiangyou1 {
    font-size: 22px !important;
}

.product_head_box_commonh {
    width: 1260px;
    height: calc(100% - 124px);
    position: absolute;
    bottom: 44px;
    display: flex;
    align-items: center;
    z-index: 4;
}

.product_head_img_commonh {
    position: absolute;
    right: 0;
    top: 0;
    height: 365px;
}

.product_head_img_commonh img {
    height: 365px;
}

.section_15son_text_commonh {
    display: flex;
    height: 45px;
}

.other_products {
    width: calc(50% - 50px);
}

.entt_products {
    width: 100% !important;
}

.widen_diyname {
    width: 100% !important;
}

@keyframes bordershow {
    50% {
        box-shadow: 0px 0px 10px 0 #0e38a8;
    }
}

@keyframes boderM {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0
    }

    20% {
        opacity: 1
    }

    75% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.wrapper_1dainbox {
    top: 15%;
    left: 20%;
    position: absolute;
    padding: 5px;
}

.wrapper_1daincon {
    background-color: rgba(12, 44, 254, 0.92);
    border-radius: 5px;
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 0;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}

.wrapper_1dainbox:hover .wrapper_1daincon {
    width: 280px;
}

.wrapper_1dainspan {
    color: rgba(255, 255, 255, 1);
    font-size: 25px;
    font-family: Anton-Regular;
    margin-left: 15px;
    margin-top: 5px;
    white-space: nowrap;
}

.wrapper_1dainspan1 {
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-family: OpenSansRoman-SemiBold;
    white-space: nowrap;
    margin: 5px auto 5px 15px;
}

.le_31 {
    left: 31px;
}

.ri_31 {
    right: 31px;
}

.mc_a1t_dians {
    position: relative;
    animation: bordershow 3s infinite;
}

.mc_a1t_dians {
    position: relative;
    animation: bordershow 3s infinite;
}

.mc_a1t_dianscts {
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 5px solid #0E38A8;
    border-radius: 50%;
}

.mc_a1t_dians::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 4;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgba(16, 3, 255, 0.4);
}

.mc_a1t_dians::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgba(3, 154, 255, 0.3);
}

.mc_a1t_dians::before {
    animation: boderM 3s .75s infinite;
}

.mc_a1t_dians::after {
    animation: boderM 3s infinite;
}

.new_dianbox:hover .box_14 {
    width: 530px;
}

.current_imagebox_zyyw {
    height: 375px;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    width: 578px;
    position: relative;
}

.image4_add {
    color: #FFF;
    font-size: 4vw !important;
}

.zhezhaoboxx_add {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0 28 102 / 37%);
}

.image_10 {
    width: 100%;
    height: 100%;
    margin: 116px 0 0 98px;
}

.group_bxo_zyyw {
    margin-left: 40px;
    align-items: center;
    justify-content: space-between;
    width: auto;
    height: auto;
    display: flex !important;
    flex-direction: row !important;
    position: relative;
}

.group_o:first-child {
    margin-left: 40px;
}

.group_o {
}

.group_o:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 342px;
    border-left: 1px dashed #7171713d;
}

.gro_zhuyingbox_zyyw {
    width: 1185px;
    height: auto;
    overflow: hidden;
}

.group_9_zyyw {
    align-items: center;
}

.box_17_zyyw {
    display: none;
}

.group_1s_zyyw {
    display: none !important;
}

.npro_header {
    width: 100%;
    height: 470px;
    padding: 0 270px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.npro_headerdv1 {
    width: 100%;
    height: 410px;
    display: flex;
}

.npro_headerdv2 {
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top: 2px solid #7d7d7d2e;
}

.npro_div1 {
    /* flex: 19; */
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 239.4px;
}

.npro_div1son {
    margin: 10px 0 40px 24px;
    width: calc(100% - 24px);
    height: calc(100% - 50px);
    border-right: 2px solid #7d7d7d29;
    display: flex;
    flex-direction: column;
}

.npro_div1a {
    font-size: 14px;
    font-family: 'OPPOSans-Ver2-H';
    font-weight: 400;
    color: #0F39A8;
    padding-bottom: 22px;
    padding-top: 9px;
    cursor: pointer;
}

.npro_div1a:hover {
    text-decoration: underline;
}

.npro_boxs {
    display: none;
}

.npro_div2son {
    margin: 10px 0 40px 41px;
    width: calc(100% - 41px);
    height: calc(100% - 50px);
    border-right: 2px solid #7d7d7d29;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
}

.npro_div2son::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #F5F5F5;
}

.npro_div2son::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
    border-radius: 2px;
    background-color: #F5F5F5;
}

.npro_div2son::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.2);
    background-color: #555;
}

.npro_div2 {
    /* flex: 25; */
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 315px;
}

.npro_div2a:hover {
    text-decoration: underline !important;
}

.npro_div2a {
    font-size: 14px;
    font-family: 'OPPOSans-Ver2-Medium';
    font-weight: 400;
    padding-bottom: 22px;
    padding-top: 9px;
    cursor: pointer;
    color: #333333;
}

.npro_div2a:hover {
    text-decoration: underline;
}

.nhead_scale {
    width: auto;
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: top left;
    -ms-transform-origin: top left;
    -moz-transform-origin: top left;
    -webkit-transform-origin: top left;
}

.npro_div3 {
    height: 100%;
    width: 659px;
    display: flex;
    flex-direction: column;
}

.npro_headerdv2a {
    font-size: 16px;
    font-family: 'OPPOSans-Ver2-H';
    font-weight: 400;
    color: #333;
    margin-left: 24px;
}

.npro_div3sb {
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.npro_div3sbs {
    width: calc(100% - 72px);
    margin: 10px 0 40px 72px;
    height: calc(100% - 50px);
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
}

.box_18_com {
    width: 459px;
    height: 270px;
    margin: 63px 0 0 38px;
    padding-right: 20px;
}

.text_12_com {
    width: auto;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(61, 61, 61, 1);
    font-size: 32px;
    font-family: 'OPPOSans-Ver2-H';
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 1;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: flex;
    align-items: flex-end;
}

.text_12_com_ch {
    width: auto;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(61, 61, 61, 1);
    font-size: 23px;
    font-family: 'Anton-Regular';
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 1;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.text_13_com {
    width: auto;
    height: auto;
    overflow-wrap: break-word;
    color: rgb(71 71 71);
    font-size: 16px;
    font-family: 'OPPOSans-Ver2-Regular';
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.5px;
}

.block_2_com {
    width: 459px;
    height: 48px;
    margin-top: 69px;
}

.text-wrapper_3_com {
    height: 46px;
    background-size: 100% 100%;
    width: 145px;
    /* background-color: #1d34ac; */
    border-radius: 5px;
    border: 1px solid #1d34ac;
    color: rgba(14, 56, 168, 1);
    font-size: 11px;
    font-size: 14px;
    font-family: Anton-Regular;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    margin-right: 10px;
}

.text-wrapper_3_com:hover {
    height: 48px;
    background-size: 100% 100%;
    width: 145px;
    background-color: #1d34ac;
    border-radius: 5px;
    border: 1px solid #1d34ac;
    color: #FFF;
    font-size: 14px;
    font-family: Anton-Regular;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
}

.text_14_com {
    width: 96px;
    height: 12px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 11px;
    font-family: Anton-Regular;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 10px;
    margin: 19px 0 0 25px;
}

.text-wrapper_4_com {
    height: 48px;
    background: url(./img/psx85exj6tfvn21y1xnclp5ib03mndbe941dd0c-7c35-41fb-b955-11259679cb44.png) 100% no-repeat;
    background-size: 100% 100%;
    margin-left: 11px;
    width: 146px;
}

.text_15_com {
    width: 93px;
    height: 11px;
    overflow-wrap: break-word;
    color: rgba(14, 56, 168, 1);
    font-size: 11px;
    font-family: Anton-Regular;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 10px;
    margin: 19px 0 0 26px;
}

.text-wrapper_5_com {
    border-radius: 5px;
    height: 47px;
    border: 0.8px solid rgba(14, 56, 168, 1);
    width: 145px;
    margin: 1px 0 0 12px;
}

.text_16_com {
    width: 107px;
    height: 12px;
    overflow-wrap: break-word;
    color: rgba(14, 56, 168, 1);
    font-size: 11px;
    font-family: Anton-Regular;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 10px;
    margin: 17px 0 0 19px;
}

.block_3_com {
    width: 459px;
    height: 47px;
    margin-top: 12px;
    align-items: center;
}

.text-wrapper_6_com {
    border-radius: 4px;
    height: 47px;
    border: 0.72px solid rgba(14, 56, 168, 1);
    width: 145px;
}

.text_17_com {
    width: 88px;
    height: 12px;
    overflow-wrap: break-word;
    color: rgba(14, 56, 168, 1);
    font-size: 11px;
    font-family: Anton-Regular;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 10px;
    margin: 18px 0 0 29px;
}

.text-wrapper_7_com {
    border-radius: 5px;
    height: 47px;
    border: 0.8px solid rgba(14, 56, 168, 1);
    margin-left: 12px;
    width: 145px;
}

.text_18_com {
    width: 73px;
    height: 13px;
    overflow-wrap: break-word;
    color: rgba(14, 56, 168, 1);
    font-size: 11px;
    font-family: Anton-Regular;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 10px;
    margin: 17px 0 0 36px;
}

.text-wrapper_8_com {
    border-radius: 5px;
    height: 47px;
    border: 0.8px solid rgba(14, 56, 168, 1);
    margin-left: 12px;
    width: 145px;
}

.text_19_com {
    width: 89px;
    height: 12px;
    overflow-wrap: break-word;
    color: rgba(14, 56, 168, 1);
    font-size: 11px;
    font-family: Anton-Regular;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 10px;
    margin: 18px 0 0 28px;
}

.image-wrapper_1_com {
    height: 375px;
    background: url(./img/pstqx63t9q5nlv2g6jdei9xxqiyzr4b53ga1a4e800-f567-44fe-be3e-02fc7d5867ff.png) -1px -1px no-repeat;
    background-size: 580px 344px;
    width: 578px;
    margin: 36px 0 0 109px;
    position: relative;
}

.min_boxs {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.min_boxs_num1 {
    font-weight: 400;
    color: #0E38A8;
    font-size: 36px;
}

.min_boxs_fu {
    font-weight: 400;
    color: #0E38A8;
    font-size: 36px;
    line-height: 0;
}

.min_boxs_fus {
    font-weight: 400;
    color: #0E38A8;
    font-size: 12px;
    margin-left: 3.5px;
}

.min_boxs_fubox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 32px;
    margin-left: 10px;
}

.min_line {
    width: 2.5px;
    height: 44px;
    background-color: #0e38a847;
    margin: 0 20px 0 50px;
}

.main_cont {
    font-size: 14px;
    font-weight: 500;
    color: #0E38A8;
    line-height: 24px;
    height: 50px;
}

.image-wrapper_1imgco {
    height: 340px;
    background-size: 580px 344px;
    width: 578px;
    margin: 36px 0 0 109px;
    position: relative;
    background-repeat: no-repeat;
}

.header_prodv {
    width: 100%;
    height: 86px;
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
    cursor: pointer;
}

.header_prodv_img {
    width: 107px;
    height: auto;
    transition: all 0.1s;
}

.header_prodv_imgbx {
    width: 107px;
    height: 72px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.header_prodv_rdv {
    display: flex;
    flex-direction: column;
    margin-left: 63px;
    height: 80px;
    margin-top: 3px;
}

.header_prodv_rdvsp1 {
    font-size: 14px;
    font-family: 'OPPOSans-Ver2-H';
    font-weight: 400;
    color: #333333;
    letter-spacing: 0.5px;
}

.header_prodv_rdvsp2 {
    font-size: 12px;
    font-family: 'OPPOSans-Ver2-Regular';
    font-weight: 400;
    color: #333333;
    line-height: 21px;
    width: 378px;
    margin-top: 17px;
    letter-spacing: 0.5px;
}

.header_prodv:hover .header_prodv_rdvsp1 {
    text-decoration: underline;
    color: #0F39A8;
}

.header_prodv:hover .header_prodv_rdvsp2 {
    color: #0F39A8;
}

.header_prodv:hover .header_prodv_img {
    width: calc(107px * 1.05);
}

.npro_headerdv2jian {
    font-size: 16px;
    margin-left: 5px;
    transition: margin-left 0.2s;
}

.npro_headerdv2bxv {
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
}

.npro_headerdv2bxv:hover .npro_headerdv2jian {
    color: #0E38A8;
    margin-left: 12px;
}

.npro_headerdv2bxv:hover .npro_headerdv2a {
    color: #0E38A8;
}

.npro_btn {
    height: 46px;
    background-size: 100% 100%;
    width: 128px;
    border-radius: 5px;
    border: 2px solid #ff6400;
    color: #FFF;
    background-color: #ff6400;
    font-size: 16px;
    font-family: 'OPPOSans-Ver2-Medium';
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    letter-spacing: 0.8px;
    margin: 40px auto 0px auto;
}

.npro_btn:hover {
    border: 1px solid #717171;
    color: #717171;
    background: #FFF0;
}

.npro_lineact {
    text-decoration: underline;
}

.chose_text1::selection {
    background: rgb(14 56 168);
    color: #FFF;
}

.chose_text1::-moz-selection {
    background: #FFF;
    color: rgb(14 56 168);
}

span::selection {
    background: rgb(14 56 168);
    color: #FFF;
}

span::-moz-selection {
    background: #FFF;
    color: rgb(14 56 168);
}

div::selection {
    background: rgb(14 56 168);
    color: #FFF;
}

div::-moz-selection {
    background: #FFF;
    color: rgb(14 56 168);
}

a::selection {
    background: rgb(14 56 168);
    color: #FFF;
}

a::-moz-selection {
    background: #FFF;
    color: rgb(14 56 168);
}

input::selection {
    background: rgb(14 56 168);
    color: #FFF;
}

input::-moz-selection {
    background: #FFF;
    color: rgb(14 56 168);
}

img::selection {
    background: rgb(14 56 168);
    color: #FFF;
}

li::selection {
    background: rgb(14 56 168);
    color: #FFF;
}

ul::selection {
    background: rgb(14 56 168);
    color: #FFF;
}

img::-moz-selection {
    background: #FFF;
    color: rgb(14 56 168);
}

.left_icoban {
    width: 100%;
    height: 115px;
    box-shadow: 0px 0px 3px 2px #d4d2d236;
    border-radius: 3px;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    z-index: 99;
}

.left_icobanhr {
    width: 48px;
    height: 1px;
    background-color: #22222217;
}

.left_icobanimg {
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.go-top {
    width: 55px !important;
    height: 55px !important;
    background-color: #FFF !important;
    color: #FFFEFE;
    position: fixed;
    z-index: 400;
    right: 10px !important;
    top: calc(50% + 255px) !important;
    border-radius: 5px;
    background-size: 45% 45%;
    background-repeat: no-repeat;
    background-position: 50% !important;
    box-shadow: 0px 0px 3px 2px #d4d2d236 !important;
}

#EWM2 {
    position: absolute;
    left: -150px;
    display: none;
    top: 180px !important;
}

.box_tmtbddaa {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.com_left2 {
    position: absolute;
    right: 55px;
    top: 0px;
    display: none;
    justify-content: flex-start;
    align-items: center;
    background-color: #f5f5f5;
    flex-direction: column;
    padding-bottom: 16px;
    box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.06);
}

.kefu_jh:hover .com_left2 {
    display: flex !important;
}

.box_tmtbdd {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}

.tyhiserw:hover .com_left2left_icobanimg {
    display: flex !important;
}

.com_left2left_icobanimg {
    width: 151px;
    height: 60px;
    position: absolute;
    top: -3px;
    right: 55px;
    background-color: #f5f5f5;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    padding: 15px 0 12px 30px;
    box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.06);
}

.left_icobanimg:hover {
    color: #0E38A8 !important;
}

.eft_icobanimga {
    color: #222;
}

.eft_icobanimga:hover {
    color: #0E38A8 !important;
}

.go-topclass {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.this_imgft {
    opacity: 0.8;
}

#jump {
    height: 237px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: fixed;
    top: 50%;
    right: 10px;
    width: 55px;
    z-index: 400;
}

.video_tc {
    cursor: pointer;
}

.tc_box {
    display: none;
    width: 100%;
    height: 100%;
    background-color: #1616166c;
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9999;
    top: 0;
}

.videoboxx {
    width: 840px;
    height: 480px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video_playbox {
    height: 100%;
}

.closebox {
    width: 880px;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.closevideo {
    color: #FFF !important;
    cursor: pointer;
}

#cookie-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background-color: rgba(255, 255, 255,1);
    text-align: center;
    z-index: 999;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-shadow: 0 -2px 5px -5px #333;
}

.btn-primary {
    border: 1px solid;
    border-radius: 5px;
    padding: 4px 8px;
    min-width: 50px;
    cursor: pointer;
    margin-left: 40px;
    font-size: 12px;
    background-color: #0e38a8f0;
    font-family: 'OPPOSans-Ver2-H';
}

.slick-dots {
    bottom: 55px;
}

#cookie-notice p {
    font-size: 12px;
    line-height: 16px;
}

.slick-dots li {
    font-size: 0;
    position: relative;
    display: inline-block;
    width: 100px;
    height: 3px;
    margin: 0 6px;
    cursor: pointer;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    vertical-align: middle;
    border-radius: 0;
    background: #ffffffd1;
}

.slick-dots li button {
    display: none;
}

.slick-dots li.slick-active {
    background: #fe5c0c !important;
}

.tanchuang {
    width: 100vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: fixed;
    align-items: center;
    justify-content: center;
    top: 0px;
    z-index: 9999999;
    /* margin-left: 31vw; */
    background-color: #22222287;
}

.tanchuang_headbox1 {
    width: 37vw;
    height: 30px;
    position: relative;
}

.tanchuang_headbox1clouse {
    width: 30px;
    height: 30px;
    /* background-color: #0E38A8; */
    float: right;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.tanchuang_headbox2 {
    margin-top: 30px;
    width: 35vw;
    height: 750px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 25px;
    border: 0;
}

.tanchuang_headbox2son {
    width: 100%;
    height: 75%;
    margin-top: 5vw;
    background-color: #FE5C0C;
    display: flex;
    flex-direction: column;
    padding-left: calc(0.064 * 40vw);
}

.tanchuang_headbox2soninput {
    width: 80%;
    margin: 10px 0;
    border-radius: 5px;
    background-color: rgb(203, 200, 200);
    height: 65px;
}

.LEARN_MOREbdv {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.LEARN_MOREbtn {
    height: 46px;
    background-size: 100% 100%;
    width: 128px;
    border-radius: 5px;
    border: 2px solid #c9cad0;
    color: rgb(227 227 229);
    font-size: 16px;
    font-family: Anton-Regular;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    margin: 0vw 2.8vw 0px 13.76vw;
}

.text-wrapper_or {
    height: 46px;
    background-size: 100% 100%;
    width: 121px;
    background-color: #ff5d00;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    line-height: 0;
    margin: 0;
    letter-spacing: 1.5px;
    color: rgba(254, 254, 254, 1);
    font-size: 19px;
    font-family: Anton-Regular;
    border: 1px solid #ff5d00;
    transition: all 0.1s;
    text-transform: uppercase;
}

.text-wrapper_or:hover {
    border: 1px solid #717171;
    color: #717171;
    background-color: #FFF;
}

.text-wrapper_bl {
    height: 46px;
    height: 35px;
    background-size: 100% 100%;
    width: 96px;
    background-color: #1c44ad;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    line-height: 0;
    margin: 0;
    /*letter-spacing: 1.5px;*/
    color: rgba(254, 254, 254, 1);
    font-size: 17px;
    font-family: Anton-Regular;
    border: 1px solid #1c44ad;
    transition: all 0.1s;
    text-transform: uppercase;
}

.text-wrapper_bl:hover {
    border: 1px solid #717171;
    color: #717171;
    background-color: #FFF;
}

.text-wrapper_orfan {
    height: 46px;
    background-size: 100% 100%;
    width: 121px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    line-height: 1;
    margin: 0;
    letter-spacing: 1.5px;
    font-size: 19px;
    font-family: Anton-Regular;
    border: 1px solid #717171;
    color: #717171;
    background-color: #FFF;
    transition: all 0.2s;
    text-transform: uppercase;
}

.text-wrapper_orfan:hover {
    border: 1px solid #ff5d00;
    color: rgba(254, 254, 254, 1);
    background-color: #ff5d00;
}

.am_feadinup {
    -webkit-animation: fadeInUp 0.5s ease both;
    animation: 500ms ease 0s 1 normal both running fadeInUp;
}

.am_feadinupdel200 {
    animation-delay: 200ms;
}

.am_feadinupdel500 {
    animation-delay: 500ms;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.box_btnhead {
    padding: 10px 5px;
    border: 1px solid rgba(68, 67, 67, 0.752);
}

.nav-container {
    position: fixed;
    width: 100%;
}

#mobile_oheader {
    display: none;
}

.block_26_commonherror_video {
    display: flex;
    background-position: center ;
    background-size: 100% ;
    background-repeat: no-repeat ;
    width: 100%;
    height: 100%;
    position: relative;
}

.block_26_commonherror_videozz {
    width: 100%;
    height: 100%;
    background-color: rgb(2 28 97 / 37%);
    position: absolute;
    z-index: 2;
}

.block_26_commonherror_videovideo {
    width: 100%;
    height: 100%;
}

.block_26_commonherror_pc {
    display: flex;
    background-position: center ;
    background-size: 100% ;
    background-repeat: no-repeat ;
    width: 100%;
    height: 100%;
}

.block_26_commonherror_wap {
    display: none;
    background-position: center ;
    background-size: 100% ;
    background-repeat: no-repeat ;
    width: 100%;
    height: 100%;
}

/* new_diyform */
.if_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.test1 {
    width: 100%;
    min-height: 500px;
    overflow: hidden;
    border: 0;
}

.new_text_29 {
    height: 57px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 57px;
    font-family: Anton-Regular;
    font-weight: 400;
    text-align: left;
    line-height: 1;
    margin: 0px auto 0px auto;
    text-transform: uppercase;
}

.page_headercom {
    position: relative;
    width: 1920px;
    height: auto;
    overflow: hidden;
}

.box_1_headercom {
    height: auto;
    width: 1920px;
}

.section_1_headercom {
    background-color: rgba(41, 91, 138, 1);
    position: relative;
    width: 1920px;
    height: 1915px;
    overflow: hidden;
}

.block_7_headercom {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 9px;
    position: absolute;
    left: 41px;
    top: 124px;
    width: auto;
    height: auto;
    align-items: center;
    justify-content: center;
    padding: 15px 160px 5px 160px;
}

.box_body_headercom {
    width: 1520px;
    height: 660px;
}

.box_3_headercom {
    width: 1445px;
    height: auto;
    margin: 60px 0 0 0;
    align-items: flex-end;
    padding-left: 35px;
    display: none;
}

.text_9_headercom {
    width: auto;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(11, 11, 11, 1);
    font-size: 30px;
    font-family: OPPOSans-Ver2-Regular;
    text-align: center;
    white-space: nowrap;
    line-height: 1;
}

.box_5_headercom {
    width: 1445px;
    height: 557px;
    margin: 31px 0 0 0;
}

.section_4_headercom {
    width: 1445px;
    height: 557px;
}

.section_5_headercom {
    width: 1445px;
    height: 560px;
    border-bottom: 1.5px solid #cbcbcb;
}

.box_6_headercom {
    position: relative;
    width: 370px;
    height: 540px;
    border-right: 1px solid #e2e2e2;
    padding-top: 15px;
}

.block_8_headercom {
    height: 52px;
    margin-top: 0;
    width: 325px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.block_8act {
    background-color: rgba(242, 242, 242, 1);
}

.block_8_headercom:hover {
    background-color: rgba(242, 242, 242, 1);
}

.paragraph_2box_headercom {
    align-items: center;
    justify-content: space-between;
    width: 255px;
}

.paragraph_2_headercom {
    width: auto;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 18px;
    font-family: OPPOSans-Ver2-Regular;
    text-align: left;
    line-height: 1;
}

.box_8_body_headercom {
    width: 1075px;
    height: 540px;
}

.box_8_headercom {
    width: 1075px;
    height: 540px;
    padding: 15px 0 0 40px;
}

.box_9_headercom {
    width: 1000px;
    height: 363px;
    margin-left: 35px;
}

.text-wrapper_2_headercom {
    width: 420px;
    height: auto;
    margin-top: 0;
}

.text_10_headercom {
    width: auto;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(24, 24, 24, 1);
    font-size: 33px;
    font-family: OPPOSans-Ver2-Regular;
    text-align: left;
    line-height: 1;
}

.paragraph_3_headercom {
    width: 420px;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(24, 24, 24, 1);
    font-size: 18px;
    font-family: OPPOSans-Ver2-Regular;
    text-align: left;
    line-height: 36px;
    margin-top: 51px;
}

.image_2_headercom {
    width: 560px;
    height: 363px;
}

.text-wrapper_3_headercom:hover {
    border: 1.5px solid #fe5c0c;
    color: #FFF;
    background-color: #fe5c0c;
}

.text-wrapper_3_headercom {
    border-radius: 4px;
    height: 45px;
    border: 1.5px solid #717171bf;
    width: 152px;
    margin: 48px 0 0 416px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #717171;
    font-size: 18px;
    font-family: OPPOSans-Ver2-Regular;
    font-weight: 500;
}

.image_4 {
    width: 16px;
    height: 550px;
    margin-top: 7px;
}

.box_10_headercom {
    position: relative;
    width: 150px;
    height: 50px;
    margin: 10px 0;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.image-text_2_headercom {
    width: auto;
    height: 50px;
    align-items: center;
}

.image-wrapper_1_headercom {
    height: 50px;
    background-image: url(./img/ps7k5zd34ahoainfedb155wsa3iocqujn9c3c5c09f-c109-45a4-8f63-1b60f4650e45.png);
    background-size: 50px 50px;
    width: 50px;
    margin-right: 22px;
    align-items: center;
    justify-content: center;
    display: none;
}

.label_2_headercom {
    width: 29px;
    height: 26px;
}

.text-group_1_headercom {
    width: auto;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 20px;
    font-family: OPPOSans-Ver2-Regular;
    text-align: left;
    white-space: nowrap;
    line-height: 1;
}

.box_8_bodyright_headercom {
    height: 524px;
}

.block_8_sbox_headercom {
    width: 420px;
    height: 525px;
}

.block_8_s_headercom {
    height: 52px;
    margin-top: 0;
    width: 416px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.block_8_sact {
    background-color: rgba(242, 242, 242, 1);
}

.block_8_s_headercom:hover {
    background-color: rgba(242, 242, 242, 1);
}

.paragraph_2box_s_headercom {
    align-items: center;
    justify-content: space-between;
    width: 346px;
}

.paragraph_2_s_headercom {
    width: auto;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 18px;
    font-family: OPPOSans-Ver2-Regular;
    text-align: left;
    line-height: 1;
}

.right_boxbody_headercom {
    height: 385px;
    width: 34.19vw;
    margin: 0 auto;
    align-items: center;
}

.right_box_headercom {
    height: 410px;
    width: 560px;
    padding-top: 22px;
    display: none;
}

.right_boxtop_headercom {
    width: 370px;
    height: 200px;
    background-color: #ffffff;
    margin: 0 auto;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: top center;
    background-position: center -25px;
    background-size: 100%;
    position: relative;
}

.right_boxtop_headercomtext {
    position: absolute;
    left: 40px;
    bottom: 15px;
    display: none;
}

.right_boxbottom_headercom {
    width: auto;
    padding-bottom: 52px;
}

.right_boxbutton_headercom {
    width: 104px;
    height: 35px;
    border: 2px solid rgb(254, 92, 12);
    border-radius: 5px;
    font-size: 13px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    margin: 10px auto 10px auto;
    background-color: rgb(254, 92, 12);
    color: #FFF;
    letter-spacing: 1.5px;
}

.right_boxbutton_headercom:hover {
    background-color: rgba(254, 92, 12,0);
    color: #717171;
    border: 1.5px solid #717171;
}

.right_boxbottomspan_headercom {
    color: #181818;
    font-size: 14px;
    margin-left: 90px;
    margin-right: 90px;
    margin-top: 0px;
    font-family: 'OPPOSans-Ver2-Medium';
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 20px;
}

.right_boxbottomspan_headercom:last-child {
    margin-bottom: 10px;
}

.right_boxbottom_a_headercom:first-child {
    margin-left: 0;
}

/*.fgright_boxbottom_a_headercom {*/
/*    padding: 2px 14px;*/
/*    color: #FFF0 !important;*/
/*    background-image: url(https://www.usr.cn/assets/static/picture/xltb2.svg);*/
/*    background-size: auto;*/
/*    background-repeat: no-repeat;*/
/*}*/
/*.fgright_boxbottom_a_headercom {*/
/*    padding: 0px 14px;*/
/*    color: #FFF !important;*/
/*    background-color: #ff4b00;*/
/*    border-radius: 8px 8px 8px 0;*/
/*}*/
/*.fgright_boxbottom_a_headercom:hover {*/
/*    color: rgb(14, 55, 168) !important;*/
/*}*/
.fgright_boxbottom_a_headercom {
    padding: 0px 14px;
    color: #FFF !important;
    background-color: #fe5c0c;
    border-radius: 8px 8px 8px 0;
}

.fgright_boxbottom_a_headercom:hover {
    opacity: 0.9;
}

.right_boxbottom_a_headercom {
    color: #333333;
    font-size: 14px;
    cursor: pointer;
    font-weight: 200;
    font-family: 'OPPOSans-Ver2-Regular';
    white-space: nowrap;
}

.right_boxbottom_a_headercom:hover {
    color: rgb(14, 55, 168);
    ; }

.right_bline_headercom {
    color: #71717191;
    font-size: 12px;
    margin: 0 4px 0 4px;
}

.right_bline_headercom:last-child {
    display: none;
}

.group_13_zyyw_headercom {
    width: 400px;
    height: 350px;
}

.slick-current span {
    -webkit-animation: fadeInUp 0.5s ease both;
    animation: fadeInUp 0.5s ease both;
    animation-delay: 0.2s;
}

.text_26_zyyw_headercom {
    width: auto;
    height: auto;
    overflow-wrap: break-word;
    font-family: "OPPOSans-Ver2-Blod";
    color: rgba(51, 51, 51, 1);
    font-size: 28px;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
    line-height: 1.2;
}

.text_27_zyyw_headercom {
    width: 460px;
    height: 95px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    margin: 25px 0 45px 1px;
}

.block_3_zyyw_headercom {
    width: 418px;
    height: 47px;
    margin-top: 21px;
    align-items: center;
}

.block_3_zyyw_headercom :first {
    margin-top: 0;
}

.min_boxs_headercom {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-width: 190px;
}

.min_boxs_num1_headercom {
    font-weight: 400;
    color: #0E38A8;
    font-size: 36px;
    font-weight: 800;
}

.min_boxs_fu_headercom {
    font-weight: 400;
    color: #0E38A8;
    font-size: 22px;
    line-height: 1;
    font-weight: 800;
}

.min_boxs_fus_headercom {
    font-weight: 400;
    color: #0E38A8;
    font-size: 12px;
    margin-left: 3.5px;
}

.min_boxs_fubox_headercom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    margin-left: 10px;
}

.min_line_headercom {
    width: 2.5px;
    height: 44px;
    background-color: #0e38a847;
    margin: 0 20px 0 29px;
}

.main_cont_headercom {
    font-size: 13px;
    font-weight: 500;
    color: #0E38A8;
    line-height: 24px;
    height: 50px;
    letter-spacing: 0.5px;
}

.image4_add_headercom {
    color: #FFF;
    font-size: 4vw !important;
    transition: all 0.2s;
}

.zhezhaoboxx_add_headercom {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0 28 102 / 37%);
    cursor: pointer;
}

.zhezhaoboxx_add_headercom :hover .image4_add_headercom {
    font-size: 4.5vw !important;
}

.text-wrapper_1_zhuyingo {
    background-color: #ff540000;
    border: 1.7px solid #FFF;
    border-radius: 5px;
    height: 46px;
    width: 123px;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    user-select: none;
    letter-spacing: 2px;
    font-family: 'OPPOSans-Ver2-Medium';
}

.text-wrapper_1_zhuyingo:hover {
    background-color: #ff5400;
    border: 1.5px solid #ff5400;
    color: #FFF;
}

.current_imagebox_zyyw_headercom {
    background-size: 100% 100%;
    background-position: center;
}

.hexagon {
    width: 48px;
    height: 25px;
    background-color: #f2f2f2;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.hexagon:before, .hexagon:after {
    content: '';
    position: absolute;
    width: 0;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    border-radius: 5px;
    border-radius: 5px;
}

.hexagon:before {
    top: -14px;
    border-bottom: 15px solid #f2f2f2;
    border-radius: 5px;
}

.hexagon:after {
    bottom: -14px;
    border-top: 15px solid #f2f2f2;
}

/* new_diyform */



.bottom_box{

}
.bottom_box_top_text-group {
    width: min(1260px, 95vw);
    max-width: 100%;
    height: auto;
    margin: 35px auto 0 auto;
    padding: 0 clamp(15px, 2vw, 30px) 15px;
    border-bottom: 2px solid #e4e4e4;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .bottom_box_top_text_40 {
    width: auto;
    height: auto;
    overflow-wrap: break-word;
    text-align: left;
    white-space: nowrap;
    font-size: 25px;
    font-weight: bold;
    color: #fe5c0c;
    line-height: 1;
    font-family: "OPPOSans-Ver2-Regular";
  }
  
.bottom_box_top_text_41 {
    width: auto;
    height: auto;
    overflow-wrap: break-word;
    text-align: left;
    white-space: nowrap;
    line-height: 1;
    margin: 10px 0 0 1px;
    font-size: 12px;
    color: #979898;
    letter-spacing: 1px;
    font-family: "OPPOSans-Ver2-Regular";
  }
  .bottom_box_bt {
    width: 1260px;
    height: auto;
    margin: 0px auto 0 auto;
      justify-content: space-between;
  }
  .bottom_box_group_left {
    width: 285px;
    height: 172px;
      justify-content: center;
  }
  .bottom_box_group_left_image {
    width: 160px;
    height: 75px;
    /*background-color: aquamarine;*/
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
.bottom_box_group_right_text {
    width: 102px;
    height: 17px;
    overflow-wrap: break-word;
    color: #3d3d3d;
    font-size: 18px;
    font-family: OPPOSans-Bold;
    text-align: right;
    line-height: 1;
    margin-top: 43px;
    font-weight: 600;
}
 .bottom_box_group_right_text:hover {
     color: #fc8d11;
 }
  .bottom_box_group_left_text_43 {
    width: 102px;
    height: 17px;
    overflow-wrap: break-word;
    font-size: 21px;
    font-family: "OPPOSans Heavy";
    text-align: left;
    line-height: 1;
  }
  .bottom_box_group_left_text_44 {
    width: 284px;
    height: 14px;
    overflow-wrap: break-word;
    font-size: 18px;
    font-family: OPPOSans-Medium;
    text-align: left;
    white-space: nowrap;
    line-height: 1;
    margin: 14px 0 0 1px;
  }
  .bottom_box_group_left_text_45 {
    width: 101px;
    height: 17px;
    overflow-wrap: break-word;
    color: rgba(61, 61, 61, 1);
    font-size: 16px;
    font-family: "OPPOSans-Ver2-H";
    text-align: left;
    line-height: 1;
    margin: 21px 0 0 1px;
  }
  .bottom_box_group_left_text_46 {
    width: 375px;
    height: 14px;
    overflow-wrap: break-word;
    color: rgba(61, 61, 61, 1);
    font-size: 14px;
    font-family: "OPPOSans-Ver2-Regular";
    text-align: left;
    white-space: nowrap;
    line-height: 1;
    margin-top: 14px;
  }
  .bottom_box_group_information {
    width: auto;
    height: 172px;
    align-items: center;
      gap: 40px;
  }
  .bottom_information_box {
    width: 247px;
    height: 69px;
    margin-right: 24px;
    margin-bottom:34px;
  }

.bottom_box_group_erweima {
    width: auto;
    height: auto;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    font-family: OPPOSans-Medium;
}
.footer_erweima {
    gap: 10px;
}
.bottom_information_box:nth-child(3){margin-right:0;}
.bottom_information_box:nth-child(4){margin-bottom:0;}
.bottom_information_box:nth-child(5){margin-bottom:0;}
.bottom_information_box:nth-child(6){margin-bottom:0;margin-right:0;}
  .bottom_information_image {
    width: 80px;
    height: 80px;
  }
  .bottom_information_text-group_3 {
    width: 163px;
    height: 69px;
    overflow-wrap: break-word;
    font-size: 0;
    font-family: "OPPOSans-Ver2-Bold";
    text-align: left;
    line-height: 1;
    justify-content: space-between;
  }
  .bottom_information_paragraph_6 { 
    overflow-wrap: break-word;
    color: rgba(61, 61, 61, 1);
    font-size: 18px;
    font-family: "OPPOSans-Ver2-Bold";
    text-align: left;
    line-height: 1;
  }
  .bottom_information_paragraph_6son{
    font-size: 14px;
  }
  .bottom_information_paragraph_7 {
    overflow-wrap: break-word;
    color: rgba(61, 61, 61, 1);
    font-size: 14px;
    font-family: "OPPOSans-Ver2-Regular";
    text-align: left;
    line-height: 1;
  }
  .bottom_bt_business {
    width: 202px;
    height: 175px;
    margin: 60px 0 0 85px;
  }
  .bottom_bt_business_body{}
  .bottom_bt_business_title {
    width: 33px;
    height: 18px;
    overflow-wrap: break-word;
    color: rgba(61, 61, 61, 1);
    font-size: 16px;
    font-family: "OPPOSans-Ver2-H";
    text-align: left;
    white-space: nowrap;
    line-height: 1;
  }
  .bottom_bt_business_a:hover{
    color: #00369A;

  }
.bottom_bt_business_a {
    width: auto;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(61, 61, 61, 1);
    font-size: 15px;
    font-family: "OPPOSans-Ver2-Regular";
    text-align: left;
    line-height: 34px;
    margin-top: 0;
    cursor: pointer;
  }
.bottom_bt_business_a:first-child{
    margin-top: 26px;
  
}
  .bottom_btd1_section_11 {
    width: 1260px;
    height: 50px;
    margin: 0 auto 0 auto;
    justify-content: space-between;
    /* padding-top: 12px; */
    border-top: 2px solid #e4e4e4;
    align-items: center;
  }
  .bottom_btd1_section_left {
    width: 168px;
    height: 17px;
    overflow-wrap: break-word;
    color: rgba(61, 61, 61, 1);
    font-size: 16px;
    font-family: "OPPOSans-Ver2-H";
    text-align: left;
    white-space: nowrap;
    line-height: 1;
    margin-top: 3px;
  }
  .bottom_btd1_section_left a{
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: #2A2A2A;
    font-family: "OPPOSans-Ver2-Regular";
  }
  .bottom_btd1_section_left a:hover{
    color: #00369A;
  }
  .icon_box{}
  .bottom_btd1_section_thumbnail {
    width: 18px;
    height: 20px;
    margin-right: 24px;
  }
  .bottom_btd1_section_thumbnail:last-child{
    margin-right: 0;
  
  }
  .bottom_btd2_button_last {
    width:100%;
    height: 50px;
    background-color: #00369A;
    align-items:center;
    justify-content: center;
  }
  .bottom_btd2_button_lastbody{
    width:1260px;
    justify-content:space-between;
  }
  .bottom_btd2_left_bottom{
    font-size: 12px;
    font-weight: 500;
    box-sizing: border-box;
    flex-shrink: 0;
    font-family: OPPOSans-Medium;
    font-size: 14px;
  }
  .bottom_btd2_right_bottom{
      font-size: 14px;
      font-weight: 500;
      font-family: OPPOSans-Medium;

  }
  .bottom_bt_businessbox{

  }
  #pc_header {
    display: flex;
}

#wap_header {
    display: none;
}


.sec-footer {
    display: block;
    position: relative;
    z-index: 9999;
}

.sec-footerwap {
    display: none;
}



.footer_foot_e {
    width: 100%;
    background-color: #002DA7;
    height: 39vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer_foot_e span {
    font-size: 3.5vw;
    color: #F7F9FC;
    text-align: center;
    font-family: 'OPPOSans-Ver2-Regular';
    font-weight: lighter !important;
    line-height: 2;
}

.footer_btn_e {
    margin-top: 6vw;
}

.lazy-bg {
    background-image: none;
}
.footerttop {
    width: 100%;
    height: 18.3vw;
    border-bottom: 1px solid #B0ADB6;
    border-top: 1px solid #B0ADB6;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 6vw;
}

.footerttop_r {
    width: 30vw;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.bttom_font_al_e {
    font-size: 5.3vw;
    color: #A9A9A9;
}

.bttm_canup h3 {
    color: rgba(79, 78, 83, 1);
}

.collapsedse {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.box_foot_wx {
    position: relative;
}

.look_wx {
    display: flex !important;

}

.e_erweima_box {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -31vw;
    left: -10vw;
    display: none;
}

.e_erweima_box1 {
    width: 25vw;
    height: 25vw;
    background-color: #F7F8FA;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.e_erweima_box2 {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #F7F8FA;
    z-index: 999;
    margin: 0 auto;
    top: -20px;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}


.sec-footer {
    display: block;
}

.sec-footerwap {
    display: none;
}
.common_btn_blue{
    font-family: "OPPOSans-Ver2-Bold";
    background-color: #0e38a8;
    border: 1.5px solid #0e38a8;
    padding: 6px 18px;
    border-radius: 5px;
    flex-shrink: 0;
    color: #FFF !important;
    font-size:14px;
    text-align: center;
    user-select:none;
    cursor:pointer;
}
.common_btn_blue:hover{
    background-color: #71717100;
    border: 1.5px solid #717171;
    color: #717171 !important;
    
}

.page_zhezhao{
    width: 100vw;
    height: 100%;
    position: fixed;
    background-color: #2222224a;
    z-index: 999;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .page_zhezhaoact{
    display: flex;
  }
.close_page_box {
    width: 50%;
    height: 40px;
    margin: 0 auto;
    align-items: center;
    justify-content: flex-end;
}
.page_show_img{
    width: 100%;
  }
  .page_show{
    width: 31%;
    /* height: 80vh;
    overflow-x: hidden;
    overflow-y: auto; */
  }
/* Electronics */



.Electronics_box{
  width: 1260px;
  height: 590px;
  margin: 0 auto;
  border-radius: 10px;
  border: 5px solid #004fe3;
  margin-top: 90px;
  position: relative;
  align-items: center;
  justify-content: center;
}
.Electronics_box_top{
    width: 1260px;
    height: 365px;
    background-color: #467fed;
    position: absolute;
    z-index: 9;
    left: -5px;
    top: -5px;
    border-radius: 10px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    justify-content: center;
}
.Electronics_box_text{
  margin: 0 0 0 394px;
  height: 255px;
}



.Electronics_box_bottom{
  align-items: center;
  justify-content: center;
  height: 220px;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
}
.Electronics_box_bottom_box{
  width: 1030px;
  height: 160px;
  justify-content: space-between;
}

.Electronics_box_bottom_text_44 {
  width: auto;
  height: auto;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 38px;
  font-family: "OPPOSans-Ver2-H";
  text-align: left;
  white-space: nowrap;
  line-height: 1;
  margin: 0 0 0 0;
}

.Electronics_box_bottom_section_11 {
  background-color: rgba(254, 92, 28, 1);
  border-radius: 1px;
  width: 85px;
  height: 3px;
  margin: 30px 0 30px 0;
}



.Electronics_box_bottom_paragraph_19 {
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-family: "OPPOSans-Ver2-Regular";
  text-align: left;
  line-height: 29px;
}

.Electronics_box_bottom_image_36 {
  width: 640px;
  height: 1px;
  margin: 22px 0 0 0;
}

.Electronics_box_bottom_text_46 {
  width: auto;
  height: auto;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-family: "OPPOSans-Ver2-Bold";
  text-align: left;
  white-space: nowrap;
  line-height: 1;
  margin: 25px 0 0 0;
}

.Electronics_box_bottom_boxs{
  width: 150px;
  height: 160px;
  align-items: center;
  justify-content: center;
}
.Electronics_box_bottom_boxsimg{
  width: 110px;
  height: 105px;
  margin-bottom: 22px;
  background-image: url(./yw.jpg);
  background-repeat: no-repeat;
  background-size: 1030px 105px;
}
.Electronics_look{
    height:40px;
    line-height: 28px;
}
.width_blue{
  width: 150px;
}
.Electronics_introduce_box {
  width: 1920px;
  height: auto;
}
.Electronics_introduce_grouphui{
  background-color: rgba(247, 248, 251, 1);

}
.Electronics_introduce_top_60{
    margin-top: 60px;
}
.Electronics_introduce_top_90{
    margin-top:90px;
}
.Electronics_introduce_top_25{
    margin-top:25px;

}
.Electronics_introduce_btm_80{
    margin-bottom: 80px;
}
.Electronics_introduce_top_55{
    margin-top:55px;
}
.Electronics_introduce_group {
  width: 1920px;
  height: 360px;
  /* margin-top: 60px; */
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.Electronics_introduce_groups{width: 1260px;height: 360px;justify-content: space-between;align-items: center;}
.introduce_groups_right .Electronics_introduce_box_5{
align-items: flex-end;
}

.introduce_groups_right .Electronics_introduce_box_5_text-group{
  align-items: flex-end;
}
.introduce_groups_right .Electronics_introduce_paragraph_1{
  text-align: right;
}
.introduce_groups_right .Electronics_introduce_text_9{
  text-align: right;
  
}


.introduce_groups_left .Electronics_introduce_box_5{
align-items: flex-start;
}

.introduce_groups_left .Electronics_introduce_box_5_text-group{
  align-items:flex-start;
}
.introduce_groups_left .Electronics_introduce_paragraph_1{
  text-align: left;
  width:595px;
  text-align: justify;
}
.font_Medium{
  font-family: "OPPOSans-Ver2-Medium" !important;
}
.introduce_groups_left .Electronics_introduce_text_9{
  width:595px;
  white-space: pre-wrap;
  text-align: justify;
}

.Electronics_introduce_linheight{
    color: #fe5c1c;
    font-family: "OPPOSans-Ver2-H";
}
/* .Electronics_introduce_groupbox_4:hover .Electronics_introduce_groupboximg{
    
    background-size: 105% 105%;
} */
.Electronics_introduce_groupboximg{
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 300px;
    width: 595px;
}
.Electronics_introduce_groupbox_4 {
  border-radius: 10px;
  height: 300px;
  width: 595px;
  overflow: hidden;
}
.Electronics_introduce_groupimage-image{
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: #004fe3;
  width: 100%;
}
.Electronics_introduce_groupimage-wrapper_2s{
  height: 300px;
  width: 595px;
  overflow: hidden;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
}
.Electronics_introduce_groupimage-wrapper_2 {
  height: 300px;
  width: 595px;
  overflow: hidden;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
}
.Electronics_introduce_groupimage-wrapper_2:hover .Electronics_introduce_groupimage-image{
 width: 105%;
}
.Electronics_introduce_groupimage_1 {
  width: 107px;
  height: 3px;
  margin: 277px 0 0 244px;
}

.Electronics_introduce_box_5 {
  width: 595px;
  height: 300px;
}
.Electronics_introduce_box_5_text-group{
    margin-top:15px;
}
.Electronics_introduce_box_5_text-grouperr{
    margin-top:25px;
}
.Electronics_introduce_box_5_text {
  width: 148px;
  height: 74px;
}

.Electronics_introduce_title {
  width: auto;
  height: auto;
  overflow-wrap: break-word;
  color: rgba(61, 61, 61, 1);
  font-size: 38px;
  font-family: "OPPOSans-Ver2-H";
  text-align: left;
  white-space: nowrap;
  line-height: 1;
}


.Electronics_introduce_text_9 {
  overflow-wrap: break-word;
  color: #3d3d3d;
  font-size: 18px;
  font-family: "OPPOSans-Ver2-Regular";
  text-align: left;
  white-space: nowrap;
  line-height: 30px;
  margin-top: 14px;
}

.Electronics_introduce_text_10 {
  width: 126px;
  height: 18px;
  overflow-wrap: break-word;
  color: rgba(113, 113, 113, 1);
  font-size: 18px;
  font-family: "OPPOSans-Ver2-Regular";
  text-align: left;
  white-space: nowrap;
  line-height: 29px;
}

.Electronics_introduce_group_4 {
  background-color: rgba(254, 92, 28, 1);
  border-radius: 5px;
  width: 60px;
  height: 3px;
  margin: 14px 0 0 1px;
}

.Electronics_introduce_paragraph_1 {
  width: auto;
  height: auto;
  overflow-wrap: break-word;
  color: rgba(61, 61, 61, 1);
  font-size: 16px;
  font-family: "OPPOSans-Ver2-Regular";
  text-align: left;
  line-height: 30px;
  margin-top: 18px;
}



/* Electronics */


.common_business_page_header {
    width: 1920px;
    height: 520px; 
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    align-items: center;
    justify-content: center;
  }
  .common_business_page_header_title_box{
    width:1260px;
    height:355px;
    top: 120px;
    position: absolute;
    justify-content: center;
  }
.common_business_page_header_title_boxadd{
	
}
.common_business_page_header_desc{
	width: 576px;
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 1);
	font-size: 16px;
	font-family: "OPPOSans-Ver2-Regular";
	text-align: left;
	line-height: 30px;
	margin: 24px 0 0 0;
}
  .common_business_page_header_title {
    width: auto;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 52px;
    font-family: "OPPOSans-Ver2-H";
    text-align: left;
    white-space: nowrap;
    line-height: 1;
    margin-left: -4px;
  }
	.common_business_page_header_titles{overflow-wrap: break-word;color: rgba(255, 255, 255, 1);font-size: 52px;font-family: "OPPOSans-Ver2-H";text-align: left;white-space: nowrap;margin-left: -4px;line-height: 66px;}
  .business_page_header_bt  {
    background-color: rgba(13, 72, 168, 0.65);
    width: 1920px;
    height: 45px;
    position: absolute;
    bottom: 0;
    align-items: center;
    justify-content: center;
  }
  .business_page_header_bt_body{
    width: 1260px;
    height: 45px;
  }
    
.Product_Services{
    display: none;
    align-items: center;
    flex-direction: column;
}

.Product_Servicesact{
    display: flex !important;
}


  
  .all_homepage_bt_box_text {
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 52px;
    font-family: "OPPOSans-Ver2-H";
    text-align: center;
    white-space: nowrap;
    line-height: 1;
  }
  
@media screen and (max-width: 1920px) {
    .all_homepage_bt_box{
        width:100%;
    }
    .Electronics_introduce_group{
        width:100%;
    }
    .common_business_page_header{
        width:100%;
    }
    .business_page_header_bt{
        width:100%;
    }
    .block_26_commonh {
        width: 100%;
        height: 25vw;
    }

    .section_15_commonh {
        width: 100%;
    }

    .block_1 {
        width: 100%;
    }
}

.big_eng {
    text-transform: uppercase;
}

.big_feng {
    text-transform: capitalize;
}

.tb_ajd {
    color: rgba(64, 64, 64, 1);
}

.tb_ajd:hover {
    text-decoration: underline;
    text-decoration-color: #222;
}

.tb_a {
    color: #717171;
    color: #404040;
    cursor: pointer;
}

.tb_a:hover {
    color: #0f39a8;
}

/* .tb_a:link{
    text-decoration: none;
  
  }
  .tb_a:active{
    text-decoration: none;
  }
  .tb_a:visited{
    text-decoration: none;
  
  } */
.bttom_font_al {
    text-align: center;
    line-height: 1;
}

.text_ellipsi {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.ov_text {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.text_ellipsis2 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.text_ellipsis3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.minn_bt {
    font-size: 57px;
    margin-top: 110px !important;
}

.coose_cookie {
    font-size: 15px;
    color: #222;
    cursor: pointer;
    margin-left: 15px;
    position: absolute;
    right: 50px;
}

.btn-primarys {
    border-radius: 5px;
    padding: 4px 8px !important;
    min-width: 50px;
    cursor: pointer;
    margin-left: 40px;
    font-size: 12px !important;
    border: 1px solid #0e38a8f0;
    background-color: #0e38a8f0;
    color: #FFF;
    font-family: 'OPPOSans-Ver2-H';
}

.btn-primarys:hover {
    border: 1px solid #717171;
    color: #717171;
    background-color: #FFF;
}

@keyframes bordershow {
    50% {
        box-shadow: 0px 0px 10px 0 #0E38A8;
    }
}

@keyframes boderM {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0
    }

    20% {
        opacity: 1
    }

    75% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.selected {
    /* background-color: aqua; */
}

.dimension-container h4 {
    margin: 5px 0;
}

.dimension-container ul {
    margin-top: 5px;
}

.dimension-container {
    transition: height 0.2s;
    overflow: hidden;
    cursor: pointer;
}

.dimension_container_hd {
    height: 30px !important;
}

.dimension-container li {
    cursor: pointer;
}

.filter_box {
    min-width: 200px;
    height: auto;
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-right: 2vw;
    position: relative;
    display: none;
}

.box_s {
    width: 1260px;
    display: flex;
    position: relative;
    padding-bottom: 200px;
    margin: 0 auto;
}

.product_boxs {
    flex: 5;
    min-height: 600px;
    margin-top: 50px;
}

.filters {
    width: 100%;
    height: 40px;
    position: absolute;
    max-width: 200px;
    cursor: pointer;
    z-index: 9;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    margin-top: 5px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.filters_span {
    height: auto;
    line-height: 1
}

.filterssr {
    width: 100%;
    height: 40px;
    /* background-color: #222; */
    position: absolute;
    max-width: 200px;
    cursor: pointer;
    z-index: 9;
    line-height: 40px;
    text-align: center;
    border: 1px solid;
    border-radius: 5px;
    margin-top: 5px;
}

.filter-dimension {
    margin-top: 50px;
}

.look_choose {
    display: block !important;
}

.product-list {
}

.product-list li {
    /*width: 32%;*/
    /*margin-right: 10px;*/
    /*height: 150px;*/
    /*line-height: 150px;*/
    /*border: 1px solid;*/
    /*margin-bottom: 10px;*/
}

.sx_box {
    width: 30px;
    height: 30px;
    /* margin: 10px auto; */
    position: relative;
    margin-right: 20px;
}

.sx_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.sx_img1 {
    z-index: 8;
}

.sx_img2 {
    z-index: 9;
}

.filter-option {
    cursor: pointer;
    padding: 5px 10px;
    white-space: nowrap;
    min-width: 150px;
    width: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    width: auto;
    height: auto;
    margin: 0px 0 12px 26px;
    user-select: none;
}

.filter-option:hover {
    text-decoration: underline;
    text-decoration-color: #222222;
}

.filter-option:hover .duihaoicobox {
    background-color: #0e38a852;
}

.selected {
    /*background-color: #007bff;*/
    /*color: #fff;*/
    width: max-content;
}

#filter-results {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.filter_left {
    width: 15vw;
    min-height: 500px;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    margin-left: 20px ;
    padding: 15px;
}

.filter_left_tt {
    height: 200px;
    width: 90%;
    margin: 0 auto;
    transition: all 1s;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-color: #0e38a812;
}

.filter_left_a {
    margin-top: 5px;
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.filter_left_tt1 {
    font-size: 18px;
    border-bottom: 1px solid;
}

.filter_left_adiv {
    width: 15px;
    height: 15px;
    border: 1px solid #7d7d7d7d;
    border-radius: 2px;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.filter_left_span {
}

.filter_left_adivduihao {
    font-size: 12px !important;
    border-radius: 2px;
    color: #FFF;
    transition: all 0.1s;
    align-items: center;
    justify-content: center;
    display: flex;
    transform: translateX(-20px);
}

.filter_left_a:click .filter_left_adivduihao {
    color: #FFF;
    background-color: #1c44ad;
}

.duihaoicobox_actc .duihaoact {
    transform: translateX(0);
}

.duihaoicobox_actc {
    background-color: #1c44ad !important;
}

.duihaoicobox {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    border-radius: 2px;
    border: 1px solid #7d7d7d;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.con_filters_span {
    font-size: 16px;
}

/* chanpin */
.ff_botttomtt {
    width: 301.5px;
    height: 315px;
    background-size: 100% 100%;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    background-color: #f2f2f2;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /* width: 41.15vw; */
    /* height: 44.05vw; */
}

.ff_botttomtt:hover .image_2_go {
    transform:scale(1.05)
}

.ff_botttomtts:nth-child(3n) {
    margin-right: 0;
}

.ff_botttomtts:nth-child(3n)::after {
    content: "";
    flex: auto;
}

.ff_botttomtts:nth-child(3n + 1) {
    margin-left: 20px;
}

.ff_botttomtts:first-child {
    margin-left: 20px;
}

.options:first-child {
    /* margin: 0 0 0px 26px; */
}

.image-wrapper_1_go {
    height: 195px;
    background-size: 150px 100%;
    width: 100%;
    /* margin: 49px auto 0 auto; */
    transition: all 0.4s;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.block_7:hover .image-wrapper_1 {
    background-size: calc(115% * 150px) 100%;
}

.image_2_go {
    width: 100%;
    height: auto !important;
    height: auto;
    width: 180px;
    transition: all 0.1s;
}

.block_7:hover .image_2 {
    transform:scale(1.05)
}

.block_7:hover .image_2_go {
    transform:scale(1.05)
}

.text_4_go:hover {
    color: rgba(14, 56, 168, 1) !important;
}

.group_11_go {
    width: 100%;
    /* height: 62px; */
    /* margin-top: 58px; */
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.section_2_go {
    width: auto;
    /* height: 55px; */
    margin-top: 3px;
    /* transform: scale(0.8); */
    /* transform-origin: right; */
    justify-content: center;
    min-width: 108px;
}

.text_4_go {
    width: auto;
    max-width: 108px;
    height: 25px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1) !important;
    font-size: 24px;
    font-family: Anton-Regular !important;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 25px;
    letter-spacing: 1.5px;
    margin: 0 !important;
    overflow: hidden;
    text-decoration: unset !important;
}

.image-text_2_go {
    width: 80px;
    height: 15px;
    margin-top: 15px;
    align-items: flex-end;
    cursor: pointer;
    justify-content: flex-start;
}

.image-text_2_go:hover .text-group_3_go {
    /* 	color:#034CC8 !important; */
    text-decoration: underline;
    text-decoration-color: #222222;
}

.image-text_2_go:hover .thumbnail_2_go {
    /* background-color: aquamarine !important; */
    background-color: #0e38a852 !important;
}

.thumbnail_2_go {
    width: 14px;
    height: 14px;
    border-radius: 2px;
    border: 1.5px solid #7d7d7d;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-right: 10px;
}

.image-text_2_go .active {
    background-color: #034CC8;
}

.image-text_2_go .acte {
    transform: translateX(0px);
}

.text-group_3_go {
    width: auto;
    height: 14px;
    overflow-wrap: break-word;
    color: rgb(76 76 76);
    font-size: 13px;
    font-family: "OPPOSans-Ver2-Regular";
    font-weight: 200;
    text-align: left;
    white-space: nowrap;
    line-height: 1;
    margin-top: 1px;
    user-select: none;
    letter-spacing: 1px;
}

.image_3_go {
    width: 1px;
    height: 62px;
    margin-left: 0.4rem;
    background-color: #717171;
    /* transform: scale(0.8); */
}

.text-wrapper_2_go {
    width: auto;
    height: 56px;
    overflow-wrap: break-word;
    font-size: 0;
    font-family: OpenSans-Regular;
    font-weight: 200;
    text-align: left;
    line-height: 1;
    margin: 3px 0 0 0.4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* transform: scale(0.8); */
    /* transform-origin: left; */
}

.paragraph_2_go {
    width: 122px;
    height: 56px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 11px;
    font-family: OpenSans-Regular;
    font-weight: NaN;
    text-align: left;
    line-height: 22px;
}

.text_5_go {
    width: 122px;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 12px;
    font-family: 'OPPOSans-Ver2-Regular';
    font-weight: 200;
    text-align: left;
    line-height: 1;
    white-space: nowrap;
}

.pro_ratio {
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    margin: 20px;
    justify-content: space-between;
    /* width: 302px; */
    /* height: 315px; */
}

.needshow {
    display: flex !important;
}

.needhide {
    display: none !important;
}

/* chanpin */
.block_25_common {
    box-shadow: 0px 7px 14px 2px rgba(148, 148, 148, 0.53);
    background-color: rgba(242, 242, 242, 0);
    height: 122px;
    width: 100vw;
    /* margin: 2637px 0 0 -1920px; */
    position: fixed;
    bottom: 0;
    bottom: -122px;
    transition: all 0.4s;
    z-index: 99999;
    left: 0;
}

.box_31_common {
    width: 100vw;
    height: 122px;
    background-color: #FFF;
    background-size: 100% 100%;
    transition: all 0.4s;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.text_47_common {
    width: 274px;
    height: 22px;
    overflow-wrap: break-word;
    color: #4c4c4c;
    font-size: 24px;
    font-family: 'OPPOSans-Ver2-H';
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
    line-height: 24px;
    margin: 0 0 0 0;
    letter-spacing: 2px;
}

.text-wrapper_14_common {
    border-radius: 5px;
    width: 185px;
    height: 50px;
    margin-right: 15px;
    border: 0.72px dotted rgba(64, 64, 64, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.has_wrapper_14_common {
    border: 0.72px solid rgba(64, 64, 64, 1);
}

.text-wrapper_14box_common {
    width: calc(100% - 41px);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    transition: all 0.1s;
    opacity: 0;
}

.text_48_common {
    width: 115px;
    height: 14px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 15px;
    font-family: Anton-Regular;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 1;
    overflow: hidden;
    /* margin: 20px 0 0 22px; */
}

.text_49_common {
    width: 15px;
    height: 15px;
    overflow-wrap: break-word;
    color: rgba(113, 113, 113, 1);
    font-size: 15px;
    font-family: OpenSansRoman-SemiBold;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 1;
    /* margin: 20px 19px 0 94px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.text_49_common span {
    font-size: 12px !important;
}

.text_49_common:hover span {
    color: #0e38a8;
}

.group_43_common {
    width: 186px;
    height: 51px;
    background: url(./img/pstuelgi2ycp87h8jfgwe7jxhbhcj6t6quf6c8f837b-6b10-42d9-b209-7f3199048d17.png) 100% no-repeat;
    background-size: 100% 100%;
    margin: 0 0 0 13px;
}

.text_50_common {
    width: 39px;
    height: 14px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 15px;
    font-family: Anton-Regular;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 1;
    margin: 20px 0 0 24px;
}

.thumbnail_8_common {
    width: 11px;
    height: 13px;
    margin: 20px 21px 0 91px;
}

.image_16_common {
    width: 185px;
    height: 51px;
    margin: 0 0 0 14px;
}

.group_44_common {
    border-radius: 5px;
    width: 185px;
    height: 50px;
    border: 0.72px dotted rgba(64, 64, 64, 1);
    margin: 0 0 0 15px;
}

.text-wrapper_15_common {
    height: 47px;
    background-size: 100% 100%;
    width: 129px;
    margin: 0 0 0 12px;
    background-color: #1e35ac;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 1) !important;
    font-size: 19px;
    font-family: 'OPPOSans-Ver2-Medium';
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: unset !important;
}

.text-wrapper_15_common:hover {
    border: 1px solid #717171 !important;
    color: #717171 !important;
    background-color: #ff5d0000 !important;
}

.box_31_commonson {
    width: 1260px;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.text_47_commonsondiv {
    display: flex;
    align-items: center;
    padding-left: 44px;
    width: 986px;
}

.icon-Compare1 {
    color: #FFF;
    font-size: 12px !important;
    transition: all 0.1s;
    transform: translateX(-16px);
}

.image-text_2_go:hover .text-group_3 {
    color: #034CC8;
}

.commonproduct_btn {
    padding: 12px 26px;
    margin-right: 24px;
    background-color: rgba(234, 95, 26, 1);
    border-radius: 5px;
    border: 1px solid rgba(234, 95, 26, 1);
    max-height: 46px;
    cursor: pointer;
    align-items: center;
}

.commonproduct_btn:hover {
    border: 1px solid #FFF;
    background-color: rgba(255, 255, 255, 0);
}

.commonproduct_btn .commonproduct_btnico {
    font-size: 20px;
    color: #FFF;
    margin-right: 12px;
    line-height: 1;
}

.commonproduct_btn .commonproduct_btnspan {
    height: auto;
    overflow-wrap: break-word;
    color: rgba(254, 254, 254, 1);
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
    line-height: 1;
}

.commonproduct_btn_k {
    padding: 13px 26px;
    display: flex;
    border-radius: 5px;
    border: 1px solid #FFF;
    background-color: rgba(255, 255, 255, 0);
    max-height: 46px;
    cursor: pointer;
    align-items: center;
}

.commonproduct_btn_k:hover {
    background-color: rgba(234, 95, 26, 1);
    border: 1px solid rgba(234, 95, 26, 1);
}

.commonproduct_btn_k .commonproduct_btnico {
    font-size: 20px;
    color: #FFF;
    margin-right: 12px;
    line-height: 1;
    height: m;
}

.commonproduct_btn_k .commonproduct_btnspan {
    height: auto;
    overflow-wrap: break-word;
    color: rgba(254, 254, 254, 1);
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
    line-height: 1;
}

/*rande*/
.group_11_render {
    /*width: 425px;*/
    height: 38px;
    margin: 118px auto 0 auto;
    align-items: center;
}

.box_9_renderbox {
    width: 320px;
}

.box_9_render {
    background-color: #fe5c0c00;
    border-radius: 2px;
    width: 38px;
    height: 38px;
    margin-right: 15px;
    cursor: pointer;
}

.box_9_render:hover {
    /*background-color: #fe5c0c;*/
}

.box_9_renderact {
    /*background-color: #fe5c0c !important;*/
}

.box_9_render:last-child {
    margin-right: 0;
}

.box_9_renderact .text_26_render {
    color: #FFF !important;
}

.box_9_render:hover .text_26_render {
    color: #FFF !important;
}

.box_9_render_desable {
    background-color: #fe5c0c00;
    border-radius: 2px;
    width: 38px;
    height: 38px;
    margin-right: 15px;
}

.text_26_render {
    width: 38px;
    height: 38px;
    overflow-wrap: break-word;
    color: #515151;
    font-size: 24px;
    font-family: OpenSans-SemiBold;
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumbnail_4_render {
    width: 38px;
    height: 38px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumbnail_4_render:hover .thumbnail_4_renderson {
    color: #0f39a8 !important;
}

.thumbnail_4_renderson {
    color: #515151 !important;
    line-height: 1 !important;
    font-size: 16px !important;
    margin-top: 2px;
}

.group_11_renderbox {
    display: flex;
    width: 371px;
}

.list_render {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box_1_soul {
    position: relative;
    width: 1920px;
    height: 480px;
    background-color: rgb(20 59 121);
    background-repeat: no-repeat;
    background-size: 1920px 480px;
    background-position: center;
    background-image: url(/npage/product_center/solution_new/jiejuefanganyemian1920n/banner-pc.jpg);
}

.wrapper_boxstr_soul {
    width: 1260px;
    margin: 0px auto;
}

.float_rwa_soul {
    width: calc(466px);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bofangadd {
    color: #FFF;
    font-size: 85px !important;
    cursor: pointer;
}

.text-wrapper_35_soul {
    width: 794px;
    height: 100%;
    margin: 0px;
}

.text_1_soul {
    width: 786px;
    height: auto;
    overflow-wrap: break-word;
    color: rgb(255, 255, 255);
    font-size: 58px;
    font-family: Anton-Regular;
    text-align: left;
    line-height: 1;
    margin-left: 0px;
    margin-top: 174px;
    text-transform: uppercase;
}

.text_2_soul {
    width: 794px;
    height: auto;
    overflow-wrap: break-word;
    color: rgb(255, 255, 255);
    font-size: 15.5px;
    font-family: 'OpenSans-Regular';
    text-align: left;
    line-height: 24px;
    margin-top: 35px;
}

.commonhead_soul {
    width: 1260px;
    justify-content: space-between;
    margin: 0 auto;
}

.group_5_soul {
    background-color: rgba(13, 72, 168, 0.65);
    position: absolute;
    left: 0px;
    top: 440px;
    width: 100%;
    height: 40px;
}

.text-wrapper_4_soul {
    margin-left: 0;
    min-width: 140px;
    height: 40px;
    overflow-wrap: break-word;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-family: OpenSans-Regular;
    text-align: center;
    white-space: nowrap;
    line-height: 40px;
    cursor: pointer;
    padding: 0 15px;
}

.text-wrapper_4act {
    background-color: rgb(234, 95, 26);
}

.text-wrapper_4_soul:hover {
    background-color: rgb(234, 95, 26);
}

.text_15_soul {
    width: auto;
    height: 40px;
    overflow-wrap: break-word;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-family: OpenSans-Regular;
    text-align: left;
    white-space: nowrap;
    line-height: 40px;
    margin: 0 5px;
    cursor: pointer;
}

.text_15_soul:last-child {
    margin-right: 0;
}

.text_15_soul:hover {
    text-decoration: underline;
    text-decoration-color: #e2e2e2;
}

/*rande*/

.footer-bottom1-r{
    width: 200px;
}
.footer-bottom1-rimg{
    /* margin-right: 25px; */
    cursor: pointer;
    position: relative;
    justify-content: center;
    flex: 1;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.footer-bottom1-rimg:hover span{
    color:#00369A;
}
.footer-bottom1-rimg:last-child{
    margin-right: 0;
}
.footer-bottom1-rimg:hover div{
    display:flex !important;
}
.bttom_font_al{}
.footer_bt_tsbx{
    width: 150px;
    height: 150px;
    border-radius: 3px;
    background-color: #F7F8FA;
    position: absolute;
    z-index: 9999;
    top: -170px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.footer_bt_tbm{

        width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #F7F8FA;
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    top: -20px;
}

.common_newbutton {
 background-color: #ff540000;
 border: 1.5px solid #FFF;
 border-radius: 5px;
 height: 45px;
 padding: 0 25px;
 color: rgba(255, 255, 255, 1);
 font-size: 18px;
 line-height: 1;
 text-align: center;
 justify-content: center;
 cursor: pointer;
 text-decoration: none;
 user-select: none;
 font-family: 'OPPOSans-Ver2-Medium';
}
.common_newbutton:hover{
  background-color: #ff5400;
  border: 1.5px solid #ff5400;
  color: #FFF;
  
}


.common_newbutton1 {
    height: 45px;
    background-size: 100% 100%;
    width: 145px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #ff5d00;
    border-radius: 5px;
    color: #FFF;
    font-size: 18px;
    font-family: 'OPPOSans-Ver2-Medium';
    cursor: pointer;
    letter-spacing: 1.5px;
}

.common_newbutton1:hover {
    border: 1px solid #FFF;
    color: #FFF;
    background-color: #FFF0 !important;
}
.transition_am_img{
    transition:all 0.4s;
}
.head_meda_leftimg_new{
    height:55px;
    width: auto;
}
.zhizao_home_banner{
    width: 100%;
}
.zhanwei{
    height: 120px;
    width: 100%;
    border-bottom: 2px solid #e4e4e4;
    max-width: 1920px;
    margin: 0 auto;
}
.PC_show{display: flex !important;}
.wap_show{display:none !important;}
@media screen and (max-width: 1920px) {
    .page{
        width:100%;
    }
    .Electronics_introduce_box{
        width:100%;
        align-items: center;
    }
    .npro_dd1 {
        display: flex;
        transform: scale(1);
        transform-origin: top left;
    }

    .npro_header {
        width: 90vw;
        height: 480px;
        padding: 0 14vw;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 0 auto;
    }

    .npro_headerdv1 {
        width: 100%;
        height: 425px;
        display: flex;
    }

    .npro_headerdv2 {
        width: 100%;
        height: 55px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-top: 1px solid #7d7d7d7d;
    }

    .npro_div1 {
        height: 385px;
        display: flex;
        flex-direction: column;
        width: 14.55vw;
    }

    .npro_div1son {
        margin: 10px 0 40px 24px;
        width: calc(100% - 24px);
        height: calc(100% - 10px);
        border-right: 1px solid #7d7d7d7d;
        display: flex;
        flex-direction: column;
        overflow-y: auto;
    }

    .npro_div1son::-webkit-scrollbar {
        width: 5px;
        height: 8px;
        background-color: #F5F5F5;
    }

    .npro_div1son::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
        border-radius: 2px;
        background-color: #F5F5F5;
    }

    .npro_div1son::-webkit-scrollbar-thumb {
        border-radius: 2px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.2);
        background-color: #555;
    }

    .npro_div1a {
        font-size: 14px;
        font-family: 'OPPOSans-Ver2-H';
        font-weight: 400;
        color: #0F39A8;
        padding-bottom: 22px;
        padding-top: 9px;
        cursor: pointer;
    }

    .npro_div1a:hover {
        text-decoration: underline;
    }

    .npro_boxs {
        display: none;
        width: 78vw;
    }

    .npro_div2son {
        margin: 10px 0 40px 41px;
        width: calc(100% - 41px);
        height: calc(100% - 10px);
        border-right: 1px solid #7d7d7d7d;
        display: flex;
        flex-direction: column;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .npro_div2son::-webkit-scrollbar {
        width: 5px;
        height: 8px;
        background-color: #F5F5F5;
    }

    .npro_div2son::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
        border-radius: 2px;
        background-color: #F5F5F5;
    }

    .npro_div2son::-webkit-scrollbar-thumb {
        border-radius: 2px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.2);
        background-color: #555;
    }

    .npro_div2 {
        /* flex: 25; */
        height: 385px;
        display: flex;
        flex-direction: column;
        width: 18.2vw;
    }

    .npro_div2a {
        font-size: 14px;
        font-family: 'OPPOSans-Ver2-Regular';
        font-weight: 400;
        padding-bottom: 22px;
        padding-top: 9px;
        cursor: pointer;
        color: #333333;
    }

    .npro_div2a:hover {
        text-decoration: underline;
    }

    .npro_div3 {
        /* flex: 56; */
        height: 428px;
        display: flex;
        flex-direction: column;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .npro_headerdv2a {
        font-size: 16px;
        font-family: 'OPPOSans-Ver2-H';
        font-weight: 400;
        color: #333333;
        margin-left: 24px;
    }

    .npro_div3sb {
        width: auto;
        height: 410px;
        flex-direction: column;
    }

    .npro_div3sbs {
        width: calc(100% - 72px);
        margin: 10px 0 40px 72px;
        height: calc(100% - 50px);
        height: 385px;
        width: 695px;
        display: flex;
        flex-direction: column;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .header_prodv {
        width: 100%;
        height: 86px;
        display: flex;
        flex-direction: row;
        margin-bottom: 40px;
        cursor: pointer;
    }

    .header_prodv_img {
        width: 107px;
        height: 72px;
        transition: all 0.2s ease-in-out;
    }

    .header_prodv_imgbx {
        width: 107px;
        height: 72px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .header_prodv_rdv {
        display: flex;
        flex-direction: column;
        margin-left: 3vw;
        height: 80px;
        margin-top: 3px;
    }

    .header_prodv_rdvsp1 {
        font-size: 14px;
        font-family: 'OPPOSans-Ver2-H';
        font-weight: 400;
        color: #333333;
        width: 420px;
        letter-spacing: 0.5px;
    }

    .header_prodv_rdvsp2 {
        font-size: 12px;
        font-family: 'OPPOSans-Ver2-Regular';
        font-weight: 400;
        color: #333333;
        line-height: 21px;
        width: 420px;
        margin-top: 17px;
        letter-spacing: 0.5px;
    }

    .header_prodv:hover .header_prodv_rdvsp1 {
        text-decoration: underline;
        color: #0F39A8;
    }

    .header_prodv:hover .header_prodv_rdvsp2 {
        color: #0F39A8;
    }

    .header_prodv:hover .header_prodv_img {
        width: calc(107px * 1.05);
        height: calc(72px * 1.05);
    }

    .npro_headerdv2jian {
        font-size: 16px;
        margin-left: 5px;
        transition: margin-left 0.2s;
    }

    .npro_headerdv2bxv {
        display: flex;
        justify-content: center;
        align-items: center;
        width: max-content;
    }

    .npro_headerdv2bxv:hover .npro_headerdv2jian {
        color: #0E38A8;
        margin-left: 12px;
    }

    .npro_headerdv2bxv:hover .npro_headerdv2a {
        color: #0E38A8;
    }

    .block_1add {
        width: 100%;
    }

    .box_1add {
        width: 100%;
        align-items: center;
    }
}


@media screen and (max-width: 1560px) {
.npro_header{
    padding:0 10vw
}

}
@media screen and (max-width: 1560px) {
    .minn_bt {
        font-size:3.02vw;
        margin-top: 5vw !important;
    }

   
}

@media screen and (max-width: 1360px) {
	.zhanwei {
    height: 120px;
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    max-width: 1920px;
    margin: 0 auto;
    opacity: 0;
}
    .bottom_btd2_button_lastbody{
        width:92.64vw;
        
    }
    .bottom_box_top_text-group{
        width:92.64vw;
    }
    .bottom_box_bt{
        width:92.64vw;
        overflow-y: hidden;
        overflow-x: auto;
    }
    .bottom_btd1_section_11{
        width:92.64vw;
        /*margin-top: 4vw;*/
    }
    .bottom_btd2_button_last{
        /*width:92.64vw;*/
        width: 100%;
        
    }
  .all_homepage_bt_box{
        width:100%;
    }
    .Electronics_introduce_group{
        width:100%;
    }
    .Electronics_introduce_groups{
        width:92.64vw;
        
    }
    .common_business_page_header_title_box{
        width:92.64vw;
        
    }
    .Electronics_introduce_box_5{
        width:43.75vw;
    }
    .Electronics_introduce_groupbox_4{
        width:43.75vw;
        
    }
    .introduce_groups_left .Electronics_introduce_text_9{
        width:100%
    }
    .Electronics_introduce_paragraph_1{
        width: 100% !important;
    }
    .common_business_page_header{
        width:100%;
    }
    .business_page_header_bt{
        width:100%;
    }

    .software_dev_line{
        width: 92.64vw !important;
        height: 12.5vw !important;
    }
    .software_dev_line_box{
        width:29.41vw !important;
        
    }
   .software_dev_imgbody{
       width: 100% !important;
       height: 12.13vw !important;
   }
    .software_dev_line_desc{
        width: 25vw !important;
    }
    .block_26_commonh {
        width: 100%;
        height: 25vw;
    }
.software_dev_textbody{
    padding: 2.2vw !important;
}
    .Test_Fixture{
        width: 92.64vw !important;
        height: auto !important;
    }
    .Test_Fixture_left{
        width: 38.97vw !important;
        height: auto !important;
    }
    .Test_Fixture_right{
        width: 48.52vw !important;
        height: 33.82vw !important;
    }
    .Test_Fixture_left_item{
        width: 38.97vw !important;
        height: auto !important;
        margin-bottom: 15px;
    }
    .Test_Fixture_left_item_desc{
        width: 33vw !important;
    }
    .More_Services_box{
        width: 92.64vw !important;
    }
    .More_Services_box_item{
        width: 22.05vw !important;
        margin-right:15px;
        align-items: flex-end;
        justify-content: space-between;
    }
    .More_Services_box_item_top{
        width: 22.05vw !important;
        height: 13.97vw !important;
        padding: 2.205vw !important;
    }
    .More_Services_box_item_bottom{
}
.More_Services_item_desc{
    width: 17.64vw  !important;
}
    
    .section_15_commonh {
        width: 100%;
    }

    .block_1 {
        width: 100%;
    }
    .npro_header{
    padding:0 6vw
    }
    /* head product center*/ 
    .right_boxbody_headercom{
        width:51.1vw
    }
    .good_header_th {
        margin-top:40px
    }

    .block_26_commonh {
        position: relative;
        width: 100%;
        height: 29vw;
        background-color: #001f89;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .text-wrapper_16_commonh {
        /* width: 149px; */
        height: auto;
        transform: unset;
        transform-origin: unset;
        margin-top: 0;
    }

    .text_52_commonh {
        width: 389px;
        height: 52px;
        overflow-wrap: break-word;
        font-family: 'OPPOSans-Ver2-H';
        font-weight: NaN;
        text-align: left;
        line-height: 1;
        text-transform: uppercase;
    }

    .text_53_commonh {
        width: 378px;
        height: auto;
        overflow-wrap: break-word;
        font-family: 'OPPOSans-Ver2-Regular';
        font-weight: NaN;
        text-align: left;
        line-height: 23px;
        margin-top: 35px;
    }

    .section_15_commonh {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 44px;
        background-size: 1925px 44px;
        background-color: #034CC8;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
    }

    .text-wrapper_17_commonh {
        height: 45px;
        background-size: 100% 100%;
        color: rgba(255, 255, 255, 1);
        font-size: 13px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        padding: 0 38px;
    }

    .text-wrapper_17_commonh:hover {
        background-color: #ff5d00 !important;
    }

    .text_54_commonh {
        height: 14px;
        overflow-wrap: break-word;
        color: rgba(255, 255, 255, 1);
        font-size: 13px;
        font-family: 'OPPOSans-Ver2-Regular';
        font-weight: NaN;
        text-align: left;
        white-space: nowrap;
        line-height: 13px;
    }

    .text_59_commonh {
        overflow-wrap: break-word;
        color: rgba(255, 255, 255, 1);
        font-size: 13px;
        font-family: 'OPPOSans-Ver2-Regular';
        font-weight: NaN;
        text-align: left;
        white-space: nowrap;
        line-height: 1;
        cursor: pointer;
    }

    .text_59_commonh:after {
        content: ''
    }

    .text_59_commonh:hover {
        text-decoration: underline;
        text-decoration-color: #e2e2e2;
    }

    .icon-Compare1 {
        color: #FFF;
        font-size: 12px !important;
        transition: all 0.1s;
        transform: translateX(-16px);
    }

    .section_15son_commonh {
        display: flex;
        width: 94vw;
        height: 100%;
        justify-content: space-between;
        /* transform: scale(0.7); */
        transform-origin: top;
    }

    .section_15son_right_commonh {
        width: max-content;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }

    .section_15son_rightwap_commonh {
        width: 10vw;
        height: 44px;
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        background-color: #034CC8;
        color: #ffffff;
        display: none;
    }

    .section_15son_rightwap_commonh .icon-xiangyou1 {
        font-size: 20px !important;
        transition: all 0.1s ease-in-out;
    }

    .section_15son_rightwap_commonh:hover .icon-xiangyou1 {
        font-size: 22px !important;
    }

    .product_head_box_commonh {
        width: 94vw;
        height: 20vw;
        position: absolute;
        bottom: 44px;
        display: flex;
        align-items: center;
        /* transform: scale(0.7); */
    }

    .product_head_img_commonh {
        position: absolute;
        right: 0;
        top: 0;
        height: 365px;
    }

    .product_head_img_commonh img {
        height: 365px;
    }

    .section_15son_text_commonh {
        display: flex;
    }
}


/* ============ 底部联系方式区域响应式适配 ============ */

/* 基础样式优化 - 流体设计 */
.bottom_box_bt {
    width: min(1260px, 95vw);
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: clamp(20px, 3vw, 40px);
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
}

.bottom_box_group_left {
    flex: 0 0 auto;
    width: clamp(250px, 25vw, 350px);
    height: auto;
    min-height: clamp(120px, 15vw, 172px);
    justify-content: center;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: clamp(8px, 1.2vw, 14px);
}

.bottom_box_group_left_text_43 {
    width: auto;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(61, 61, 61, 1);
    font-size: clamp(14px, 1.4vw, 18px);
    font-family: "OPPOSans-Ver2-H";
    text-align: left;
    line-height: 1.2;
    margin: 0;
    font-weight: bold;
}

.bottom_box_group_left_text_44 {
    width: auto;
    max-width: 100%;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(61, 61, 61, 1);
    font-size: clamp(12px, 1.2vw, 16px);
    font-family: "OPPOSans-Ver2-Regular";
    text-align: left;
    white-space: normal;
    line-height: 1.4;
    margin: 0;
    word-wrap: break-word;
    hyphens: auto;
}

.bottom_box_group_information {
    flex: 1;
    width: auto;
    height: auto;
    min-height: clamp(120px, 15vw, 172px);
    align-items: center;
    justify-content: flex-end;
    gap: clamp(15px, 3vw, 40px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.footer_erweima {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(8px, 1vw, 12px);
    min-width: clamp(60px, 8vw, 100px);
}

.bottom_information_image {
    width: clamp(50px, 6vw, 80px);
    height: clamp(50px, 6vw, 80px);
    object-fit: contain;
    border-radius: 8px;
}

.bottom_box_group_erweima {
    width: auto;
    height: auto;
    color: rgba(61, 61, 61, 1);
    font-size: clamp(10px, 1vw, 14px);
    line-height: 1.2;
    text-align: center;
    word-wrap: break-word;
    max-width: clamp(70px, 10vw, 120px);
}

/* 超小屏手机 (320px - 480px) */
@media screen and (max-width: 480px) {
    .bottom_box_group_right {
        width: 90%;
        display: flex;
        justify-content: space-between;
        border-top: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        margin: 10px 0;
        padding: 10px 10px;
    }
    .bottom_box_group_body {
        width: 100vw;
        align-items: center;
    }
    .bottom_wap_section_logo {
        width: 100%;
        height: auto;
        padding: 0 0 0 5.55vw;
    }
    .bottom_box_bt {
        flex-direction: column;
        gap: 25px;
        padding: 20px 15px;
        align-items: center;
        text-align: center;
    }
    
    .bottom_box_group_left1 {
        width: 100%;
        align-items: flex-start;
        text-align: center;
        gap: 12px;
    }
    
    .bottom_box_group_left_text_1 {
        height: auto;
        font-size: 16px;
        font-weight: bold;
        font-family: OPPOSans-Bold;
    }
    
    .bottom_box_group_left_text_2 {
        font-size: 13px;
        text-align: center;
        max-width: 280px;
    }
    .bottom_box_group_right_text {
        width: auto;
        height: auto;
        color: rgba(61, 61, 61, 1);
        font-size: 14px;
        font-family: OPPOSans-Bold;
        margin-top: 0px;
        font-weight: 600;
    }
    .bottom_box_group_information_wap {
        width: 100%;
        align-items: flex-start;
        gap: 20px;
        flex-wrap: wrap;
    }

    
    .footer_erweima {
        min-width: 70px;
        gap: 8px;
    }

    .bottom_information_image_wap {
        width: 80px;
        height: 80px;
    }
    
    .bottom_box_group_erweima_wap {
        font-size: 12px;
        max-width: 80px;
    }
}

/* 中型手机 (481px - 640px) */
@media screen and (min-width: 481px) and (max-width: 640px) {
    .bottom_box_group_right {
        width: 90%;
        display: flex;
        justify-content: space-between;
        border-top: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        margin: 10px 0;
        padding: 10px 10px;
    }
    .bottom_box_group_body {
        width: 100vw;
        align-items: center;
    }
    .bottom_wap_section_logo {
        width: 100%;
        height: auto;
        padding: 0 0 0 5.55vw;
    }
    .bottom_box_bt {
        flex-direction: column;
        gap: 25px;
        padding: 20px 15px;
        align-items: center;
        text-align: center;
    }

    .bottom_box_group_left1 {
        width: 100%;
        align-items: flex-start;
        text-align: center;
        gap: 12px;
    }

    .bottom_box_group_left_text_1 {
        height: auto;
        font-size: 16px;
        font-weight: bold;
        font-family: OPPOSans-Bold;
    }

    .bottom_box_group_left_text_2 {
        font-size: 12px;
        font-family: OPPOSans-Medium;
        text-align: center;
        max-width: 280px;
    }

    .bottom_box_group_left_text_3 {
        font-size: 12px;
        font-family: OPPOSans-Medium;
        text-align: center;
        max-width: 280px;
    }
    .bottom_box_group_right_text {
        width: auto;
        height: auto;
        color: rgba(61, 61, 61, 1);
        font-size: 14px;
        font-family: OPPOSans-Bold;
        margin-top: 0px;
    }
    .bottom_box_group_information_wap {
        width: 100%;
        align-items: flex-start;
        gap: 20px;
        flex-wrap: wrap;
    }


    .footer_erweima {
        min-width: 70px;
        gap: 8px;
    }

    .bottom_information_image_wap {
        width: 80px;
        height: 80px;
    }

    .bottom_box_group_erweima_wap {
        font-size: 12px;
        max-width: 80px;
    }
}

/* 大型手机/小平板 (641px - 768px) */
@media screen and (min-width: 641px) and (max-width: 768px) {
    .bottom_box_group_right {
        width: 90%;
        display: flex;
        justify-content: space-between;
        border-top: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        margin: 10px 0;
        padding: 20px 10px;
    }
    .bottom_box_group_body {
        width: 100vw;
        align-items: center;
    }
    .bottom_wap_section_logo {
        width: 100%;
        height: auto;
        padding: 0 0 0 5.55vw;
    }
    .bottom_box_bt {
        flex-direction: column;
        gap: 25px;
        padding: 20px 25px;
        align-items: center;
        text-align: center;
    }

    .bottom_box_group_left1 {
        width: 100%;
        align-items: flex-start;
        text-align: center;
        gap: 12px;
    }

    .bottom_box_group_left_text_1 {
        height: auto;
        font-size: 20px;
        font-weight: bold;
        font-family: OPPOSans-Bold;
    }

    .bottom_box_group_left_text_3 {
        font-size: 12px;
        font-family: OPPOSans-Medium;
        text-align: center;
        max-width: 280px;
    }
    .bottom_box_group_left_text_2 {
        font-size: 12px;
        font-family: OPPOSans-Medium;
        text-align: center;
        max-width: 280px;
    }

    .bottom_box_group_right_text {
        width: auto;
        height: auto;
        color: rgba(61, 61, 61, 1);
        font-size: 14px;
        font-family: OPPOSans-Bold;
        margin-top: 0px;
    }
    .bottom_box_group_information_wap {
        width: 100%;
        align-items: flex-start;
        gap: 20px;
        flex-wrap: wrap;
    }


    .footer_erweima {
        min-width: 70px;
        gap: 8px;
    }

    .bottom_information_image_wap {
        width: 80px;
        height: 80px;
    }

    .bottom_box_group_erweima_wap {
        font-size: 12px;
        max-width: 80px;
    }
}

/* 中型平板 (769px - 960px) */
@media screen and (min-width: 769px) and (max-width: 960px) {
    .bottom_box_group_right {
        width: 90%;
        display: flex;
        justify-content: space-between;
        border-top: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        margin: 10px 0;
        padding: 10px 10px;
    }
    .bottom_box_group_body {
        width: 100vw;
        align-items: center;
    }
    .bottom_wap_section_logo {
        width: 100%;
        height: auto;
        padding: 0 0 0 5.55vw;
    }
    .bottom_box_bt {
        flex-direction: column;
        gap: 25px;
        padding: 20px 15px;
        align-items: center;
        text-align: center;
    }

    .bottom_box_group_left1 {
        width: 100%;
        align-items: flex-start;
        text-align: center;
        gap: 12px;
    }

    .bottom_box_group_left_text_1 {
        height: auto;
        font-size: 16px;
        font-weight: bold;
        font-family: OPPOSans-Bold;
    }

    .bottom_box_group_left_text_2 {
        font-size: 12px;
        font-family: OPPOSans-Medium;
        text-align: center;
        max-width: 280px;
    }
    .bottom_box_group_right_text {
        width: auto;
        height: auto;
        color: rgba(61, 61, 61, 1);
        font-size: 14px;
        font-family: OPPOSans-Bold;
        margin-top: 0px;
    }
    .bottom_box_group_information_wap {
        width: 100%;
        align-items: flex-start;
        gap: 20px;
        flex-wrap: wrap;
    }


    .footer_erweima {
        min-width: 70px;
        gap: 8px;
    }

    .bottom_information_image_wap {
        width: 80px;
        height: 80px;
    }

    .bottom_box_group_erweima_wap {
        font-size: 12px;
        max-width: 80px;
    }
}

/* 大型平板/小笔记本 (961px - 1023px) */
@media screen and (min-width: 961px) and (max-width: 1023px) {
    .bottom_box_bt {
        padding: 35px 0;
    }
    
    .bottom_box_group_left {
        width: 50%;
        gap: 16px;
    }
    
    .bottom_box_group_left_text_43 {
        font-size: 16px;
    }
    
    .bottom_box_group_left_text_44 {
        font-size: 14px;
    }
    
    .bottom_box_group_information {
        width: 50%;
        gap: 30px;
    }
    
    .footer_erweima {
        min-width: 85px;
        gap: 12px;
    }
    
    .bottom_information_image {
        width: 75px;
        height: 75px;
    }
    
    .bottom_box_group_erweima {
        font-size: 13px;
        max-width: 95px;
    }
}
.Main_Business_left {
    flex: 1;
    background-image: url("/zhongning/imgs/index_pp/首页-产品1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.Main_Business_right {
    flex: 1;
    background-image: url("/zhongning/imgs/index_pp/首页-产品2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
/* 专门针对1024分辨率优化 (1024px - 1199px) */
@media screen and (min-width: 1024px) and (max-width: 1199px) {
    /* 顶部区域优化 */
    .bottom_box_top_text-group {
        width: min(1024px, 96vw);
        padding: 0;
        margin: 30px auto 0 auto;
    }
    
    .bottom_box_group_left_image {
        width: 140px;
        height: 65px;
        flex-shrink: 0;
    }
    
    .bottom_box_group_right {
        gap: clamp(20px, 3vw, 35px);
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    
    .bottom_box_group_right_text {
        width: auto;
        height: auto;
        font-size: 15px;
        margin-top: 0;
        white-space: nowrap;
        cursor: pointer;
        transition: color 0.3s ease;
    }
    
    .bottom_box_group_right_text:hover {
        color: #fe5c0c;
    }
    
    /* 主要内容区域优化 */
    .bottom_box_bt {
        width: min(1024px, 96vw);
        padding: 30px 0;
        margin: 0 auto;
        justify-content: space-between;
        align-items: flex-start;
        box-sizing: border-box;
    }
    
    .bottom_box_group_left {
        width: 50%;
        min-width: 300px;
        gap: 14px;
        flex-shrink: 0;
    }
    
    .bottom_box_group_left_text_43 {
        font-size: 17px;
        font-weight: bold;
        line-height: 1.3;
        margin-bottom: 2px;
    }
    
    .bottom_box_group_left_text_44 {
        font-size: 14px;
        line-height: 1.5;
        max-width: 280px;
        word-wrap: break-word;
        white-space: normal;
    }
    
    .bottom_box_group_information {
        width: 50%;
        gap: 25px;
        justify-content: flex-end;
        align-items: center;
        flex-wrap: wrap;
    }
    
    .footer_erweima {
        min-width: 80px;
        gap: 10px;
        flex-shrink: 0;
    }
    
    .bottom_information_image {
        width: 72px;
        height: 72px;
        object-fit: contain;
        border-radius: 6px;
    }
    
    .bottom_box_group_erweima {
        font-size: 12px;
        max-width: 90px;
        text-align: center;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    /* 版权信息区域优化 */
    .bottom_btd1_section_11 {
        width: min(1024px, 96vw);
        /* padding: 12px 30px; */
        margin: 0 auto;
        box-sizing: border-box;
        justify-content: space-between;
        align-items: center;
        display: flex;
        flex-direction: row;
    }
    
    .bottom_btd1_section_left {
        font-size: 15px;
        white-space: normal;
        line-height: 1.4;
        width: auto;
        height: auto;
    }
    
    .bottom_btd1_section_left a {
        font-size: 15px;
    }
    
    .footer-bottom1-r {
        width: auto;
        gap: 15px;
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
    }
    
    .footer-bottom1-rimg {
        width: 35px;
        height: 35px;
        min-width: 35px;
        flex-shrink: 0;
    }
    
    .bottom_btd2_button_lastbody {
        width: min(1024px, 96vw);
        /* padding: 0 30px; */
        box-sizing: border-box;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .bottom_btd2_left_bottom {
        font-size: 13px;
        line-height: 1.4;
        white-space: normal;
        word-wrap: break-word;
        max-width: 70%;
    }
    
    .bottom_btd2_right_bottom {
        font-size: 13px;
        line-height: 1.4;
        white-space: normal;
        text-align: right;
    }
}

/* 标准桌面 (1200px - 1366px) */
@media screen and (min-width: 1200px) and (max-width: 1366px) {
    .bottom_box_top_text-group {
        width: min(1260px, 94vw);
        padding: 0;
    }
    
    .bottom_box_bt {
        width: min(1260px, 94vw);
        padding: 0px 0px;
    }
    
    .bottom_box_group_left {
        width: 50%;
        gap: 18px;
    }
    
    .bottom_box_group_left_text_43 {
        font-size: 18px;
    }
    
    .bottom_box_group_left_text_44 {
        font-size: 15px;
    }
    
    .bottom_box_group_information {
        width: 50%;
        gap: 35px;
    }
    
    .footer_erweima {
        min-width: 90px;
        gap: 14px;
    }
    
    .bottom_information_image {
        width: 80px;
        height: 80px;
    }
    
    .bottom_box_group_erweima {
        font-size: 14px;
        max-width: 100px;
    }
    
    .bottom_btd1_section_11 {
        width: min(1260px, 94vw);
        /* padding: 12px 35px; */
    }
    
    .bottom_btd2_button_lastbody {
        width: min(1260px, 94vw);
        /* padding: 0 35px; */
    }
}

/* 大屏桌面及以上 (1367px+) */
@media screen and (min-width: 1367px) {
    .bottom_box_top_text-group {
        width: 1260px;
        padding: 0 ;
    }
    
    .bottom_box_bt {
        width: 1260px;
        padding: 40px 0;
    }
    
    .bottom_box_group_left {
        width: 50%;
        gap: 18px;
    }
    
    .bottom_box_group_left_text_43 {
        font-size: 18px;
    }
    
    .bottom_box_group_left_text_44 {
        font-size: 15px;
    }
    
    .bottom_box_group_information {
        width: 50%;
        gap: 35px;
    }
    
    .footer_erweima {
        min-width: 90px;
        gap: 14px;
    }
    
    .bottom_information_image {
        width: 80px;
        height: 80px;
    }
    
    .bottom_box_group_erweima {
        font-size: 14px;
        max-width: 100px;
    }
    
    .bottom_btd1_section_11 {
        width: 1260px;
        /* padding: 12px 40px; */
    }
    
    .bottom_btd2_button_lastbody {
        width: 1260px;
        /* padding: 0 40px; */
    }
}

/* 超大屏幕 (1920px+) */
@media screen and (min-width: 1920px) {
    .bottom_box_bt {
        padding: 50px 0;
        max-width: 1600px;
    }
    
    .bottom_box_group_left {
        width: 50%;
        gap: 20px;
    }
    
    .bottom_box_group_left_text_43 {
        font-size: 20px;
    }
    
    .bottom_box_group_left_text_44 {
        font-size: 16px;
    }
    
    .bottom_box_group_information {
        width: 50%;
        gap: 40px;
    }
    
    .footer_erweima {
        min-width: 100px;
        gap: 16px;
    }
    
    .bottom_information_image {
        width: 90px;
        height: 90px;
    }
    
    .bottom_box_group_erweima {
        font-size: 15px;
        max-width: 110px;
    }
}

@media screen and (max-width: 1260px) {
    
        .bottom_box_group_left_text_45{
        width: auto;
        height: auto;
        font-size: 1.176vw;
    }
    .bottom_bt_business_a:first-child{
        margin-top: 1.911vw;
    }
    .bottom_bt_business_a{
        font-size: 1.102vw;
        line-height: 2.5vw;
    }
    .bottom_bt_business_title{
        width: 2.426vw;
        height: 1.323vw;
        font-size: 1.176vw;
    }
    .bottom_bt_business{
        width: 14.85vw;
        height: 12.86vw;
        margin: 4.411vw 0 0 6.25vw;
    }
    .bottom_information_paragraph_7{
        font-size: 1.029vw;
    }
    .bottom_information_paragraph_6{
        font-size: 1.176vw;
    }
    .bottom_information_text-group_3{
        width: 11.98vw;
        height: 5vw;
    }
    .bottom_information_image{
        width: 5.073vw;
        height: 5.073vw;
    }
    .bottom_information_box{
        width: 18.16vw;
        height: 5.073vw;
        margin-right: 0.764vw;
        margin-bottom: 2.5vw;
    }
    .bottom_box_group_information{
        width: 50vw;
        height: 12.64vw;
    }
    .bottom_box_group_left{
        width: 50vw;
        height: 16.83vw;
    }
    .bottom_box_group_left_image{
        width: 11.76vw;
        height: 5.514vw;
    }
    .bottom_box_group_left_text_43{
        width: auto;
        height: auto;
        font-size: 1.176vw;
    }
    .bottom_box_group_left_text_44{
        margin: 1vw 0 0 1px;
        font-size: 1.029vw;
        width: auto;
        height: auto;
    }
    
    
      .npro_header{
    padding:0 4vw
    }
.text_52_commonh{
    font-size:3.823vw;
    height:auto;
    min-height:auto;
}
    .text_53_commonh{
        margin-top:2.57vw;
        font-size: 1.2vw;
    }
}

@media screen and (max-width: 1200px) {
    .minn_bt {
        font-size:3.02vw;
        margin-top: 5vw !important;
    }

    .npro_dd1 {
        display: flex;
        transform: unset;
        transform-origin: top left;
    }
}


@media screen and (max-width: 1180px) {

    .npro_header{
    padding:0 0vw
    }
    .group_1fliterbox {
        max-width:960px;
        overflow: hidden;
    }
    .npro_div3{
        width: 55vw;
    }
    .npro_div3sbs{
        width: 49vw;
    }
    .header_prodv{
        width:48vw;
    }
    .header_prodv_rdv{
        width:45vw
    }
    .header_prodv_rdvsp2{
        width: 31vw;
    }
}

@media screen and (max-width: 980px) {
    #mobile_oheader {
        display: block;
    }

    #he_pc_hd_pccda {
        display: none;
    }

    .block_26_commonherror_pc {
        display: none;
    }

    .block_26_commonherror_wap {
        display: flex;
    }
}
@media screen and (max-width:961px) {
	
.common_dayang_header_wap {
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(/dayangshenqingditu/banner_wap.jpg);
  width: 100%;
  height: 113.89vw;
  position: relative;
  align-items: center;
  justify-content: center;
}

.common_dayang_header_wap_text_box {
  width: 88.62vw;
  width: auto;
  height: auto;
}

.common_dayang_header_wap_text_1 {
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 10.27vw;
  font-family: "OPPOSans-Ver2-H";
  text-align: center;
  white-space: nowrap;
  line-height: 1;
}

.common_dayang_header_wap_text_2 {
  width: 85.62vw;
  height: auto;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 3.88vw;
  font-family: "OPPOSans-Ver2-Regular";
  text-align: center;
  line-height: 6.95vw;
  margin-top: 5.56vw;
}

.common_dayang_header_wap_section {
  background-color: rgba(27, 69, 172, 0.85);
  width: 100vw;
  height: 9.73vw;
  position: absolute;
  bottom: 0;
}
	.contact_paragraph_19 {
    width: 100%;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 10.27vw;
    font-family: "OPPOSans-Ver2-H";
    text-align: center;
    line-height: 13.89vw;
    margin: 0 auto;
}
	.contact_text_72 {
    width: 76.12vw;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 3.33vw;
    font-family: "OPPOSans-Ver2-Medium";
    text-align: center;
    line-height: 6.95vw;
    margin-top: 5.28vw;
}
    #pc_header {
        display: none;
    }

    #wap_header {
        display: block;
    }
}
@media screen and (max-width:960px) {
	.lesstext_Electronics_paragraph{
		width: 71vw !important;
		margin-bottom: 4.295vw !important;
	}
	.lobgtext_Electronics_paragraph{
		width: 88.88vw !important;
		text-align: left !important;
	}
	
	.close_page_box{width: 85%;}
	.page_show{
		width: 60%;
	}
.Electronics_wap_box {
	background-color: rgba(0, 0, 0, 0);
	border-radius: 10px;
	height: 263.23vw;
	border: 5px solid rgba(34, 74, 232, 1);
	width: 91.67vw;
	position: relative;
	margin: 4.16vw auto 13.88vw auto;
	align-items: center;
	/* overflow: hidden; */
	z-index: 0;
}

.Electronics_wap_top {
	width: 75.5vw;
	height: 85vw;
	margin: 169.525vw 0 0 0;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.Electronics_wap_top_block:nth-child(2n) {
	margin-right: 0;

}

.Electronics_wap_top_block:nth-child(3) {
	margin-bottom: 0;

}

.Electronics_wap_top_block:nth-child(4) {
	margin-bottom: 0;
}

.Electronics_wap_top_block {
	height: 39.73vw;
	width: 34.6vw;
	align-items: center;
	margin-right: 0;
	margin-bottom: 5.55vw;
}

.Electronics_wap_bottom_block_ico {
	height: 26.1vw;
	background: url(/ems/yw.jpg);
	width: 29.1vw;
	background-size: auto 25.28vw;
	background-repeat: no-repeat;
	background-size: 266vw 27.1vw;
}



.Electronics_wap_top_block_button {
	background-color: rgba(30, 53, 172, 1);
	border-radius: 5px;
	height: 9.73vw;
	width: 34.73vw;
	margin-top: 3.88vw;
	align-items: center;
	justify-content: center;
}

.Electronics_wap_top_block_button_text {
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 1);
	font-size: 3.33vw;
	font-family: "OPPOSans-Ver2-Bold";
	text-align: left;
	white-space: nowrap;
	line-height: 1;
	user-select: unset;
}

.Electronics_wap_bottom {
	height: auto;
	overflow: hidden;
	width: 91.67vw;
	height: 165.28vw;
	position: absolute;
	left: -5px;
	top: -5px;
	z-index: 9;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
	background-image: url(/ems/wap_img/ems1.jpg);
	background-size: 91.67vw 165.28vw;
	background-position: center;
	background-repeat: no-repeat;
}

.Electronics_wap_bottom_bg {
	width: 100%;
	height: 165.28vw;
	display: none;
}



.Electronics_wap_bottom_text_box {
	height: auto;
	width: 100%;
	position: absolute;
}

.Electronics_wap_bottom_text_group {
	width: 100%;
	height: auto;
}

.Electronics_wap_bottom_text_section_11 {
	border-radius: 10px;
	width: 100%;
	height: auto;
	padding: 8.33vw;
}

.Electronics_wap_bottom_text_title {
	width: auto;
	height: auto;
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 1);
	font-size: 7.5vw;
	font-family: "OPPOSans-Ver2-H";
	text-align: left;
	white-space: nowrap;
	line-height: 1;
	margin: 0;
}

.Electronics_wap_bottom_text_box_11 {
	background-color: #fe5c0c;
	border-radius: 1px;
	width: 11.12vw;
	height: 0.84vw;
	margin: 5.27vw 0 0 0;
	border-radius: 5px;
}

.Electronics_wap_bottom_text_wrapper_10 {
	width: 72.22vw;
	font-family: "OPPOSans-Ver2-Regular";
	margin: 5.55vw 0 0 0;
}



.Electronics_wap_bottom_text_paragraph_4 {
	width: 100%;
	height: auto;
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 1);
	font-size: 3.88vw;
	font-family: "OPPOSans-Ver2-Regular";
	text-align: justify;
	line-height: 1.8;
}

.Electronics_wap_bottom_text_image_5 {
	width: 72.22vw;
	height: 0.56vw;
	margin: 5.27vw 0 0 0;
}

.Electronics_wap_bottom_text_text_15 {
	width: 72.58vw;
	height: auto;
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 1);
	font-size: 3.88vw;
	font-family: 'OPPOSans-Ver2-Bold';
	text-align: left;
	line-height: 6.95vw;
	margin: 5.55vw 0 0 0;
}

.Electronics_introduce_wap {
	width: 100%;
	height: auto;
	align-items: center;
	padding: 13.88vw 0;
}

.Electronics_introduce_wap_title1 {
	width: auto;
	height: auto;
	overflow-wrap: break-word;
	color: rgba(61, 61, 61, 1);
	font-size: 8.88vw;
	font-family: "OPPOSans-Ver2-H";
	text-align: left;
	white-space: nowrap;
	line-height: 1;
	margin: 0 auto;
}

.Electronics_introduce_wap_title2 {
	width: auto;
	height: auto;
	overflow-wrap: break-word;
	color: rgba(61, 61, 61, 1);
	font-size: 4.44vw;
	font-family: "OPPOSans-Ver2-Bold";
	text-align: center;
	line-height: 6.95vw;
	margin: 4.305vw auto 4.295vw auto;
}
.Electronics_introduce_wap_addmargin{
	margin-bottom: 5.55vw !important;
}
.Electronics_introduce_wap_group_13 {
	background-color: #fe5c1c;
	width: 16.67vw;
	height: 3px;
	margin: 0 auto 0 auto;
	border-radius: 5px;
}
.Electronics_introduce_wap_paragraph_8big_width{
	width: 88vw !important;
}
.color_bg_grey {
        background-color: rgba(247, 248, 251, 1);
}
.Electronics_introduce_wap_paragraph_8 {
	width: 77.32vw;
	height: auto;
	overflow-wrap: break-word;
	color: #3d3d3d;
	font-size: 3.88vw;
	font-family: "OPPOSans-Ver2-Regular";
	text-align: center;
	line-height: 6.95vw;
	margin: 5.405vw auto 0 auto;
}

.Electronics_introduce_wap_wrapper_3 {
	/* background-color: rgb(0 46 161); */
	border-radius: 10px;
	height: 44.73vw;
	width: 88.89vw;
	margin: 7.905vw auto 0 auto;
	overflow: hidden;
}
.Electronics_introduce_wap_imageboxs {
	/* background-color: rgb(0 46 161); */
	border-radius: 10px;
	height: 44.73vw;
	width: 88.89vw;
	margin: 7.905vw auto 0 auto;
	overflow: hidden;
}

	
.business_wap_header {
	width: 100%;
	height: 90.28vw;
	background: url(./img/psptagpuu06qkrxe68g6dhprei9u5t1l7t881486dc5-471a-41e5-a1d1-dce0cd586ccb.png) -22.23vw -9.45vw no-repeat;
	background-size: 165.83vw 100.27vw;
	position: relative;
	align-items: center;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: 100% 100% !important;
}

.business_wap_header_title {
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 1);
	font-size: 10.27vw;
	font-family: "OPPOSans-Ver2-H";
	text-align: center;
	line-height: 13.89vw;
	top: 18.05vw;
	width: 62vw;
	position: absolute;
}

.business_wap_header_line {
	background-color: rgba(27, 69, 172, 0.85);
	width: 100%;
	height: 9.73vw;
	position: absolute;
	bottom: 0;
	left: 0;
}

.business_wap_header_line_itemact {
	background-color: rgba(254, 92, 12, 1);

}

.business_wap_header_line_item {
	height: 100%;
	width: 34.73vw;
	align-items: center;
	justify-content: center;
}

.business_wap_header_line_itemact_text {
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 1);
	font-size: 3.88vw;
	font-family: "OPPOSans-Ver2-Regular";
	text-align: left;
	white-space: nowrap;
	line-height: 1;
}


    .banner_video_button_box{
        margin-bottom: 20vw;
    }
    .banner_video_button{
        width: 20vw;
    }
.common_header_title{
    color: #0f39a8;
    overflow-wrap: break-word;
    font-size: 8.88vw;
    font-family: "OPPOSans-Ver2-H";
    text-align: left;
    white-space: nowrap;
    line-height: 1;
    margin: 0 auto 0 auto;
}
	.common_newbutton {
    background-color: #ff540000;
    border: 1.5px solid #fe5c1c;
    border-radius: 5px;
    height: 45px;
    padding: 0;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    line-height: 1;
    text-align: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    user-select: none;
    font-family: 'OPPOSans-Ver2-Medium';
    font-size: 5vw;
    background-color: #fe5c1c;
    border-radius: 5px;
    height: 9.73vw;
    width: 31.95vw;
}
.bottom_wap_contact_item_text_box{
	margin-top: 2vw;
}
.bottom_wap_contact_item:nth-child(2n){
	margin-right:0;
}
.bottom_wap_contact_item {
	width: 36.95vw;
	height: 37vw;
	margin-bottom: 6.94vw;
	margin-right: 6.94vw;
}
.bottom_wap_contact_item:nth-child(5){
	margin-bottom:0;
}
.bottom_wap_contact_item:nth-child(6){
	margin-bottom:0;
}
.bottom_wap_contact_item_image {
	width: 19.17vw;
	height: 19.17vw;
	margin-left: 0.28vw;
}
.manufacturing_bottom_wap_section {
	width: 100%;
	height: auto;
}

.bottom_wap_section_logo {
	width: 100%;
	height: auto;
	padding: 0 0 0 5.55vw;
}

.bottom_wap_section_logoimg {
	background-size: 100% 100%;
	width: 55vw;
	height: 20vw;
	background-image: url(/zhongning/wap_imgs/index_pp/底部logo.png);
	background-size: 100%;
	background-position: left center;
	background-repeat: no-repeat;
}

.wap_bottom_down_act {
	height: 7.5vw !important;
}

.wap_bottom_down_act .bottom_wap_section_group_title_icon {
	transform: rotate(-90deg);
}

.wap_bottom_down_group {
	transition: all 0.2s;
	overflow: hidden;
	height: 7.5vw;
	margin-bottom: 8.33vw;
}

.bottom_wap_section_group {
	width: 100%;
	height: 7.5vw;
	padding: 0 5.55vw;
	align-items: center;
}

.bottom_wap_section_group_title {
	width: 20vw;
	height: auto;
	overflow-wrap: break-word;
	color: #3d3d3d;
	font-size: 5vw;
	font-family: 'OPPOSans-Ver2-Bold';
	text-align: left;
	white-space: nowrap;
	line-height: 1;
}

.bottom_wap_section_group_title_icon {
	width: 3.34vw;
	color: #949494;
	transform: rotate(90deg);
	font-size: 3.34vw !important;
	transition: all 0.1s;
}

.bottom_wap_addon {
	width: auto;
	height: auto;
	overflow-wrap: break-word;
	color: rgba(61, 61, 61, 1);
	font-size: 3.88vw;
	font-family: "OPPOSans-Ver2-Bold";
	text-align: left;
	line-height: 1;
	margin: 6.66vw 0 0 0;
	padding-left: 8.33vw;
}

.bottom_wap_addon_desc {
	width: auto;
	height: auto;
	overflow-wrap: break-word;
	color: rgba(61, 61, 61, 1);
	font-size: 3.05vw;
	font-family: "OPPOSans-Ver2-Regular";
	text-align: left;
	white-space: nowrap;
	line-height: 1;
	margin: 3.88vw 0 0 0;
	padding-left: 8.33vw;
}

.bottom_wap_contact {
	position: relative;
	width: 100%;
	height: 128.62vw;
	flex-wrap: wrap;
	padding: 6vw 8.33vw 0  8.33vw;
}

.bottom_wap_contact_item_namebox {
	width: auto;
	height: auto;
	overflow-wrap: break-word;
	color: rgba(61, 61, 61, 1);
	font-size: 3.88vw;
	font-family: "OPPOSans-Ver2-Bold";
	text-align: left;
	line-height: 1;
	margin-bottom: 2vw;
}

.bottom_wap_contact_item_nameboxs {
	overflow-wrap: break-word;
	color: #3d3d3d;
	font-size: 3.05vw;
	font-family: "OPPOSans-Ver2-Bold";
	text-align: left;
	line-height: 1;
}

.bottom_wap_contact_item_tel {
	overflow-wrap: break-word;
	color: #3d3d3d;
	font-size: 3.05vw;
	font-family: "OPPOSans-Ver2-Regular";
	text-align: left;
	line-height: 4.45vw;
}

.bottom_wap_group_bottom {
	width: 100%;
	height: 38.62vw;
}

.bottom_wap_group_bottom_filings {
	width: 90%;
	height: auto;
	overflow-wrap: break-word;
	font-size: 3.88vw;
	font-family: "OPPOSans-Ver2-Regular";
	text-align: center;
	line-height: 7.23vw;
	margin: 6.655vw auto 0 auto;
    border-top: 1px solid #e4e4e4;
    padding-top: 10px;
}


.bottom_wap_group_bottom_filingstext {
	width: 90%;
	height: 3.89vw;
	overflow-wrap: break-word;
	font-size: 3.61vw;
	font-family: "OPPOSans-Ver2-Regular";
	text-align: center;
	white-space: nowrap;
	line-height: 1;
	margin: 3.875vw auto 0 auto;
}
    
    .PC_show{display:none !important;}
.wap_show{display: flex !important;}
    .sec-footer {
        display: none;
    }

    .sec-footerwap {
        display: block;
    }

    .sec-footer {
        display: none;
    }

    .sec-footerwap {
        display: block;
    }

    .videoboxx {
        width:90%;
        height: 50vw;
    }

    .block_26_commonherror_video {
        display: none;
    }

    .td_gp1boxbhide {
        display: none !important;
    }

    .filter-option {
        font-size: 3.4vw;
    }

    .filter-option:hover {
    }

    .filter-option:hover .duihaoicobox {
        width: 3.4vw;
        height: 3.4vw;
    }

    .selected {
    }

    #filter-results {
    }

    .filter_left {
    }

    .filter_left_tt {
    }

    .filter_left_a {
    }

    .filter_left_tt1 {
    }

    .filter_left_adiv {
    }

    .filter_left_span {
    }

    .filter_left_adivduihao {
        transform: translateX(-4vw);
        font-size: 2.8vw !important;
    }

    span.iconfont.icon-duihao.filter_left_adivduihao.duihaoact {
    }

    .filter_left_a:click .filter_left_adivduihao {
    }

    .duihaoicobox_actc .duihaoact {
        font-size: 2.5vw !important;
    }

    .duihaoicobox_actc {
    }

    .duihaoicobox {
        width: 3.4vw;
        height: 3.4vw;
    }

    .con_filters_span {
    }

    /* chanpin */
    .block_25_common {
        box-shadow: 0px 7px 14px 2px rgba(148, 148, 148, 0.53);
        background-color: rgba(242, 242, 242, 0);
        height: 122px;
        width: 100vw;
        /* margin: 2637px 0 0 -1920px; */
        position: fixed;
        bottom: 0;
        bottom: -122px;
        transition: all 0.4s;
        z-index: 99999;
        left: 0;
    }

    .box_31_common {
        width: 100vw;
        height: 100%;
        background-color: #FFF;
        background-size: 100% 100%;
        transition: all 0.4s;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .text_47_common {
        width: 274px;
        height: 22px;
        overflow-wrap: break-word;
        color: rgba(51, 51, 51, 1);
        font-size: 20px;
        font-family: OpenSans-Regular;
        font-weight: 400;
        text-align: left;
        white-space: nowrap;
        line-height: 24px;
        margin: 0 0 10px 44px;
    }

    .text-wrapper_14_common {
        border-radius: 5px;
        width: 185px;
        height: 50px;
        margin-right: 15px;
        border: 0.72px dotted rgba(64, 64, 64, 1);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .has_wrapper_14_common {
        border: 0.72px solid rgba(64, 64, 64, 1);
    }

    .text-wrapper_14box_common {
        width: calc(100% - 41px);
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        transition: all 0.1s;
        opacity: 0;
    }

    .text_48_common {
        width: 39px;
        height: 14px;
        overflow-wrap: break-word;
        color: rgba(51, 51, 51, 1);
        font-size: 15px;
        font-family: Anton-Regular;
        font-weight: NaN;
        text-align: left;
        white-space: nowrap;
        line-height: 1;
        /* margin: 20px 0 0 22px; */
    }

    .text_49_common {
        width: 15px;
        height: 15px;
        overflow-wrap: break-word;
        color: rgba(113, 113, 113, 1);
        font-size: 15px;
        font-family: OpenSansRoman-SemiBold;
        font-weight: NaN;
        text-align: left;
        white-space: nowrap;
        line-height: 1;
        /* margin: 20px 19px 0 94px; */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .text_49_common span {
        font-size: 12px !important;
    }

    .text_49_common:hover span {
        color: #0e38a8;
    }

    .group_43_common {
        width: 186px;
        height: 51px;
        background: url(./img/pstuelgi2ycp87h8jfgwe7jxhbhcj6t6quf6c8f837b-6b10-42d9-b209-7f3199048d17.png) 100% no-repeat;
        background-size: 100% 100%;
        margin: 0 0 0 13px;
    }

    .text_50_common {
        width: 39px;
        height: 14px;
        overflow-wrap: break-word;
        color: rgba(51, 51, 51, 1);
        font-size: 15px;
        font-family: Anton-Regular;
        font-weight: NaN;
        text-align: left;
        white-space: nowrap;
        line-height: 1;
        margin: 20px 0 0 24px;
    }

    .thumbnail_8_common {
        width: 11px;
        height: 13px;
        margin: 20px 21px 0 91px;
    }

    .image_16_common {
        width: 185px;
        height: 51px;
        margin: 0 0 0 14px;
    }

    .group_44_common {
        border-radius: 5px;
        width: 185px;
        height: 50px;
        border: 0.72px dotted rgba(64, 64, 64, 1);
        margin: 0 0 0 15px;
    }

    .text-wrapper_15_common {
        height: 47px;
        background-size: 100% 100%;
        width: 129px;
        margin: 0 0 0 0px;
        background-color: #1e35ac;
        border-radius: 5px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: rgba(255, 255, 255, 1);
        font-size: 19px;
        font-family: Anton-Regular;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        text-decoration: unset;
    }

    .text-wrapper_15_common:hover {
        border: 1px solid #717171;
        color: #717171;
        background-color: #ff5d0000 !important;
    }

    .box_31_commonson {
        width: 100%;
        height: 90px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
    }

    .text_47_commonsondiv {
        display: flex;
        align-items: center;
        padding-left: 44px;
        width: 986px;
    }

    .icon-Compare1 {
        color: #FFF;
        font-size: 12px !important;
        transition: all 0.1s;
        transform: translateX(-16px);
    }

    .image-text_2_go:hover .text-group_3 {
        color: #034CC8;
    }

    /* head product center*/
    .block_26_commonh {
        width: 100%;
        height: 130.96vw;
    }

    .block_26_commonh {
        position: relative;
        width: 100%;
        background-color: #001f89;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .text-wrapper_16_commonh {
        width: 389px;
        height: 173px;
    }

    .text_52_commonh {
        width: 389px;
        height: auto;
        overflow-wrap: break-word;
        color: rgba(255, 255, 255, 1);
        font-size: 57px;
        font-family: 'OPPOSans-Ver2-H';
        font-weight: NaN;
        text-align: center;
        line-height: 1;
        text-transform: uppercase;
    }

    .text_53_commonh {
        width: 378px;
        height: 86px;
        overflow-wrap: break-word;
        color: rgba(255, 255, 255, 1);
        font-size: 15px;
        font-family: OpenSansRoman-SemiBold;
        font-weight: NaN;
        text-align: left;
        line-height: 23px;
        margin-top: 35px;
    }

    .section_15_commonh {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 44px;
        background-size: 1925px 44px;
        background-color: #034CC8;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
    }

    .text-wrapper_17_commonh {
        height: 45px;
        background-size: 100% 100%;
        color: rgba(255, 255, 255, 1);
        font-size: 14px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        padding: 0 38px;
    }

    .text-wrapper_17_commonh:hover {
        background-color: #ff5d00 !important;
    }

    .text_54_commonh {
        height: 14px;
        overflow-wrap: break-word;
        color: rgba(255, 255, 255, 1);
        font-size: 14px;
        font-weight: NaN;
        text-align: left;
        white-space: nowrap;
        line-height: 14px;
    }

    .text_59_commonh {
        overflow-wrap: break-word;
        color: rgba(255, 255, 255, 1);
        font-size: 14px;
        font-weight: NaN;
        text-align: left;
        white-space: nowrap;
        line-height: 1;
        cursor: pointer;
    }

    .text_59_commonh:after {
        content: ''
    }

    .text_59_commonh:hover {
        text-decoration: underline;
        text-decoration-color: #e2e2e2;
    }

    .icon-Compare1 {
        color: #FFF;
        font-size: 12px !important;
        transition: all 0.1s;
        transform: translateX(-16px);
    }

    .section_15son_commonh {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: space-between;
        transform: scale(1);
        transform-origin: top;
    }

    .section_15son_right_commonh {
        width: max-content;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        margin-right: 5px;
    }

    .section_15son_rightwap_commonh {
        width: 10vw;
        height: 44px;
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        background-color: #034CC8;
        color: #ffffff;
        display: none;
    }

    .section_15son_rightwap_commonh .icon-xiangyou1 {
        font-size: 20px !important;
        transition: all 0.1s ease-in-out;
    }

    .section_15son_rightwap_commonh:hover .icon-xiangyou1 {
        font-size: 22px !important;
    }

    .product_head_box_commonh {
        width: 80%;
        height: calc(130.96vw - 124px);
        position: absolute;
        bottom: 44px;
        display: flex;
        align-items: center;
        transform: scale(1);
        flex-direction: column;
    }

    .product_head_img_commonh {
        position: relative;
        right: 0;
        top: 0;
        height: 365px;
    }

    .product_head_img_commonh img {
        height: 365px;
    }

    .section_15son_text_commonh {
        display: flex;
    }

    .video_playbox {
        width: 100%;
        height: auto;
    }

    .closebox {
        width: 90%;
        height: 30px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
    }

    .closevideo {
        color: #FFF !important;
    }

    .tanchuang_headbox2 {
        margin-top: 30px;
        width: 100vw;
        height: 750px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        border-radius: 25px;
        border: 0;
    }

    #cookie-notice {
        display: block;
    }

    #btn-cookie-accept {
        margin-top: 20px;
        margin-left: 0 ;
    }

    .slick-dots {
        bottom: 25px;
    }

    .coose_cookie {
        right: 5vw;
        bottom: 4vw;
    }

    /* chanpin */
    .ff_botttomtt {
        background-size: 100% 100%;
        margin-right: 2.8vw;
        margin-bottom: 2.85vw;
        cursor: pointer;
        background-color: #f2f2f2;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 42.15vw;
        height: 44.05vw;
        margin-right: 0;
    }

    .ff_botttomtt:nth-child(2n) {
        margin-right: 0;
    }

    .ff_botttomtt:hover .image_2_go {
        transform:scale(1.05)
    }

    .ff_botttomtts:nth-child(3n) {
        margin-right: 0;
    }

    .ff_botttomtts:nth-child(3n)::after {
        content: "";
        flex: auto;
    }

    .ff_botttomtts:nth-child(3n + 1) {
        margin-left: 20px;
    }

    .ff_botttomtts:first-child {
        margin-left: 20px;
    }

    .options:first-child {
        margin: 0 0 0px 26px;
        margin: 0px 0 12px 26px;
    }

    .image-wrapper_1_go {
        height: 195px;
        background-size: 150px 100%;
        width: 100%;
        /* margin: 49px auto 0 auto; */
        transition: all 0.4s;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .block_7:hover .image-wrapper_1 {
        background-size: calc(115% * 150px) 100%;
    }

    .image_2_go {
        width: 100%;
        height: auto !important;
        height: auto;
        width: 180px;
        transition: all 0.1s;
    }

    .block_7:hover .image_2 {
        transform:scale(1.05)
    }

    .block_7:hover .image_2_go {
        transform:scale(1.05)
    }

    .text_4_go:hover {
        color: rgba(14, 56, 168, 1) !important;
    }

    .group_11_go {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        margin-top: 5vw;
    }

    .section_2_go {
        width: auto;
        margin-top: 3px;
        justify-content: center;
        align-items: flex-start;
    }

    .text_4_go {
        width: 12.57vw;
        height: auto;
        overflow-wrap: break-word;
        color: rgba(51, 51, 51, 1);
        font-size: 24px;
        font-family: Anton-Regular;
        font-weight: 400;
        text-align: left;
        white-space: nowrap;
        line-height: 1;
        letter-spacing: 1.5px;
        overflow: hidden;
    }

    .image-text_2_go {
        width: 12.57vw;
        height: 15px;
        margin-top: 15px;
        align-items: flex-end;
        cursor: pointer;
        justify-content: flex-start;
    }

    .image-text_2_go:hover .text-group_3_go {
        /* 	color:#034CC8 !important; */
        text-decoration: underline;
        text-decoration-color: #222222;
    }

    .image-text_2_go:hover .thumbnail_2_go {
        /* background-color: aquamarine !important; */
        background-color: #0e38a852 !important;
    }

    .thumbnail_2_go {
        width: 14px;
        height: 14px;
        border-radius: 2px;
        border: 1.5px solid #7d7d7d;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        margin-right: 5px;
    }

    .image-text_2_go .active {
        background-color: #034CC8;
    }

    .image-text_2_go .acte {
        transform: translateX(0px);
    }

    .text-group_3_go {
        width: auto;
        height: 14px;
        overflow-wrap: break-word;
        color: rgba(113, 113, 113, 1);
        font-size: 13px;
        font-family: OpenSans-Regular;
        font-weight: 200;
        text-align: left;
        white-space: nowrap;
        line-height: 1;
        margin-top: 1px;
        user-select: none;
    }

    .image_3_go {
        width: 1px;
        height: 62px;
        margin-left: 2vw;
        background-color: #717171;
    }

    .text-wrapper_2_go {
        width: auto;
        height: 56px;
        overflow-wrap: break-word;
        font-size: 0;
        font-family: OpenSans-Regular;
        font-weight: 200;
        text-align: left;
        line-height: 1;
        margin: 3px 0 0 2vw;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .paragraph_2_go {
        width: 122px;
        height: 56px;
        overflow-wrap: break-word;
        color: rgba(51, 51, 51, 1);
        font-size: 11px;
        font-family: OpenSans-Regular;
        font-weight: NaN;
        text-align: left;
        line-height: 22px;
    }

    .text_5_go {
        width: auto;
        height: auto;
        overflow-wrap: break-word;
        color: rgba(51, 51, 51, 1);
        font-size: 1.9vw;
        font-family: 'OPPOSans-Ver2-Regular';
        font-weight: 200;
        text-align: left;
        line-height: 1;
        white-space: nowrap;
    }

    .pro_ratio {
        aspect-ratio: unset;
        display: flex;
        flex-direction: column;
        margin: 0;
        justify-content: center;
        width: 42.15vw;
        height: 44.05vw;
        padding: 2.61vw 3.09vw;
        align-items: center;
    }

    .needshow {
        display: flex !important;
    }

    .needhide {
        display: none !important;
    }

    /* chanpin */
}

@media screen and (max-width: 920px) {
    .test1_soul {
        width: 100%;
        min-height: 120vw;
        overflow: hidden;
        border: 0;
    }

    .box_1_soul {
        position: relative;
        width: 100vw;
        height: 130.96vw;
        background-color: rgb(20 59 121);
        background-image: url(/npage/product_center/solution_new/jiejuefanganyemian1920n/banner-phone.jpg);
        background-repeat: no-repeat;
        background-size: 100vw 131vw;
        background-position: center;
    }

    .wrapper_boxstr_soul {
        width: 100%;
        margin: 0px auto;
    }

    .float_rwa_soul {
        width: calc(466px);
        height: 100%;
        display: none;
    }

    .text-wrapper_35_soul {
        width: 100%;
        height: 100%;
        margin: 0px;
        align-items: center;
    }

    .text_1_soul {
        width: 80.56vw;
        height: auto;
        overflow-wrap: break-word;
        color: rgb(255, 255, 255);
        font-size: 6.94vw;
        font-family: Anton-Regular;
        text-align: center;
        line-height: 1.2;
        margin-left: 0px;
        margin-top: 18vw;
        text-transform: uppercase;
    }

    .text_2_soul {
        width: 80.56vw;
        height: auto;
        overflow-wrap: break-word;
        color: rgb(255, 255, 255);
        font-size: 3.33vw;
        font-family: OpenSansRoman-SemiBold;
        text-align: center;
        line-height: 20px;
        margin-top: 3.62vw;
    }

    .commonhead_soul {
        width: 100%;
        justify-content: space-between;
        margin: 0 auto;
    }

    .commonhead_right {
        display: none;
    }

    .commonhead_left_soul {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .group_5_soul {
        background-color: rgba(13, 72, 168, 0.65);
        position: absolute;
        left: 0px;
        top: unset;
        width: 100%;
        height: 40px;
        bottom: 0;
    }

    .text-wrapper_4_soul {
        margin-left: 0;
        width: 140px;
        height: 40px;
        overflow-wrap: break-word;
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-family: OpenSans-Regular;
        text-align: center;
        white-space: nowrap;
        line-height: 40px;
        cursor: pointer;
    }

    .text-wrapper_4act {
        background-color: rgb(234, 95, 26);
    }

    .text-wrapper_4_soul:hover {
        background-color: rgb(234, 95, 26);
    }

    .text_15_soul {
        width: auto;
        height: 40px;
        overflow-wrap: break-word;
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-family: OpenSans-Regular;
        text-align: left;
        white-space: nowrap;
        line-height: 40px;
        margin: 0 5px;
        cursor: pointer;
    }

    .text_15_soul:last-child {
        margin-right: 0;
    }

    .text_15_soul:hover {
        text-decoration: underline;
        text-decoration-color: #e2e2e2;
    }
}

@media screen and (max-width: 900px) {
    .block_26_commonh {
        width: 100%;
        height: 130.96vw;
    }

    .block_26_commonh {
        position: relative;
        width: 100%;
        background-color: #001f89;
        display: flex;
        flex-direction: row;
        justify-content: center;
        background-image: url(/uploads/20231018/018d161c9dcd229d20c3c2c2d1d345ff.jpg) !important;
    }

    .text-wrapper_16_commonh {
        width: auto;
        height: auto;
        margin-top: 0;
    }

    .text_52_commonh {
        width: auto;
        height: auto;
        overflow-wrap: break-word;
        color: rgba(255, 255, 255, 1);
        font-size: 9.72vw;
        font-family: 'OPPOSans-Ver2-H';
        font-weight: 400;
        text-align: left;
        line-height: 1;
        text-transform: uppercase;
        margin: 0 auto;
        text-align: center;
    }

    .text_53_commonh {
        width: auto;
        height: auto;
        overflow-wrap: break-word;
        color: rgba(255, 255, 255, 1);
        font-size: 16px;
        font-family: 'OPPOSans-Ver2-Regular';
        font-weight: 400;
        text-align: center;
        line-height: 28px;
        margin-top: 17px;
    }

    .section_15_commonh {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 44px;
        background-size: 1925px 44px;
        background-color: #034CC8;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
    }

    .text-wrapper_17_commonh {
        height: 44px;
        background-size: 100% 100%;
        color: rgba(255, 255, 255, 1);
        font-size: 13px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        padding: 0 38px;
    }

    .text-wrapper_17_commonh:hover {
        background-color: #ff5d00 !important;
    }

    .text_54_commonh {
        height: 14px;
        overflow-wrap: break-word;
        color: rgba(255, 255, 255, 1);
        font-size: 13px;
        font-family: 'OPPOSans-Ver2-Regular';
        font-weight: NaN;
        text-align: left;
        white-space: nowrap;
        line-height: 13px;
    }

    .text_59_commonh {
        overflow-wrap: break-word;
        color: rgba(255, 255, 255, 1);
        font-size: 13px;
        font-family: OpenSans-Regular;
        font-weight: NaN;
        text-align: left;
        white-space: nowrap;
        line-height: 1;
        cursor: pointer;
    }

    .text_59_commonh:after {
        content: ''
    }

    .text_59_commonh:hover {
        text-decoration: underline;
        text-decoration-color: #e2e2e2;
    }

    .icon-Compare1 {
        color: #FFF;
        font-size: 12px !important;
        transition: all 0.1s;
        transform: translateX(-16px);
    }

    .section_15son_commonh {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: space-between;
        transform: scale(1);
        transform-origin: top;
    }

    .section_15son_right_commonh {
        width: max-content;
        display: none;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        margin-right: 5px;
    }

    .section_15son_rightwap_commonh {
        width: 4vw;
        height: 44px;
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        background-color: #034CC8;
        color: #ffffff;
        display: flex;
    }

    .section_15son_rightwap_commonh .icon-xiangyou1 {
        font-size: 20px !important;
        transition: all 0.1s ease-in-out;
    }

    .section_15son_rightwap_commonh:hover .icon-xiangyou1 {
        font-size: 22px !important;
    }

    .product_head_box_commonh {
        width: 80%;
        height: calc(130.96vw - 124px);
        position: absolute;
        bottom: 90px;
        display: flex;
        align-items: center;
        transform: scale(1);
        flex-direction: column;
    }

    .product_head_img_commonh {
        position: relative;
        right: 0;
        top: 0;
        height: auto;
    }

    .product_head_img_commonh img {
        height: 365px;
    }

    .section_15son_text_commonh {
        display: flex;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        margin-right: 10vw;
    }

    .section_15son_text_commonh::-webkit-scrollbar {
        height: 0;
    }
}

@media screen and (max-width: 750px) {
    .group_11_render {
        transform: scale(0.7);
    }

    /* chanpin */
    .ff_botttomtt {
        background-size: 100% 100%;
        margin-right: 0;
        margin-bottom: 20px;
        cursor: pointer;
        background-color: #f2f2f2;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 86.95vw;
        height: 90.56vw;
    }

    .ff_botttomtt:hover .image_2_go {
        transform:scale(1.05)
    }

    .ff_botttomtts:nth-child(3n) {
        margin-right: 0;
    }

    .ff_botttomtts:nth-child(3n)::after {
        content: "";
        flex: auto;
    }

    .ff_botttomtts:nth-child(3n + 1) {
        margin-left: 20px;
    }

    .ff_botttomtts:first-child {
        margin-left: 20px;
    }

    /* .options:first-child {
        margin: 0 0 0px 26px
    } */

    .image-wrapper_1_go {
        height: 55vw;
        background-size: 150px 100%;
        width: 100%;
        transition: all 0.4s;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .block_7:hover .image-wrapper_1 {
        background-size: calc(115% * 150px) 100%;
    }

    .image_2_go {
        width: 100%;
        height: auto !important;
        /* margin: 90px 0 0 12px; */
        height: auto;
        width: 150px;
        width: 60vw;
        transition: all 0.1s;
    }

    .block_7:hover .image_2 {
        transform:scale(1.05)
    }

    .block_7:hover .image_2_go {
        transform:scale(1.05)
    }

    .text_4_go:hover {
        color: rgba(14, 56, 168, 1) !important;
    }

    .group_11_go {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        margin-top: 7vw;
    }

    .section_2_go {
        width: auto;
        margin-top: 3px;
        justify-content: center;
    }

    .text_4_go {
        width: 27vw;
        height: auto;
        overflow-wrap: break-word;
        color: rgba(51, 51, 51, 1);
        font-size: 5.5vw;
        font-family: 'Anton-Regular' !important;
        font-weight: NaN;
        text-align: left;
        white-space: nowrap;
        line-height: 1;
        letter-spacing: 1.5px;
        overflow: hidden;
    }

    .image-text_2_go {
        width: auto;
        height: auto;
        margin-top: 15px;
        align-items: flex-end;
        cursor: pointer;
    }

    .image-text_2_go:hover .text-group_3_go {
        /* 	color:#034CC8 !important; */
        text-decoration: underline;
        text-decoration-color: #222222;
    }

    .image-text_2_go:hover .thumbnail_2_go {
        /* background-color: aquamarine !important; */
        background-color: #0e38a852 !important;
    }

    .thumbnail_2_go {
        width: 3.61vw;
        height: 3.61vw;
        border-radius: 2px;
        border: 1.5px solid #7d7d7d;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        margin-right: 5px;
    }

    .image-text_2_go .active {
        background-color: #034CC8;
    }

    .image-text_2_go .acte {
        transform: translateX(0px);
    }

    .text-group_3_go {
        width: auto;
        height: auto;
        overflow-wrap: break-word;
        color: rgba(113, 113, 113, 1);
        font-size: 3.61vw;
        font-family: 'OPPOSans-Ver2-Regular';
        font-weight: 200;
        text-align: left;
        white-space: nowrap;
        line-height: 1;
        margin-top: 1px;
        user-select: none;
    }

    .image_3_go {
        width: 1px;
        height: 16.95vw;
        margin-left: 4.44vw;
        background-color: #717171;
    }

    .text-wrapper_2_go {
        width: auto;
        height: auto;
        overflow-wrap: break-word;
        font-size: 0;
        font-family: 'OPPOSans-Ver2-Regular' !important;
        font-weight: 200;
        text-align: left;
        line-height: 1;
        margin: 3px 0 0 4.44vw;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .paragraph_2_go {
        width: 122px;
        height: 56px;
        overflow-wrap: break-word;
        color: rgba(51, 51, 51, 1);
        font-size: 11px;
        font-family: OpenSans-Regular;
        font-weight: NaN;
        text-align: left;
        line-height: 22px;
    }

    .text_5_go {
        width: auto;
        height: auto;
        overflow-wrap: break-word;
        color: rgba(51, 51, 51, 1);
        font-size: 3.88vw;
        font-family: 'OPPOSans-Ver2-Regular';
        font-weight: 200;
        text-align: left;
        line-height: 1;
        white-space: nowrap;
    }

    .pro_ratio {
        aspect-ratio: unset;
        display: flex;
        flex-direction: column;
        margin: 0;
        justify-content: center;
        width: 86.95vw;
        height: 90.56vw;
        padding: 6.66vw 6.38vw;
    }

    .needshow {
        display: flex !important;
    }

    .needhide {
        display: none !important;
    }

    /* chanpin */
}

@media screen and (max-width: 480px) {
    .text_47_common {
        margin-left:10px;
    }

    .text_47_commonsondiv {
        padding-left: 10px
    }

    .text-wrapper_14_common {
        width: 110px;
        height: 37px;
    }

    .text-wrapper_15_common {
        width: 80px;
        height: 37px;
        font-size: 12px
    }
}

@media screen and (max-width:210px) {
    .bottom_box_group_right {
        width: 100%;
        padding: 10px 0px;
    }

}
