
.header_wrap_video {
  padding-left: 120px;
  padding-right: 120px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(222, 222, 222, 1)
}

.back {
  display: flex;
  align-items: center;
}
.back .icon_back {
  width: 24px;
  height: 24px;
  display: block;
}
.back .text {
  color: #000;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.header_wrap_video a img {
  display: block;
  width: auto;
  height: 25px;
}

.safe-zone-video {
  width: 960px;
  width: 50vw;
  margin: 0 auto;
}

.video-content {
  padding-top: 60px;
  padding-bottom: 60px;
}

.download_title {
  height: 54px;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  background: rgba(247, 247, 247, 1);
  color: #000;
}

.download_item {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
}
.download_item:hover {
  background: rgba(247, 247, 247, 1);
}
.item_content {
  display: flex;
  align-items: center;
}
.download_item .icon {
  width: 20px;
  height: 20px;
  display: block;
  flex-shrink: 0;
}
.download_item .text {
  font-family: "HyundaiSansHeadCN-lighter";
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: rgba(0, 0, 0, 1);
}
.left {
  padding-right: 20px;
  cursor: pointer;
  flex: 1;
}
.left .icon {
  margin-right: 10px;
}
.right {
  flex-shrink: 0;
}
.right .icon {
  margin-left: 0;
  cursor: pointer;
}
.right .icon_download {
  margin-left: 10px;  
}
.icon_play_wrap {
  cursor: pointer;
  position: relative;
}
.icon_play_wrap:hover .icon_top {
  display: block;
}
.right .icon_top {
  position: absolute;
  padding: 5px 10px;
  border-radius: 2px;
  display: block;
  white-space: nowrap;
  background: #000;
  color: #fff;
  left: 50%;
  top: -5px;
  transform: translate(-50%, -100%);
  font-family: "HyundaiSansHeadCN-lighter";
  min-width: fit-content;
  font-size: 14px;
  font-weight: 300;
  line-height: 17.22px;
  display: none;
}
.right .icon_top.download {
  transform: translate(calc(-50% + 5px), -100%);
}
.right .icon_top::before {
  content: "";
  position: absolute;
  border: solid 8px transparent;
  border-top-color: #000;
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%);
}

/* 视频预览 */

.preview_img_bg {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
}
.preview_img_bg .preview_img_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.preview_img_bg .preview_img_content {
  width: 1440px;
  width: 75%;
  height: 900px;
  height: 83.33%;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.preview_img_bg .preview_img_content .preview_top {
  height: 6.66%;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
  padding-right: 1.0416vw;
  align-items: center;
}
.preview_img_bg .preview_img_content .preview_top .close {
  width: 28px;
  height: 28px;
  width: 1.45833vw;
  height: 1.45833vw;
  cursor: pointer;
  pointer-events: auto;
}
.preview_img_bg .preview_img_content .preview_top .close:hover {
  opacity: 0.8;
}
.preview_img_bg .preview_img_content .preview_center {
  flex: 1;
  height: 86.68%;
  overflow: hidden;
}
.preview_img_bg .preview_img_content .preview_center .swiper_preview {
  height: 100%;
}
.preview_img_bg .preview_img_content .preview_center .swiper_preview.video {
  display: none;
}
.preview_img_bg .preview_img_content .preview_center .swiper-slide {
  width: 75vw;
  height: 100%;
}
.preview_img_bg .preview_img_content .preview_center .swiper-slide .img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  display: block;
  pointer-events: auto;
}
.preview_img_bg .preview_img_content.video .swiper_preview {
  display: none;
}
.preview_img_bg .preview_img_content.video .swiper_preview.video {
  display: block !important;
}
.preview_img_bg .preview_img_content.video .swiper-slide .video_wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.preview_img_bg .preview_img_content.video .swiper-slide .img {
  height: auto !important;
  object-fit: contain !important;
  max-height: 100% !important;
}
.preview_img_bg .preview_img_content .preview_bottom {
  height: 6.66%;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
  padding-right: 1.0416vw;
  position: relative;
}
.preview_img_bg .preview_img_content .preview_bottom .page {
  font-size: 14px;
  font-size: 0.729vw;
  font-weight: 420;
  line-height: 20px;
  line-height: 1.0416vw;
  text-align: right;
}
.preview_img_bg .preview_img_content .preview_bottom .page.swiper-pagination-fraction {
  background: none;
}
.preview_img_bg .preview_img_content .preview_bottom .page.swiper-pagination {
  position: inherit !important;
  left: 0;
  bottom: 0;
}
.preview_img_bg .preview_img_content .preview_bottom .btn_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 40px;
  margin-left: 2.0833vw;
}
.preview_img_bg .preview_img_content .preview_bottom .btn_wrap .swiper-button-prev, .preview_img_bg .preview_img_content .preview_bottom .btn_wrap .swiper-button-next {
  transform: translateY(0%) !important;
  position: inherit;
  left: inherit;
  right: inherit;
  top: none;
  bottom: none;
  background: url(../../assets/resource/vehicle/more/group-big/btn_left.svg) no-repeat center;
  background-size: 100%;
  width: 15px;
  width: 0.78125vw;
  height: 15px;
  height: 0.78125vw;
  margin-top: 0;
}
.preview_img_bg .preview_img_content .preview_bottom .btn_wrap .swiper-button-next {
  background: url(../../assets/resource/vehicle/more/group-big/btn_right.svg) no-repeat center;
  background-size: 100%;
  margin-left: 60px;
  margin-left: 3.125vw;
}

