.cp-overlay-card-carousel * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .cp-overlay-card-carousel__inner {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    height: 100%;
    padding: 2.15% 140px;
  }
  
  .cp-overlay-card-carousel__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    height: 100%;
  }
  
  .cp-overlay-card-carousel__bg .js-picture {
    height: 100%;
  }
  
  .cp-overlay-card-carousel__bg .js-picture .js-img-bg {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* -webkit-border-radius: 6px; */
    /* border-radius: 6px; */
    border: 1px solid #333;
  }
  
  .cp-overlay-card-carousel__container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    height: 100%;
    padding: 6.23% 0;
  }
  
  .cp-overlay-card-carousel__head {
    position: relative;
    z-index: 5;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32.5%;
    -ms-flex: 0 0 32.5%;
    flex: 0 0 32.5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 2.86% 0 4.87%;
  }
  
  .cp-overlay-card-carousel__head .el-eyebrow {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
    line-height: 2.4rem;
    color: #767676;
  }
  
  .cp-overlay-card-carousel__head .el-title {
    margin-bottom: 40px;
    margin-bottom: 4rem;
    font-family: "genesis-head-light", sans-serif;
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 52.8px;
    line-height: 5.28rem;
    letter-spacing: -0.01em;
    color: #fff;
  }
  
  .cp-overlay-card-carousel__head .el-decs {
    margin-bottom: 28px;
    margin-bottom: 2.8rem;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
    line-height: 2.6rem;
    letter-spacing: -0.01em;
    color: #7C7C7C;
  }
  html[lang="zh-CN"] .cp-overlay-card-carousel__head .el-decs {
    font-size: 16.2px;
    font-size: 1.62rem;
  }
  .cp-overlay-card-carousel__head .el-btn .cm-btn-more {
    /* font-size: 20px;
    font-size: 2rem; */
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
    line-height: 2.6rem;
    letter-spacing: -0.01em;
  }
  html[lang="zh-CN"]  .cp-overlay-card-carousel__head .el-btn .cm-btn-more {
    font-size: 16.2px;
    font-size: 1.62rem;
  }
  .cp-overlay-card-carousel__head .el-info-scroll {
    position: absolute;
    left: 140px;
    bottom: 13%;
  }
  
  .cp-overlay-card-carousel__head .el-info-scroll .txt {
    vertical-align: middle;
    font-family: "genesis-head-office-light", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 19.2px;
    line-height: 1.92rem;
    letter-spacing: 0.1em;
    color: #fff;
  }
  
  .cp-overlay-card-carousel__head .el-info-scroll .txt .long-arrow-right {
    position: relative;
    display: inline-block;
    width: 11px;
    height: 11px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 3px;
    left: 25px;
  }
  
  .cp-overlay-card-carousel__head .el-info-scroll .txt .long-arrow-right:after {
    content: "";
    display: block;
    width: 1px;
    height: 25px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg) translate(9px, 2px);
    -ms-transform: rotate(-45deg) translate(9px, 2px);
    transform: rotate(-45deg) translate(9px, 2px);
    left: 0;
    top: 0;
  }
  
  .cp-overlay-card-carousel__head .swiper-pagination {
    opacity: 0;
    text-align: left;
  }
  
  .cp-overlay-card-carousel__head .swiper-pagination span {
    margin: 0 20px 0 0;
    padding: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
    font-family: "genesis-head-office-light", sans-serif;
    letter-spacing: -0.01em;
    color: #fff;
    opacity: 0.5;
  }
  
  .cp-overlay-card-carousel__head .swiper-pagination span.swiper-pagination-bullet-active {
    opacity: 1;
  }
  
  .cp-overlay-card-carousel__carousel {
    width: -webkit-calc(100% - 38.17%);
    width: calc(100% - 38.17%);
    margin-right: 1px;
    margin-right: 0.1rem;
  }
  
  .cp-overlay-card-carousel__carousel .swiper-container {
    padding-right: 40px;
    padding-right: 4rem;
    padding-bottom: 10px;
    padding-bottom: 1rem;
  }
  
  .cp-overlay-card-carousel__carousel .swiper-scrollbar {
    height: 2px;
    background: rgba(0, 0, 0, 0.1);
  }
  
  .cp-overlay-card-carousel__carousel .swiper-container-horizontal > .swiper-scrollbar {
    left: 0;
    bottom: 0px;
    z-index: 50;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }
  
  .cp-overlay-card-carousel__carousel .swiper-scrollbar-drag {
    background: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  
  .cp-overlay-card-carousel__carousel .swiper-slide {
    position: relative;
    width: 49.56%;
    padding-bottom: 54.25%;
  }
  
  .cp-overlay-card-carousel__carousel .swiper-slide .el-btn {
    display: block;
    position: absolute;
    bottom: 30px;
    right: 30px;
    opacity: 1;
  }
  
  .cp-overlay-card-carousel__carousel .swiper-slide .el-btn .btn-view-more {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  
  .cp-overlay-card-carousel__carousel .swiper-slide .el-btn .btn-view-more span {
    padding-bottom: 0;
  }
  
  .cp-overlay-card-carousel__carousel .swiper-slide .el-btn .btn-view-more::before {
    content: '';
    display: block;
    position: absolute;
    top: 19px;
    left: 9px;
    width: 20px;
    height: 1px;
    background-color: #fff;
  }
  
  .cp-overlay-card-carousel__carousel .swiper-slide .el-btn .btn-view-more::after {
    content: '';
    display: block;
    display: block;
    position: absolute;
    top: 15px;
    right: 10px;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .cp-overlay-card-carousel__carousel .visual-image, .cp-overlay-card-carousel__carousel .visual-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  
  .cp-overlay-card-carousel__carousel .visual-image, .cp-overlay-card-carousel__carousel video {
    /* -webkit-border-radius: 8px;
    border-radius: 8px; */
    overflow: hidden;
  }
  
  .cp-overlay-card-carousel__carousel .visual-image, .cp-overlay-card-carousel__carousel .js-picture, .cp-overlay-card-carousel__carousel .js-img-bg, .cp-overlay-card-carousel__carousel .visual-video, .cp-overlay-card-carousel__carousel video {
    width: 100%;
    height: 100%;
  }
  
  .cp-overlay-card-carousel__carousel .js-img-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .cp-overlay-card-carousel__carousel .visual-video video {
    object-fit: cover;
  }
  
  .cp-overlay-card-carousel__carousel .visual-video .btn-video-toggle {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 48px;
    width: 4.8rem;
    height: 48px;
    height: 4.8rem;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 10;
  }
  
  .cp-overlay-card-carousel__carousel .visual-video .btn-video-toggle:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    display: inline-block;
    width: 11px;
    width: 1.1rem;
    height: 11px;
    height: 1.1rem;
    background: url("../../../../etc.clientlibs/genesis-p2/global/clientlibs/clientlib-basepage/resources/images/ico-play-white.png") no-repeat center/contain;
    vertical-align: middle;
  }
  
  .cp-overlay-card-carousel__carousel .visual-video.play .btn-video-toggle:after {
    background-image: url("../../../../etc.clientlibs/genesis-p2/global/clientlibs/clientlib-basepage/resources/images/ico-pause-white.png");
  }
  
  .cp-overlay-card-carousel__carousel .card-title {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 20%;
  }
  
  .cp-overlay-card-carousel__carousel .card-title .el-tit {
    font-family: "genesis-head-office-light", sans-serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    line-height: 2.6rem;
    letter-spacing: -0.01em;
    color: #fff;
  }
  
  .cp-overlay-card-carousel__carousel .card-title.is-dark .el-tit {
    color: #000;
  }
  
  .cp-overlay-card-carousel__carousel .visual-image + .card-title {
    position: absolute;
    top: 28px;
    left: 40px;
    right: 40px;
  }
  
  .cp-overlay-card-carousel .is-pc {
    display: block;
  }
  
  .cp-overlay-card-carousel .is-mo {
    display: none;
  }
  
  @media screen and (max-width: 1919px) {
    .cp-overlay-card-carousel__inner {
      padding: 2.15% 120px;
    }
  }
  
  @media (max-width: 1599px) {
    .cp-overlay-card-carousel__inner {
      padding: 2.15% 100px;
    }
    .cp-overlay-card-carousel__head .el-info-scroll {
      left: 110px;
    }
    .cp-overlay-card-carousel__head .el-decs {
      font-size: 1.6rem;
    }
    html[lang="zh-CN"] .cp-overlay-card-carousel__head .el-decs {
      font-size: 1.44rem;
    }
    .cp-overlay-card-carousel__head .el-btn .cm-btn-more {
      font-size: 1.6rem;
    }
    html[lang="zh-CN"]  .cp-overlay-card-carousel__head .el-btn .cm-btn-more {
      font-size: 1.44rem;
    }
  }
  
  @media (max-width: 1359px) {
    .cp-overlay-card-carousel__inner {
      padding: 2.15% 76px;
    }
    .cp-overlay-card-carousel__head .el-eyebrow {
      margin-bottom: 15px;
      margin-bottom: 1.5rem;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 18px;
      line-height: 1.8rem;
    }
    .cp-overlay-card-carousel__head .el-title {
      margin-bottom: 30px;
      margin-bottom: 3rem;
      font-size: 32px;
      font-size: 3.2rem;
      line-height: 38px;
      line-height: 3.8rem;
    }
    .cp-overlay-card-carousel__head .el-decs {
      margin-bottom: 15px;
      margin-bottom: 1.5rem;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 24px;
      line-height: 2.4rem;
    }
    .cp-overlay-card-carousel__head .el-btn .cm-btn-more {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 24px;
      line-height: 2.4rem;
    }
    .cp-overlay-card-carousel__head .el-info-scroll {
      left: 76px;
    }
  }
  @media screen and (max-width: 767px){
    html[lang="zh-CN"] .cp-overlay-card-carousel__head .el-decs {
      font-size: 1.44rem;
    }
    html[lang="zh-CN"]  .cp-overlay-card-carousel__head .el-btn .cm-btn-more {
      font-size: 1.44rem;
    }
  }
  /* .type-dark .cp-overlay-card-carousel {
    background-color: #000;
  } */
  
  .type-light .cp-overlay-card-carousel__bg .js-picture .js-img-bg {
    border: 1px solid #e5e5e5;
  }
  
  .type-light .cp-overlay-card-carousel__head .el-title {
    color: #000;
  }
  
  .type-light .cp-overlay-card-carousel__head .el-btn .cm-btn-more {
    color: #000;
  }
  
  .type-light .cp-overlay-card-carousel__head .el-btn .cm-btn-more span::before {
    background-color: #000;
  }
  
  .type-light .cp-overlay-card-carousel__head .el-info-scroll .txt {
    color: #000;
  }
  
  .type-light .cp-overlay-card-carousel__head .el-info-scroll .txt .long-arrow-right {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
  }
  
  .type-light .cp-overlay-card-carousel__head .el-info-scroll .txt .long-arrow-right:after {
    background-color: #000;
  }
  
  .type-light .cp-overlay-card-carousel__head .swiper-pagination span {
    color: #000;
  }
  
  @media (max-width: 1023px) {
    .cp-overlay-card-carousel__inner {
      padding: 20px;
      padding: 2rem;
    }
    .cp-overlay-card-carousel__container {
      -webkit-box-align: start;
      -webkit-align-items: start;
      -ms-flex-align: start;
      -ms-grid-row-align: start;
      align-items: start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 0 21px 40px;
      padding: 0 2.1rem 4rem;
    }
    .cp-overlay-card-carousel__head {
      -webkit-box-flex: 0;
      -webkit-flex: 0;
      -ms-flex: 0;
      flex: 0;
      width: 100%;
      margin: 0;
      padding: 40px 0 0 0;
      padding: 4rem 0 0 0;
    }
    .cp-overlay-card-carousel__head .el-eyebrow {
      margin-bottom: 12px;
      margin-bottom: 1.2rem;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 20px;
      line-height: 2rem;
    }
    .cp-overlay-card-carousel__head .el-title {
      margin-bottom: 30px;
      margin-bottom: 3rem;
      font-size: 32px;
      font-size: 3.2rem;
      line-height: 35.2px;
      line-height: 3.52rem;
    }
    .cp-overlay-card-carousel__head .el-decs {
      margin-bottom: 20px;
      margin-bottom: 2rem;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 20.8px;
      line-height: 2.08rem;
      color: #7C7C7C;
    }
    .cp-overlay-card-carousel__head .el-btn .cm-btn-more {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 18.2px;
      line-height: 1.82rem;
    }
    .cp-overlay-card-carousel__head .el-info-scroll {
      display: none;
    }
    .cp-overlay-card-carousel__carousel {
      padding: 40px 0 0 0;
      padding: 4rem 0 0 0;
      margin: 0;
      width: 100%;
    }
    .cp-overlay-card-carousel__carousel .swiper-container {
      margin: 0 -20px;
      margin: 0 -2rem;
      padding: 0 20px;
      padding: 0 2rem;
      padding-bottom: 36px;
      padding-bottom: 3.6rem;
    }
    .cp-overlay-card-carousel__carousel .swiper-container-horizontal > .swiper-scrollbar {
      width: -webkit-calc(100% - 20px);
      width: calc(100% - 20px);
    }
    .cp-overlay-card-carousel__carousel .swiper-pagination {
      left: auto;
      text-align: left;
      width: 259px;
      font-family: "genesis-head-office-light", sans-serif;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 16px;
      line-height: 1.6rem;
      letter-spacing: -0.04em;
      color: #fff;
      bottom: 2rem;
    }
    .cp-overlay-card-carousel__carousel .swiper-pagination span {
      opacity: 0.5;
    }
    .cp-overlay-card-carousel__carousel .swiper-pagination span:first-child {
      opacity: 1;
    }
    .cp-overlay-card-carousel__carousel .swiper-slide {
      position: relative;
      width: 259px;
      width: 25.9rem;
      height: 380px;
      height: 38rem;
      padding-bottom: 0;
    }
    .cp-overlay-card-carousel__carousel .swiper-slide.is-hide .el-btn {
      opacity: 0;
      -webkit-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out;
    }
    .cp-overlay-card-carousel__carousel .swiper-slide .el-btn {
      bottom: 20px;
      right: 20px;
    }
    .cp-overlay-card-carousel__carousel .swiper-slide .el-btn .btn-view-more {
      width: 32px;
      height: 32px;
    }
    .cp-overlay-card-carousel__carousel .swiper-slide .el-btn .btn-view-more::before {
      top: 16px;
      left: 9px;
      width: 15px;
    }
    .cp-overlay-card-carousel__carousel .swiper-slide .el-btn .btn-view-more::after {
      top: 13px;
      right: 9px;
      width: 6px;
      height: 6px;
    }
    .cp-overlay-card-carousel__carousel .visual-image, .cp-overlay-card-carousel__carousel video {
      /* -webkit-border-radius: 8px;
      border-radius: 8px; */
      overflow: hidden;
    }
    .cp-overlay-card-carousel__carousel .visual-video .btn-video-toggle {
      top: auto;
      bottom: 20px;
      right: auto;
      left: 20px;
      width: 34px;
      width: 3.4rem;
      height: 34px;
      height: 3.4rem;
    }
    .cp-overlay-card-carousel__carousel .visual-video .btn-video-toggle:after {
      width: 8px;
      width: 0.8rem;
      height: 8px;
      height: 0.8rem;
    }
    .cp-overlay-card-carousel__carousel .card-title {
      top: 20px;
      left: 20px;
      right: 20px;
    }
    .cp-overlay-card-carousel__carousel .card-title .el-tit {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 19.2px;
      line-height: 1.92rem;
    }
    .cp-overlay-card-carousel__carousel .visual-image + .card-title {
      top: 20px;
      left: 20px;
      right: 20px;
    }
    .cp-overlay-card-carousel .is-pc {
      display: none;
    }
    .cp-overlay-card-carousel .is-mo {
      display: block;
    }
  }
  
  .type-light .cp-overlay-card-carousel__carousel .swiper-pagination {
    color: #000;
  }
  
  .type-light .cp-overlay-card-carousel__carousel .swiper-slide .el-btn .cm-btn-more {
    color: #000;
  }
  
  .type-light .cp-overlay-card-carousel__carousel .swiper-slide .el-btn .cm-btn-more span:before {
    background-color: #000;
  }
  