.videoTitle {
  display: none;
}

.flipster-carousel .flip-current {
  border-radius: 0px !important;
}

.flip-current .product_vconten {
  border-radius: 20px;
}

.flipto-prev {
  position: absolute;
  top: 40%;
  left: 12%;
}

.flipto-prev i {
  font-size: 36px;
  color: #37bbb8;
  opacity: 0.6;
  font-weight: bold !important;
}

.flipto-next i {
  font-size: 36px;
  color: #37bbb8;
  opacity: 0.6;
  font-weight: bold !important;
}

.flipto-prev i:hover {
  color: #37bbb8;
  opacity: 1.0;
}

.flipto-next i:hover {
  color: #37bbb8;
  opacity: 1.0;
}

.flipto-next {
  position: absolute;
  top: 40%;
  right: 12%;
}

.flipster-carousel .flip-prev, .flipster-carousel .flip-next {
  opacity: 0.5 !important;
}

.flip-item.flip-current .ppbtnbox {
  display: flex;
  flex-flow: column;
  justify-content: space-between;

  align-items: center;
  /* 水平居中 */


}

.flip-current .videoTitle {

  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 5px 0px 0px 0px;
  font-weight: bold !important;
}

.flipster_pagination {
  margin-top: 15px !important;
}