.yt-lt {
  max-width: 1024px;
}
.yt-lt img {
  width: 100%;
}
.yt-lt .yt-view {
  position: relative;
  margin-bottom: 20px;
  border-radius: 30px;
  overflow: hidden;
}
.yt-lt .yt-view iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.yt-lt button {
  background: none;
  outline: none;
  border: 0;
  width: 100%;
}
.yt-lt .yt-list {
  position: relative;
}
.yt-lt .swiper {
  overflow: hidden;
}
.yt-lt .swiper-slide img {
  border-radius: 30px;
}
.yt-lt .swiper-button {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 15px;
  height: 26px;
  font-size: 0;
  cursor: pointer;
}
.yt-lt .swiper-button.prev {
  left: 0;
  translate: -200% -50%;
  background: url(/skin/latest/yt/img/prev.png) center/contain no-repeat;
}
.yt-lt .swiper-button.next {
  right: 0;
  translate: 200% -50%;
  background: url(/skin/latest/yt/img/next.png) center/contain no-repeat;
}

@media (max-width: 1400px) {
  .yt-lt .yt-view {
    margin-bottom: 15px;
  }
}/*# sourceMappingURL=style.css.map */