.inline {
  display: inline-block !important;
  margin-right: .2rem;
}

.section-main-content {
  width: 11.2rem;
  margin: 0 auto;
}

.large-content {
  width: 100vw;
  margin: 0 auto;
}

.text-container {
  position: absolute;
  left: calc(50% - 5.6rem);
  z-index: 2;
}

.swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-container .slide-contanier {
  position: relative;
  display: block;
}

.swiper-container .slide-contanier .swiper-img {
  width: 100%;
}

.swiper-container .slide-contanier .video-btn {
  width: 0.84rem;
  height: 0.84rem;
  background: url(../image/m-play-btn.png);
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.swiper-container .slide-contanier .video-btn:hover {
  opacity: 1;
}

.swiper-container .slide-contanier .video-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: #000;
  display: none;
}

.swiper-container .slide-contanier .video-wrap .video-close {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  background: url(../image/pop-close.png) no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  cursor: pointer;
  z-index: 2;
}

.swiper-container .slide-contanier .video-wrap>div {
  width: 100%;
  height: 100%;
}

.swiper-container .slide-contanier .video-wrap>div video {
  height: 100% !important;
}

.swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-button.arrow-left {
  left: 0;
}

.swiper-button.arrow-right {
  right: 0;
}

.pagination-wrap {
  height: 0.8rem;
  line-height: 0.8rem;
}

.page-info {
  line-height: 0.7rem;
  padding: 0 0.3rem;
  color: #fff;
  font-size: 0.24rem;
  font-family: 'HyundaiSansHeadCN';
  position: absolute;
  bottom: 0;
  right: 0;
}

.control-bottom .swiper-slide {
  position: relative;
}

.control-bottom .swiper-slide:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.control-bottom .swiper-slide.active:after {
  display: none;
}

.line {
  margin-top: 0.18rem;
}

.swiper-tabs .swiper-tab-item {
  text-align: center;
  line-height: 0.6rem;
  background-color: #F3F3F2;
  font-size: 0.18rem;
  cursor: pointer;
}

.swiper-tabs .swiper-tab-item.active {
  background-color: #00aad2;
  color: #fff;
}

.text-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.text-video .text {
  font-family: 'HyundaiSansHeadCN';
  text-align: center;
  margin: 0 auto;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

.text-video .text .play-live {
  width: .80rem;
  height: .80rem;
  cursor: pointer;
  position: static;
  background: none;
  top: 0;
  left: 0;
  transform: translate(0);
  margin: 0 auto .28rem;
}

.text-video .text .title {
  font-size: .32rem;
  font-style: italic;
  color: white;
  padding-bottom: .20rem;
}

.text-video .text .desc {
  font-size: .24rem;
  color: white;
}

@media (max-width: 1440px) {
  .text-container {
    left: calc(50% - 5.3rem);
  }
}

@media (max-width: 1340px) {
  .text-container {
    left: calc(50% - 5.1rem);
  }
}

@media (max-width: 1280px) {
  .text-container {
    left: calc(50% - 4.9rem);
  }
}

@media (max-width: 1160px) {
  .text-container {
    left: calc(50% - 4.7rem);
  }
}

@media (max-width: 1024px) {

  .section-main-content,
  .large-content {
    width: 100%;
  }

  .text-container {
    left: 0.5rem;
  }

  .swiper-container {
    position: relative;
  }

  .swiper-container .slide-contanier .video-btn {
    width: 1.2rem;
    height: 1.2rem;
  }

  .swiper-container .slide-contanier .video-wrap .video-close {
    width: 0.6rem;
    height: 0.6rem;
  }

  .pagination-wrap {
    height: 1rem;
    line-height: 1rem;
  }

  .line {
    margin-top: 0.28rem;
  }

  .swiper-tabs .swiper-tab-item {
    line-height: 0.8rem;
    font-size: 0.28rem;
  }

  .page-info {
    line-height: 1;
    font-size: 0.28rem;
    bottom: 0.4rem;
  }

  .ht {
    width: 80% !important;
    height: 34% !important;
  }
}

@media (max-width: 767px) {
  .section-main-content {
    width: 6.86rem;
  }

  .large-content {
    width: 100%;
  }

  .swiper-container .slide-contanier .video-btn {
    width: 0.84rem;
    height: 0.84rem;
  }

  .swiper-container .slide-contanier .video-wrap .video-close {
    width: 0.5rem;
    height: 0.5rem;
    top: 0.3rem;
    right: 0.3rem;
  }

  .reserve-wrap {
    width: 100%;
    height: 1rem;
    background-color: #002c5f;
  }

  .reserve-wrap .section-main-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    height: 100%;
  }

  .reserve-wrap .vehicle-name {
    font-size: 0.28rem;
  }

  .reserve-wrap .reserve-btn {
    width: 1.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.24rem;
    background-color: #00aad2;
  }

  .reserve-wrap.fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
  }

  .ht {
    width: 80% !important;
    height: 26% !important;
  }
}

