.cp-vehicle-showcase {
  max-width: 2560px;
  margin: 0 auto;
}

.cp-vehicle-showcase .cp-vehicle-showcase__inner {
  position: relative;
  height: -webkit-calc(100vh - 130px);
  height: calc(100vh - 130px);
  max-height: 46.875vw;
  min-height: 36.4583vw;
}

.cp-vehicle-showcase__bg {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.cp-vehicle-showcase__bg video {
  height: 100%;
  width: 100%;
}

.cp-vehicle-showcase__bg .js-img-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.cp-vehicle-showcase__bg .video-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.vehicle-showcase .cm-btn-more:not(.type-newwindow):not(.type-layer):after {
  border-color: #fff !important;
}



.cp-vehicle-showcase .el-dimmed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.cp-vehicle-showcase .el-dimmed:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: auto;
  height: 19.5313vw;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(transparent),
      to(#111));
  background-image: linear-gradient(to bottom, transparent, #111);
  content: "";
}

.cp-vehicle-showcase__content {
  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;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.cp-vehicle-showcase__content-inner {
  padding: 0 33.8rem 0;
  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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  color: #fff;
}

.cp-vehicle-showcase__content-top,
.cp-vehicle-showcase__content-bottom {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cp-vehicle-showcase__content-top {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cp-vehicle-showcase__content-bottom {
  font-size: 20px;
  font-size: 1.0417vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cp-vehicle-showcase__title {
  margin-top: 4.4792vw;
  font-size: 0;
}

.cp-vehicle-showcase__title .el-title {
  font-family: "genesis-head-office-light", sans-serif;
  font-size: 4.1667vw;
  font-weight: normal;
  line-height: 1.1;
  letter-spacing: .1563vw;

}

html[lang="zh-CN"] .cp-vehicle-showcase__title .el-title {
  font-family: "genesis-head-light", sans-serif;
  font-size: 3.3333vw;
  text-align: center;
}

.cp-vehicle-showcase__sub-title {
  font-family: "genesis-text-office", sans-serif;
  text-align: center;
  font-size: 0;
  margin-top: .8333vw;
}

.cp-vehicle-showcase__sub-title.cp-vehicle-showcase-top__sub-title {
  margin-bottom: .8333vw;
  margin-top: 0;
}

.cp-vehicle-showcase__sub-title .el-sub-title {
  letter-spacing: .2604vw;
  font-size: 1.25vw;
}

html[lang="zh-CN"] .cp-vehicle-showcase__sub-title {
  font-family: "genesis-text", sans-serif;
}

.cp-vehicle-showcase__scroll-btn {
  height: 1.65em;
  margin-top: 3.1em;
  text-align: center;
  margin-bottom: 1.65em;
}

.cp-vehicle-showcase__scroll-btn .el-btn-arrow {
  position: relative;
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  font-size: inherit;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cp-vehicle-showcase__scroll-btn .el-btn-arrow::before {
  -webkit-animation: 1200ms ease-out 300ms infinite normal arrow1;
  animation: 1200ms ease-out 300ms infinite normal arrow1;
}

.cp-vehicle-showcase__scroll-btn .el-btn-arrow::after {
  -webkit-animation: 1200ms ease-out 300ms infinite normal arrow2;
  animation: 1200ms ease-out 300ms infinite normal arrow2;
}

.cp-vehicle-showcase__scroll-btn .el-btn-arrow::before,
.cp-vehicle-showcase__scroll-btn .el-btn-arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
}

.cp-vehicle-showcase_subcopy {
  text-align: center;
  font-size: 0;
  margin-bottom: 2.0833vw;
}

.cp-vehicle-showcase_subcopy .el-promotion {
  font-size: .9375vw;
}

.cp-vehicle-showcase_subcopy .el-promotion.el-mob-promotion {
  display: none;
}

.cp-vehicle-showcase__cta {}

.cp-vehicle-showcase__cta-row {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
}


.cp-vehicle-showcase__cta-row .cm-btn-more {
  margin-right: 1.5625vw;
}

.cp-vehicle-showcase__cta-row .btn-item {
  display: inline-block;
  width: 14.5833vw;
  height: 3.3333vw;
  box-sizing: border-box;
  border: .1042vw solid #fff;
  text-align: center;
  line-height: 3.3333vw;
  font-size: .9375vw;
  color: #fff;
  margin-right: 1.5625vw;
}

.cp-vehicle-showcase__cta-row .btn-item.cta-button {
  background-color: transparent;
}

.cp-vehicle-showcase__cta-row .btn-item:last-child,
.cp-vehicle-showcase__cta-row .cm-btn-more:last-child {
  margin-right: 0;
}

.cp-vehicle-showcase__tip {
  font-size: 0;
  margin-top: 2.0313vw;
  padding-bottom: 3.125vw;
}

.cp-vehicle-showcase__tip .el-tip {
  text-align: center;
  font-size: .625vw;
  color: #AAA8A6;
}
@media screen and (max-width: 1024px) {
    .cp-vehicle-showcase .cp-vehicle-showcase__inner {
        max-height: 68.875vw;
    } 
    .cp-vehicle-showcase__content-inner {
        padding: 0;
    }
    /* .cp-vehicle-showcase .cp-vehicle-showcase__inner {
        height: -webkit-calc(var(--app-height) - 110px);
        height: calc(var(--app-height) - 110px);
        min-height: 48rem;
        max-height: 102.4rem;
    } */
    /* .cp-vehicle-showcase_subcopy .el-promotion.el-mob-promotion {
        display: block;
    }
    .cp-vehicle-showcase_subcopy .el-promotion.el-pc-promotion {
        display: none;
    }

    .cp-vehicle-showcase__content-inner {
        padding: 0 5.3333vw;
    }
    .cp-vehicle-showcase__title .el-title {
        font-size: 6.5333vw;
    }

    .cp-vehicle-showcase__sub-title {
        margin-top: 3.7333vw;
    }

    .cp-vehicle-showcase__sub-title.cp-vehicle-showcase-top__sub-title {
        margin-bottom: 3.7333vw;
    }

    .cp-vehicle-showcase__sub-title .el-sub-title {
        font-size: 1.5333vw;
    }

    .cp-vehicle-showcase__title {
        margin-top: 8.2vw;
    }

    .cp-vehicle-showcase_subcopy .el-promotion {
        font-size: 3.2vw;
    }

    .cp-vehicle-showcase_subcopy {
        margin-bottom: 9.3333vw;
    }

    .cp-vehicle-showcase__tip {
        padding-bottom: 15.4667vw;
        margin-top: 8vw;
    }

    .cp-vehicle-showcase__tip .el-tip {
        font-size: 2.4vw;
    }

    .cp-vehicle-showcase__cta-row .btn-item {
        width: 42vw;
        line-height: 11.7333vw;
        height: 11.7333vw;
        font-size: 3.2vw;
        margin-right: 5.3333vw;
    } */
}

@media screen and (max-width: 750px) {
    .cp-vehicle-showcase .cp-vehicle-showcase__inner {
        height: -webkit-calc(var(--app-height) - 110px);
        height: calc(var(--app-height) - 110px);
        min-height: 48rem;
        max-height: 102.4rem;
    } 
    .cp-vehicle-showcase_subcopy .el-promotion.el-mob-promotion {
        display: block;
    }
    .cp-vehicle-showcase_subcopy .el-promotion.el-pc-promotion {
        display: none;
    }

    .cp-vehicle-showcase__content-inner {
        padding: 0 5.3333vw;
    }

    .cp-vehicle-showcase__title .el-title {
        font-size: 9.3666vw;
    }

    html[lang="zh-CN"] .cp-vehicle-showcase__title .el-title {
        font-size: 8.5333vw;
    }

    .cp-vehicle-showcase__sub-title {
        margin-top: 3.7333vw;
    }

    .cp-vehicle-showcase__sub-title.cp-vehicle-showcase-top__sub-title {
        margin-bottom: 3.7333vw;
    }

    .cp-vehicle-showcase__sub-title .el-sub-title {
        font-size: 4.5333vw;
    }

    .cp-vehicle-showcase__title {
        margin-top: 11.2vw;
    }

    .cp-vehicle-showcase_subcopy .el-promotion {
        font-size: 3.2vw;
    }

    .cp-vehicle-showcase_subcopy {
        margin-bottom: 9.3333vw;
    }

    .cp-vehicle-showcase__tip {
        padding-bottom: 10vw;
        margin-top: 8vw;
    }

    .cp-vehicle-showcase__tip .el-tip {
        font-size: 2.4vw;
    }

    .cp-vehicle-showcase__cta-row .btn-item {
        width: 42vw;
        line-height: 11.7333vw;
        height: 11.7333vw;
        font-size: 3.2vw;
        margin-right: 5.3333vw;
    }
}

.cp-vehicle-showcase__content.txt-left .el-sub-title,
.cp-vehicle-showcase__content.txt-left .el-title,
.cp-vehicle-showcase__content.txt-left .el-promotion,
.cp-vehicle-showcase__content.txt-left .el-tip {
    text-align: left !important;
}

.cp-vehicle-showcase__content.txt-right .el-sub-title,
.cp-vehicle-showcase__content.txt-right .el-title,
.cp-vehicle-showcase__content.txt-right .el-promotion,
.cp-vehicle-showcase__content.txt-right .el-tip {
    text-align: right !important;
}

.cp-vehicle-showcase__content.txt-left .cp-vehicle-showcase__cta-row {
    justify-content: flex-start !important;
}

.cp-vehicle-showcase__content.txt-right .cp-vehicle-showcase__cta-row {
    justify-content: flex-end !important;
}
