*,dody,html,h2,h3,h1,p,span,a,h4,h5,h6,h7,li,ul,strong,b{font-family: 'Inter';}

.cursor-video {
  cursor: pointer !important;
  position: absolute !important;
  height: 20% !important;
  aspect-ratio: 1/1 !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  border-radius: 999px !important;
  border: 2px solid white !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  box-shadow: rgba(10,10,10,0.2) 0px 2px 8px 0px !important;
  transition: border 0.2s linear !important;
}

.cursor-video:hover {
  border: 8px solid white !important;
}

#videoLoopHome {
  display: block !important;
  cursor: pointer !important;
  width: 100% !important;
  height: 100% !important;
  /* height: 450px !important; */
  margin: 0 auto !important;
  padding: 0 !important;
  aspect-ratio: 75 / 32;
}

.video1 {
  display: block !important;
  cursor: pointer !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 auto !important;
  object-fit: cover;
}

#videoLoopHome:hover .video1 {
  display: block !important;
}

.wpb_row.video>.span_12{margin: 0;}
.h2-blue, .h2-white{font-size: 26px !important;line-height: 28px !important;}


.vlt-product-hero-title img{width: 100%;}

#chartdiv{width: 45vw;height: 70vh;/* right: 0; */position: relative;/*transform: translate(25%, 0%);*/max-width: 100%;}
@media screen and (max-width: 1680px){
  #chartdiv{width: 55vw;}
}
.robot{width: 100%;border-radius: 20px;}
.video2{width: 100%;margin-top: 50px;border-radius: 20px;}
.cursor-video2{transition: filter .45s cubic-bezier(.3,.4,.1,1),all .45s cubic-bezier(.3,.4,.1,1) !important;
  -webkit-filter: grayscale(100%) !important;cursor: none !important;
  filter: grayscale(100%);opacity: 1;}
.cursor-video2.none{opacity: 0;}

.swiper-partner .swiper-wrapper{    -webkit-transition-timing-function: linear; /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;
}

[data-anchor="Blog"] .news{border-top: 1px solid #e5e5e5;}
.container {
  display: flex;
  flex-direction: column;
}
.more-{/* float:right; */margin: -1em 6rem 2em;font-weight: 600;display: inline-block;display: block;text-align: end;}

.mc_a1s1 {
    padding: 100px 0;
    background: #f7f8fa;
}

.mc_a1s1_wrap {
    background: #fff;
}

.mc_a1_hd {
    padding: 60px 100px;
    border-bottom: 1px solid #e5e5e5;
}

.mc_a1_more .mc_h1_morebtn {
    font-size: 14px;
}

.mc_h1_morebtn {
    font-size: 14px;
}

.mc_a1_bd {
    padding: 0 100px;
}
.mc_a1s1_list{margin: 0;}

.mc_a1s1_li {
    float: left;
    list-style: none;
    width: 33.333333%;
}

.mc_a1s1_a {
    display: block;
    padding: 55px 40px 65px;transition: all .3s ease-out 0s;
}
.mc_a1s1_a:hover{box-shadow: 15px 9px 14px 2px rgba(110, 117, 129, .18);}
.mc_a1s1_li:not(:last-child) {
    border-right: 1px solid #e5e5e5;
}

.mc_a1s1_date {
    font-size: 16px;
    color: #0028aa;
    line-height: 20px;
    margin-bottom: 25px;
    font-weight: bold;
}

.mc_a1s1_date i,
.mc_a1s1_date em {
    font-size: 18px;
    line-height: 20px;
}

.mc_a1s1_txt {
    font-size: 24px;
    line-height: 34px;
    color: #000000;
    height: 68px;
    overflow: hidden;
    margin-bottom: 60px;
    font-weight: bold;
}

.mc_a1s1_morebtn {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
    padding: 0 40px;
    line-height: 54px;
    font-size: 14px;
    font-family: "OPPOSans2_En_design-Heavy", "微软雅黑", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
    color: #fff;
}

.mc_a1s1_morebtn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: #0028aa;
    transition: all .36s;
    transform: scale(1) !important;
}

.mc_a1s1_morebtn::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    border: 1px solid #0028aa;
    opacity: 0;
    transform: scale(1);
    transition: all .36s;
}

.mc_a1s1_imgbox {
    margin-top: 55px;
    overflow: visible;
}

.mc_a1s1_imgbox::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 1;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
}

.mc_a1s1_imgbox::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 2;
    width: 0;
    height: 1px;
    background: #0028aa;
    transition: all .5s;
}