a {
  color: inherit;
}

.BMap_Marker img {
  width: 100%;
}

.BMap_pop {
  font-size: .16rem;
}

.BMap_bubble_title {
  text-overflow: ellipsis;
}

.img-tabs .img-tab-wrap {
  width: auto;
}

.tab-ico {
  width: 93.75%;
  margin: auto;
  display: flex;
  align-items: center;
  margin-bottom: 0.355rem;
}

.tab-ico .left-ico,
.tab-ico .right-ico {
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}

.tab-ico .left-ico img,
.tab-ico .right-ico img {
  width: 100%;
}

.tab-ico .left-ico a,
.tab-ico .right-ico a {
  width: 100%;
  height: 100%;
  display: flex;
  font-size: .24rem;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
}

.tab-ico .left-ico:hover a,
.tab-ico .right-ico:hover a {
  font-size: 0;
  background: transparent;
}

.tab-ico .active a {
  font-size: 0;
  background: transparent;
}

.video-live {
  width: 100%;
  position: fixed;
  opacity: 0.8;
  background-color: #000;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
  display: none;
}

.video-live .close,
.video-live .redClose {
  width: 3.8%;
  display: inline-block;
  position: absolute;
  top: 1%;
  right: 3%;
  cursor: pointer;
}

.video-live .redClose {
  display: none;
}

.ht {
  position: fixed !important;
  width: 65% !important;
  height: 80% !important;
  top: 0%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none;
  z-index: 1001;
}

.live-waiting {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  max-width: 6rem;
  z-index: 1001;
  display: none;
}

.live-waiting .live-waiting-title {
  background-color: #4f81bc;
  height: .4rem;
  line-height: .4rem;
  font-size: .2rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.live-waiting .live-waiting-box {
  position: relative;
  height: 3.5rem;
  border: 1px solid #4f81bc;
  border-top: none;
  background-color: #000;
}

.live-waiting .live-waiting-box .live-waiting-content {
  position: absolute;
  top: 50%;
  /* left: 50%; */
  transform: translate(0, -50%);
  width: 100%;
  text-align: center;
  font-size: .18rem;
  color: #fff;
}

@media (max-width: 1024px) {

  .tab-ico .left-ico a,
  .tab-ico .right-ico a {
    font-size: .4rem;
  }

  .tab-ico .active a {
    font-size: 0;
  }

  .video-live .close,
  .video-live .redClose {
    width: 8%;
    top: 30%;
    transform: translateY(-50%);
    right: 0%;
  }

  .ht {
    width: 80% !important;
    height: 34% !important;
  }
}

@media (max-width: 767px) {

  .tab-ico .left-ico a,
  .tab-ico .right-ico a {
    font-size: .32rem;
  }

  .tab-ico .active a {
    font-size: 0;
  }

  .video-live .close,
  .video-live .redClose {
    width: 10%;
    top: 36%;
  }

  .live-waiting {
    width: 70%;
  }

  .live-waiting .live-waiting-title {
    height: .5rem;
    line-height: .5rem;
    font-size: .3rem;
  }

  .live-waiting .live-waiting-content {
    font-size: .28rem;
  }

  .ht {
    width: 80% !important;
    height: 26% !important;
  }

  .tab-ico {
    width: 100%;
  }
}
