.fx {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.ac {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.jsb {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.jsa {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
}
.fc {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.jcc {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.fw {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
img {
  display: block;
  object-fit: contain;
}
body {
  background: #000;
}
.wrap {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  background-color: #000;
  overflow: hidden;
}
.absolute {
  position: absolute;
}
.height {
  min-height: 1200px;
}
.main1-theme {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 1000px;
  background: url(../images/theme-bg1.jpg) no-repeat center;
  background-size: cover;
}
.main1-theme::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  animation: light 1s alternate infinite 1s forwards;
  -webkit-animation: light 1s alternate infinite 1s forwards;
}
.main1-theme .main1 {
  position: absolute;
  display: block;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}
.main1-theme .logo {
  position: relative;
  display: block;
  width: 18.4%;
  margin-left: 5.6%;
  margin-top: 28px;
  z-index: 2;
}
.main1-theme .experience {
  top: 31px;
  right: 2.67%;
  width: 30.93%;
  animation: scale 2s alternate infinite 1s;
  -webkit-animation: scale 2s alternate infinite 1s;
  z-index: 2;
}
.main1-theme .ticket {
  left: 0;
  bottom: 0;
  width: 38.53%;
  animation: ticket 2s alternate infinite 1s;
  -webkit-animation: ticket 2s alternate infinite 1s;
  z-index: 2;
}
.main1-theme .title {
  width: 81.6%;
  left: 50%;
  bottom: 13.64%;
  transform: translateX(-50%) rotate(-3deg);
  animation: title 3s alternate infinite 1s;
  -webkit-animation: title 3s alternate infinite 1s;
  z-index: 2;
}
@-webkit-keyframes light {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: rgba(0, 0, 0, 0.3);
  }
  100% {
    background-color: transparent;
  }
}
@keyframes light {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: rgba(0, 0, 0, 0.3);
  }
  100% {
    background-color: transparent;
  }
}
@-webkit-keyframes ticket {
  to {
    bottom: -5px;
  }
}
@keyframes ticket {
  to {
    bottom: -5px;
  }
}
@-webkit-keyframes title {
  to {
    -webkit-transform: translateX(-50%) rotate(3deg);
    transform: translateX(-50%) rotate(3deg);
  }
}
@keyframes title {
  to {
    -webkit-transform: translateX(-50%) rotate(3deg);
    transform: translateX(-50%) rotate(3deg);
  }
}
@-webkit-keyframes scale {
  100% {
    transform: scale(1.1);
  }
}
@keyframes rotate {
  100% {
    transform: scale(1.1);
  }
}
.main2-theme {
  position: relative;
  height: 100vh;
}
.main2-theme .parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  background: url(../images/transition-bg.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 1;
}
.main2-theme .parallax-bg::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 5, 8, 0.2);
  animation: light2 1s alternate infinite 1s;
  -webkit-animation: light2 1s alternate infinite 1s;
  z-index: 2;
}
.see {
  left: 50%;
  bottom: 11.69vh;
  transform: translateX(-50%);
  z-index: 3;
}
.see .see-t {
  position: relative;
  width: 8.8vw;
  margin: 0 auto 11px;
}
.see .see-t .arrow {
  position: absolute;
  top: 50%;
  width: 5.33vw;
}
.see .see-t .left {
  left: -84.85%;
  transform: translateY(-50%);
  animation: left 1s alternate infinite 1s;
  -webkit-animation: left 1s alternate infinite 1s;
}
.see .see-t .right {
  right: -84.85%;
  transform: translateY(-50%) rotateY(180deg);
  animation: right 1s alternate infinite 1s;
  -webkit-animation: right 1s alternate infinite 1s;
}
.main2-swiper {
  position: relative;
  height: 100vh;
  z-index: 2;
}
.main2-swiper .swiper-slide {
  transform: translateY(-5%) scale(0.9);
  transition: all 1s;
}
.main2-swiper .swiper-slide .title,
.main2-swiper .swiper-slide .cen,
.main2-swiper .swiper-slide .go {
  z-index: 3;
}
.main2-swiper .swiper-slide .title {
  width: 42.67%;
  transition: all 0.5s;
  margin: 0 auto;
}
.main2-swiper .swiper-slide .cen {
  display: block;
  width: 49.46%;
  max-height: 27.83vh;
  transition: all 0.5s;
  margin: 0 auto;
}
.main2-swiper .swiper-slide .cen img {
  margin: 0 auto;
  transform-origin: 50% 50%;
  animation: scale2 2s linear alternate 1s infinite;
  -webkit-animation: scale2 2s linear alternate 1s infinite;
}
.main2-swiper .swiper-slide .go {
  display: block;
  width: 28.8%;
  margin-bottom: 3%;
}
.main2-swiper .swiper-slide .wenzi {
  width: 72.47%;
}
.main2-swiper .swiper-slide .wenzi img {
  transform: translateY(-15%);
}
.main2-swiper .slide1 .cen {
  width: 48%;
}
.main2-swiper .slide2 .cen {
  width: 45.33%;
}
.main2-swiper .swiper-slide-active {
  transform: translateY(-5%) scale(1);
}
@-webkit-keyframes light2 {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(1, 5, 8, 0.2);
  }
}
@keyframes light2 {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(1, 5, 8, 0.2);
  }
}
@-webkit-keyframes scale2 {
  100% {
    transform: scale(1.1);
  }
}
@keyframes scale2 {
  100% {
    transform: scale(1.1);
  }
}
@-webkit-keyframes left {
  to {
    left: -100%;
  }
}
@keyframes left {
  to {
    left: -100%;
  }
}
@-webkit-keyframes right {
  to {
    right: -100%;
  }
}
@keyframes right {
  to {
    right: -100%;
  }
}
.info1-theme {
  position: relative;
  height: 100vh;
  background: url(../images/info1-bg.jpg) no-repeat center;
  background-size: cover;
}
.info1-theme::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  animation: light 1s alternate infinite 1s forwards;
  -webkit-animation: light 1s alternate infinite 1s forwards;
}
.info1-theme .paper {
  width: 52%;
}
.info1-theme .tip {
  left: 5.3%;
  top: 11.17%;
  animation: ticket 2s linear alternate infinite;
  -webkit-animation: ticket 2s linear alternate infinite;
}
.info1-theme .tip-img {
  width: 77.6%;
}
.info1-theme .ticket {
  right: 0;
  top: 0;
  width: 19.87%;
  animation: ticket 2s linear alternate infinite;
  -webkit-animation: ticket 2s linear alternate infinite;
}
.info1-theme .glass {
  right: 4.13%;
  top: 47.53%;
  width: 52%;
  animation: move 2s linear alternate infinite;
  -webkit-animation: move 2s linear alternate infinite;
}
.info1-theme .wz-box {
  left: 8.93%;
  top: 49.78%;
  width: 74%;
}
.info1-theme .line1 {
  left: 0;
  bottom: 2.4vh;
  width: 100%;
  animation: line1 2s linear alternate infinite;
  -webkit-animation: line1 2s linear alternate infinite;
}
.info1-theme .line2 {
  left: 0;
  bottom: 0;
  width: 100%;
  animation: line2 2s linear alternate infinite;
  -webkit-animation: line2 2s linear alternate infinite;
}
.info1-theme .back {
  left: 6%;
  bottom: 8.1vh;
  width: 22.93%;
}
.info1 {
  width: 76.98%;
  left: 50%;
  top: 34.98%;
  transform: translateX(-50%) rotate(4deg);
}
.info1 .list {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 36.4%;
  margin-top: 1px;
  margin-right: 3%;
  margin-left: auto;
  z-index: 3;
}
.info1-swiper .swiper-slide {
  padding-bottom: 40px;
  opacity: 0 !important;
}
.info1-swiper .swiper-slide * {
  color: #6b3b0a;
  line-height: 1.5;
}
.info1-swiper .swiper-slide h3 {
  font-size: 18px;
}
.info1-swiper .swiper-slide p {
  font-size: 16px;
}
.info1-swiper .swiper-slide-thumb-active {
  opacity: 1 !important;
}
.tip-box {
  left: 39%;
  top: 65%;
  transform: translate(-50%, -50%) rotate(-4deg);
  width: 57.87%;
}
.tip-box .swiper-button-next,
.tip-box .swiper-button-prev {
  width: 8.27vw;
  max-width: 62px;
  height: auto;
}
.tip-box .swiper-button-prev {
  left: -17%;
}
.tip-box .swiper-button-next {
  right: -17%;
}
.tip-box .swiper-button-next:after,
.tip-box .swiper-button-prev:after {
  content: '';
}
.tip-swiper .img {
  position: relative;
  padding-bottom: 53.92%;
}
.tip-swiper .img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
}
.tip-swiper .swiper-pagination {
  bottom: 10px;
}
.tip-swiper .swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
}
.tip-swiper .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #00aaf1;
  opacity: 0;
}
.tip-swiper .swiper-pagination-bullet-active::before {
  opacity: 1;
}
@-webkit-keyframes move {
  to {
    right: 2.13%;
  }
}
@keyframes move {
  to {
    right: 2.13%;
  }
}
@-webkit-keyframes line1 {
  to {
    bottom: 1.8vh;
  }
}
@keyframes line1 {
  to {
    bottom: 1.8vh;
  }
}
@-webkit-keyframes line2 {
  to {
    bottom: -5px;
  }
}
@keyframes line2 {
  to {
    bottom: -5px;
  }
}
.info2-theme {
  position: relative;
  height: 100vh;
  background: url(../images/info2-bg.jpg) no-repeat center;
  background-size: cover;
}
.info2-theme::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  animation: light 1s alternate infinite 1s forwards;
  -webkit-animation: light 1s alternate infinite 1s forwards;
}
.info2-theme .bf1 {
  left: 49.6%;
  top: 6.6vh;
  width: 17.33%;
  animation: bf1 2s linear alternate infinite;
  -webkit-animation: bf1 2s linear alternate infinite;
}
.info2-theme .bf2 {
  top: 18%;
  right: 1.87%;
  width: 14.93%;
  animation: bf2 2s linear alternate infinite;
  -webkit-animation: bf2 2s linear alternate infinite;
}
.info2-theme .tit {
  top: 12.27%;
  left: 0.8%;
  width: 76%;
}
.info2-theme .wz {
  top: 22.16%;
  left: 2.13%;
  width: 71.2%;
}
.info2-theme .ticket {
  top: 0;
  right: 2%;
  width: 19.87%;
  animation: ticket 2s linear alternate infinite;
  -webkit-animation: ticket 2s linear alternate infinite;
}
.info2-theme .back {
  left: 6%;
  bottom: 20.54vh;
  width: 22.93%;
}
.info2-theme .nangua {
  right: 0;
  bottom: 0;
  width: 57.27%;
  animation: ticket 2s linear alternate infinite;
  -webkit-animation: ticket 2s linear alternate infinite;
}
.info2-theme .nangua .prev {
  position: absolute;
  width: 35.12%;
  right: 22.27%;
  top: 0;
}
.info2-theme .nangua .next {
  position: absolute;
  width: 19.49%;
  left: 15%;
  bottom: 28.91%;
}
.wenzi-box {
  top: 10.93%;
  left: 50%;
  transform: translateX(-50%);
  width: 82.02%;
}
.info2-swiper-t .swiper-slide {
  opacity: 0 !important;
}
.info2-swiper-t .swiper-slide-thumb-active {
  opacity: 1 !important;
}
.info2-swiper-t h3 {
  font-size: 18px;
  margin-bottom: 5.69%;
  color: #fceab7;
  line-height: 1;
  text-align: center;
}
.info2-swiper-t p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  color: #6b3b0a;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.info2-box {
  position: absolute;
  width: 81.09%;
  left: 50%;
  bottom: 3.38%;
  transform: translateX(-50%);
}
.info2-box .swiper-button-next,
.info2-box .swiper-button-prev {
  width: 4.53vw;
  height: auto;
  max-width: 34px;
}
.info2-box .swiper-button-next:after,
.info2-box .swiper-button-prev:after {
  content: '';
}
.info2-box .swiper-button-next {
  right: -5%;
}
.info2-box .swiper-button-prev {
  left: -5%;
}
.info2-swiper .img {
  position: relative;
  padding-bottom: 79.04%;
}
.info2-swiper .img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
}
@-webkit-keyframes bf1 {
  to {
    top: 5.6vh;
  }
}
@keyframes bf1 {
  to {
    top: 5.6vh;
  }
}
@-webkit-keyframes bf2 {
  to {
    right: 0.87%;
  }
}
@keyframes bf2 {
  to {
    right: 0.87%;
  }
}
.info3-theme {
  position: relative;
  height: 100vh;
  background: url(../images/info3-bg.jpg) no-repeat center;
  background-size: cover;
}
.info3-theme::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  animation: light 1s alternate infinite 1s forwards;
  -webkit-animation: light 1s alternate infinite 1s forwards;
}
.info3-theme .photo {
  width: 48.13%;
  margin-left: 11.6%;
}
.info3-theme .wz {
  left: 0;
  top: 5.1vh;
  width: 78.53%;
}
.info3-theme .ticket {
  top: 0;
  right: 2%;
  width: 19.87%;
  animation: ticket 2s linear alternate infinite;
  -webkit-animation: ticket 2s linear alternate infinite;
}
.info3-theme .wz-box {
  width: 73.81%;
  left: 50%;
  transform: translateX(-50%) rotate(4deg);
  top: 17.4%;
  height: 65%;
}
.info3-theme .tit {
  left: 9.6%;
  bottom: 59.87vh;
  width: 82%;
}
.info3-theme .desk {
  left: 0;
  bottom: 0;
  width: 88.8%;
}
.info3-theme .hb1 {
  right: 9.73%;
  top: 0;
  width: 18.8%;
  animation: hb1 2s linear alternate infinite;
  -webkit-animation: hb1 2s linear alternate infinite;
}
.info3-theme .hb2 {
  right: 0;
  bottom: 27.44%;
  width: 30.07%;
  animation: hb2 2s linear alternate 1s infinite;
  -webkit-animation: hb2 2s linear alternate 1s infinite;
}
.info3-theme .ng {
  right: 0;
  bottom: 0;
  width: 45.47%;
  animation: ticket 3s linear alternate 1s infinite;
  -webkit-animation: ticket 3s linear alternate 1s infinite;
}
.info3-theme .back {
  left: 6%;
  bottom: 5.47vh;
  width: 22.93%;
}
.info3-swiper-t .swiper-slide {
  opacity: 0 !important;
}
.info3-swiper-t .swiper-slide-thumb-active {
  opacity: 1 !important;
}
.info3-swiper-t * {
  color: #beffff;
}
.info3-swiper-t h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 14px;
  text-shadow: 0px 1px 1px rgba(4, 0, 0, 0.94);
}
.info3-swiper-t h4 {
  text-align: center;
  color: #beffff;
  margin-bottom: 14px;
  text-shadow: 0px 1px 1px rgba(4, 0, 0, 0.94);
}
.info3-swiper-t h4 span {
  position: relative;
}
.info3-swiper-t h4 span::before {
  content: '';
  position: absolute;
  left: 110%;
  top: 50%;
  width: 54px;
  height: 1px;
  background-color: #beffff;
  box-shadow: 0px 1px 1px 0px rgba(4, 0, 0, 0.94);
}
.info3-swiper-t h4 span::after {
  content: '';
  position: absolute;
  right: 110%;
  top: 50%;
  width: 54px;
  height: 1px;
  background-color: #beffff;
  box-shadow: 0px 1px 1px 0px rgba(4, 0, 0, 0.94);
}
.info3-swiper-t p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  text-shadow: 0px 1px 1px rgba(4, 0, 0, 0.94);
}
.info3-swiper-t p:first-of-type {
  margin-bottom: 5px;
}
.tv-container {
  left: 4.53%;
  bottom: 20.91vh;
  width: 82.93%;
}
.tv-container .tv {
  position: relative;
  z-index: 2;
}
.tv-container .swiper-button-next,
.tv-container .swiper-button-prev {
  width: 54px;
  height: 54px;
  right: 4%;
}
.tv-container .swiper-button-next .img img,
.tv-container .swiper-button-prev .img img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}
.tv-container .swiper-button-next p,
.tv-container .swiper-button-prev p {
  position: absolute;
  left: 106%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #788e97;
  font-weight: bold;
  white-space: nowrap;
}
.tv-container .swiper-button-prev {
  left: auto;
  top: 47.09%;
  margin-top: 0;
}
.tv-container .swiper-button-prev img {
  animation: pagi 5s linear 1s infinite;
  -webkit-animation: pagi 5s linear 1s infinite;
}
.tv-container .swiper-button-next {
  top: 64.08%;
  margin-top: 0;
}
.tv-container .swiper-button-next img {
  animation: pagi 5s linear 1.5s infinite;
  -webkit-animation: pagi 5s linear 1.5s infinite;
}
.tv-container .swiper-button-next:after,
.tv-container .swiper-button-prev:after {
  content: '';
}
.info3-swiper {
  position: absolute;
  left: 5.47%;
  top: 16px;
  width: 69.45%;
  z-index: 1;
}
.info3-swiper .img {
  position: relative;
  padding-bottom: 75.46%;
}
.info3-swiper .img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
}
.info3-swiper .swiper-pagination {
  bottom: 18px;
}
.info3-swiper .swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
}
.info3-swiper .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #00aaf1;
  opacity: 0;
}
.info3-swiper .swiper-pagination-bullet-active::before {
  opacity: 1;
}
@-webkit-keyframes ticket {
  to {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
}
@keyframes ticket {
  to {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
}
@-webkit-keyframes pagi {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes pagi {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes hb1 {
  to {
    top: -1%;
    right: 7.73%;
  }
}
@keyframes hb1 {
  to {
    top: -1%;
    right: 7.73%;
  }
}
@-webkit-keyframes hb2 {
  to {
    right: 2%;
    bottom: 25.44%;
  }
}
@keyframes hb2 {
  to {
    right: 2%;
    bottom: 25.44%;
  }
}
@media only screen and (max-width: 600px) {
  .info3-theme .tit {
    bottom: 57.87vh;
  }
  .tv-container .swiper-button-next,
  .tv-container .swiper-button-prev {
    width: 52px;
    height: 52px;
  }
  .tv-container .swiper-button-next .img img,
  .tv-container .swiper-button-prev .img img {
    width: 52px;
    height: 52px;
    object-fit: contain;
  }
}
@media only screen and (max-width: 580px) {
  .tv-container .swiper-button-next,
  .tv-container .swiper-button-prev {
    width: 48px;
    height: 48px;
  }
  .tv-container .swiper-button-next .img img,
  .tv-container .swiper-button-prev .img img {
    width: 48px;
    height: 48px;
    object-fit: contain;
  }
  .info2-swiper-t h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 520px) {
  .info1-swiper .swiper-slide p {
    font-size: 14px;
  }
  .info3-theme .tit {
    bottom: 52.87vh;
  }
  .tv-container .swiper-button-next,
  .tv-container .swiper-button-prev {
    width: 46px;
    height: 46px;
  }
  .tv-container .swiper-button-next .img img,
  .tv-container .swiper-button-prev .img img {
    width: 46px;
    height: 46px;
    object-fit: contain;
  }
}
@media only screen and (max-width: 480px) {
  .height {
    min-height: 1100px;
  }
  .info1-swiper .swiper-slide {
    padding-bottom: 25px;
  }
  .info3-theme .tit {
    bottom: 49.87vh;
  }
  .tv-container .swiper-button-next,
  .tv-container .swiper-button-prev {
    width: 52px;
    height: 52px;
  }
  .tv-container .swiper-button-next .img img,
  .tv-container .swiper-button-prev .img img {
    width: 52px;
    height: 52px;
    object-fit: contain;
  }
  .info2-swiper-t h3 {
    font-size: 12px;
  }
  .info2-swiper-t p {
    font-size: 11px;
  }
  .info3-swiper-t h3 {
    font-size: 18px;
  }
  .info3-swiper-t p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 440px) {
  .main1-theme,
  .height {
    min-height: 0;
  }
  .info1-swiper .swiper-slide h3 {
    font-size: 14px;
  }
  .info1-swiper .swiper-slide p {
    font-size: 12px;
  }
  .info2-swiper-t p {
    line-height: 1.2;
  }
  .info3-swiper-t h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .info3-swiper-t h4 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .info3-swiper-t h4 span::before,
  .info3-swiper-t h4 span::after {
    width: 40px;
  }
  .info3-swiper-t p {
    font-size: 11px;
  }
  .tip-swiper .swiper-button-next,
  .info3-swiper .swiper-button-next,
  .tip-swiper .swiper-button-prev,
  .info3-swiper .swiper-button-prev {
    right: 3.86%;
  }
  .tip-swiper .swiper-pagination-bullet,
  .info3-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .tip-swiper .swiper-pagination-bullet::before,
  .info3-swiper .swiper-pagination-bullet::before {
    width: 6px;
    height: 6px;
  }
  .tv-container .swiper-button-next,
  .tv-container .swiper-button-prev {
    width: 32px;
    height: 32px;
  }
  .tv-container .swiper-button-next .img img,
  .tv-container .swiper-button-prev .img img {
    width: 32px;
    height: 32px;
    object-fit: contain;
  }
}
@media only screen and (max-width: 375px) {
  .info1-theme .tip {
    top: 10.17%;
  }
  .info1-theme .wz-box {
    top: 46.78%;
  }
  .info1-theme .glass {
    top: 44.53%;
  }
  .info1-swiper .swiper-slide {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 360px) {
  .info1-theme .wz-box {
    width: 78%;
  }
  .info1-swiper .swiper-slide {
    padding-bottom: 30px;
  }
  .info1-swiper .swiper-slide p {
    line-height: 1.4;
  }
}
@media only screen and (max-width: 320px) {
  .info1-swiper .swiper-slide * {
    line-height: 1.3;
  }
  .info1-swiper .swiper-slide h3 {
    font-size: 12px;
  }
  .info1-swiper .swiper-slide p {
    font-size: 10px;
  }
  .info1-theme .wz-box {
    left: 3.93%;
    top: 44.78%;
    width: 90%;
  }
  .info2-theme .wz {
    top: 20.16%;
    width: 76.2%;
  }
  .info2-swiper-t p {
    -webkit-line-clamp: 3;
  }
}