/* 列表图片 */
.mc_list_imgbox {
  position: relative;
  overflow: hidden;
}

.mc_list_png {
  width: 100%;
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
}

.mc_list_img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.mc_list_imgbox img {
    object-fit: cover;
}
.ma_b1s1_title{text-align: center;}

ul.mdian{margin-left: 15px;margin-bottom: 15px;}
ul.mdian li{list-style: none;font-size: 18px;font-weight: 500;}
ul.mdian li a{color: #fff;}
/* ul.mdian li a:hover{color: #0028aa;} */
ul.mdian li a:hover{color: #005ebc;}

.height200{height: 255px;}
.inner .hover-wrap .cutout-text{font-size: 22px;letter-spacing: 0.03em;/* white-space: nowrap; */text-align: center;/* left: 50%; *//* position: absolute; *//* width: 100%; *//* transform: translate(-52.8%, 0px); */height: 2em;}

.m-50{margin-top: 30px;}
#modal-content button{border-radius:0 !important;-webkit-border-radius:0 !important;}
/* .border-slate-200,.border-slate-300,.border-blue-500,.border-gray-200,.border-blue-800,.border-gray-200,.border-gray-100,.border-green-700{border-style: solid;} */
[class*="border-"]{border-style: solid;}
p[class*="border-"],[class*="border-"] p{padding-bottom: 0;}
table{margin-bottom: 0;}
.bg-slate-900 h2{color: white;}
body .space-y-6 h3{text-transform: capitalize;}
ul li:has(i){list-style: none;}
/* .bg-slate-900 h2,.bg-slate-900 h3,.bg-slate-900 h4,.bg-slate-900 h5{color: white;}
.bg-slate-900 .text-blue-400{color: rgb(96 165 250 / var(--tw-text-opacity, 1));} */
table tr{border-color: #e5e7eb;}
.case .main-content img{height: 100%;}
.case #modal-overlay .uppercase,.case .main-content .uppercase,.mold .uppercase{text-transform: uppercase ;}
@media only screen and (min-width : 1px) and (max-width :999px) {
    .container1 {
        max-width:var(--mobile-container-width) !important
    }
}
/* #menu-the-group{max-height: 23em;overflow-y: auto;} */
.sf-menu li:nth-child(3) #menu-the-group{
    /* max-height: 23em;overflow: auto; */
    position: absolute;
}
#scroll-animation-section-1743515776{margin-left: -1vw !important;margin-right: 1vw !important;}

li.menu-item.menu-item-type-custom .sf-with-ul span,li.nectar-regular-menu-item>a span{text-transform: uppercase;}
#fws_69016110e0795 .row_col_wrap_12 .vc_wp_custommenu .widget_nav_menu .menu-item{text-transform: uppercase;}

.nectar-button.medium.see-through.extra-color-3.button-hp{transition: all 0.3s ease;}
.nectar-button.medium.see-through.extra-color-3.button-hp:hover{background-color: rgba(255, 255, 255, 0.1);transform: translateY(-3px);box-shadow: 0 10px 20px -10px rgba(0,0,0,0.5);}

/* .nectar-button.medium.see-through.accent-color{transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);}
.nectar-button.medium.see-through.accent-color::before {content: '';position: absolute;top: 0; left: 0; width: 100%; height: 100%;background-color: #0056b3;transform: scaleX(0);transform-origin: bottom left;transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);z-index: -1;}
.nectar-button.medium.see-through.accent-color:hover::before {transform: scaleX(1);} */
.nectar-button.medium.see-through.accent-color{transition: all 0.3s ease;}
.nectar-button.medium.see-through.accent-color:hover{background-color: #005ebc;color: white;box-shadow: 0 4px 14px 0 rgba(0, 86, 179, 0.39);transform: translateY(-1px);}
.nectar-button.medium.see-through.accent-color:hover span{color: white;}

.sottofooter>*{display: inline-flex;margin: 0 6px;padding-bottom: 0px;}

.is-visible[class*="delay-"]:hover,.active[class*="delay-"]:hover,.is-visible[class*="hover"]:hover,.active[class*="hover"]:hover,.is-visible[class*="transition-"]:hover,.active[class*="transition-"]:hover{transition-delay: 0s !important;}
.is-visible[class*="hover:-translate-y-2"]:hover,.active[class*="hover:-translate-y-2"]:hover{ --tw-translate-y: -0.5rem;transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));}
.is-visible[class*="hover:-translate-y-1"]:hover,.active[class*="hover:-translate-y-1"]:hover{ --tw-translate-y: -0.25rem;transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));}
/* .is-visible[class*="delay-"],.active[class*="delay-"],.is-visible[class*="hover"],.active[class*="hover"],.is-visible[class*="transition-"],.active[class*="transition-"]{transition-delay: 0s !important;} */

