.kv {
  font-size: 0;
  position: relative;
}
.kv .swiper-slide {
  position: relative;
}
.kv .swiper-slide > img {
  width: 100%;
}
.kv .swiper-slide .kv-text {
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
}
.kv .swiper-slide .kv-text h2 {
  font-family: SST-Light;
  font-size: 2.0833vw;
  color: #FFFFFF;
}
.kv .swiper-slide .kv-text h3 {
  font-family: SL-SIMPLIFIED-BOLD;
  font-size: 3.125vw;
  color: #FFFFFF;
  font-weight: 700;
}
.kv .swiper-slide .kv-text h4 {
  position: relative;
  font-family: SL-SIMPLIFIED-REGULAR;
  font-size: 2.5vw;
  color: #FFFFFF;
  padding-left: 100px;
}
.kv .swiper-slide .kv-text h4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  background-color: #fff;
  width: 72px;
  height: 2px;
}
.kv .swiper-slide .kv-text h5 {
  font-family: SL-SIMPLIFIED-REGULAR;
  font-size: 1.6146vw;
  color: #FFFFFF;
  margin: 2.0833px 0 0.78125vw;
}
.kv .swiper-slide .kv-text h6 {
  font-family: SL-SIMPLIFIED-REGULAR;
  font-size: 1.3021vw;
  color: #FFFFFF;
}
.kv .swiper-slide .kv-text a {
  background: #FDFDFD;
  border-radius: 22.5px;
  width: 8.229vw;
  height: 2.3437vw;
  line-height: 2.3437vw;
  text-align: center;
  font-size: 0.8333vw;
  color: #000000;
  font-weight: 600;
  border-radius: 22px;
  display: inline-block;
  margin-top: 40px;
}
.kv .swiper-pagination-kv {
  bottom: 9vw;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
}
.kv .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
  position: relative;
  overflow: hidden;
}
.kv .swiper-pagination-bullet-active {
  width: 57px;
  height: 6px;
  border-radius: 2.5px;
}
.kv .swiper-pagination-bullet-active.custom-page .progress-bar {
  animation: progressanimate 5.1s linear;
  animation-play-state: running;
}
.kv .swiper-pagination-bullet-active .progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #0099FF;
  border-radius: 2.5px;
}
@keyframes progressanimate {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.recommend {
  padding: 80px 0 100px;
  font-family: SL-SIMPLIFIED-BOLD;
  color: #000000;
}
.recommend .recommend-title {
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}
.recommend .swiper-box {
  padding: 0 20px;
}
.recommend .container {
  position: relative;
}
.recommend .swiper-button-next,
.recommend .swiper-button-prev {
  width: 13px;
  height: 34px;
  margin-top: -17px;
  color: #979797;
}
.recommend .swiper-button-next::after,
.recommend .swiper-button-prev::after {
  font-size: 30px;
}
.recommend .swiper-button-next {
  right: 0;
}
.recommend .swiper-button-prev {
  left: 0;
}
.recommend .swiper-slide {
  display: flex;
  min-height: 100%;
  height: auto;
}
.recommend .swiper-slide .recommen-img {
  overflow: hidden;
  border-radius: 10px;
  font-size: 0;
  margin-bottom: 10px;
}
.recommend .swiper-slide .recommen-img:hover img {
  transform: scale(1.15);
}
.recommend .swiper-slide .recommen-img img {
  width: 100%;
  transition: all 0.5s;
}
.recommend .swiper-slide .recommen-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.recommend .swiper-slide .recommen-item .recommen-item-child:first-child p {
  min-height: auto;
}
.recommend .swiper-slide .recommen-item h2 {
  font-size: 17px;
  font-weight: 700;
}
.recommend .swiper-slide .recommen-item h2.color1 {
  color: #665DDF;
}
.recommend .swiper-slide .recommen-item h2.color2 {
  color: #337880;
}
.recommend .swiper-slide .recommen-item h2.color3 {
  color: #D81341;
}
.recommend .swiper-slide .recommen-item h3 {
  margin: 10px 0 5px;
  font-size: 20px;
}
.recommend .swiper-slide .recommen-item p {
  line-height: 1.4;
  font-family: PingFang-SC-Regular;
  font-size: 14px;
  color: #6E6E6E;
  min-height: 60px;
}
.recommend .swiper-slide .recommen-item .handle-video {
  position: relative;
  cursor: pointer;
}
.recommend .swiper-slide .recommen-item .handle-video::before {
  content: "";
  width: 91px;
  height: 91px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/icon-play-video.png) no-repeat;
  background-size: 100%;
  z-index: 2;
}
.open-hours .open-hours-title {
  display: flex;
  align-items: center;
}
.open-hours .open-hours-title h2 {
  font-family: SL-SIMPLIFIED-BOLD;
  font-size: 38px;
  color: #000000;
  font-weight: 700;
}
.open-hours .open-hours-title ul {
  display: flex;
  align-items: center;
}
.open-hours .open-hours-title ul li {
  padding-left: 39px;
  position: relative;
  font-family: PingFang-SC-Regular;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  margin-left: 33px;
}
.open-hours .open-hours-title ul li::before {
  content: "";
  border-radius: 8px;
  width: 24px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #DEDEDE;
}
.open-hours .open-hours-title ul li:nth-of-type(1)::before {
  background: linear-gradient(60deg, #FFFBCE 0%, #F46280 26%, #B89EF9 65%, #98FEFB 100%);
}
.open-hours .open-hours-title ul li:nth-of-type(3)::before {
  background: #8F88F5;
}
.open-hours .calendar-container > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.open-hours .calendar-container > div span {
  font-size: 17px;
  font-weight: 400;
  color: #000;
  width: 53px;
  text-align: center;
}
.open-hours .calendar-container .calendar-week {
  margin-bottom: 16px;
}
.open-hours .calendar-container .calendar-week span {
  font-family: PingFang-SC-Regular;
}
.open-hours .calendar-container .calendar-date {
  margin-bottom: 67px;
}
.open-hours .calendar-container .calendar-date span {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  line-height: 53px;
  background: #fff;
}
.open-hours .calendar-container .calendar-date span.current-date {
  color: #fff;
  background-image: linear-gradient(49deg, #FFFBCE 0%, #F46280 26%, #B89EF9 65%, #98FEFB 100%);
}
.open-hours .calendar-container .calendar-date span.close-date {
  color: #616161;
  background: #DEDEDE;
}
.open-hours .calendar-container .calendar-date span.team-date {
  color: #fff;
  background: #8F88F5;
}
.open-hours .open-hours-content {
  display: flex;
  margin-bottom: 60px;
  gap: 23px;
  font-size: 0;
}
.open-hours .open-hours-content li .open-hours-img {
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 0;
}
.open-hours .open-hours-content li .open-hours-img:hover img {
  transform: scale(1.15);
}
.open-hours .open-hours-content li .open-hours-img img {
  width: 100%;
  transition: all 0.5s;
}
.open-hours .open-hours-content li h2 {
  font-family: SL-SIMPLIFIED-BOLD;
  font-size: 26px;
  color: #1B1B1B;
  font-weight: 700;
  margin-bottom: 41px;
}
.open-hours .open-hours-content li p {
  font-family: SST-Roman;
  font-size: 14px;
  color: #6E6E6E;
}
.open-hours .open-hours-content li .open-hours-text {
  flex: 1;
  padding: 20px 18px 15px;
  background: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  min-height: 160px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.open-hours .open-hours-content li.spec {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.open-hours .open-hours-content li.spec .open-hours-text {
  min-height: 130px;
}
.open-hours .open-hours-content li.spec .bottom {
  display: flex;
}
.open-hours .open-hours-content li.spec .bottom .open-hours-img {
  border-top-right-radius: 0;
  border-bottom-left-radius: 10px;
}
.open-hours .open-hours-content li.spec .bottom .open-hours-text {
  padding: 10px 17px;
  min-height: auto;
  border-top-right-radius: 8px;
}
.open-hours .open-hours-content li.spec .bottom h2 {
  margin-bottom: 25px;
}
.active-review {
  isolation: isolate;
  padding: 90px 0 60px;
  position: relative;
}
.active-review::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/active-review-bg.png) center center no-repeat;
  background-size: cover;
  z-index: 2;
}
.active-review .container > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 2;
  padding: 90px 0 60px;
}
.active-review .swiper-arrow {
  display: flex;
  margin-bottom: 70px;
}
.active-review .swiper-button-next,
.active-review .swiper-button-prev {
  position: static;
  width: 53px;
  height: 53px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 53px;
  color: #fff;
  margin: 0 4px;
}
.active-review .swiper-button-next::after,
.active-review .swiper-button-prev::after {
  font-size: 10px;
}
.active-review .swiper-pagination-box p {
  font-family: SL-SIMPLIFIED-REGULAR;
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 15px;
}
.active-review .swiper-pagination-progressbar {
  position: relative;
  width: 207px;
  height: 3px;
  background: rgba(216, 216, 216, 0.22);
}
.active-review .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: rgba(255, 255, 255);
}
.active-review .swiper-slide img {
  width: 100%;
}
.active-review .swiper-slide p {
  font-family: SL-SIMPLIFIED-REGULAR;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 1.6;
  padding: 20px 15px 0;
  visibility: hidden;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.7);
}
.active-review .active-review-title {
  font-family: SL-SIMPLIFIED-BOLD;
  font-size: 34px;
  color: #000;
  font-weight: 700;
}
.active-review .swiper-active-review .swiper-slide {
  width: 750px;
}
.active-review .swiper-box {
  position: relative;
  margin-top: 90px;
}
.active-review .swiper-img {
  border-radius: 10px;
  font-size: 0;
}
.active-review .swiper-show {
  width: 750px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  z-index: 3;
}
.active-review .swiper-show .swiper-slide .swiper-img {
  overflow: hidden;
}
.active-review .swiper-show .swiper-slide .swiper-img:hover img {
  transform: scale(1.15);
}
.active-review .swiper-show .swiper-slide .swiper-img img {
  transition: all 0.5s;
}
.active-review .swiper-show .swiper-slide p {
  visibility: visible;
}
.news {
  background: url(../img/news-bg.png) top center no-repeat;
  padding-top: 100px;
}
.news .news-title {
  font-family: SL-SIMPLIFIED-BOLD;
  font-size: 38px;
  color: #000000;
  font-weight: 700;
}
.news .news-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 37px;
  padding-bottom: 72.5px;
}
.news .news-content .all-news {
  display: flex;
  align-items: center;
}
.news .news-content .all-news span {
  width: 53px;
  height: 53px;
  text-align: center;
  line-height: 49px;
  color: #fff;
  background: #000;
  border-radius: 50%;
  margin-right: 20px;
}
.news .news-content .all-news span::before {
  content: "next";
  font-family: swiper-icons;
  font-size: 12px;
}
.news .news-content .all-news p {
  font-family: SL-SIMPLIFIED-REGULAR;
  font-size: 20px;
  color: #6E6E6E;
}
.news .news-content .news-list {
  border-top: 1px solid #E7E7E7;
  width: 60%;
}
.news .news-content .news-list li a {
  padding: 18px;
  border-bottom: 1px solid #E7E7E7;
  display: block;
}
.news .news-content .news-list li a > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news .news-content .news-list li a .top {
  color: #999999;
  margin-bottom: 33px;
}
.news .news-content .news-list li a .top span {
  font-family: SST-Medium;
  font-size: 20px;
  font-weight: 500;
  color: #6E6E6E;
}
.news .news-content .news-list li a .top p {
  font-family: SL-SIMPLIFIED-REGULAR;
  font-size: 18px;
  color: #6E6E6E;
  font-weight: 400;
}
.news .news-content .news-list li a .text p {
  flex: 1;
  padding-right: 10px;
  font-family: SL-SIMPLIFIED-REGULAR;
  font-size: 20px;
  color: #000000;
  font-weight: 400;
}
.news .news-content .news-list li a .text img {
  width: 19px;
}
.ticket-infomation {
  background: #f3f3f3;
  padding-top: 72.5px;
}
.ticket-infomation .ticket-infomation-title {
  font-family: PingFang-SC-Semibold;
  font-size: 38px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
.ticket-infomation .ticket-infomation-intro {
  font-family: SL-SIMPLIFIED-LIGHT;
  font-size: 20px;
  color: #000000;
  text-align: center;
}
.ticket-infomation .ticket-infomation-list {
  margin-top: 60px;
  display: flex;
  gap: 54px;
}
.ticket-infomation .ticket-infomation-list li {
  flex: 1;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  border-radius: 30px;
}
.ticket-infomation .ticket-infomation-list li .ticket-infomation-img {
  font-size: 0;
  overflow: hidden;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}
.ticket-infomation .ticket-infomation-list li .ticket-infomation-img:hover img {
  transform: scale(1.15);
}
.ticket-infomation .ticket-infomation-list li .ticket-infomation-img img {
  width: 100%;
  transition: all 0.5s;
}
.ticket-infomation .ticket-infomation-list li .tip {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 30px 30px;
  border-top: 1px dashed rgba(151, 151, 151, 0.37);
  width: 100%;
}
.ticket-infomation .ticket-infomation-list li .tip i {
  font-family: SL-SIMPLIFIED-REGULAR;
  font-size: 12px;
  color: #3C3C3C;
  letter-spacing: 0;
  line-height: 17px;
  font-weight: 400;
  font-style: normal;
  display: block;
}
.ticket-infomation .ticket-infomation-list li .tip i.icon {
  position: relative;
  padding-left: 10px;
}
.ticket-infomation .ticket-infomation-list li .tip i.icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
  border: 1px solid #979797;
  width: 4px;
  height: 4px;
  line-height: 1.6;
}
.ticket-infomation .ticket-infomation-list li .tip h6 {
  font-family: SL-SIMPLIFIED-REGULAR;
  font-size: 12px;
  color: #6E6E6E;
  font-weight: 400;
  text-align: center;
  margin-top: 18px;
}
.ticket-infomation .ticket-infomation-list li .ticket-infomation-text {
  padding: 19px 30px 150px;
}
.ticket-infomation .ticket-infomation-list li .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.ticket-infomation .ticket-infomation-list li .top .left {
  min-height: 90px;
}
.ticket-infomation .ticket-infomation-list li .top .left h2 {
  font-family: PingFang-SC-Semibold;
  font-size: 28px;
  color: #000000;
  font-weight: 600;
}
.ticket-infomation .ticket-infomation-list li .top .left h3 {
  font-family: PingFang-SC-Semibold;
  font-size: 18px;
  color: #5F5F5F;
  font-weight: 600;
}
.ticket-infomation .ticket-infomation-list li .top .left > div {
  display: flex;
  align-items: center;
}
.ticket-infomation .ticket-infomation-list li .top .left > div h3 {
  margin-right: 35px;
  position: relative;
  font-family: PingFang-SC-Semibold;
  font-size: 33px;
  color: #000000;
  font-weight: 600;
}
.ticket-infomation .ticket-infomation-list li .top .left > div h3::after {
  content: "";
  position: absolute;
  right: -16px;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  background: #f0f0f0;
}
.ticket-infomation .ticket-infomation-list li .top .left > div h3 span {
  font-size: 17px;
}
.ticket-infomation .ticket-infomation-list li .top .left > div a {
  font-family: SL-SIMPLIFIED-REGULAR;
  font-size: 12px;
  color: #0076D1;
  font-weight: 400;
}
.ticket-infomation .ticket-infomation-list li .top .right {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 20px;
  width: 186px;
  height: 40px;
  background: rgba(244, 97, 128, 0.25);
  font-family: SL-SIMPLIFIED-BOLD;
  font-size: 12px;
  color: #C40E32;
  font-weight: 700;
  border-radius: 20px;
}
.ticket-infomation .ticket-infomation-list li .top .right img {
  margin-right: 5px;
}
.ticket-infomation .ticket-infomation-list li.group-guy .top .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ticket-infomation .ticket-infomation-list li.group-guy .top .right {
  background: rgba(1, 158, 226, 0.25);
  position: relative;
}
.ticket-infomation .ticket-infomation-list li.group-guy .top .right a {
  color: #016793;
}
.ticket-infomation .ticket-infomation-list li.group-guy .top .right a .contact-us-layer .contact-us-content .contact-us-item:last-child {
  border: none;
}
.ticket-infomation .ticket-infomation-list li.group-guy p {
  font-family: SL-SIMPLIFIED-REGULAR;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  margin-top: 40px;
}
.ticket-infomation .ticket-infomation-list li.ticket h4 {
  display: flex;
  align-items: center;
  font-family: SL-SIMPLIFIED-REGULAR;
  font-size: 12px;
  color: #3C3C3C;
  font-weight: 400;
}
.ticket-infomation .ticket-infomation-list li.ticket h5 {
  font-family: SL-SIMPLIFIED-REGULAR;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  margin-top: 12px;
}
.official {
  background: #f3f3f3 url(../img/official-bg.png) top center no-repeat;
  background-size: cover;
  padding-top: 250px;
  margin-top: -150px;
}
@media (max-width: 768px) {
  .kv .swiper-pagination-kv {
    width: 100%;
    bottom: 3vw;
  }
  img {
    transform: scale(1) !important;
  }
  .recommend {
    padding: 40px 0 50px;
  }
  .recommend .recommend-title {
    font-size: 19px;
    margin-bottom: 30px;
  }
  .recommend .swiper-button-next::after,
  .recommend .swiper-button-prev::after {
    font-size: 20px;
  }
  .recommend .swiper-button-next {
    right: 15px;
  }
  .recommend .swiper-button-prev {
    left: 15px;
  }
  .recommend .swiper-slide .recommen-item-child {
    margin-bottom: 10px;
  }
  .recommend .swiper-slide .recommen-item {
    justify-content: flex-start;
  }
  .recommend .swiper-slide .recommen-item h2 {
    font-size: 12px;
  }
  .recommend .swiper-slide .recommen-item h3 {
    margin: 7px 0 3px;
    font-size: 14px;
  }
  .recommend .swiper-slide .recommen-item p {
    font-size: 12px;
    min-height: auto;
  }
  .recommend .swiper-slide .recommen-item .handle-video::before {
    width: 45px;
    height: 45px;
  }
  .open-hours .open-hours-title h2 {
    font-size: 19px;
  }
  .open-hours .open-hours-title ul li {
    padding-left: 20px;
    font-size: 12px;
    margin-left: 16px;
  }
  .open-hours .open-hours-title ul li::before {
    border-radius: 4px;
    width: 12px;
    height: 8px;
  }
  .open-hours .calendar-container {
    overflow-x: auto;
  }
  .open-hours .calendar-container > div {
    display: block;
    margin: 0 -10px;
    white-space: nowrap;
  }
  .open-hours .calendar-container > div span {
    font-size: 12px;
    width: 30px;
    text-align: center;
    margin: 0 10px;
    display: inline-block;
  }
  .open-hours .calendar-container .calendar-week {
    margin-bottom: 10px;
  }
  .open-hours .calendar-container .calendar-date {
    margin-bottom: 30px;
  }
  .open-hours .calendar-container .calendar-date span {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .open-hours .open-hours-content {
    margin-bottom: 30px;
    gap: 0;
    flex-direction: row;
  }
  .open-hours .open-hours-content li {
    width: 100%;
    margin-bottom: 10px;
  }
  .open-hours .open-hours-content li h2 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .open-hours .open-hours-content li .open-hours-text {
    min-height: auto;
  }
  .open-hours .open-hours-content li p {
    font-size: 12px;
  }
  .open-hours .open-hours-content li.spec .bottom {
    margin-top: 10px;
  }
  .active-review {
    padding: 45px 0 30px;
  }
  .active-review .container > div {
    padding: 45px 0 30px;
  }
  .active-review .swiper-arrow {
    display: flex;
    margin-bottom: 35px;
  }
  .active-review .swiper-button-next,
  .active-review .swiper-button-prev {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
  .active-review .swiper-button-prev {
    margin-left: 0;
  }
  .active-review .swiper-pagination-box p {
    font-size: 12px;
    margin-top: 10px;
  }
  .active-review .swiper-pagination-progressbar {
    display: none;
  }
  .active-review .swiper-slide img {
    width: 100%;
  }
  .active-review .swiper-slide p {
    font-size: 12px;
    padding: 10px 8px 0;
  }
  .active-review .active-review-title {
    font-size: 17px;
  }
  .active-review .swiper-active-review .swiper-slide {
    width: 60%;
  }
  .active-review .swiper-box {
    margin-top: 45px;
  }
  .active-review .swiper-img {
    border-radius: 10px;
  }
  .active-review .swiper-show {
    width: 60%;
  }
  .news {
    padding-top: 50px;
  }
  .news .news-title {
    font-size: 19px;
  }
  .news .news-content {
    flex-direction: column;
    padding-top: 18px;
    padding-bottom: 36px;
  }
  .news .news-content .all-news span {
    width: 30px;
    height: 30px;
    line-height: 25px;
    margin-right: 10px;
  }
  .news .news-content .all-news span::before {
    font-size: 10px;
  }
  .news .news-content .all-news p {
    font-size: 12px;
  }
  .news .news-content .news-list {
    margin-top: 10px;
    width: 100%;
  }
  .news .news-content .news-list li a {
    padding: 9px;
  }
  .news .news-content .news-list li a .top {
    margin-bottom: 17.5px;
  }
  .news .news-content .news-list li a .top span {
    font-size: 12px;
  }
  .news .news-content .news-list li a .top p {
    font-size: 12px;
  }
  .news .news-content .news-list li a .text p {
    font-size: 12px;
  }
  .news .news-content .news-list li a .text img {
    width: 10px;
  }
  .ticket-infomation {
    padding-top: 36px;
  }
  .ticket-infomation .ticket-infomation-title {
    font-size: 19px;
    margin-bottom: 10px;
  }
  .ticket-infomation .ticket-infomation-intro {
    font-size: 12px;
  }
  .ticket-infomation .ticket-infomation-list {
    margin-top: 30px;
    flex-direction: column;
    gap: 0;
  }
  .ticket-infomation .ticket-infomation-list li {
    border-radius: 20px;
    margin-bottom: 10px;
  }
  .ticket-infomation .ticket-infomation-list li .ticket-infomation-img {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
  }
  .ticket-infomation .ticket-infomation-list li .tip {
    padding: 8px 15px 15px;
  }
  .ticket-infomation .ticket-infomation-list li .tip h6 {
    margin-top: 9px;
  }
  .ticket-infomation .ticket-infomation-list li .ticket-infomation-text {
    padding: 10px 15px 120px;
  }
  .ticket-infomation .ticket-infomation-list li .top {
    margin-bottom: 10px;
  }
  .ticket-infomation .ticket-infomation-list li .top .left {
    min-height: auto;
  }
  .ticket-infomation .ticket-infomation-list li .top .left h2 {
    font-size: 14px;
  }
  .ticket-infomation .ticket-infomation-list li .top .left h6 {
    font-size: 12px;
  }
  .ticket-infomation .ticket-infomation-list li .top .left > div h3 {
    margin-right: 17px;
    font-size: 16px;
  }
  .ticket-infomation .ticket-infomation-list li .top .left > div h3 span {
    font-size: 12px;
  }
  .ticket-infomation .ticket-infomation-list li .top .left > div a {
    font-size: 12px;
  }
  .ticket-infomation .ticket-infomation-list li .top .right {
    width: auto;
    padding: 0 15px;
    font-size: 12px;
    height: 30px;
  }
  .ticket-infomation .ticket-infomation-list li.group-guy p {
    font-size: 12px;
    margin-top: 20px;
  }
  .ticket-infomation .ticket-infomation-list li.ticket h5 {
    font-size: 12px;
    margin-top: 6px;
  }
  .official {
    padding-top: 125px;
    margin-top: -75px;
  }
}
