* {
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  overflow-x: hidden;
  background-color: white;
  /* scroll-behavior: smooth; */
}

.swiper-container {
  transform: translate3d(0, 0, 0);
}

.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.lyriq_wrapper a img {
  width: 100%;
}

.lyriq_wrapper a:hover {
  opacity: .8;
}

.swiper-slide {
  overflow: hidden;
  backface-visibility: hidden;
  position: relative;
  will-change: transform;
}

.swiper-slide img {
  backface-visibility: hidden;
}

.lyriq_wrapper {
  width: 1282px;
  margin: 0 auto;
}

.lyriq_banner {
  width: 100%;
}

.lyriq_main {
  margin-top: 100px;
}

.lyriq_nav {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 32px;
  line-height: 26px;
  color: black;
  height: 26px;
  width: 100%;
  margin-left: 28px;
}

.lyriq_nav li {
  font-size: 22px;
  list-style: none;
  margin-right: 30px;
  position: relative;
  height: 100%;
  cursor: pointer;
}

.lyriq_nav li:not(:last-child):after {
  content: '';
  position: absolute;
  right: -15px;
  height: 100%;
  width: 1px;
  background-color: black;
}

.lyriq_nav li.active {
  font-size: 26px;
}


#lyriq_container {
  width: 100%;
  height: 800px;
}

.lyriq_picture {
  position: relative;
  width: 100%;
}

#picture_swiper {
  position: absolute;
  top: 0;
  left: 32px;
  width: 1218px;
  height: 658px;
}

#picture_swiper .swiper-slide img {
  width: 100%;
}

#picture_swiper div[data-pic] {
  position: absolute;
/*   background-color: black; */
}

#picture_swiper div[data-pic="1"] {
  top: 0;
  left: 0;
  width: 402px;
  height: 470px;
}

#picture_swiper div[data-pic="2"] {
  top: 0;
  left: 408px;
  width: 402px;
  height: 240px;
}

#picture_swiper div[data-pic="3"] {
  top: 0;
  right: 0;
  width: 402px;
  height: 240px;
}

#picture_swiper div[data-pic="4"] {
  bottom: 0;
  left: 0;
  width: 155px;
  height: 180px;
}

#picture_swiper div[data-pic="5"] {
  bottom: 0;
  left: 160px;
  width: 240px;
  height: 180px;
}

#picture_swiper div[data-pic="6"] {
  bottom: 0;
  right: 0;
  width: 810px;
  height: 415px;
}

#picture_swiper div[data-pic="7"] {
  top: 0;
  left: 0;
  width: 405px;
  height: 240px;
}

#picture_swiper div[data-pic="8"] {
  top: 0;
  left: 410px;
  width: 400px;
  height: 240px;
}

#picture_swiper div[data-pic="9"] {
  top: 0;
  right: 0;
  width: 400px;
  height: 470px;
}

#picture_swiper div[data-pic="10"] {
  bottom: 0;
  left: 0;
  width: 810px;
  height: 415px;
}

#picture_swiper div[data-pic="11"] {
  bottom: 0;
  right: 0;
  width: 400px;
  height: 180px;
}

#picture_swiper div[data-pic="12"] {
  top: 0;
  left: 0;
  width: 250px;
  height: 195px;
}

#picture_swiper div[data-pic="13"] {
  top: 0;
  left: 260px;
  width: 190px;
  height: 195px;
}

#picture_swiper div[data-pic="14"] {
  bottom: 0;
  left: 0;
  width: 450px;
  height: 450px;
}

#picture_swiper div[data-pic="15"] {
  top: 0;
  right: 0;
  width: 760px;
  height: 700px;
}

#picture_swiper div[data-pic="16"] {
  top: 0;
  left: 0;
  width: 810px;
  height: 415px;
}

#picture_swiper div[data-pic="17"] {
  top: 0;
  right: 0;
  width: 400px;
  height: 185px;
}

#picture_swiper div[data-pic="18"] {
  bottom: 0;
  left: 0;
  width: 400px;
  height: 240px;
}

#picture_swiper div[data-pic="19"] {
  bottom: 0;
  left: 405px;
  width: 405px;
  height: 240px;
}

#picture_swiper div[data-pic="20"] {
  bottom: 0;
  right: 0;
  width: 400px;
  height: 470px;
}

#lyriq_picture_btn_prev {
  position: absolute;
  top: 288px;
  left: -8px;
  width: 18px;
  z-index: 1;
  transform: translateZ(0);
}

#lyriq_picture_btn_next {
  top: 288px;
  position: absolute;
  right: -8px;
  width: 18px;
  z-index: 1;
  transform: translateZ(0);
}

.lyriq_gif {
  position: relative;
  width: 100%;
  display: none;
}

#gif_swiper {
  position: absolute;
  width: 100%;
  height: 702px;
  top: 0;
  left: 0;
}

#lyriq_gif_btn_prev {
  position: absolute;
  top: 338px;
  left: -8px;
  width: 18px;
  z-index: 1;
  transform: translateZ(0);
}

#lyriq_gif_btn_next {
  top: 338px;
  position: absolute;
  right: -8px;
  width: 18px;
  z-index: 1;
  transform: translateZ(0);
}

#lyriq_picture_btn_download {
  position: absolute;
  width: 141px;
  right: 28px;
  top: -60px;
}

.lyriq_video {
  width: 100%;
  position: relative;
  display: none;
}

#lyriq_banner_poster {
  position: absolute;
  top: 0;
  left: 26px;
  width: 1218px;
}

#lyriq_banner_video {
  position: absolute;
  top: 0;
  left: 26px;
  width: 1218px;
  /* height: 508px; */
  object-fit: contain;
  display: none;
  background-color: black;
}

#gif_swiper .swiper-slide img {
  width: 414px;
  transform: scale3d(.7,.7,1);
  transition: transform .4s ease;
}

#gif_swiper .swiper-slide.swiper-slide-active img {
  transform: scale3d(.9,.9,1);
}


#meitu_zoom_in {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .8);
  display: none;
  z-index: 500;
  opacity: 0;
  transition: opacity .4s ease;
}

.meitu_zoom_in_content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

#meitu_zoom_in_swiper {
  width: 79.0104166vw;
  height: 42.86458vw;
}

/* #meitu_zoom_in_pic {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}*/

.meitu_zoom_in_pic {
  width: 80%;
  height: 100%;
  object-fit: contain;
  margin-left: 10%;
  margin-top: 0%;
}

#meitu_zoom_in_btn_prev {
  position: absolute;
  left: 7.8645833vw;
  top: 50vh;
  width: 2.03125vw;
  z-index: 15;
  transform: translateY(-50%) translateZ(0);
  cursor: pointer;
}

#meitu_zoom_in_btn_next {
  position: absolute;
  right: 7.8645833vw;
  top: 50vh;
  width: 2.03125vw;
  z-index: 15;
  transform: translateY(-50%) translateZ(0);
  cursor: pointer;
}

#meitu_zoom_in_btn_close {
  position: absolute;
  right: 8.5vw;
  top: 1vw;
  width: 1.875vw;
  z-index: 15;
  transform: translateZ(0);
}

#meitu_zoom_in_btn_prev:hover,
#meitu_zoom_in_btn_next:hover,
#meitu_zoom_in_btn_close:hover {
  opacity: .8;
  cursor: pointer;
}

.swiper-lazy {
  opacity:0;
}

.swiper-lazy-loaded {
  opacity: 1;
}