a[class*="hover"]{display: inline-flex !important;}
button.relative.group.overflow-hidden.bg-slate-50,button.relative.group.overflow-hidden.bg-blue-50{border-radius: 0 !important;}

.menu-the-group-container{margin: 5px 20px -5px;}
.menu-the-group-container #menu-the-group{display: contents;}
.megamenu-custom .widget_nav_menu li{margin-bottom: 18px;}

#ajax-content-wrap .bg-white .opacity-80 a,.custom-scrollbar li a{color: unset;}
.font-bold svg{font-weight: 700;}



.animsition,.animsition-overlay {
    position: relative;
    opacity: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animsition-overlay-slide {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #ddd
}

.animsition-loading,.animsition-loading:after {
    width: 32px;
    height: 32px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    border-radius: 50%;
    z-index: 2
}

.animsition-loading {
    background-color: transparent;
    border-top: 5px solid rgba(0,0,0,.2);
    border-right: 5px solid rgba(0,0,0,.2);
    border-bottom: 5px solid rgba(0,0,0,.2);
    border-left: 5px solid #eee;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-name: animsition-loading;
    animation-name: animsition-loading
}

@-webkit-keyframes animsition-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes animsition-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}



@-webkit-keyframes vlt_bounce {
    0%,100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes vlt_bounce {
    0%,100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

/* ::-webkit-scrollbar {
    width: 5px
} */

.animsition-loading-2 {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.spinner {
    position: absolute;
    z-index: 2;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    width: 50px;
    height: 50px
}

.double-bounce-one,.double-bounce-two {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: vlt_bounce 2s infinite ease-in-out;
    animation: vlt_bounce 2s infinite ease-in-out;
    opacity: .6;
    border-radius: 50%;
    background-color: #2f56a4
}

.double-bounce-two {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}



/* button{font-weight: 500;} */

/* .menu a{text-transform: uppercase;} */
@media only screen and (min-width: 1px) and (max-width: 999px){
    /* #scroll-animation-section-1743515776 .robot_{display: none;} */
    #scroll-animation-section-1743515776{flex-wrap: wrap;}
    #scroll-animation-section-1743515776 .container-circle{padding: 8em 0 5em;}
    #chartdiv{width: calc(100vw - 45px);height: 60vw;}
}
@media only screen and (max-width: 690px){
    .flex.border-b.z-20{flex-wrap: wrap;}
}

@media screen and (min-width:1200px) {
  .ma_lbm_li a:hover .ma_lbml_img2 {
      transform: scale(1.1);
  }

  .ma_lbm_li a:hover .ma_lbmlm_title {
      color: #0028aa;
  }

  .ma_lbm_li a:hover .mc_a1s1_morebtn {
      color: #0028aa;
  }

  .ma_lbm_li a:hover .mc_a1s1_morebtn::before {
      transform: scale(.5);
      opacity: 0;
  }

  .ma_lbm_li a:hover .mc_a1s1_morebtn::after {
      transform: scale(1);
      opacity: 1;
  }

  .ma_b1s2_main a:hover .mc_a1s1_morebtn {
      color: #0028aa;
  }

  .ma_b1s2_main a:hover .mc_a1s1_morebtn::before {
      transform: scale(.5);
      opacity: 0;
  }

  .ma_b1s2_main a:hover .mc_a1s1_morebtn::after {
      transform: scale(1);
      opacity: 1;
  }

  .ma_b1s2_main a:hover .ma_b1s2m_r1 {
      opacity: 0;
  }

  .ma_b1s2_main a:hover .ma_b1s2m_r2 {
      opacity: 1;
      transform: translateX(0) !important;
  }

  .ma_b2s1_main:hover .mc_a1s1_morebtn {
      color: #0028aa;
  }

  .ma_b2s1_main:hover .mc_a1s1_morebtn::before {
      transform: scale(.5);
      opacity: 0;
  }

  .ma_b2s1_main:hover .mc_a1s1_morebtn::after {
      transform: scale(1);
      opacity: 1;
  }

  .ma_b2s1_main:hover .ma_b1s2m_r1 {
      opacity: 0;
  }

  .ma_b2s1_main:hover .ma_b1s2m_r2 {
      opacity: 1;
      transform: translateX(0) !important;
  }

  .ma_lb_maim2 .ma_lbm_li:hover {
      box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
  }

  .mc_nav_li:hover .mc_nav_a {
      color: #001eb4;
  }

  .mc_language a:hover {
      color: #001eb4;
  }

  .mc_search_btn:hover i,
  .mc_search_btn:hover em {
      color: #001eb4 !important;
  }

  .mc_ft1_nav a:hover {
      color: #001eb4;
  }

  .mc_ft2_nav a:hover {
      opacity: .8;
  }

  .mc_sharebox:hover .mc_list_png {
      opacity: .8;
  }

  .mc_sharebox .mc_list_png {
      transition: all .36s;
  }

  .mc_e1_lisbox:hover {
      box-shadow: 0 5px 47px 4px rgba(214, 211, 211, .75);
  }

  .mc_e1_lisbox:hover::after {
      width: 100%;
  }

  .pc_fenye li:hover {
      color: #001eb4;
      background: url(../images/fy_border.png) center / cover no-repeat;
  }

  .mc_e3s1_backbtn:hover {
      color: #001eb4;
  }

  .mc_e3s1b_sharebox .mc_sharebox:hover {
      background: #001eb4;
  }

  .mc_e3s1_arrow a:hover {
      color: #001eb4;
  }

  .mc_h1_morebtn:hover {
      color: #001eb4;
  }

  .mc_h1_morebtn:hover i::before {
      transform: translateX(10px);
  }

  .mc_h1s1_lisbox:hover {
      box-shadow: 5px 4.5px 15.3px 2.7px rgba(212, 211, 211, .75);
  }

  .mc_h1s2_lisbox:hover .mc_h1s2li_title {
      color: #001eb4;
  }

  .mc_h1s2_lisbox:hover .mc_h1s2_r i,
  .mc_h1s2_lisbox:hover .mc_h1s2_r em {
      color: #001eb4;
  }

  .mc_mbx_li:hover {
      /* color: #333333; */
      opacity: .8;
  }

  .mc_h2s1_li:hover .mc_h2s1_a::before {
      width: 100%;
  }

  .mc_e1_lisbox:hover .mc_e1_imgbox img {
      transform: scale(1.1);
  }

  .mc_h1s3_hudong_btn:hover i,
  .mc_h1s3_hudong_btn:hover em {
      /* animation: movex .6s ease; */
      transform: translateX(10px);
  }

  @keyframes movex {
      50% {
          transform: translateX(10px);
      }
  }

  .mc_i1s1_mapbtn:hover {
      color: #001eb4;
  }

  .mc_i1s1f_table td a:hover {
      color: #001eb4;
  }

  .mc_lyt_hdli:hover .mc_lyt_hda {
      background: #0028aa;
  }

  .mc_lyfac_add:hover {
      color: #001eb4;
  }

  .mc_lyfac_delete:hover {
      background: #ed0000;
  }

  .mc_subnav_a:hover {
      color: #001eb4;
  }

  .mc_navxlr_a:hover {
      color: #001eb4;
  }

  .mc_f1t_href:hover i,
  .mc_f1t_href:hover em {
      transform: translateX(10px);
  }

  .mc_f1s2_lisbox:hover .mc_f1s2_imgbox img {
      transform: scale(1.1);
  }

  .mc_f1s2_lisbox:hover .mc_f1s2_bot {
      color: #001eb4;
  }

  .mc_f1s2_imgbox img,
  .mc_f1s2_bot {
      transition: all .36s;
  }

  .mc_f2s1m_li:hover .mc_f2s1m_title {
      color: #001eb4;
  }

  .mc_i1s1f_table tr:not(.mc_i1s1f_thd):hover {
      background: #f8f8f8;
  }

  .mc_i1s1f_table tr:not(.mc_i1s1f_thd):hover td {
      color: #333;
  }

  .mc_i1s2_lisbox:hover .mc_i1s2_xtb i,
  .mc_i1s2_lisbox:hover .mc_i1s2_xtb em,
  .mc_i1s2_lisbox:hover .mc_i1s2_title {
      color: #001eb4;
  }

  .mc_ly_submit:hover input {
      color: #001eb4;
  }

  .mc_ly_submit:hover::before {
      transform: scale(.5);
      opacity: 0;
  }

  .mc_ly_submit:hover::after {
      transform: scale(1);
      opacity: 1;
  }

  .mc_a1s1_a:hover .mc_a1s1_morebtn::before {
      transform: scale(.5);
      opacity: 0;
  }

  .mc_a1s1_a:hover .mc_a1s1_morebtn::after {
      transform: scale(1);
      opacity: 1;
  }

  .mc_a1s1_a:hover .mc_a1s1_morebtn {
      color: #0028aa;
  }

  .mc_a1s1_a:hover .mc_a1s1_imgbox::after {
      width: 100%;
  }

  .mc_a1s1_a:hover {
      box-shadow: 15px 9px 14px 2px rgba(110, 117, 129, .18);
  }

  .mc_a1s3_lisbox:hover .mc_a1s1_morebtn::before {
      transform: scale(.5);
      opacity: 0;
  }

  .mc_a1s3_lisbox:hover .mc_a1s1_morebtn::after {
      transform: scale(1);
      opacity: 1;
  }

  .mc_a1s3_lisbox:hover .mc_a1s1_morebtn {
      color: #0028aa;
  }

  .mc_a1s1_morebtn:hover::before {
      transform: scale(.5);
      opacity: 0;
  }

  .mc_a1s1_morebtn:hover::after {
      transform: scale(1);
      opacity: 1;
  }

  .mc_a1s1_morebtn:hover {
      color: #0028aa;
  }

  .mc_a1s3_lisbox:hover .mc_list_png {
      opacity: 0;
  }

  .mc_a1s3_lisbox:hover .mc_list_img {
      opacity: 1;
      transform: translateX(0) !important;
  }

  .mc_a1s3_lisbox:hover .mc_a1s3li_title {
      color: #0028aa;
  }

  .mc_a1s4_lisbox:hover .mc_a1s4_imgbox::before {
      height: 100%;
      background: rgba(0, 0, 0, .6)
  }

  .mc_a1s4_lisbox:hover .mc_a1s4li_title {
      height: 100%;
      opacity: 0;
  }

  .mc_a1s4_lisbox:hover .mc_a1s4li_txt2 {
      opacity: 1;
      margin-top: 0;
  }

  .mc_a1s4li_txt2 .mc_a1s1_more:hover .mc_a1s1_morebtn::before {
      transform: scale(.5);
      opacity: 0;
  }

  .mc_a1s4li_txt2 .mc_a1s1_more:hover .mc_a1s1_morebtn::after {
      transform: scale(1);
      opacity: 1;
      border-color: #fff;
  }

  .mc_a1s4li_txt2 .mc_a1s1_more:hover .mc_a1s1_morebtn {
      color: #fff;
  }

  .mc_a1s2_txtbox2 .mc_a1s1_more:hover .mc_a1s1_morebtn::after {
      border-color: #fff;
  }

  .mc_a1s2_txtbox2 .mc_a1s1_more:hover .mc_a1s1_morebtn {
      color: #fff;
  }

  .g_btn:hover .icon-nextstep {
      transform: translateX(10px);
  }

  .mc_d2s3sub_li:hover .mc_d2s3sub_txtbox {
      color: #0028aa;
  }

  .mc_d2s3sub_li:hover .mc_d2s3sub_imgbox {
      opacity: 1;
  }

  .g_b4footflnr>a:hover .g_b4footwz h4 {
      color: #0028aa;
  }

  .mc_d2s3_li:hover {
      z-index: 10;
  }

  .mc_a2gl_a:hover {
      color: #333;
  }

  .mc_a2re_a:hover {
      color: #333;
  }

  /* .mc_b21_tr:hover .mc_b21_td1:not(.mc_b21_th){
      color: #001eb4;
  } */

  .ma_lbmlmr_a a:hover span {
      color: #0028aa;
  }

  .mc_d2s2_swiper:hover .swiper-button-next,
  .mc_d2s2_swiper:hover .swiper-button-prev {
      opacity: 1;
  }

  .mc_d3s2_swiper:hover .swiper-button-next,
  .mc_d3s2_swiper:hover .swiper-button-prev {
      opacity: 1;
  }

  .mc_d3s5_swiper:hover .swiper-button-next,
  .mc_d3s5_swiper:hover .swiper-button-prev {
      opacity: 1;
  }

  .mc_j2s2_swiper:hover .swiper-button-next,
  .mc_j2s2_swiper:hover .swiper-button-prev {
      opacity: 1;
  }

  .mc_lycj_select .mc_select_li:hover {
      color: #0028aa;

  }

  .mc_getpos_txt p a:hover {
      color: #0028aa;
  }


}
