* {
    list-style: none;
  }
  .consult-now {
    filter: brightness(0) invert(1);
  }
  .MD-83 {
    background-image: url(../assets/md83-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .MD-83 .md83Swiper .swiper-wrapper {
    transition-timing-function: linear !important;
  }
  .MD-83 .MD83Title {
    color: rgba(239, 236, 230, 0);
    -webkit-text-stroke: 1px #efebe5;
    text-stroke: 1px #efebe5;
    font-weight: 700;
  }
  .MD-83 .right-container .box-Active .left-box {
    font-size: 34px;
    font-weight: 400;
    color: #ffffff;
    line-height: 20px;
  }
  
  /* 右侧中样式 */
  
  .MD-83 .right-container .box-Active .left-box .left-box-imgBg {
    background: #b91c23;
    border: none;
  }
  .MD-83 .right-container .right-box {
    background-color: #000;
  }
  .MD-83 .right-container .box-Active .left-box .left-box-imgBg .ishide,
  .MD-83 .right-container .box-Active .right-box {
    display: -webkit-box;
  }
  .MD-83 .right-container .left-box .left-box-imgBg .isshow {
    filter: brightness(0.6) grayscale(1);
  }
  .MD-83 .right-container .left-box .left-box-imgBg .ishide {
    filter: brightness(0) invert(1);
  }
  .MD-83 .right-container .box-Active .left-box .left-box-imgBg .isshow,
  .MD-83 .right-container li .left-box .left-box-imgBg .ishide {
    display: none;
  }
  
  /* 左侧中英文样式 */
  .MD-83 .right-container li .left-box .left-box-cn,
  .MD-83 .right-container .box-Active .left-box .left-box-en {
    display: none;
  }
  .MD-83 .right-container li .left-box .left-box-en,
  .MD-83 .right-container .box-Active .left-box .left-box-cn {
    display: -webkit-box;
  }
  .MD-83 .right-container .box-Active .left-box .left-box-cn {
    opacity: 1;
  }
  @media screen and (max-width: 1025px) {
    .MD-83 .right-container .left-box-container li .left-box-imgBg {
      display: none;
    }
    .MD-83 .right-container li .left-box .left-box-en {
      display: none;
    }
    .MD-83 .right-container li .left-box .left-box-cn {
      display: -webkit-box;
    }
  }
  .MD-107 .md107Swiper .swiper-wrapper {
    transition-timing-function: linear !important;
  }
  .MD-107 .md107Swiper .swiper-slide .bullet {
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
  }