#goods-player {
  width: 564px;
  height: 345px;
}

.goods-right-con .my-player-dimensions {
  z-index: 5;
  width: 564px;
  height: 345px;
}

.video-box-con {
  background: #ffffff;
  position: relative;
  z-index: 10;
}

.video-banner-box-con {
  background: #ffffff;
  position: relative;
  z-index: 10;
}

.video-img {
  position: absolute;
  cursor: pointer;
  z-index: 7;
  left: 0;
  top: 0;
  background-size: 100% 100%;
  text-align: center;
}

.model1-prev {
  left: 0;
}
.model1-next {
  right: 0;
}

div.video-img3 {
  width: 564px;
  height: 195px;
  padding-top: 150px;
  background: url(../image/goods3.jpg) no-repeat;
}

.vjs-icon-placeholder {
  display: none;
}

@media screen and (max-width: 1200px) {
  #goods-player {
    width: 100%;
    height: 345px;
  }

  .goods-right-con .my-player-dimensions {
    z-index: 5;
    width: 100%;
    height: 345px;
  }

  .video-box-con {
    background: #ffffff;
    position: relative;
    z-index: 10;
  }

  .video-banner-box-con {
    background: #ffffff;
    position: relative;
    z-index: 10;
  }

  .video-img {
    position: absolute;
    cursor: pointer;
    z-index: 7;
    left: 0;
    top: 0;
    background-size: 100% 100%;
    text-align: center;
  }

  div.video-img3 {
    width: 100%;
    height: 195px;
    padding-top: 150px;
    background: url(../image/goods3.jpg) no-repeat;
  }
  .model1-prev {
    left: -4px;
  }
  .model1-next {
    right: -4px;
  }
  .swiper-slide {
    height: 82%;
  }
  .container .swiper-pagination1 {
    bottom: 28px;
  }
}