@media (max-width: 1024px) {
  .safe-zone-video {
    width: 70vw;
  }
}

@media (max-width: 767px) {
  .safe-zone-video {
    width: 100%;
  }

  .header_wrap_video {
    padding-left: 25px;
    padding-right: 25px;
    height: 65px;
  }
  
  .back .icon_back {
    width: 20px;
    height: 20px;
  }
  .back .text {
    font-size: 16px;
    line-height: 20px;
  }

  .header_wrap_video a img {
    height: 16px;
  }

  .video-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .download_title {
    height: 52px;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
  }

  .download_item {
    padding: 10px;
  }
  .download_item:hover {
    background: transparent;
  }
  .download_item:active {
    background: rgba(247, 247, 247, 1);
  }
  
.icon_play_wrap:hover .icon_top {
  display: none;
}
  

  .preview_img_bg .preview_img_box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .preview_img_bg .preview_img_content {
    width: 100%;
    height: 100%;
    background: #000;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .preview_img_bg .preview_img_content .preview_top {
    position: absolute;
    z-index: 102;
    left: 0;
    top: 0;
    height: 44px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
    padding-left: 20px;
  }
  .preview_img_bg .preview_img_content .preview_top .close {
    width: 28px;
    height: 28px;
    cursor: pointer;
    pointer-events: auto;
  }
  .preview_img_bg .preview_img_content .preview_center {
    flex: 1;
    height: 100%;
    overflow: hidden;
  }
  .preview_img_bg .preview_img_content .preview_center .swiper_preview {
    height: 100%;
  }
  .preview_img_bg .preview_img_content .preview_center .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .preview_img_bg .preview_img_content .preview_bottom {
    position: absolute;
    z-index: 101;
    left: 0;
    top: 0;
    right: 0;
    height: 44px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }
  .preview_img_bg .preview_img_content .preview_bottom .page {
    font-family: "HyundaiSansHeadCN";
    font-size: 16px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: 0.6px;
    text-align: center;
    color: rgb(255, 255, 255);
  }
  .preview_img_bg .preview_img_content .preview_bottom .page.swiper-pagination-fraction {
    background: none;
  }
  .preview_img_bg .preview_img_content .preview_bottom .page.swiper-pagination {
    position: inherit !important;
    left: 0;
    bottom: 0;
  }
}