@charset "UTF-8";/*order-option*/
/*order-option*/
/*order-option*/
/*order-option*/
.car-detail-background-slider-container[data-v-37062174] {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  width: 100%;
  background-color: #10131a;
}
.car-detail-background-slider-container .background-imgae[data-v-37062174] {
  height: 110vh;
  background-size: cover;
}
.car-detail-background-slider-container .content-wrap[data-v-37062174] {
  position: absolute;
  width: 100%;
  top: 520px;
}
.car-detail-background-slider-container .text-wrapper[data-v-37062174] {
  z-index: 2;
  color: rgb(255, 255, 255);
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.car-detail-background-slider-container .text-wrapper .tip[data-v-37062174] {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  margin: 0 auto;
  width: 45vw;
}
.car-detail-background-slider-container .text-wrapper .title[data-v-37062174] {
  margin: 16px auto 0;
  width: 45vw;
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
}
.car-detail-background-slider-container .text-wrapper .desc[data-v-37062174] {
  margin: 16px auto 0;
  font-size: 16px;
  line-height: 24px;
  width: 45vw;
}
.car-detail-background-slider-container .background-overlay[data-v-37062174] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
}
.car-detail-background-slider-container .placeholder[data-v-37062174] {
  background-color: #10131a;
  padding-bottom: 34px;
}
.car-detail-background-slider-container .slider-wrapper[data-v-37062174] {
  width: 100%;
  overflow: hidden;
  z-index: 2;
  padding: 48px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.car-detail-background-slider-container .slider-wrapper .background-swiper .swiper-slide-item[data-v-37062174] {
  border-radius: 32px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.car-detail-background-slider-container .slider-wrapper .background-swiper .swiper-slide-item .slide-content[data-v-37062174] {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #fff;
}
.car-detail-background-slider-container .slider-wrapper .background-swiper .swiper-slide-item .slide-content p[data-v-37062174] {
  margin-top: 32px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 0 16px;
}
.car-detail-background-slider-container .slider-wrapper .background-swiper .swiper-slide-item .slide-content img[data-v-37062174] {
  width: 100%;
  min-height: 474px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
  aspect-ratio: 810/474;
}
@media screen and (max-width: 768px) {
.car-detail-background-slider-container[data-v-37062174] {
    height: 100vh;
    min-height: 100vh;
}
.car-detail-background-slider-container .background-imgae[data-v-37062174] {
    width: 100%;
    aspect-ratio: 1/1;
    height: auto;
}
.car-detail-background-slider-container .content-wrap[data-v-37062174] {
    position: absolute;
    width: 100%;
    top: 50vw;
    overflow: hidden;
}
.car-detail-background-slider-container .text-wrapper[data-v-37062174] {
    color: rgb(255, 255, 255);
    padding: 0 20px 16px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.car-detail-background-slider-container .text-wrapper .tip[data-v-37062174] {
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
}
.car-detail-background-slider-container .text-wrapper .title[data-v-37062174] {
    margin: 0 auto;
    width: 100%;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    margin-top: 8px;
}
.car-detail-background-slider-container .text-wrapper .desc[data-v-37062174] {
    width: 100%;
    font-size: 13px;
    line-height: 21px;
    margin-top: 8px;
}
.car-detail-background-slider-container .slider-wrapper[data-v-37062174] {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0 20px;
    position: relative;
    overflow: visible;
}
.car-detail-background-slider-container .slider-wrapper .swiper-controller-wrap[data-v-37062174] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.car-detail-background-slider-container .slider-wrapper .swiper-controller-wrap .fixedClass[data-v-37062174] {
    position: fixed;
    bottom: var(--distance-bottom);
    z-index: 2;
}
.car-detail-background-slider-container .slider-wrapper .control-wrap[data-v-37062174] {
    position: relative;
    border-radius: 28px;
    padding: 1px;
    position: absolute;
    height: 56px;
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 4px;
    width: 248px;
    left: -100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
.car-detail-background-slider-container .slider-wrapper .control-wrap[data-v-37062174]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 28px;
    padding: 1px;
    background: conic-gradient(from 0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    pointer-events: none;
}
.car-detail-background-slider-container .slider-wrapper .control-wrap[data-v-37062174] > * {
    position: relative;
    z-index: 1;
    border-radius: 27.5px;
}
.car-detail-background-slider-container .slider-wrapper .control-wrap .arrow-item[data-v-37062174] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    backdrop-filter: blur(20px);
    background: rgb(255, 255, 255);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.car-detail-background-slider-container .slider-wrapper .swiper-pagination[data-v-37062174] {
    padding: 0 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    position: static;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.car-detail-background-slider-container .slider-wrapper .swiper-pagination[data-v-37062174] .paginations {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: rgb(92, 96, 106);
}
.car-detail-background-slider-container .slider-wrapper .swiper-pagination[data-v-37062174] .paginations.active {
    background: rgb(245, 247, 250);
    width: 16px;
}
.car-detail-background-slider-container .slider-wrapper .background-swiper .swiper-slide-item[data-v-37062174] {
    border-radius: 24px;
}
.car-detail-background-slider-container .slider-wrapper .background-swiper .swiper-slide-item .slide-content img[data-v-37062174] {
    aspect-ratio: 357/201;
    min-height: 201px;
}
.car-detail-background-slider-container .slider-wrapper .background-swiper .swiper-slide-item .slide-content p[data-v-37062174] {
    font-size: 14px;
    padding: 0 8px;
    margin-top: 16px;
}
}
/*order-option*/
/*order-option*/
/*order-option*/
/*order-option*/
/* t=1777357486843 */
.media-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.media-container .play-pause-button {
  position: absolute;
  top: auto;
  left: auto;
  bottom: var(--bottom, 24px);
  right: var(--right, 24px);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.33);
  backdrop-filter: blur(4px);
  z-index: 3000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}
.media-container .button-icon {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.media-container {
  /* 播放图标 */
}
.media-container .play-icon {
  position: absolute;
}
.media-container .progress-icon {
  position: absolute;
  z-index: 10;
}
.media-container {
  /* 暂停图标 */
}
.media-container .pause-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.media-container .pause-icon div {
  width: 6px;
  height: 18px;
  background-color: white;
  border-radius: 2px;
}
.media-container::before {
  content: "";
  display: block;
  padding-bottom: var(--aspect-ratio, 56.25%); /* 默认 16:9 */
}
.media-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media-placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  color: #999;
}