/* ch */

@charset "utf-8";




body {
    font-family: "OPPOSans2_En_design-Regular", "微软雅黑", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
}

/* h2{
    font-size: 72px;
}

h3{
    font-size: 48px;
}

h4{
    font-size: 40px;
}

h5{
    font-size: 36px;
}

p{
    font-size: 18px;
} */

.mc_txt2436 p {
    font-size: 24px;
    line-height: 1.5;
}

.mc_mb60 {
    margin-bottom: 60px;
}

.mc_mb100 {
    margin-bottom: 100px;
}

.mc_mb150 {
    margin-bottom: 150px;
}

.yxedr_active p {
    color: #666;
    font-size: 18px;
    line-height: 1.75;
    /* margin-bottom: 36px; */
    letter-spacing: 1px;
}

/* 手机导航 */
.g_phnav1.yxnav_active1,
.g_phnav2.yxnav_active2 {
    color: #001eb4;
}

.mc_ph_hd {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 64px;
    background-color: #fff;
}

.mc_ph_navbar {
    padding: 0 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.mc_language_ph a {
    line-height: 64px;
    color: #333;
    margin-right: 15px;
}

.mc_ph_hd .mc_ph_logo a {
    line-height: 64px;
}

.mc_ph_hd .mc_ph_logo {
    width: 165px;
}

.mc_ph_logo img {
    width: 100%;
}

.mc_ph_menu {
    overflow: hidden;
    width: 26px;
    height: 50px;
}

.mc_ph_hd .mc_phmenubox {
    width: 26px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.mc_ph_hd .mc_phmenubox .point {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 22px;
    margin-top: 15px;
    transform: translateX(-3px);
}

.mc_ph_hd .mc_phmenubox .point .nav_btn,
.mc_ph_hd .mc_phmenubox .point .nav_btn::after,
.mc_ph_hd .mc_phmenubox .point .nav_btn::before {
    display: inline-block;
    width: 26px;
    height: 1px;
    background-color: #333;
}

.mc_ph_hd .mc_phmenubox .nav_btn {
    position: absolute;
    top: 8px;
    right: 0;
    -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;
}

.mc_ph_hd .mc_phmenubox .nav_btn::after,
.mc_ph_hd .mc_phmenubox .nav_btn::before {
    content: '';
    position: absolute;
    right: 0;
    -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;
}

.mc_ph_hd .mc_phmenubox .nav_btn::after {
    top: -8px;
}

.mc_ph_hd .mc_phmenubox .nav_btn::before {
    top: 8px;
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn {
    background: transparent;
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn::after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mc_ph_navbar {
    position: relative;
    z-index: 999;
}

/*ph导航&下拉*/
.phxia {
    position: fixed;
    width: 100%;
    left: 0;
    top: 64px;
    z-index: 998;
    /* transform: translateX(-50%); */
    /* padding: 0 15px; */
    background-color: #fff;
    max-height: calc(100vh - 64px);
    overflow: auto;
}

.xialaph {
    display: none;
    width: 100%;
    background-color: #fff;
    font-family: '微软雅黑';
    height: calc(100vh - 64px);
    padding: 10px 0;
}

.xialaph h4 {
    position: relative;
    padding: 0 20px;
}

.xialaph h4::after {
    content: '';
    /* position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 0;
    background-color: #000; */
    display: block;
    clear: both;
}

.xialaph h4 a {
    font-size: 20px;
    line-height: 46px;
    /* text-transform: uppercase; */
    color: #999;
    max-width: calc(100% - 36px);
}

.xialaph h4 img {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 13px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.xialaph .ul2 {
    display: none;
    padding-top: 7px;
    padding-bottom: 8px;
    background: #f7f8fa;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.xialaph .ul2 .container_s {
    max-width: 100%;
    padding: 0 20px;
}

.xialaph .ul1 {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 15px;
}


.img_s {
    float: right;
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #999;
    transition: all .36s;
}

/* .xialaph h5 a{
    color: #fff;
}

.xialaph .ul2 .img_s{
    color: #fff;
} */

.xialaph h5 {
    position: relative;
}

.xialaph h5::after {
    content: '';
    /* position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 1px;

    opacity: 0;
    background-color: #000; */
    display: block;
    clear: both;
}

.xialaph h5 a {
    font-family: '微软雅黑';
    font-size: 16px;
    line-height: 35px;
    /* text-transform: uppercase; */
    color: #999;
    max-width: calc(100% - 36px);
}

.xialaph h5 img {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 35px;
    padding: 11px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.xialaph h4.active img.img_s,
.xialaph h5.active img.img_s {
    display: none;
}

.xialaph h4.active img.img_d,
.xialaph h5.active img.img_d {
    display: block;
}

.xialaph .ul3 {
    display: none;
}

.xialaph h6 a {
    font-family: '微软雅黑';
    font-size: 12px;
    line-height: 40px;
    text-transform: uppercase;
    color: #999;
}

.xialaph h4.active .img_s {
    transform: rotate(180deg);
}

.xialaph h5.active .img_s {
    transform: rotate(180deg);
}

.xialaph h4.active .img_s {
    transform: rotate(180deg);
}

.xialaph_bot {
    margin: 20px 0;
    text-align: right;
    padding: 0 20px;
    font-size: 0;
}

.xialaph_bot>div {
    display: inline-block;
    margin-left: 15px;
}

.mc_ph_search a,
.mc_ph_language a {
    font-size: 16px;
    color: #666;
    line-height: 18px;
}

.mc_ph_search a i,
.mc_ph_search a em {
    font-size: 18px;
    color: #001eb4;
}

.mc_ph_search a,
.mc_ph_language a {
    color: #001eb4;
}

.xialaph_bot>div {
    margin: 0 8px;
}

.xialaph_bot {
    text-align: center !important;
}

.ul1 {
    min-height: calc(100% - 60px);
}

.header2 {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 999;
    width: 100%;
    height: 64px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #ffffff;
    transform: translateX(-50%);
}

.header2 .logo {
    width: 80px;
    line-height: 64px;
}

.header2 .logo img {
    width: 100%;
}

.header2 .phsearch {
    position: absolute;
    top: 50%;
    right: 70px;
    width: 25px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.header2 .wj_hin_right {
    padding-top: 25px;
}

.header2 .phsearch img {
    width: 100%;
}

.ph_mea_cl {
    overflow: hidden;
    width: 50px;
    height: 100%;
}

.header2 .menuph {
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.header2 .menuph .point {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 22px;
    margin-top: 14px;
}

.header2 .menuph .point .navbtn,
.header2 .menuph .point .navbtn::after,
.header2 .menuph .point .navbtn::before {
    width: 28px;
}

.header2 .menuph .navbtn {
    position: absolute;
    top: 10px;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 1px;
    -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;
    background: #666;
}

.header2 .menuph .navbtn::after,
.header2 .menuph .navbtn::before {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 1px;
    content: '';
    -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;
    background: #666;
}

.header2 .menuph .navbtn::after {
    top: -10px;
}

.header2 .menuph .navbtn::before {
    top: 10px;
}

.header2 .menuph .point.active .navbtn {
    background: transparent;
}

.header2 .menuph .point.active .navbtn::after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header2 .menuph .point.active .navbtn::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.mc_nav_li.yxnav_active1 {
    opacity: 1;
}

.mc_fixed .mc_nav_li.yxnav_active1 .mc_nav_a {
    color: #001eb4;
    opacity: 1;
}

.mc_nav_xl {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 70px;
    width: 100%;
    border-top: 1px solid #dfdede;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, .1); */
}

.mc_nav_xl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
  
    opacity: 1;
    transition: all .5s ease-in-out;
}

.mc_nav_xl.show::before {
    opacity: 1;
}

.mc_navxl_container {
    width: 1160px;
    margin: 0 auto;
    padding: 50px 0 60px;
}

.mc_navxl_r {
    width: 290px;
    padding: 42px 0;
    padding-left: 80px;
    text-align: left;
}

.mc_navxl_l {
    width: calc(100% - 290px);
    min-height: 206px;
    padding: 35px 0;
    border-right: 1px solid #dfdede;
    text-align: left;
}

.mc_navxl_title {
    font-family: "OPPOSans2_En_design-Heavy", "OPPOSans2_En_design-Regular", "微软雅黑", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: #000000;
    width: 314px;
    margin-top: 15px;
}

.mc_navxl_subnav {
    width: calc(100% - 314px);
}

.mc_subnav_a {
    display: block;
    font-size: 18px;
    line-height: 24px;
    padding: 12px 0;
    color: #333333;
    white-space: normal;
}

.mc_subnav_li {
    float: left;
    width: 50%;
    padding-right: 30px;
}

.mc_navxl_subnav {
    max-width: 460px;
}

.mc_subnav_li:nth-child(odd) {
    clear: left;
}

.mc_navxlr_title {
    font-family: "OPPOSans2_En_design-Heavy", "OPPOSans2_En_design-Regular", "微软雅黑", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    color: #0028aa;
    margin-bottom: 12px;
}

.mc_navxlr_title a {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.mc_navxlr_a {
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    padding: 12px 0;
}

/* *************************************************************** */



.mc_logo a,
.mc_nav_a,
.mc_language a {
    width: 100%;
    height: 100%;
    line-height: 70px;
    color: #000;
}


.mc_navbar_l,
.mc_navbar_r {
    height: 100%;
}

.mc_navbar_l>div,
.mc_navbar_r>div {
    height: 100%;
    float: left;
}

.mc_navbar_m {
    width: 80%;
    text-align: center;
}

.mc_has_innav{position:fixed; width: 100%; background: #fff; z-index: 999; top:0px}

/* .mc_navbox {
    display: inline-block;
    vertical-align: middle;
} */

/* logo */

.mc_logo {
    width: 210px;
}

.mc_logobox {
    position: relative;
    display: block;
}

.mc_logo_def {
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    transition: all .36s;
}

.mc_logo_fixed {
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 1;
    width: 100%;
    transition: all .36s;
    opacity: 0;
}

/* nav */
.mc_nav {
    font-size: 0;
    width: 100%;
    text-align: center;
}

.mc_nav_li {
    /* float: left; */
    position: relative;
    display: inline-block;
    white-space: nowrap;
    padding: 0 1.74%;
}

.mc_nav_a {
    display: block;
    font-size: 16px;
}

/* lan */
.mc_language {
    font-size: 18px;
    margin-right: 18px;
}

/* search */
.mc_search_btn {
    width: 20px;
    line-height: 70px;
    cursor: pointer;
}

.mc_search_btn .icon-search {
    font-size: 20px;
    color: #fff;
    vertical-align: middle;
    transition: all .36s;
}

.mc_search.isshow .icon-search:before {
    content: "\e625";
}

.mc_search_xl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.mc_search_xl.show::before {
    opacity: .95;
}

.mc_nav_line {
    display: block;
    position: absolute;
    height: 2px;
    bottom: 0;
    background: #0028AA;
    transition: all .4s ease;
    opacity: 0;
}

.mc_navbar.mc_fixed .mc_nav_line {
    opacity: 1;
}

/* .mc_icon_search{
    width: 20px;
    height: 20px;
    background: url(../images/icon_search.png) no-repeat;
    background-size: 40px;
    background-position: 0 0;
    transition: all .36s;
} */

.mc_fixed .mc_navbar {
    height: 70px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .07);
}

.mc_fixed.mc_navbar {
    height: 70px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .07);
}

.mc_logo_imgbox {
    display: inline-block;
    vertical-align: middle;
}

.mc_logo_imgbox svg {
    width: 210px;
    height: 22px;
}

.st0 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #fff;
    transition: all .36s;
}

.mc_fixed .mc_logo_imgbox .st0 {
    fill: #0028AA;
}

.mc_fixed .mc_logo_def {
    opacity: 0;
}

.mc_fixed .mc_logo_fixed {
    opacity: 1;
}

.mc_fixed .mc_nav_a {
    color: #666;
}

.mc_fixed .mc_language a {
    color: #666;
}

.mc_fixed .mc_search_btn .icon-search {
    color: #666;
}

.mc_search_xl {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 390px;
    border-top: 1px solid #dfdede;
    /* background: rgba(255, 255, 255, .98); */
    display: none;
}

.mc_scm_form {
    width: 690px;
}

.mc_msc_box {
    font-size: 0;
    padding: 8px;
    border-bottom: 1px solid #dfdede;
}

.mc_msc_submit {
    font-size: 26px;
    color: #666666;
    width: 30px;
    vertical-align: top;
}

.mc_msc_input {
    width: calc(100% - 30px);
    height: 26px;
    font-size: 16px;
    color: #333;
    line-height: 20px;
    padding: 3px 0;
    padding-right: 12px;
}


/* 页脚 */

.mc_cnzz span {
    display: inline-block;
    transform: translateY(-1px);
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.mc_cnzz a {
    display: block;
    width: 50px;
    height: 12px;
}

.mc_cnzz img {
    width: 100%;
}

.mc_ft_copyright p {
    display: inline-block;
}

.mc_ft_copyright p a,
.mc_ft_copyright p span {
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0 5px;
}

/* *************************************************************** */
/* banner */
.mc_banner,
.mc_banner_inner {
    width: 100%;
    position: relative;
}

.mc_ban_li {
    position: relative;
    overflow: hidden;
}


.mc_ft1_nav p {
    font-size: 16px;
    line-height: 20px;
    color: #666;
    display: inline-block;
    padding: 5px 22px;
}

.mc_ft1_nav p a {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.mc_ft1_navbox {
    width: calc(100% - 200px);
    padding-left: 240px;
}




.mc_nav_nor .mc_navxlr_imgbox {
    display: none;
}

.mc_nav_nor .mc_navxl_l {
    border-right: 0;
    width: 100%;
    min-height: auto;
}

.mc_nav_nor .mc_subnav {
    text-align: center;
}

.mc_nav_nor .mc_subnav_li {
    display: inline-block;
    float: none;
    width: auto;
    margin: 0 50px;
}



.mc_nav_nor .mc_navxl_subnav {
    max-width: none;
}

.mc_nav_nor .mc_subnav_li:nth-child(odd) {
    clear: none;
}

.mc_nav_nor .mc_navxl_title {
    display: none;
}

.mc_nav_nor .mc_navxl_r {
    display: none;
}

.mc_nav_nor .mc_navxl_subnav {
    width: 100%;
}


.mc_navxl_container {
    padding: 30px 0;
}




/* 8.5 */
.mc_navbox_inner {
    width: 100%;
    text-align: center;
}

.mc_nav {
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.mc_navbox_inner {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.mc_innav_fg {
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    margin: 0 10px;
}

.mc_navbox_inner .mc_nav_a {
    font-size: 18px;
    color: #333;
    display: inline !important;
}


/* .mc_has_innav .mc_fixed.mc_navbar {
    box-shadow: none;
} */

.mc_navbar_l,
.mc_navbar_r {
    position: relative;
    z-index: 20;
}

.mc_innav_hd {
    background: #fff;
    border-bottom: 1px solid #eee;
}

.mc_innav_xl {
    font-size: 0;
    text-align: center;
    background: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .07);
    transform: translateY(-100%);
    position: relative;
    z-index: -1;
    transition: all .7s;
}

.mc_innav_li {
    display: inline-block;
    padding: 0 20px;
}

.mc_innav_a {
    position: relative;
    font-size: 18px;
    line-height: 20px;
    color: #333;
    padding: 15px 10px;
}

.mc_innav_a::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 4px;
    background: #001eb4;
    transition: all .36s;
    transform: translateX(-50%);
}

.mc_innav_li.yxnav_active2 .mc_innav_a::before {
    width: 100%;
}

.mc_innav_li.yxnav_active2 .mc_innav_a {
    color: #001eb4;
}

/* .mc_has_innav .mc_fixed:not(.mc_nav_hover) .mc_nav {
    opacity: 0;
    transform: translateX(-50px);
}

.mc_has_innav .mc_fixed:not(.mc_nav_hover) .mc_navbox_inner {
    opacity: 1;
    z-index: 5;
} */

.mc_has_innav .mc_fixed:not(.mc_nav_hover) .mc_innav_fg {
    margin: 0 20px;
}

.mc_has_innav .mc_fixed:not(.mc_nav_hover) .mc_innav_xl {
    transform: translateY(0);
}

.mc_f1s2_bot {
    display: none;
}

.mc_d3s2_swiper.swiper-container .swiper-slide {
    height: auto !important;
}



@media screen and (max-width:1680px) {
    .mc_datat_list3 .mc_data_txt_big {
        font-size: 54px !important;
    }

    .mc_title32 {
        font-size: 30px;
    }
}

@media screen and (max-width:1440px) {
    .mc_datat_list3 .mc_data_txt_big {
        font-size: 50px !important;
    }

    .mc_title32 {
        font-size: 28px;
    }
}

@media screen and (max-width:991px) {
    .mc_datat_list3 .mc_data_txt_big {
        font-size: 48px !important;
    }

    .mc_f1s1_content {
        margin: 0 0 30px;
    }

    .mc_f2s1 {
        padding-bottom: 50px !important;
    }

    .mc_title32 {
        font-size: 24px;
    }
}

@media screen and (max-width:767px) {
    .mc_datat_list3 .mc_data_td {
        width: 80%;
    }

    .mc_datat_list3 .mc_data_txt_big {
        font-size: 40px !important;
    }

    .mc_f2s1 {
        padding-bottom: 25px !important;
    }

    .mc_title32 {
        font-size: 20px;
        margin-top: 10px;
    }
}

.mc_navbox_inner .mc_innav_fg {
    display: none !important;
}

.mc_d3s2li_txt .mc_d3s2li_pdf p {
    position: relative;
    z-index: 1;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #001eb4;
    font-weight: bold;
    font-family: "OPPOSans2_En_design-Heavy", "OPPOSans2_En_design-Regular", "微软雅黑", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
    padding-left: 15px;
    margin: 3px 0;
}

.mc_d3s2li_txt .mc_d3s2li_pdf p::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "●";
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.mc_g1s1_title,
.mc_g1s1_subtitle,
.mc_g1s1_tip {
    visibility: hidden;
    animation: none;
}

.mc_g1s1_title.act,
.mc_g1s1_subtitle.act,
.mc_g1s1_tip.act {
    visibility: visible;
    animation: fadeInUp 1s;
}

.mc_ft1 .mc_cont1520 {
    width: 1360px;
}

.mc_ft1_li {
    width: 20%;
}

.mc_ft1_li1 {
    width: 40%;
}

.mc_g1_tittlebox .mc_title40 {
    font-size: 38px;
    padding: 0.12em 0;
}

.mc_d3s2li_title {
    font-size: 36px;
}

.mc_e3s1b_txtbox {
    padding: 0 !important;
}

.mc_e3s1b_box {
    margin-top: 80px;
}

.mc_e3s1_bot {
    padding-bottom: 80px;
}

.mc1_imgbox img,
.mc1_imgbox video {
    max-width: 100%;
}

.mc1_imgbox video {
    background: #000;
}

.mc1_imgbox {
    width: 58%;
}

.mc1_txtbox {
    width: 42%;
    padding-right: 10%;
}

.mc1_box_imgl .mc1_imgbox {
    float: left;
}

.mc1_box_imgl .mc1_txtbox {
    padding-right: 0;
    padding-left: 8%;
}

.mc_e3s1b_sharebox .mc_sharebox {
    margin: 0 15px;
}


.mc_txt_dian {
    position: relative;
    padding-left: 1em;
    color: #333;
    font-size: 18px;
    line-height: 30px;
}

.mc_txt_dian::before {
    content: "●";
    position: absolute;
    left: 0;
    top: 0;
    font-size: .6em;
    line-height: inherit;
    color: #0028aa;
}

.mc_txt_half {
    width: 600px;
    max-width: 100%;
}

.mc_navxl_l {
    padding: 25px 0;
}

.mc_nav_nor .mc_navxl_l {
    padding: 0;
}

.mc_navxl_r {
    padding-top: 30px;
    padding-bottom: 30px;
}

.mc_title1 {
    font-size: 48px;
}

.mc_title2 {
    font-size: 40px;
}

.mc_title3 {
    font-size: 36px;
}

.mc_title4 {
    font-size: 32px;
}

.mc_title5 {
    font-size: 24px;
}

.mc_title6 {
    font-size: 18px;
}

/* 8.25 */
.mc_nc1s4_li {
    margin-bottom: 20px;
    border: 1px solid #e8e8e8;
    transition: all .36s;
}

.mc_nc1s4_l .iconfont {
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    color: #0028aa;
    transition: all .36s;
}

.mc_nc1s4_lisbox {
    display: block;
    padding: 30px 60px;
    background: #fff;
}

.mc_nc1s4_l {
    width: 80px;
    line-height: 50px;
    border-right: 1px solid #e8e8e8;
}

.mc_nc1s4_r {
    width: 20px;
    line-height: 50px;
}

.mc_nc1s4_r .icon-download {
    font-size: 20px;
    color: #0028aa;
    transition: all .36s;
    display: inline-block;
    vertical-align: middle;
}

.mc_nc1s4_m {
    width: calc(100% - 120px);
    padding: 0 50px;
}

.mc_nc1s4_m p {
    font-size: 18px;
    font-weight: bold;
    font-family: "OPPOSans2_En_design-Heavy", "OPPOSans2_En_design-Regular", "微软雅黑", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
    line-height: 50px;
    height: 50px;
    color: #0028aa;
    transition: all .36s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mc_nc1s2 {
    padding-bottom: 0;
}

.mc_nc1s4 {
    padding-bottom: 130px;
}



.mc_d3s5_txt {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    padding: 0 30px;
    transition: all .36s;
}

.mc_d3s5li_title {
    font-size: 24px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    color: #fff;
    margin-bottom: 5px;
}

.mc_d3s5_txt p {
    opacity: 0;
    transition: all .36s;
}

.mc_d3s5_txt p {
    font-size: 16px;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
    color: #fff;
}

.mc_n1e1_bot {
    background: #f2f7fb;
}

.g_b5pt2botxtb {
    width: 300px;
}

.g_b5pt2botflb {
    width: calc(100% - 300px);
    text-align: left;
}

.mc_n1e1s2_list {
    width: 1244px;
    margin: 0 auto;
    max-width: calc(100% - 40px);
}

.mc_n1e1s2_lisbox {
    padding: 60px 80px 55px;
}

.mc_n1e1s2_li:not(:last-child) {
    border-bottom: 1px solid #d2d2d2;
}

.mc_n1e1s2_xtbbox {
    width: 150px;
}

.mc_n1e1s2_txtbox {
    width: calc(100% - 150px);
    padding-left: 150px;
}



.mc_n1e1s2_title {
    padding-bottom: 20px;
}

.mc_n1e1s2_txt p {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 10px 0;
    color: #333333;
    padding-left: 25px;
}

.mc_n1e1s2_txt p::before {
    content: "●";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: inherit;
    color: #0028aa;
}

.mc_n1e1s2_list {
    margin-bottom: 45px;
}

.mc_a1s1_ban {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}

.mc_d2s1_txt p {
    padding-left: 0;
}

.mc_nav_li {
    position: relative;
    z-index: 1;
}

.mc_nav_li::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 4px;
    background: #001eb4;
    transform: translate(-50%);
    transition: all .36s;
}

@media screen and (min-width: 1200px) {

    .mc_nc1s4_lisbox:hover .iconfont,
    .mc_nc1s4_lisbox:hover .mc_nc1s4_m p {
        color: #fff;
    }

    .mc_nc1s4_lisbox:hover {
        background: #0028aa;
    }

    .mc_j2s2_lisbox:hover .mc_j2s2li_txt {
        opacity: 1;
    }

    .mc_j2s2_lisbox:hover .mc_j2s2_txtbox {
        bottom: 30px;
    }

    .mc_d3s5_lisbox:hover .mc_d3s5_txt p {
        opacity: 1;
    }

    .mc_d3s5_lisbox:hover .mc_d3s5_txt {
        bottom: 20px;
    }

    .mc_nav_li:hover::before {
        width: 60%;
    }

}

.mc_nd1_list .mc_nd1_li {
    padding: 120px 0;
}

.mc_d2 .mc_f1_top {
    display: none;
}

.mc_d2s1 {
    padding: 130px 0;
}

.mc_d2s3m_zb {
    display: none !important;
}

.vjs-poster {
    background-color: transparent !important;
}

.mc_page_search {
    padding-top: 70px;
}


/*********************************/
.mc_ft1_li:last-child .mc_ft1_a:nth-last-child(1),
.mc_ft1_li:last-child .mc_ft1_a:nth-last-child(2) {
    display: none;
}

/*********************************/

/* 9.3 */
.mc1_gm_txt1 strong {
    font-size: 45px;
    font-weight: bold;
    font-family: "OPPOSans2_En_design-Heavy", "OPPOSans2_En_design-Regular", "微软雅黑", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
    color: #0028aa;
}

.mc1_gm_list {
    font-size: 0;
    margin-right: -145px;
}

.mc1_gm_li {
    display: inline-block;
    margin-right: 65px;
}

.mc1_gm_li p {
    color: #333;
}

.mc1_gm_txt1 {
    margin: 15px 0;
}

.mc1_gm_txtbox {
    padding-right: 0 !important;
}

@media screen and (max-width: 1600px) {
    .mc1_gm_txt1 strong {
        font-size: 40px;
    }
}

@media screen and (max-width: 1440px) {
    .mc1_gm_txt1 strong {
        font-size: 40px;
    }

    .mc1_gm_txt1 {
        margin: 10px 0;
    }

    .mc1_gm_list {
        margin-right: -50px;
    }

    .mc1_gm_li {
        margin-right: 50px;
    }
}

@media screen and (max-width: 1200px) {
    .mc1_gm_li {
        margin-right: 20px;
    }

    .mc1_gm_txt1 strong {
        font-size: 36px;
    }

}

@media screen and (max-width: 991px) {
    .mc1_gm_txt1 strong {
        font-size: 32px;
    }

    .mc1_gm_list {
        margin-right: 0;
    }

    .mc1_gm_txt1 {
        margin: 5px 0;
    }
}

@media screen and (max-width: 767px) {
    .mc1_gm_txt1 strong {
        font-size: 26px;
    }

    .mc1_gm_list {
        margin: 0 -5px;
    }

    .mc1_gm_li {
        padding: 0 5px;
        width: 33.333333%;
        margin: 0;
    }

}

/* 9.5 */
.mc_search_xl {
    position: fixed;
    left: 0;
    top: 70px;
    width: 100%;
    z-index: 99;
}

.mc_i2s1 {
    margin-top: 70px;
}


.mc_f2s1m_tip {
    font-size: 14px;
    color: #666;
}

@media screen and (max-width: 1024px) {
    .mc_i2s1 {
        margin-top: 64px;
    }
}

.mc_g1_playbtn {
    display: none !important;
}

.mc_j1_videobox {
    margin-bottom: 80px;
}


.mc_a1t_li11 .mc_a1t_xl {
    left: auto;
    right: 0;
    transform: translate(50%, 20px);
    top: 100%;
}

.mc_a1t_li11 .mc_a1t_xl::after {
    width: 100%;
    left: 0;
    top: -30px;
}

.mc_d2s3_list {
    display: none !important;
}

.mc_a1t_li11 .mc_a1t_icon {
    font-size: 3.8em;
}

.mc_logo_imgbox {
    overflow: visible !important;
}

.mc_logo_imgbox img {
    object-fit: unset;
}

/* 9.11 */
.mc_navxl_container {
    padding: 0 !important;
}

.mc_nav_xl {
    top: 69px;
    height: 100px;

    overflow: hidden;
}

.mc_nav_li:hover {
    z-index: 10;
}


.yxnav_active1.mc_nav_li::before {
    opacity: 0;
    width: 60%;
}

.mc_fixed .yxnav_active1.mc_nav_li::before {
    opacity: 1;
    width: 60%;
}

.yxnav_active2.mc_subnav_li .mc_subnav_a {
    color: #001eb4;
}

@keyframes mcslidedown {
    0% {
        height: 0;
    }

    100% {
        height: 50px;
    }
}

.mc_nav_nor .mc_subnav_li {
    margin: 0;
    padding: 0 30px;
}

.mc_subnav_a {
    position: relative;
    z-index: 1;
    line-height: 20px !important;
    padding: 15px 0 !important;
}

.mc_subnav_a::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 4px;
    background: #001eb4;
    transition: all .3s;
    transform: translateX(-50%);
}

.mc_subnav_li.yxnav_active2 .mc_subnav_a::before {
    width: 100%;
}

.mc_subnav_a:hover::before {
    width: 100%;
}

.mc_navbar.mc_fixed .mc_nav_li.yxnav_active1 .mc_nav_xl {
    transition: all .36s;
    display: block;
    animation: mcslidedown .36s forwards;
}

.mc_nav_xl.xlhide {
    opacity: 0;
}

/* 9.11 syc */

.mc_aside_navbox1 .mc_aside_li {
    /* width: calc(4em + 30px); */
    margin: 30px 0;
}

/* .mc_aside_navbox1 .mc_aside_nav::before {
    top: 20px;
    height: calc(100% - 44px);
} */

/* .mc_aside_navbox1 .mc_aside_navline{
    top: 22px;
    max-height: calc(100% - 44px);
} */

.mc_ft1_li1,
.mc_ft1_li {
    width: 25% !important;
}

.mc_ft1_li1 .mc_ft1_subli {
    width: 100%;
}

.mc_h2s1 {
    padding-top: 50px;
}

.mc_subnav_a {
    font-size: 16px;
}

/* 9.11 */

.mc_privacy_tab .mc_tab_hd {
    font-size: 0;
    text-align: center;
    margin-bottom: 60px;
    padding: 0 20px;
}

.mc_privacy_tab .mc_tabhd_li {
    display: inline-block;
    float: none;
    position: relative;
    z-index: 1;
    font-size: 18px;
    padding: 15px 0;
    margin: 0 30px;
    color: #333333;
}

.mc_privacy_tab .mc_tabhd_li a {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.mc_privacy_tab .mc_tabhd_li::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 0;
    width: 0;
    height: 4px;
    background: #0028aa;
    transition: all .5s ease;
}

.mc_privacy_tab .mc_tabhd_li.on::before {
    width: 100%;
}

.mc_privacy_tab .mc_tabhd_li.on {
    font-weight: bold;
    font-family: "OPPOSans2_En_design-Heavy", "OPPOSans2_En_design-Regular", "微软雅黑", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
}



.g_b6pt1nr {
    margin-top: 50px;
}

.g_b6pt1nr.yxedr_active p img,
.mc_e3s1b_txtbox.yxedr_active p img {
    height: auto !important;
    margin: 20px 0;
}

.yxedr_active p.mc_txt_dian {
    line-height: 2.9em;
}

#canvas {
    border: 1px solid rgb(222, 230, 255);
}

.mc_ly_verify_imgbox {
    margin-top: 30px;
}

.mc_ft1_li:not(:last-child) .mc_ft1_a {
    cursor: default;
}

.mc_ban_li>a {
    display: block;
}

.mc_nonav>.mc_nav_a {
    cursor: default;
}

.mc_ph_nav_r .mc_ph_language a {
    line-height: 64px;
    margin-right: 20px;
    color: #333;
}

.mc_lycj_select .mc_select_bd {
    max-height: 240px;
    overflow: auto;
}

/* 9.23 */
.mc_n1a1s1_txt p {
    font-size: 24px;
}


.mc_d2s1_txt p {
    font-size: 20px !important;
}

.mc_gotop {
    position: fixed;
    left: auto;
    top: auto;
    right: 16px;
    bottom: 16px;
    z-index: 100;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    background: linear-gradient(0, rgba(0, 40, 170, 1), rgba(0, 50, 210, 1));
    transition: all .36s;
    opacity: 0;
    transform: scale(.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.mc_gotop .iconfont {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #fff;
    margin-top: -3px;
    transform: rotate(180deg);
}

.mc_gotop.mc1_show {
    opacity: 1;
    transform: scale(1);
}

.mc_pby {
    opacity: 0.2;
}




@media screen and (min-width: 1200px) {

    .ma_j2s1_li:hover .mc_j2s1_lisbox,
    .ma_j2s2li p:hover {
        transform: translateY(-30px);
    }
}

.ma_j2s1_li:nth-child(3n+1) .mc_j2s1_lisbox,
.ma_j2s2li:nth-child(2n+1) {
    animation-delay: .3s;
}

.ma_j2s1_li:nth-child(3n+2) .mc_j2s1_lisbox,
.ma_j2s2li:nth-child(2n+2) {
    animation-delay: .4s;
}

.ma_j2s1_li:nth-child(3n+3) .mc_j2s1_lisbox {
    animation-delay: .5s;
}

.mc_i1s1_qrbox {
    display: none;
}

/* 20210702 macro start */
.mc1_d2_main {
    background: #fff !important;
    overflow: hidden;
}

.mc1_d2s1,
.mc1_d2s2 {
    background-color: transparent !important;
}

.mc1_d2s2_swiper.swiper-container .swiper-slide {
    width: 28%;
    height: auto !important;
}

.mc1_d2s2_swiper .mc_d2s2_lisbox {
    height: 300px;
    margin-bottom: 70px;
}

.mc1_d2s2_swiper.swiper-container .mCSB_outside+.mCSB_scrollTools {
    right: -20px;
}

.mc1_d2s2_bot {
    position: relative;
}

.mc1_d2s2b_title {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 20px;
    z-index: 5;
}

.mc1_d2s2b_title h4 {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    min-height: 48px;
    max-height: 100%;
}

.mc1_d2s2b_imgbox::before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.mc1_d2s1 {
    position: relative;
    z-index: 2;
    padding-bottom: 30px;
}

.mc1_d2s2 {
    position: relative;
    z-index: 1;
}

.mc1_d2s2_bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 75vw;
    height: 75vw;
    transform: translateY(-30%);
    animation: rise 1.5s ease-out both;
}

@keyframes rise {
    0% {
        margin-top: 30px;
    }
}

.mc1_d2s4_list {
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;
    cursor: default;
}

.mc1_d2s4_li {
    position: relative;
    display: inline-block;
    width: 33.333333%;
    height: 72vh;
    max-height: 670px;
    transition: all .36s;
}

.mc1_d2s4_li>div:not(.mc_nc1s1_bgbox) {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    white-space: normal;
}

.mc1_d2s4_box1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mc_nc1s1_bgbox::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgba(0, 0, 0, .5);
}

.mc1_d2s4b1_box {
    position: relative;
    z-index: 1;
    padding: 20px;
    text-align: center;
    width: 386px;
    max-width: 100%;
}

.mc1_d2s4b1_icon {
    width: 72px;
    margin: 0 auto 22px;
}

.mc1_d2s4b1_title {
    font-size: 30px;
    line-height: 1.2;
    font-variation-settings: 'wght'750;
    min-height: 2.4em;
}

.mc1_d2s4b1_circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 350px;
    max-width: 100%;
    animation: turn 10s linear infinite;
}

.mc1_d2s4_box2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100% !important;
    height: 100% !important;
    background: rgba(10, 56, 165, .57);
}

.mc1_d2s4b2_box {
    width: 320px;
    margin: 0 auto;
    max-width: 100%;
}

@keyframes turn {
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.mc1_d2s4b2_title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 30px;
    font-variation-settings: 'wght'750;
}

.mc1_d2s4b2_box .mc1_d2s4b1_icon {
    margin: 0 0 30px;
}

.mc1_d2s4b1_txt p {
    font-size: 16px;
    line-height: 1.75;
    color: #aeb4e3;
}

.mc1_d2s4_box2 {
    z-index: 2;
    cursor: default;
    transition: all .36s;
    padding: 120px 20px;
    overflow: hidden;
}

.mc1_d2s4_box2 {
    opacity: 0;
    pointer-events: none;
}

.mc1_d2s4_box2::before {
    transition: all .36s ease-out;
}

.mc1_d2s4b1_box {
    transition: all .36s .36s ease-out;
}

.mc1_d2s4_box2 .mCSB_outside+.mCSB_scrollTools {
    right: 0;
}

.mc1_d2s4_box2 .mCSB_dragger .mCSB_dragger_bar {
    background: #001eb4 !important;
}

.mc1_d2s4b1_title {
    width: 300px;
    margin: 0 auto;
}

@media screen and (min-width: 1200px) {

    .mc1_d2s4_li:hover .mc1_d2s4b1_box {
        opacity: 0;
        transition: all .36s ease-out;
    }

    .mc1_d2s4_li:hover .mc1_d2s4_box2 {
        opacity: 1;
        pointer-events: all;
        transition: all .36s .36s ease-out;
    }

    .mc1_area_second a:hover {
        color: #001eb4;
    }

    .mc1_d2s4_list:hover .mc1_d2s4_li {
        width: 30%;
    }

    .mc1_d2s4_list .mc1_d2s4_li:hover {
        width: 40%;
    }
}


.mc1_d2s4 {
    padding-bottom: 150px;
}

.mc1_d2s4_li.act .mc1_d2s4b1_box {
    opacity: 0;
    transition: all .36s ease-out;
}

.mc1_d2s4_li.act .mc1_d2s4_box2::before {
    width: 100%;
    transition: all .36s ease-out;
}

.mc1_d2s4_li.act .mc1_d2s4b2_box {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
    transition: all .36s .36s ease-out;
}


.mc1_d2 .mc_navbar_m {
    display: none !important;
}

.mc1_language {
    position: relative;
    margin-right: 0 !important;
}

.mc1_area_imgbox {
    width: 20px;
}

.mc1_area_imgbox img {
    transition: all .36s;
}

.mc_area_fixed {
    opacity: 0;
}

.mc_fixed.mc_navbar .mc_area_fixed {
    opacity: 1;
}

.mc_fixed.mc_navbar .mc_area_def {
    opacity: 0;
}

.mc1_area {
    position: relative;
    display: flex;
    align-items: center;
}

.mc1_area>a {
    width: auto;
    color: #fff;
    line-height: 70px;
    height: 100%;
}

.mc1_language {
    font-size: 0;
    margin-left: 25px;
}

.mc1_language>a {
    font-size: 18px;
    width: auto;
}

.mc_ph_language::before,
.mc1_language::before {
    /* display: inline-block; */
    display: none;
    content: "";
    transform: translateY(1.5px);
    width: 1px;
    height: 15px;
    background: rgba(255, 255, 255, .3);
    transition: all .36s;
    margin: 0 25px;
}

.mc_ph_language {
    margin-right: 0;
}

.mc_ph_language::before {
    margin: 0 20px;
}

.mc_ph_language::before,
.mc_fixed.mc_navbar .mc1_language::before {
    background: #666;
}

.mc1_lang_second,
.mc1_area_second {
    display: none;
    min-width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    /* transform: translateX(-30px); */
    background: #fff;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .05);
    text-align: center;
}

.mc1_lang_second {
    left: 50%;
    transform: translateX(-50%);
}

.mc1_lang_sec_a,
.mc1_area_thr_li_a,
.mc1_area_sec_li_a {
    display: block;
    font-size: 16px;
    line-height: 24px !important;
    padding: 8px 20px;
    color: #999;
    border-top: 1px solid #e8e8e8;
    min-width: 90px;
}

.mc1_lang_sec_a {
    text-align: center;
    min-width: auto;
}

.mc1_area_sec_li {
    position: relative;
}

.mc1_area_third {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    border-left: 1px solid #e8e8e8;
}

.mc1_area_third {
    background: #fff;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .05);
}

.mc1_globel_ph {
    /* border-top: 1px solid rgba(0, 0, 0, .1); */
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.mc1_globel_ph .ul2 {
    border-bottom: 0;
}

.ul3 {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.ul3 h5 {
    font-size: 12px;
}

.xialaph .mc1_globel_ph img {
    position: static;
    transform: none;
    width: 20px;
}

.mc1_area_sec_haschild>a {
    pointer-events: none;
}

.mc1_d2s4_li {
    overflow: hidden;
    z-index: 2;
}

.mc1_d2s4_li:last-child {
    overflow: visible;
    z-index: 1;
}

.mc1_d2s4_li .mc_nc1s1_bgbox {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.mc1_d2 .mc_ft2_nav {
    white-space: nowrap;
}

.mc1_area_box>div {
    display: inline-block;
    vertical-align: middle;
}

.mc1_area_txtbox {
    margin-left: 5px;
    font-size: 18px;
}

.mc1_area_xtb {
    display: inline-block;
    margin-left: 3px;
    transform: translateY(1px);
    transition: transform .36s;
}

.mc1_area_txtbox {
    transition: all .36s;
}

.mc_fixed .mc1_area_txtbox {
    color: #666;
}

.mc1_language.act a {
    pointer-events: none;
    color: #aaa;
}

.mc_fixed .mc1_language.act a {
    color: #001eb4;
}

.mc1_area.act .mc1_area_xtb {
    transform: translateY(1px) rotate(180deg);
}

/* 20210702 macro end */

.mc_search {
    margin-left: 25px;
}

.mc1_language>a {
    font-size: 16px;
}

.mc_ph_language {
    margin-left: 15px;
}



/* 20210717 start */
.mc1_area_box {
    width: auto;
    color: #fff;
    line-height: 70px;
    height: 100%;
}

.mc1_area_second {
    position: fixed;
    left: 0;
    top: 70px;
    width: 100%;
    z-index: 99;
    border-top: 1px solid #dfdede;
    transition: all 0s;
    background: transparent;
    text-align: left;
    padding: 60px 0;
    height: 220px;
}

.mc1_area_second::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.mc1_area.act .mc1_area_second::before {
    opacity: .95;
}

.mc1_area_second::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0 5px 5px rgb(0 0 0 / 5%);
}

.mc1_area_title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 25px;
}

.mc1_area_list {
    font-size: 0;
}

.mc1_area_li {
    display: inline-block;
    vertical-align: top;
    min-width: 20%;
    padding-right: 30px;
    font-size: 20px;
    line-height: 1.5;
}

.mc1_area_li>a {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.mc1_area_li a.act {
    /*pointer-events: none;*/
    color: #001eb4;
}

.mc_ph_menu {
    margin-left: 15px;
}

@media screen and (max-width: 1440px) {
    .mc1_area_title {
        font-size: 20px;
    }

    .mc1_area_li {
        font-size: 18px;
    }

    .mc1_area_second {
        padding: 50px 0;
        height: 190px;
    }
}

@media screen and (max-width: 1024px) {
    .mc1_area_txtbox {
        color: #666;
    }

    .mc1_area_second {
        top: 64px;
        height: calc(100% - 64px);
        padding: 30px 20px;
    }

    .mc1_area_title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .mc1_area_li {
        font-size: 16px;
        display: block;
        width: 100%;
        padding: 7px 0;
    }


    .mc1_area_box {
        line-height: 20px !important;
    }

    .mc1_area_xtb,
    .mc1_area_txtbox {
        margin-left: 3px !important;
    }

    .mc_ph_search {
        line-height: 64px !important;
    }

    .mc_ph_search a i,
    .mc_ph_search a em {
        font-size: 20px;
    }

    .mc1_area_second {
        display: block;
        background: #fff;
    }

    .mc1_area_back {
        font-size: 16px;
        color: #333;
        margin-bottom: 20px;
    }

    .mc1_area_back .iconfont {
        font-weight: bold;
    }

    .mc1_area_title {
        margin-bottom: 10px;
    }

    .mc1_area_second {
        transform: translateX(100%);
    }

    html.modal-open .mc1_area_second {
        transition: all .5s ease-out;
        overflow: auto;
    }

    .mc1_area.act .mc1_area_second {
        transform: translateX(0%);
    }
}

.mc_ph_search a i,
.mc_ph_search a em {
    vertical-align: middle;
}

.mc_fixed .mc_area_def {
    opacity: 0
}

.mc_fixed .mc_area_fixed {
    opacity: 1
}

/* 20210717 end */


/* 20210803 */
.mc_d2s2_content {
    max-width: calc(960px + 50%);
}

.mc_d3s2_content {
    max-width: calc(960px + 50%);
}

.mc_d3s5_content {
    max-width: calc(960px + 50%);
}

.mc_j2s2_content {
    max-width: calc(960px + 50%);
}

/* 20210923*/
.yxedr_active img,
.yxedr_active video {
    height: auto !important;
}



/* 20211018 */
/*.mc_ban_manufacture p {
    color: #fff !important;
    font-weight: bold !important;
    width: 100% !important;
}*/

/*.mc_page_manufacture .mc_banner_inner .mc_ban_pc::after {
    height: 80%;
}*/

.mc1_recycling_tip {
    padding-bottom: 30px !important;
    text-align: right;
}

.mc_page_manufacture .mc_banner_inner .mc_ban_ph::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 80%;
    background: linear-gradient(180deg, rgba(10, 37, 114, .4), rgba(10, 37, 114, 0));
}

.mc_page_manufacture .mc_banner_inner .mc_ban_pc::before {
    background: rgba(10, 37, 114, .4);
}

.mc_page_manufacture .mc_banner_inner .mc_ban_ph::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: rgba(10, 37, 114, .4);
}


/* 202111 video start */
.mc_e1s1_title {
    margin: 60px 0 80px;
}

.mc_vltop_imgbox {
    width: calc(100% - 480px);
    position: relative;
    overflow: hidden;
}

.mc_vltop_imgbox>img:first-child {
    width: 100%;
}

.mc_vltop_imgbox img {
    transition: all .36s;
}

.mc_video_playbtn {
    width: 67px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    z-index: 5;
}

.mc_vlist_a {
    width: 100%;
    display: flex;
    align-items: center;
}

.mc_vltop_txtbox {
    width: 480px;
    padding: 50px;
    padding-right: 20px;
}

.mc_vltop_date {
    font-size: 18px;
    color: #1833ba;
}

.mc_vltop_title {
    font-size: 24px;
    line-height: 1.5;
    color: #333;
    margin-top: 22px;
    margin-bottom: 40px;
    transition: all .36s;
}

.mc_vltop_txt p {
    font-size: 18px;
    line-height: 2;
    color: #333;
}

.mc_vlist_top {
    margin-bottom: 85px;
}

.mc_vd_videobox video {
    width: 100%;
}

.mc_vd_top {
    background: #f7f8fa;
    padding: 50px 0 45px;
}

.mc_vdtop_box {
    display: flex;
    flex-direction: row-reverse;
}

.mc_vd_txtbox {
    width: 390px;
    padding: 32px 50px;
    padding-right: 0;
}

.mc_vd_videobox {
    width: calc(100% - 390px);
}

.mc_vd_title {
    line-height: 50px;
    margin-bottom: 20px;
}

.mc_vd_date {
    font-size: 18px;
    line-height: 1.2;
    color: #666666;
    font-weight: bold;
    font-family: "OPPOSans2_En_design-Heavy", "OPPOSans2_En_design-Regular", "微软雅黑", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
    margin-bottom: 30px;
}

.mc_vd_date span {
    margin-right: 10px;
}

.mc_vd_bot {
    padding: 40px 0 150px;
}

.mc_vdbot_box {
    display: flex;
    padding-right: 100px;
    align-items: flex-start;
}

.mc_vd_qrcode {
    font-size: 10px;
    width: 24em;
    padding: 1.5em;
    border: 1px solid #ececeb;
    display: flex;
    align-items: center;
    flex: none;
}

.mc_vd_qrcode img {
    width: 10.7em;
    flex: none;
}

.mc_vd_qrcode div {
    flex: auto;
    font-size: 18px;
    line-height: 32px;
    color: #666666;
    text-align: center;
}

.mc_vd_list {
    display: flex;
    flex-wrap: wrap;
    flex: auto;
}

.mc_vd_li {
    display: flex;
    align-items: center;
    width: 33.333333%;
    margin-bottom: 30px;
}

.mc_vdli_hdimg {
    font-size: 10px;
    width: 9.4em;
    height: 9.4em;
    border-radius: 50%;
    overflow: hidden;
    flex: none;
}

.mc_vdli_txtbox {
    flex: auto;
    padding: 7px 30px;
}

.mc_vdli_title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.mc_vdli_people p {
    color: #333;
    line-height: 1.5 !important;
}

.mc_vdli_people span {
    font-size: inherit;
    color: inherit;
    display: inline-block;
    vertical-align: middle;
    margin-right: .5em;
}

.mc_vd_videobox .mc_vd_date,
.mc_vd_videobox .mc_vd_txt {
    display: none;
}

.mc_vl_tag {
    position: absolute;
    left: 28px;
    top: 28px;
    z-index: 10;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    padding: 0.4em .8em;
    color: #fff;
    background: #001eb4;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

/* 20211119 start*/
.mc_vltop_date span,
.mc_e1_date span {
    margin-right: .5em;
}

.mc_modal_qrcode {
    background: none;
}

.mc_modal_qrcode .mc_modal_content {
    padding: 0;
    width: 200px;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    overflow: visible;
}

.mc_qrm_box {
    position: relative;
    max-width: 100%;
    padding: 10px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 0 10px rgba(0, 0, 0, .01);
}

.mc_modal_close {
    right: -25px;
    top: -25px;
}

.mc_modal_close .iconfont {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

@media screen and (min-width:767px) {
    .mc_modal_qrcode {
        display: none !important;
    }
}

/* 20211119 end*/

@media screen and (min-width:1200px) {
    .mc_vlist_a:hover .mc_vltop_title {
        color: #1833ba;
    }

    .mc_vlist_a:hover .mc_vltop_imgbox img {
        color: #333;
        transform: scale(1.02);
    }
}


/* 响应式 */
@media screen and (max-width: 1680px) {
    .mc_vltop_title {
        font-size: 22px;
    }

    .mc_vltop_date,
    .mc_vltop_txt p {
        font-size: 16px;
    }

    .mc_vd_date {
        font-size: 16px;
    }

    .mc_vdli_title {
        font-size: 28px;
    }

    .mc_vd_qrcode div {
        font-size: 16px;
        line-height: 28px;
    }
}

@media screen and (max-width: 1440px) {
    .mc_e1s1_title {
        margin: 40px 0 70px;
    }

    .mc_vltop_txtbox {
        width: 34%;
        padding: 40px;
        padding-right: 20px;
    }

    .mc_vltop_imgbox {
        width: 66%;
    }

    .mc_vltop_title {
        margin: 15px 0 30px;
    }

    .mc_vlist_top {
        margin-bottom: 60px;
    }

    .mc_video_playbtn {
        width: 60px;
    }

    .mc_vd_bot {
        padding: 40px 0 100px;
    }

    .mc_vdli_title {
        font-size: 26px;
    }

    .mc_vd_txtbox {
        width: 32%;
    }

    .mc_vd_videobox {
        width: 68%;
    }

    .mc_vd_txtbox {
        padding: 20px 40px;
        padding-right: 0;
    }

    .mc_vd_title {
        line-height: 1.5;
        margin-bottom: 15px !important;
    }

    .mc_vd_date {
        margin-bottom: 20px;
    }


    .mc_vdbot_box {
        padding-right: 3%;
    }

    .mc_vd_qrcode {
        font-size: 9px;
    }

    .mc_vdli_title {
        margin-bottom: 10px;
    }

    .mc_vdli_hdimg {
        font-size: 9px;
    }

    .mc_vdli_txtbox {
        padding: 10px 20px;
    }

    .mc_vl_tag {
        left: 20px;
        top: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .mc_vltop_txtbox {
        width: 40%;
    }

    .mc_vltop_imgbox {
        width: 60%;
    }

    .mc_vlist_top {
        margin-bottom: 50px;
    }

    .mc_vd_videobox {
        width: 60%;
    }

    .mc_vd_txtbox {
        width: 40%;
        padding: 0 30px;
        padding-right: 0;
    }

    .mc_vdli_txtbox {
        padding: 10px 15px;
    }

    .mc_vdbot_box {
        padding-right: 0;
    }

}

@media screen and (max-width: 991px) {
    .mc_vltop_title {
        margin: 10px 0 15px;
    }

    .mc_vltop_txt p {
        line-height: 1.75;
    }

    .mc_e1s1_title {
        margin: 0 0 40px;
    }

    .mc_vltop_txtbox {
        width: 50%;
        padding: 10px 20px;
        padding-right: 0;
    }

    .mc_vltop_imgbox {
        width: 50%;
    }

    .mc_video_playbtn {
        width: 48px;
    }

    .mc_vlist_top {
        margin-bottom: 40px;
    }

    .mc_vdli_title {
        font-size: 24px;
    }

    .mc_vd_txtbox {
        width: 100%;
        padding: 0;
    }

    .mc_vdtop_box {
        display: block;
    }

    .mc_vd_title.mc_title36 {
        font-size: 22px;
        margin-top: 0;
    }

    .mc_vd_videobox {
        width: 100%;
        margin-top: 30px;
    }

    .mc_vd_bot {
        padding: 40px 0;
    }

    .mc_vdbot_box {
        padding-right: 0;
    }

    .mc_vdbot_box {
        display: block;
    }

    .mc_vd_videobox {
        margin-top: 0 !important;
        padding-top: 5px;
    }

    .mc_vd_videobox .mc_vd_date {
        margin: 20px 0 10px;
    }

    .mc_vd_videobox .mc_vd_date,
    .mc_vd_videobox .mc_vd_txt {
        display: block;
    }

    .mc_vd_txtbox .mc_vd_date,
    .mc_vd_txtbox .mc_vd_txt {
        display: none;
    }

    .mc_vl_tag {
        left: 15px;
        top: 15px;
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .mc_vlist_a {
        display: block;
        box-shadow: 0 5px 10px 0px rgb(214 211 211 / 75%);
    }

    .mc_vltop_imgbox {
        width: 100%;
    }

    .mc_vltop_txtbox {
        width: 100%;
        padding: 15px 15px 20px;
    }

    .mc_vltop_date {
        font-size: 14px;
    }

    .mc_vd_date {
        font-size: 14px;
    }

    .mc_vltop_txt p {
        font-size: 14px;
        line-height: 24px;
    }

    .mc_vltop_title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .mc_vdli_title {
        font-size: 18px;
    }

    .mc_vd_top {
        padding: 35px 0;
    }

    .mc_vd_date {
        margin-bottom: 15px;
    }

    .mc_vd_videobox {
        margin-top: 25px;
    }

    .mc_vd_li {
        width: 100%;
    }

    .mc_vd_qrcode {
        font-size: 8px;
    }

    .mc_vdli_hdimg {
        font-size: 8px;
    }

    .mc_vd_qrcode div {
        font-size: 14px;
        line-height: 24px;
    }

    .mc_vdli_txtbox {
        padding: 10px 15px;
    }
}

@media screen and (max-width: 480px) {
    .mc_vd_li {
        width: 100%;
    }

    .mc_vd_list {
        border-bottom: 1px solid #ececeb;
    }

    .mc_vd_qrcode {
        display: block;
        width: 130px;
        padding: 20px 0 0;
        border: 0;
        margin: 0 auto;
        text-align: center;
    }

    .mc_vd_qrcode img {
        width: auto;
    }

    .mc_vd_qrcode div {
        line-height: 20px;
        margin-top: 5px;
    }

    .mc_vd_bot {
        padding-bottom: 20px;
    }

}

/* footer */
.mc_ft1_nav {
    display: flex;
}


/* 202111 video end */


/* 20211214 start */
.mc_vdbot_l {
    flex: auto;
}

.mc_vdbot_l>.mc_vdli_title {
    margin-bottom: 40px;
}

.mc_vdli_people.mc_txt1830 {
    margin-bottom: 5px;
}

.mc_vdli_people.mc_txt1624 p {
    color: #666;
}

.mc_vdshare_container {
    display: flex;
}

.mc_vdshare_li {
    margin-right: 19px;
}

.mc_vdshare_qrimg {
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 10;
    transform: translateX(-50%) translateY(15px) scale(.6);
    width: 116px;
    padding: 8px;
    background: #fff;
    border-radius: 3px;
    background: #fff;
    box-shadow: -2px -2px 10px rgb(0 0 0 / 20%);
    opacity: 0;
    transition: all .3s ease-out;
    transform-origin: top center;
    pointer-events: none;
}

.mc_vdshare_qrimg::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -100%);
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    z-index: 5;
}


.mc_vdshare_qrimg img {
    width: 100%;
}

.mc_vdshare_qrcode {
    position: relative;
    z-index: 1;
}

.mc_vd_sharebox {
    padding-top: 20px;
}

.mc_vdshare_li {
    cursor: pointer;
}

.mc_vdshare_qrcode {
    cursor: default;
}

.mc_d2s1_videobox {
    margin-top: 30px !important;
    width: 856px;
    max-width: 100%;
    text-align: center;
}

.mc_d2s1_videobox video {
    width: 100%;
    max-width: 100%;
}

.mc_d2s1_txt {
    text-align: center;
}

@media screen and (max-width: 1440px) {
    .mc_vdbot_l>.mc_vdli_title {
        margin-bottom: 25px;
    }

    .mc_d2s1_videobox {
        margin-top: 20px !important;
        width: 70%;
    }
}

@media screen and (max-width: 1200px) {
    .mc_vd_sharebox {
        display: none;
    }
}


@media screen and (max-width: 767px) {
    .mc_vdli_people.mc_txt1830 p {
        font-size: 16px;
    }

    .mc_d2s1_videobox {
        width: 100%;
    }
}

@media screen and (min-width: 1200px) {
    .mc_vdshare_qrcode:hover .mc_vdshare_qrimg {
        transform: translateX(-50%) translateY(15px) scale(1);
        opacity: 1;
    }
}

.mc_d2 .mc_d2s2_title,
.mc_d2 .mc_d2s1_title {
    text-align: center;
}

.mc_d2 .mc_d2s1_videobox,
.mc_d2 .mc_d2s1_txt {
    margin: 0 auto;
}

/* aboutpro center */


/* 20211216 end*/


/* 202203 start */
.t_fuban .mc_inban_title {
    color: #333;
}

.t_fulogo {
    width: 200px;
    position: relative;
    top: 2px;
    margin-right: 24px;
}

.t_fulogo a {
    display: inline-block;
    width: 100%;
}

.t_fulogo::before {
    content: '';
    background: #505258;
    height: 22px;
    width: 1px;
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
}

.t_fulogo img {
    width: 100%;
}

.t_fuwen .t_fontwen {
    color: #505258;
    font-family: OPPOSans2_En_design-Heavy, OPPOSans2_En_design-Regular, 微软雅黑, Arial, PingFangSC-Light, "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
}

.t_fuwen .t_fontwen span {
    background: linear-gradient(to right, rgba(0, 216, 114, 1), rgba(13, 181, 12, 1));
    -webkit-background-clip: text;
    color: transparent;
}

.t_fuwen {
    margin-top: 37px;
}

/* main */
/* 两张图 - start*/
.ys_imgbox_contain,
.ys_imgbox_cover {
    position: relative;
    overflow: hidden;
}

.ys_imgbox_contain img,
.ys_imgbox_cover img {
    width: 100%;
    transition: all .36s;
}

.ys_imgbox_cover img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
}

.ys_imgbox_contain img:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

/* 两张图 - end */
.t_s1k1pic {
    width: 64.63%;
}

.t_s1k1rg {
    width: 35.37%;
}

.t_s1k2ic {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    z-index: 6;
    transition: all 0.36s;
    pointer-events: none;
}

.t_s1k2ic img {
    width: 100%;
}

.t_s1k1zh {
    width: 21px;
    margin-right: 6.5px;
}

.t_s1k1zh img {
    width: 100%;
}

.t_s1k1time {
    font-size: 18px;
    color: #0028AA;
    line-height: 1.5;
    position: relative;
    top: -3px;
}

.t_s1k1duanp p {
    font-size: 18px;
    line-height: 2;
    color: #333;
}

.t_s1k1rg {
    padding-left: 50px;
}

.t_s1k1xin {
    display: flex;
    align-items: center;
}

.t_s1k1rg .mc_txt2436 p {
    color: #333;
}

.t_s1k1date {
    margin-bottom: 14px;
}

.t_s1k1rg .mc_txt2436 {
    margin-bottom: 35px;
}

.t_s1k1ul .slick-prev,
.t_s1k1ul .slick-next {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0px 2px 7px rgba(62, 62, 62, 0.15);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    background: #fff;
}

.t_s1k1ul .slick-prev {
    left: -94px;
}

.t_s1k1ul .slick-next {
    right: -94px;
}

.t_s1k1ul .slick-prev::before,
.t_s1k1ul .slick-next::before {
    content: '\e61d';
    font-family: "iconfont";
    font-size: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #1833BA;
}

.t_s1k1ul .slick-prev::before {
    content: '\e61e';
}

.t_s1k1pic {
    position: relative;
    z-index: 1;
}

.t_s1k1_poster {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.t_s1k1pic.on .t_s1k1_poster {
    opacity: 0;
}

.t_s1k1pic video {
    display: block;
    object-fit: cover;
    width: 100%;
    /* position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3; */
    cursor: pointer;
}

.t_s1k1pic.on .t_s1k2ic {
    opacity: 0;
}

/* 视频弹窗 */
.ys_videom_video {
    display: none;
    margin: 0 auto;
}

.ys_videom_iframebox {
    display: none;
}

.ys_videom_btn {
    cursor: pointer;
}

.ys_videom {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .84);
}

.ys_videom .ys_videom_close {
    right: 0;
    top: -35px;
}

.ys_videom .ys_videom_close .iconfont {
    font-size: 20px;
}

.ys_videom_container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ys_videom_close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    z-index: 10;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #fff;
}

.ys_videom_content {
    width: 1000px;
    max-width: calc(100vw - 40px);
    max-height: calc(100vh - 80px);
    overflow: auto;
    text-align: center;
}

.ys_videom_video {
    max-width: 100%;
    vertical-align: middle;
    background: #000;
}

.ys_videom_iframebox {
    text-align: center;
}

.ys_videom_iframebox iframe {
    max-width: 100%;
    min-width: 100px;
    min-height: 100px;
}

@media screen and (max-width: 480px) {
    .ys_videom_iframebox iframe {
        max-height: 33vh;
    }
}

/* er */
.mc1_z1s2 {
    background: #F8F8F8;
}

.t_duanp20 p {
    font-size: 20px;
    color: #666;
    line-height: 1.75;
}

.t_s1k2le {
    width: 400px;
}

.t_s1k2rg {
    width: calc(100% - 400px);
    padding-left: 60px;
    padding-top: 30px;
}

.t_s1k2zi {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    color: #333;
    transition: all 0.36s;
    position: relative;
}

.t_s1k2zi::before,
.t_s1k2zi::after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #DCDCDC;
    transition: all 0.36s;
}

.t_s1k2zi::after {
    background: linear-gradient(to right, rgba(0, 216, 114, 1), rgba(13, 181, 12, 1));
    opacity: 0;
    width: 0;
}

.t_s1k2li.on .t_s1k2zi::after {
    width: 100%;
    opacity: 1;
}

.t_s1k2li.on .t_s1k2zi {
    background: linear-gradient(to right, rgba(0, 216, 114, 1), rgba(13, 181, 12, 1));
    -webkit-background-clip: text;
    color: transparent;
}

.t_duan18 p {
    font-size: 18px;
    color: #666;
    line-height: 1.75;
}

.t_s1k2xia {
    padding-right: 22px;
    display: none;
    padding-top: 19px;
}

.t_s1center {
    text-align: center;
}

.t_s1k2wai {
    padding: 98px 0 124px;
}

.t_mc1_z1s2 .mc_title40 {
    margin-bottom: 41px;
}

.t_mc1_z1s2 .t_duanp20 {
    margin-bottom: 82px;
}

.t_s1k2top .t_s1k2zi {
    padding-bottom: 25px;
}

.t_s1k2li {
    margin-bottom: 69px;
}

.t_s1k2tu {
    width: 100%;
}

.t_s1k2tu:not(:first-child) {
    display: none;
}

.t_s1k2pic,
.t_s1k2pic img {
    width: 100%;
}

.t_s1k2top {
    cursor: pointer;
}

/* s1k3 */
.t_s1k3le {
    width: 62%;
}

.t_s1k3pic,
.t_s1k3pic img {
    width: 100%;
}

.t_mc1_z1s2 {
    background: #f8f8f8;
}

.t_s1k3rg {
    width: 38%;
}

.t_s1k3li {
    width: 50%;
    padding: 0 5px;
    text-align: center;
    margin-bottom: 80px;
}

.mc_title30 {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    line-height: 1.2;
}

.t_s1k3 {
    display: flex;
    align-items: center;
}

.t_s1k3rg .mc_title30 {
    margin-bottom: 26px;
}

.t_mc1_z1s4 {
    background: #F8F8F8;
}

.t_s1k4zi.mc_title40 {
    font-weight: normal;
}

.t_s1k4nr {
    padding: 0 180px;
    padding-bottom: 40px;
}

.t_s1k4le {
    width: 434px;
}

.t_s1k4le img {
    width: 100%;
}

.t_s1k4rg {
    width: calc(100% - 434px);
    padding-left: 90px;
    padding-top: 80px;
}

.t_s1k4ic {
    width: 125px;
    margin-right: 32px;
}

.t_s1k4ic img {
    max-width: none;
    width: 212%;
    margin: -56%;
    /* width: 100%; */
    /* box-shadow: 0px 17px 40px rgba(4, 4, 4, 0.15); */
}

.t_s1k4hang .t_s1k4zi {
    position: relative;
    top: 42.5px;
}

.t_s1k4duan.mc_title40 {
    line-height: 1.75;
}

.t_s1k4hang {
    margin-bottom: 22px;
}

.t_s1k5nr .mc_title40 {
    font-weight: bold;
    line-height: 2;
}

/* .t_s1k5nr_ph {
    display: none;
} */

.t_s1k5nr .mc_title40 .t_s1k5nr_pc {
    width: 200px;
    max-height: 1em;
    transform: translateY(-1.5px);
    margin: 0 10px;
}

.t_s1k6li {
    position: relative;
}

.t_s1k6bg {
    width: 100%;
}

.t_s1k6bg img {
    width: 100%;
}

.t_s1k6xin {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 5;
}

.t_s1k6xin .t_duanp20 p {
    opacity: .7;
}

.t_s1k6xin .mc_title40 {
    color: #333;
    line-height: 1.5;
    margin-bottom: 35px;
}

.t_s1k6xin .mc_title40 span {
    background: linear-gradient(to right, rgba(0, 216, 114, 1), rgba(13, 181, 12, 1));
    -webkit-background-clip: text;
    color: transparent;
}

.t_s1k6con {
    max-width: 870px;
    margin: 0 auto;
}

.t_s1k6li2 .t_s1k6xin .mc_title40 {
    color: #fff;
}

.t_s1k6li2 .t_s1k6xin .t_duanp20 p {
    color: #fff;
    opacity: 1;
}

.t_s1k6ic {
    height: 60px;
    margin-right: 12px;
}

.t_s1k6ic img {
    height: 100%;
}

.t_s1k6zli .mc_title32 {
    font-weight: bold;
    line-height: 1.5;
    padding: 6px 0;
}

.t_s1k6zul {
    display: flex;
    justify-content: space-between;
}

.t_s1k6zul::before,
.t_s1k6zul::after {
    display: none;
}

.t_s1k6wen {
    margin-top: 68px;
}

.t_s1k6ul .slick-prev,
.t_s1k6ul .slick-next,
.t_s1k7ul .slick-prev,
.t_s1k7ul .slick-next {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0px 2px 7px rgba(62, 62, 62, 0.15);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    background: #fff;
    z-index: 6;
}

.t_s1k6ul .slick-prev {
    left: 10%;
}

.t_s1k6ul .slick-next {
    right: 10%;
}

.t_s1k6ul .slick-prev::before,
.t_s1k6ul .slick-next::before,
.t_s1k7ul .slick-prev::before,
.t_s1k7ul .slick-next::before {
    content: '\e61d';
    font-family: "iconfont";
    font-size: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #1833BA;
}

.t_s1k6ul .slick-prev::before,
.t_s1k7ul .slick-prev::before {
    content: '\e61e';
}

.t_s1k7li {
    width: 33.333333%;
    padding: 0 10px;
}

.t_s1k7ul {
    margin: 0 -10px;
}

.t_s1k7pic {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.t_s1k7xin .mc_title30 {
    color: #666;
}

.t_s1k7nr .mc_title40 {
    line-height: 1.2;
    margin-bottom: 60px;
}

.t_s1k7wai {
    padding: 110px 0 92px;
}

.t_s1k7ul .slick-prev {
    left: -104px;
}


@media screen and (min-width:1200px) {

    .mc_vhcrtl_li:hover {
        color: #1833BA;
    }

    .mc1_vehicle_lisbox:hover {
        background: #1833BA;
        box-shadow: 0px 0px 16px rgba(6, 22, 100, 0.1), 0px 0px 32px rgba(6, 22, 100, 0.05);
    }

    .mc1_vehicle_lisbox:hover .mc1_vehicleli_model {
        color: #fff !important;
        opacity: 1 !important;
    }

    .mc1_vehicle_lisbox:hover .mc1_vehicleli_brand {
        color: #fff !important;
        opacity: 1 !important;
    }

    .mc_vehicle_tbody .mc_vehicle_tr:hover {
        background: #F6F9FF;
    }

    .mc_vehicle_tbody .mc_vehicle_tr:hover .mc_vehicle_td {
        color: #1833BA;
    }

    #mc_a1s5_swiper:hover .swiper-button-next,
    #mc_a1s5_swiper:hover .swiper-button-prev {
        opacity: 1;
    }

    .mc_a1s5_lisbox:hover::after {
        width: 100%;
    }

    .mc_a1s5_lisbox:hover {
        box-shadow: 0px 0px 16px rgba(6, 22, 100, 0.1), 0px 0px 32px rgba(6, 22, 100, 0.05);
    }

    .mc_a1s5_lisbox:hover .mc_a1s5_top {
        background: #1833BA;
    }

    .mc_a1s5_lisbox:hover .mc_a1s5_top>div {
        color: #fff;
    }

    .mc_a1s5_lisbox:hover .mc_a1s5_dd {
        color: #1833BA;
    }

    .mc_a1s5_arrow:hover {
        background: #1833BA;
        border-color: #1833BA;
    }

    .mc_a1s5_arrow:hover .mc_list_png {
        opacity: 1;
    }

    .mc_a1s5_arrow:hover .mc_list_img {
        opacity: 0;
    }

    .mc_vehicle_download:hover {
        color: #1833BA;
    }

    .mc_vehicle_download:hover .mc_list_img {
        opacity: 1;
    }

    .mc_vehicle_download:hover .mc_list_png {
        opacity: 0;
    }
}

@media screen and (max-width:1680px) {

    .mc1_txt2436,
    .mc1_txt2436 p {
        font-size: 22px;
    }

    /* 1680e */
}

@media screen and (max-width:1440px) {
    .mc_a1s5_brand.mc1_txt2436 {
        font-size: 18px;
    }

    .mc_a1s5_wrap {
        padding-top: 80px;
        font-size: 8px;
    }

    .mc_a1s5_arrow {
        margin-left: 4em;
    }

    .mc_a1s5_tool {
        padding-right: 80px;
    }

    .mc_a1s5_pagination {
        flex: auto;
        margin-left: 22px;
    }

    .mc_a1s5_lisbox {
        font-size: 8px;
    }

    .mc1_txt2436,
    .mc1_txt2436 p {
        font-size: 20px;
    }

    .mc_txt1824px,
    .mc_txt1824px p {
        font-size: 16px;
        line-height: 1.4;
    }

    .mc_vehicle_container {
        font-size: 8px;
    }

    .mc_vehicle_tr {
        padding: 0 30px;
    }

    .mc_vehicle_wrap {
        padding: 0 30px;
    }

    .mc_vehicle_tr::before {
        width: calc(100% - 60px);
    }

    .mc_vehicle_th,
    .mc_vehicle_td {
        padding: 20px 15px;
    }

    .mc1_vehicleli_brand.mc1_txt1630px {
        font-size: 14px;
    }


    .mc1_vehicle_list {
        font-size: 8px;
    }

    .mc1_vehicleli_model.mc_txt1824px {
        margin-bottom: 12px;
    }

    .mc_vhcrtl_box {
        font-size: 8px;
    }

    .mc_vhcrtl_l {
        width: 140px;
    }

    .mc_vhcrtl_r {
        width: calc(100% - 140px);
    }

    .mc_vhcrtlres_li,
    .mc_vhcrtl_allbtn {
        font-size: 14px;
    }

    .mc_vhcrtlres_li,
    .mc_vhcrtl_allbtn,
    .mc_vhcrtl_brand {
        line-height: 32px;
    }

    .mc_vhcrtl_reset img {
        margin-right: 5px;
    }

    .mc_vhcrtl_confirm {
        padding: 0 20px;
    }

    .mc_vhcrtl_letter {
        flex: auto;
    }

    .mc_vhcrtl_list {
        margin: 0 -12px;
        justify-content: space-between;
    }

    .mc_vhcrtl_li {
        font-size: 14px;
        padding: 6px 12px;
    }

    /* 1440e */
}

@media screen and (max-width:1280px) {
    .mc_vhcrtl_list {
        margin: 0 -12px;
        justify-content: flex-start;
    }


    /* 1280e */
}

@media screen and (max-width:1199px) {
    .mc_a1s5_li.swiper-slide {
        width: 350px;
    }

    .mc_a1s5_arrow {
        margin-left: 20px;
    }

    .mc_vehicle_th,
    .mc_vehicle_td {
        padding: 16px 15px;
    }

    .mc_vehicle_tr.mc_txt1824px {
        font-size: 14px;
    }

    /* 1199e */
}

@media screen and (max-width:991px) {
    .mc_a1s5_wrap {
        padding-top: 40px;
    }

    .mc_a1s5_wrap .mc_a1_hd {
        margin-bottom: 25px;
    }

    .mc_a1s5_tool {
        padding-right: 20px;
    }

    .mc_a1s5_wrap {
        font-size: 6px;
    }

    .mc_a1s5_wrap {
        padding-bottom: 40px;
    }

    .mc_a1s5 {
        padding-bottom: 40px;
    }

    .mc_a1s5_wrap {
        padding: 30px 0 40px;
    }

    .mc_vehicle_section {
        padding: 40px 0;
    }

    .mc_vehicle_container {
        padding-bottom: 40px;
    }

    .mc_vehicle_btnbox {
        padding: 30px 0;
    }

    #mc_a1s5_swiper .swiper-button-next,
    #mc_a1s5_swiper .swiper-button-prev {
        display: none !important;
    }

    .mc_d2s2_swiper .swiper-button-next,
    .mc_d2s2_swiper .swiper-button-prev {
        display: none !important;
    }

    .mc_a1s5_lisbox {
        font-size: 6px;
    }

    .mc1_txt2436,
    .mc1_txt2436 p {
        font-size: 18px;
    }

    .mc1_txt1630px,
    .mc1_txt1630px p {
        font-size: 14px;
        line-height: 1.75;
    }

    .mc_a1s5_lisbox::after {
        width: 100%;
    }

    .mc_a1s5_lisbox {
        box-shadow: 0px 0px 16px rgba(6, 22, 100, 0.1), 0px 0px 32px rgba(6, 22, 100, 0.05);
    }

    .mc_a1s5_lisbox .mc_a1s5_top {
        background: #1833BA;
    }

    .mc_a1s5_lisbox .mc_a1s5_top>div {
        color: #fff;
    }

    .mc_a1s5_lisbox .mc_a1s5_dd {
        color: #1833BA;
    }

    .mc_a1s5_dlbox1 {
        margin-bottom: 15px;
    }

    .mc_vehicle_tr {
        padding: 0 15px;
    }

    .mc_vehicle_wrap {
        padding: 0 15px;
    }

    .mc_vehicle_tr::before {
        width: calc(100% - 30px);
    }

    .mc_vehicle_container {
        padding-top: 0;
    }

    .mc_vehicle_th img {
        width: 20px;
        margin-right: 4px;
    }

    .mc_vehicle .mc_mbx_li,
    .mc_vehicle .mc_inban_title {
        color: #fff;
    }

    .mc1_vehicle_li {
        width: 50%;
    }

    .mc1_vehicle_li {
        padding: 0 2px;
        margin-bottom: 4px;
    }

    .mc1_vehicle_lisbox {
        box-shadow: 0px 0px 8px rgba(6, 22, 100, 0.1);
    }

    .mc1_vehicle_list {
        margin: 0 -2px;
    }

    .mc_a1s5_brand.mc1_txt2436 {
        font-size: 16px;
    }

    /* 991e */
}

@media screen and (max-width:767px) {
    .mc_a1s5_title {
        padding-right: .8em;
    }

    .mc_a1s5_wrap {
        font-size: 5px;
    }

    #mc_a1s5_swiper {
        margin: 0 -20px;
    }

    .mc_a1s5_wrap .mc_a1_hd {
        margin-bottom: 30px;
    }

    .mc_a1s5_tool {
        padding-right: 0;
        margin-top: 30px;
    }

    .mc_a1s5_wrap .mc_a1_bd {
        padding-bottom: 0;
    }

    .mc_a1s5_arrow {
        font-size: 8px;
        margin-left: 20px;
    }


    .mc_vehicle_container {
        background: transparent;
        box-shadow: none;
        padding-bottom: 0;
    }


    .mc_vehicle_download {
        flex-direction: row-reverse;
    }

    .mc_vehicle_pdf {
        margin-left: 0;
        margin-right: 5px;
    }

    .mc_vehicle_wrap {
        padding: 0;
    }

    .mc_vehicle_tip {
        margin: 30px 0;
    }


    .mc_vehiclebtn_container {
        text-align: center;
    }

    .mc_a1s5_wrap .mc_a1_hd {
        align-items: center;
    }

    .mc_a1s5_li.swiper-slide {
        width: 336px;
    }

    .mc_a1s5_top {
        padding: 12px 15px;
    }

    .mc_a1s5_bot {
        padding: 15px 15px 15px;
    }

    .mc_a1s5_dt {
        margin-bottom: 5px;
    }

    .mc_vehicle_pc {
        display: none;
    }

    .mc_vehicle_ph {
        display: block;
    }

    #mc_a1s5_swiper {
        padding-right: 0;
    }

    .mc_a1s5_tool {
        padding: 0 15px;
    }

    .mc_a1s5_pagination {
        margin-left: 0;
    }

    .mc_vehicle_tip {
        text-align: left;
    }


    .mc_vehicle_tr {
        padding: 0;
    }

    .mc_vehicle_th {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .mc_vehicle_th img {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .mc_vehicle_th span {
        width: 100%;
        display: block;
    }

    .mc_vehicle_tr::before {
        width: 100%;
    }

    .mc_vehicle_th,
    .mc_vehicle_td {
        padding: 12px 8px;
        flex: none;
    }

    .mc_vehicle_td1,
    .mc_vehicle_td2 {
        width: 20%;
    }

    .mc_vehicle_td3 {
        width: 23%;
    }

    .mc_vehicle_td4 {
        width: 37%;
    }

    .mc_vehicle_td {
        font-size: 12px;
    }

    .mc_vehicle_td span {
        line-height: 24px;
        padding: 0 6px;
    }

    .mc1_vehicle_list {
        font-size: 4px;
    }

    .mc1_vehicleli_model.mc_txt1824px {
        margin-bottom: 6px;
    }

    .mc_vhcrtl_pc {
        display: none;
    }

    .mc_vhcrtl_ph {
        display: block;
    }

    /* .mc_vehicle_section{
        padding-top: 0;
    } */

    .mc1_vehicle_lisbox {
        padding: 20px 15px;
    }

    .mc_vehicle_retrieval {
        margin-bottom: 20px;
    }

    /* 767e */
}

@media screen and (max-width:540px) {
    .mc_vehicle_li {
        width: 100%;
    }

    .mc_vehicle_li:last-child {
        margin-bottom: 0;
    }

    .mc_a1s5_pagination {
        max-width: 100%;
    }
}

/* 202206020 end */


/* 20220915 */
.mc1_b1s3 .mc_nc1s4_li:last-child {
    margin-bottom: 0;
}

.mc_g1li_top {
    line-height: 48px;
    height: 96px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.mc_g1li_top strong {
    line-height: inherit;
}

/* 20221230 */
.ft_copyright {
    margin-left: 0 !important;
}

@media screen and (max-width:1366px) {
    .ft_copyright {
        display: block !important;
    }

    .ft_address {
        margin-left: 0 !important;
    }
}

.mc_pc_hd .mc1_area_second {
    height: auto;
}

.mc_pc_hd .mc1_area_li {
    margin-bottom: 30px;
}

/* 20230519服务品牌按钮 */
.evogo_btn {
    font-size: 16px;
    color: #00D75D;
    line-height: 3em;
    border: 1px solid #00D75D;
    border-radius: 2em;
    padding: 0 1.5em;
    vertical-align: middle;
    width: auto;
    font-weight: bold;
}

.evogo_btn_box {
    margin-top: 40px;
}

.evogo_btn_text {
    margin-right: 1em;
}

.evogo_btn_icon {
    display: inline-block;
}

.evogo_btn_icon::before {
    transform: translateX(0);
}

@media screen and (min-width:1200px) {
    .evogo_btn:hover {
        color: #fff;
        background: #00D75D;
    }
}

@media screen and (max-width:1440px) {
    .evogo_btn {
        font-size: 14px;
    }
}

@media screen and (max-width:1200px) {
    .evogo_btn_box {
        margin-top: 30px;
    }
}

@media screen and (max-width:767px) {
    .evogo_btn {
        font-size: 12px;
    }

    .evogo_btn_box {
        margin-top: 20px;
    }
}

/* cookies 20230620*/
.mc_botbox {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999999;
    width: 100%;
    padding: 20px 30px;
    background: #0028aa;
}

.mc_botbox_l {
    max-width: calc(100% - 200px);
}

.mc_botbox_l p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 0;
}

.mc_botbox_l p span,
.mc_botbox_l p a {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.mc_botbox_r {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.mc_botbox_btn {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    padding: 0 50px;
    color: #fff;
    transition: all .36s;
    border: 0;
    background: transparent;
}

.mc_botbox_l p a {
    display: inline-block;
    opacity: .8;
    text-decoration: underline;
}

@media screen and (min-width:1200px) {
    .mc_botbox_btn:hover {
        background: #0034db;
    }
}

@media screen and (max-width: 768px) {
    .mc_botbox_l {
        width: 100%;
        max-width: none;
        float: none;
    }

    .mc_botbox_l p {
        font-size: 12px;
        line-height: 20px;
    }

    .mc_botbox_r {
        position: static;
        transform: none;
        float: none;
        text-align: center;
        margin-top: 10px;
    }

    .mc_botbox_btn {
        padding: 0 20px;
        line-height: 32px;
        height: 32px;
        font-size: 14px;
    }

    .mc_botbox {
        padding: 15px 20px;
    }
}


.agent_nav {
    display: flex;
    margin: 0 -10px;
}

.agent_nav_li {
    padding: 0 10px;
    width: 20%;
}

.agent_nav_lisbox {
    height: 100%;
    text-align: center;
    padding: 20px;
    border-right: 1px solid rgba(24, 51, 186, 0.20);
    background: #EDEDED;
    position: relative;
    z-index: 1;
}

.agent_nav_li:not(:last-child) .agent_nav_lisbox::before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background: url(../images/202306/icon_right.svg) center / contain no-repeat;
}

.agent_tab_head {
    margin-bottom: 20px;
}

.agent_nav_icon {
    width: 48px;
    margin: 0 auto 8px;
}

.agent_nav_title {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.agent_nav_li.act .agent_nav_lisbox {
    background: #1833BA;
}

.agent_nav_li.act .agent_nav_icon .mc_list_img {
    opacity: 0;
}

.agent_nav_li.act .agent_nav_title {
    color: #fff;
}

.agent_form_next {
    text-align: center;
}

.support_form_radiowrap .support_form_service_title {
    margin-bottom: 16px;
}

.support_form_radiorow:not(:last-child) {
    margin-bottom: 14px;
}

.support_form_radiorow {
    display: flex;
}

#support_form_radio_repair {
    margin-right: 90px;
}

.agent_tabbd_li:not(:first-child) {
    display: none;
}

.support_form_inputrow_place .support_form_date input {
    padding-right: 60px;
}

#agent_place_form .agent_form_next {
    padding-top: 26px;
}

.agent_result_title {
    font-size: 36px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 40px;
}

.support_form_filerow {
    display: flex;
    justify-content: space-between;
    margin: 0 -20px;
}

.support_form_fileitem {
    padding: 0 20px;
    margin-bottom: 50px;
}

.support_form_fileitem {
    text-align: center;
}

.support_form_filebox_label {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 16px;
    color: #333
}

.support_form_file {
    width: 160px;
    height: 160px;
    margin: 0 auto;
}

.support_form_file_notupload {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(24, 51, 186, 0.20);
    background: #FFF;
    transition: all .36s;
}

.support_form_fileshow_icon {
    width: 60px;
    margin: 0 auto;
}

.support_form_fileshow_icon img {
    transition: all .36s;
}

.support_form_fileshow_title {
    font-size: 14px;
    line-height: 18px;
    color: #999999;
    transition: all .36s;
}

.support_form_fileinput {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.support_form_file_example {
    position: absolute;
    left: calc(100% + 6px);
    top: 50%;
    transform: translateY(-50%);
    width: 238px;
    padding: 12px 12px 7px;
    background: #FFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
    transition: all .36s;
    opacity: 0;
    pointer-events: none;
}

.sfsh_img_edit::before,
.support_form_file_example::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 6px;
    height: 100%;
}

.support_form_fileitem:nth-child(3) .sfsh_img_edit,
.support_form_fileitem:nth-child(3) .support_form_file_example {
    left: auto;
    right: calc(100% + 6px);
}

.support_form_fileitem:nth-child(3) .sfsh_img_edit::before,
.support_form_fileitem:nth-child(3) .support_form_file_example::before {
    right: auto;
    left: 100%;
}

.sffe_img img {
    width: 100%;
    cursor: pointer;
}

.sffe_title {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    margin-top: 8px;
}

.sffe_title img {
    width: 24px;
    margin-right: 5px;
}

.support_form_file_hasupload {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(24, 51, 186, 0.20);
    background: #FFF;
    position: relative;
    z-index: 1;
}

.sfsh_show {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sfsh_tip {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #1833BA;
    padding: 6px 12px;
    background: #1833BA;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}


.sfsh_img_edit {
    position: absolute;
    left: calc(100% + 6px);
    top: 50%;
    transform: translateY(-50%);
    padding: 20px;
    background: #FFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
    transition: all .36s;
    opacity: 0;
    pointer-events: none;
}

/* .sfsh_img_edit::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 6px;
    height: 100%;
} */

.sfsh_img_edit_list {
    display: flex;
    max-width: calc(50vw - 200px);
}

.sfsh_img_edit_item {
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(24, 51, 186, 0.20);
    position: relative;
    z-index: 1;
}

.sfsh_img_edit_item:not(:last-child) {
    margin-right: 20px;
}

.sfsh_img_edit_title {
    line-height: 1.8;
    color: #333;
    margin-bottom: 8px;
    text-align: left;
}

.sfsh_img_edit_delete {
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
    cursor: pointer;
    z-index: 10;
}

.sfsh_img_edit_add {
    cursor: pointer;
}

.support_form_file_hasupload {
    display: none;
}

.agent_award_bot {
    position: relative;
    z-index: 1;
}

.agent_award_tip {
    position: absolute;
    left: 0;
    top: 0;
    max-width: calc(50% - 150px);
    border-radius: 20px;
    background: #FFE8E8;
    color: #E41F20;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
}

.agent_award_tip span {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    text-align: center;
    line-height: 1em;
    background: #E41F20;
    color: #fff;
    margin-right: 0.3em;
}

.sfsh_imgbox,
.sfsh_imgbox img,
.sfsh_img_edit_img,
.sfsh_img_edit_img img {
    max-width: 100%;
    height: 100%;
}

.agent_terms_item:not(:last-child) {
    margin-bottom: 30px;
}

#agent_mes_form .agent_form_next {
    padding-top: 30px;
}

#agent_officer_form .agent_form_next {
    padding-top: 26px;
}

.sfsh_show {
    padding-bottom: 30px;
}

.sfsh_img_edit_delete {
    background: #cccccc;
}

.mc_f1s3 .mc_nc1ft_a:hover .mc_list_img {
    transition: all .36s;
}

.mc_f2s1sel_agent {
    flex: auto;
}

.agent_entrance_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    color: #fff;
    background: #1833BA;
    transition: all .36s;
    border-radius: 40px;
    border: 1px solid #1833BA;
}

.agent_entrance_btn_text {
    font-size: 14px;
    line-height: 18px;
    color: inherit;
}

.agent_entrance_btn_img {
    width: 24px;
    margin-left: 16px;
}

.agent_entrance_btn_img img {
    transition: all .36s;
}

.agent_entrance_btn_img .mc_list_png {
    opacity: 0;
}

.sup_search_inputbox .support_form_verifybox{
    width: 400px;
    max-width: 100%;
    padding: 0;
    margin-top: 15px;
}
/* cssend */

@media screen and (min-width: 1200px) {
    .agent_entrance_btn:hover {
        color: #1833BA;
        border-color: #1833BA;
        background: #fff;
    }

    .agent_entrance_btn:hover .mc_list_png {
        opacity: 1;
    }

    .agent_entrance_btn:hover .mc_list_img {
        opacity: 0;
    }

    .mc_f1s3 .mc_nc1ft_a:hover .mc_list_img {
        opacity: 0;
    }

    .delisted_form_submitbtn:hover {
        color: #1833BA;
        background: #fff;
    }

    .support_nav_a:hover {
        background: #1833BA;
    }

    .support_form_select .mc_select_li:hover {
        color: #0028aa;
    }

    .support_form_file_notupload:hover .support_form_fileshow_icon .mc_list_img {
        opacity: 0;
    }

    .support_form_file_notupload:hover .support_form_fileshow_title {
        color: #1833BA;
    }

    .support_form_file_notupload:hover {
        border-color: #1833BA;
    }

    .support_form_file_notupload:hover .support_form_file_example {
        opacity: 1;
        pointer-events: all;
    }

    .support_form_file_hasupload:hover .sfsh_img_edit {
        opacity: 1;
        pointer-events: all;
    }

    .support_form_fileitem:hover {
        z-index: 10;
    }
}

#modal-loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(2px);
    background: rgba(255, 255, 255, .6);
    /* display: none; */
}

.loading_svg {
    width: 60px;
}

.loading_svg_circle1 {
    stroke-dasharray: 75;
    stroke-dashoffset: 75;
    animation: 2s loading1 ease infinite 0.5s;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
}
.loading_svg_circle2 {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    animation: 2s loading2 ease-in-out infinite;
    transform: rotate(-45deg);
    transform-origin: 50% 50%;
}

.loading_svg_text {
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-top: 10px;
}

.ssrm_message_item.ssrm_message_item_oneline .ssrm_message_dlitem{
    width: 100%;
}

.ssrm_message {
    margin-top: 0 !important;
}

@keyframes loading1 {
    100% {
        stroke-dashoffset: -75;
        stroke-dasharray: -75;
    }
}
@keyframes loading2 {
    100% {
        stroke-dashoffset: -100;
        stroke-dasharray: -100;
    }
}

.support_form_submitbtnbox{
    margin: 0 auto;
}

.support_form_submitbtnbox .support_form_submitbtn:nth-child(2){
    margin-left: 10px;
}

#agent_officer_form .support_form_inputrow:last-child>.support_form_inputbox{
    display: flex;
    align-items: flex-end;
}

.delisted_verify_img>img{
    border: 1px solid #e5e5e5;
    cursor: pointer;
}