@charset "UTF-8";/*order-option*/
/*order-option*/
/*order-option*/
/*order-option*/
.car-detail-connectivity-container {
  height: calc(100vh - 96px);
  margin: 48px 24px;
}
.car-detail-connectivity-container .main-container {
  position: relative;
  height: 100%;
}
.car-detail-connectivity-container .main-container .background-wrapper {
  height: 100%;
}
.car-detail-connectivity-container .text-wrapper {
  position: absolute;
}
.car-detail-connectivity-container {
  border-radius: 32px;
}
.car-detail-connectivity-container .img-background {
  height: calc(100vh - 96px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
  border-radius: 32px;
}
.car-detail-connectivity-container .header-content {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.car-detail-connectivity-container .title {
  padding-top: 64px;
  color: #fff;
  font-size: 40px;
  text-align: center;
  font-weight: 600;
}
.car-detail-connectivity-container .tabs-wrapper {
  margin: 16px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 24px;
  background: #f0f0f0;
  position: relative;
  overflow: hidden;
}
.car-detail-connectivity-container .tabs-wrapper .active-background {
  left: 0;
  position: absolute;
  height: 100%;
  background: #242728;
  border-radius: 24px;
  z-index: 0;
  -webkit-box-shadow: inset 0 0 0 1px #242728, 0 0 0 1px #242728;
          box-shadow: inset 0 0 0 1px #242728, 0 0 0 1px #242728;
}
.car-detail-connectivity-container .tabs-wrapper .tab-item {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(0);
          transform: translate(0);
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1;
}
.car-detail-connectivity-container .tabs-wrapper .tab-item.active {
  border-radius: 24px;
}
.car-detail-connectivity-container .tabs-wrapper .tab-item.active .tab-describe {
  color: #ffffff;
}
.car-detail-connectivity-container .tabs-wrapper .tab-item {
  line-height: 48px;
}
.car-detail-connectivity-container .tabs-wrapper .tab-item .tab-describe {
  color: #242728;
  letter-spacing: 1.2px;
  line-height: 16px;
  font-size: 12px;
  font-weight: 700;
  padding: 16px 32px;
}
.car-detail-connectivity-container .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  opacity: 0.9;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(72.92%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.33)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 72.92%, rgba(0, 0, 0, 0.33) 100%);
  z-index: -1;
}
.car-detail-connectivity-container .describe {
  width: calc(100vw - 542px);
  position: absolute;
  bottom: 0;
  padding-bottom: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
.car-detail-connectivity-container {
    height: calc(100vh - 28px);
    margin: 14px 12px;
    border-radius: 32px;
    opacity: 0.9;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(72.92%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.33)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 72.92%, rgba(0, 0, 0, 0.33) 100%);
}
.car-detail-connectivity-container .header-content {
    width: 100%;
}
.car-detail-connectivity-container .img-background {
    height: calc(100vh - 28px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: relative;
    border-radius: 32px;
}
.car-detail-connectivity-container .title {
    padding-top: 48px;
}
.car-detail-connectivity-container .tabs-wrapper {
    margin: 22px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 100px;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.car-detail-connectivity-container .tabs-wrapper .active-background {
    left: 0;
    position: absolute;
    height: 100%;
    background: #242728;
    border-radius: 100px;
    z-index: 0;
}
.car-detail-connectivity-container .tabs-wrapper .tab-item {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(0);
            transform: translate(0);
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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-connectivity-container .tabs-wrapper .tab-item.active {
    border-radius: 24px;
}
.car-detail-connectivity-container .tabs-wrapper .tab-item.active .tab-describe {
    color: #ffffff;
}
.car-detail-connectivity-container .tabs-wrapper .tab-item {
    line-height: 48px;
}
.car-detail-connectivity-container .tabs-wrapper .tab-item .tab-describe {
    color: #242728;
    letter-spacing: 1.2px;
    line-height: 16px;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 16px;
    text-align: center;
}
.car-detail-connectivity-container .describe {
    width: calc(100% - 28px);
    position: absolute;
    bottom: 0;
    padding-bottom: 48px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    line-height: 21px;
    color: #fff;
    font-family: Montserrat;
}
}
/*order-option*/
/*order-option*/
/*order-option*/
/*order-option*/
/* t=1777367365148 */
.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;
}