html,
body {
  position: relative;
  height: 100%;
  font-family: 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Source Han Sans SC', 'Noto Sans CJK SC', 'Noto Sans SC', Arial, sans-serif;
}

body {
  max-width: 10rem;
  margin: 0 auto;
  background: #4b008c;
}

.clearfix {
  clear: both;
  zoom: 1;
}

.container {
  position: relative;
  height: 100%;
  background: #4b008c;
}

.container .content,
.container .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.container .swiper-slide {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  padding-top: 6.9333333333rem;
  text-align: center;
  font-size: 18px;
  background:
    url('../img/2026/hero.png') no-repeat top center/10rem auto,
    #4b008c;
}

#index {
  padding-top: 0;
}

.container .content .music {
  display: block;
  position: absolute;
  right: 0.2666666667rem;
  top: 0.2666666667rem;
  width: 0.72rem;
  height: 0.72rem;
  background-size: 0.72rem;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 999;
  animation: musics 3s infinite linear;
  -webkit-animation: musics 3s infinite linear;
  background-image: url('../img/off.png');
  animation-play-state: paused;
}

.container .content .music.active {
  background-image: url('../img/on.png');
  animation-play-state: running;
}

.container .content .next {
  width: 0.6533333333rem;
  height: 0.6266666667rem;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.32rem;
  z-index: 100;
  animation: myfirst 1s infinite ease-in-out;
  -webkit-animation: myfirst 1s infinite ease-in-out;
}

.container .content .next > img {
  width: 100%;
  display: block;
}

@keyframes myfirst {
  0% {
    opacity: 1;
    transform: translateY(-0.12rem);
  }

  100% {
    opacity: 0.35;
    transform: translateY(0.08rem);
  }
}

@-webkit-keyframes myfirst {
  0% {
    opacity: 1;
    transform: translateY(-0.12rem);
  }

  100% {
    opacity: 0.35;
    transform: translateY(0.08rem);
  }
}

@keyframes musics {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes musics {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.container .swiper-slide .btn-wrapepr {
  width: 1rem;
  position: absolute;
  top: 7.38rem;
  right: 0;
  z-index: 9999;
}

.container .swiper-slide .btn-wrapepr a {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-decoration: none;
}

.container .swiper-slide .vote-btn {
  width: 1rem;
  height: 1.31rem;
  background-image: url('../img/daohang.png');
}

.container .swiper-slide .register-btn {
  display: none;
  width: 1.12rem;
  height: 1.36rem;
  background-image: url('../img/xtao/zbgk.png');
  margin: 0.1733333333rem 0;
}

.container .swiper-slide .btn-wrapepr .register-btn {
  display: none;
}

.container .swiper-slide .historyBtn {
  width: 0.9866666667rem;
  height: 1.2266666667rem;
  background-image: url('../img/xtao/review.png');
  margin-bottom: 0.15rem;
}

.container .swiper-slide .backHome {
  width: 0.9866666667rem;
  height: 1.2266666667rem;
  background-image: url('../img/backHome.png');
}

#index .btn-wrapepr {
  top: 8.38rem;
}

#index .btn-list {
  position: absolute;
  left: 0;
  right: 0;
  top: 7.2266666667rem;
  width: 8.5333333333rem;
  margin: 0 auto;
  padding-bottom: 1.3333333333rem;
}

#index .btn-list li {
  margin: 0 auto 0.28rem;
}

#index .btn-list a {
  display: block;
  width: 100%;
  height: 100%;
}

.container .content > .swiper-container > .swiper-wrapper > .swiper-slide .introduce-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 8.5466666667rem;
  z-index: 10;
  width: 9.24rem;
  height: calc(100vh - 8.5466666667rem - 0.64rem);
  min-height: 4.8rem;
  margin: 0 auto;
  background: #f7f5f1;
}

.container .content > .swiper-container > .swiper-wrapper > .swiper-slide .introduce-wrapper::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -1.52rem;
  width: 8.5333333333rem;
  height: 1.6133333333rem;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#introduce .introduce-wrapper::before {
  background-image: url('../img/2026/title-intro.png');
}

#guest .introduce-wrapper::before {
  background-image: url('../img/2026/title-agenda.png');
}

#guest1 .introduce-wrapper::before {
  background-image: url('../img/2026/title-guest.png');
}

#news1 .introduce-wrapper::before {
  background-image: url('../img/2026/title-news.png');
}

#zuzhi .introduce-wrapper::before {
  background-image: url('../img/2026/title-org.png');
}

#dhlocation .introduce-wrapper::before {
  background-image: url('../img/2026/title-location.png');
}

#watch .introduce-wrapper::before {
  background-image: url('../img/2026/title-live.png');
}

#history .introduce-wrapper::before {
  background-image: url('../img/2026/title-history.png');
}

.container .content > .swiper-container > .swiper-wrapper > .swiper-slide .introduce-wrapper .intro-block {
  box-sizing: border-box;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

#introduce .intro-block {
  padding: 0.72rem 0.8rem 1.2rem;
}

.jiesaotext {
  color: #111;
  font-size: 0.3733333333rem;
  line-height: 0.64rem;
  text-align: justify;
}

.jiesaotext div {
  margin-bottom: 0.2666666667rem;
}

#guest .intro-block,
#guest1 .intro-block,
#zuzhi .intro-block,
#history .intro-block {
  padding: 0;
}

#guest .intro-block img,
#guest1 .intro-block img,
#zuzhi .intro-block img {
  display: block;
  width: 100%;
}

#guest1 .guest-2026-panel {
  position: relative;
  width: 100%;
}

#guest1 .guest-hotspot {
  position: absolute;
  width: 38%;
  height: 10.1%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

#guest1 .guest-hotspot[data-guest='0'] {
  left: 7%;
  top: 1.4%;
}

#guest1 .guest-hotspot[data-guest='1'] {
  left: 55%;
  top: 1.4%;
}

#guest1 .guest-hotspot[data-guest='2'] {
  left: 7%;
  top: 13.8%;
}

#guest1 .guest-hotspot[data-guest='3'] {
  left: 55%;
  top: 13.8%;
}

#guest1 .guest-hotspot[data-guest='4'] {
  left: 7%;
  top: 26.3%;
}

#guest1 .guest-hotspot[data-guest='5'] {
  left: 55%;
  top: 26.3%;
}

#guest1 .guest-hotspot[data-guest='6'] {
  left: 7%;
  top: 38.8%;
}

#guest1 .guest-hotspot[data-guest='7'] {
  left: 55%;
  top: 38.8%;
}

#guest1 .guest-hotspot[data-guest='8'] {
  left: 7%;
  top: 51.3%;
}

#guest1 .guest-hotspot[data-guest='9'] {
  left: 55%;
  top: 51.3%;
}

#guest1 .guest-hotspot[data-guest='10'] {
  left: 7%;
  top: 63.8%;
}

#guest1 .guest-hotspot[data-guest='11'] {
  left: 55%;
  top: 63.8%;
}

#guest1 .guest-hotspot[data-guest='12'] {
  left: 7%;
  top: 76.3%;
}

#guest1 .guest-hotspot[data-guest='13'] {
  left: 55%;
  top: 76.3%;
}

#guest1 .guest-hotspot[data-guest='14'] {
  left: 7%;
  top: 88.8%;
}

#guest .introduce-wrapper,
#guest1 .introduce-wrapper,
#zuzhi .introduce-wrapper,
#history .introduce-wrapper {
  background: #f7f5f1;
}

#news1 .intro-block {
  padding: 0.56rem 0.3466666667rem 1rem;
}

#news1 .news-inner-list .news-item {
  width: 100%;
  margin: 0 auto;
  padding: 0.3733333333rem 0;
  border-bottom: 1px solid #dedbd7;
  box-sizing: border-box;
}

#news1 .news-inner-list .news-item:first-child {
  padding-top: 0;
}

#news1 .news-inner-list .news-item > a {
  display: block;
  text-decoration: none;
}

#news1 .news-inner-list .title-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  box-sizing: border-box;
}

#news1 .news-inner-list .title-wrapper > img {
  display: block;
  width: 3.5333333333rem;
  height: 1.96rem;
  margin-right: 0.3866666667rem;
  flex-shrink: 0;
  object-fit: cover;
  background: #c9c9c9;
}

#news1 .news-inner-list .title-wrapper p {
  width: 4.2rem;
  margin: 0;
  color: #262626;
  font-size: 0.4rem;
  line-height: 1.25;
  text-align: justify;
}

#news1 .news-inner-list .title-wrapper .news-time {
  margin-top: 0.32rem;
  color: #aaa;
  font-size: 0.24rem;
  text-align: left;
}

#dhlocation .intro-block {
  padding: 0.32rem 0.2666666667rem 1rem;
}

#dhlocation .u-mapBox {
  width: 100%;
  aspect-ratio: 653 / 450;
  height: auto;
  margin: 0 auto 0.32rem;
  overflow: hidden;
}

#dhlocation .u-mapBox img {
  display: block;
  width: 100%;
}

#dhlocation .address-box {
  display: flex;
  align-items: center;
  width: 8.5333333333rem;
  min-height: 1.52rem;
  margin: 0 auto;
  padding: 0 0.4rem 0 0.2933333333rem;
  border-left: 0.08rem solid #4b008c;
  border-right: 0.08rem solid #4b008c;
  box-sizing: border-box;
  color: #3a3150;
}

#dhlocation .address-label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.7066666667rem;
  height: 1.52rem;
  margin-right: 0.4rem;
  color: #fff;
  background-color: #4b008c;
  font-size: 0.4533333333rem;
  font-weight: 900;
  line-height: 1.02;
}

#dhlocation .address-label::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -0.2666666667rem;
  width: 0;
  height: 0;
  border-top: 0.2266666667rem solid transparent;
  border-bottom: 0.2266666667rem solid transparent;
  border-left: 0.2666666667rem solid #4b008c;
  transform: translateY(-50%);
}

#dhlocation .address {
  flex: 1;
  padding-left: 0;
  text-align: left;
}

#dhlocation .address > div:first-child {
  color: #333;
  font-size: 0.4266666667rem;
  font-weight: 900;
  line-height: 1.3;
}

#dhlocation .address > div:last-child {
  margin-top: 0.1066666667rem;
  color: #595959;
  font-size: 0.2666666667rem;
  line-height: 1.4;
}

#dhlocation .address-desc {
  width: 8.5333333333rem;
  margin: 0.2666666667rem auto 0;
  color: #333;
  font-size: 0.32rem;
  line-height: 1.55;
  text-align: justify;
}

#watch .intro-block {
  padding: 0.6133333333rem 0.2666666667rem 1rem;
}

#watch .live-cover {
  position: relative;
  width: 8.8rem;
  margin: 0 auto;
}

#watch .live-cover .bg {
  display: block;
  width: 100%;
}

#watch .live-cover .bofang {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.2133333333rem;
  height: 1.2266666667rem;
  transform: translate(-50%, -50%);
}

#watch .bottom {
  position: relative;
  padding: 0.48rem 0 0.24rem;
}

#watch .bottom::before,
#watch .bottom::after {
  content: '';
  position: absolute;
  top: 0.52rem;
  width: 1px;
  height: 1.4266666667rem;
  background: #8a8a8a;
}

#watch .bottom::before {
  left: 1.52rem;
}

#watch .bottom::after {
  right: 1.52rem;
}

#watch .bottom .b1 {
  color: #4b008c;
  font-size: 0.64rem;
  font-weight: 700;
  line-height: 1.35;
}

#watch .bottom .b2 {
  margin-top: 0.64rem;
  color: #454545;
  font-size: 0.32rem;
  letter-spacing: 0.08rem;
}

#history .item {
  position: relative;
  width: 8.5333333333rem;
  margin: 0 auto 0.2666666667rem;
  overflow: hidden;
  border-radius: 0.12rem;
}

#history .item .totalImg {
  display: block;
  width: 100%;
}

#history .item .year {
  position: absolute;
  left: 0.4rem;
  bottom: 0.16rem;
  z-index: 2;
  width: 1.1466666667rem;
  height: 0.5066666667rem;
}

#history .item .year img {
  display: block;
  width: 100%;
}

#history .item .year span {
  position: absolute;
  left: 0.0666666667rem;
  top: 0.04rem;
  color: #000;
  font-size: 0.3466666667rem;
  font-weight: 700;
}

.guest-modal-2026 {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  color: #f6f2ff;
}

.guest-modal-2026.active {
  display: block;
}

.guest-modal-bg {
  position: absolute;
  inset: 0;
  background: rgba(13, 12, 36, 0.86);
}

.guest-modal-content {
  position: absolute;
  left: 50%;
  top: 2.8rem;
  width: 8.6rem;
  transform: translateX(-50%);
}

.guest-modal-head {
  display: flex;
  align-items: flex-end;
}

.guest-modal-photo {
  width: 2.9866666667rem;
  height: 3.1466666667rem;
  flex-shrink: 0;
  object-fit: contain;
  background: transparent;
  opacity: 1;
  transition: opacity 0.22s ease-out;
  will-change: opacity;
}

.guest-modal-photo.is-loading {
  opacity: 0;
}

.guest-modal-photo.is-ready {
  opacity: 1;
}

.guest-modal-meta {
  margin-left: 0.32rem;
  padding-bottom: 0.04rem;
  text-align: left;
}

.guest-modal-name {
  color: #fff;
  font-size: 0.72rem;
  font-weight: 400;
  line-height: 1.1;
}

.guest-modal-title {
  margin-top: 0.2666666667rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.3733333333rem;
  line-height: 1.35;
  white-space: pre-line;
}

.guest-modal-line {
  width: 100%;
  height: 1px;
  margin: 0.6666666667rem 0 0.56rem;
  background: linear-gradient(90deg, #ea3d86 0%, #7b2dff 55%, #ea3d86 100%);
}

.guest-modal-desc {
  max-height: 8.4rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-right: 0.16rem;
  color: rgba(255, 255, 255, 0.86);
  font-family: 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Source Han Sans SC', 'Noto Sans CJK SC', 'Noto Sans SC', Arial, sans-serif;
  font-size: 0.4266666667rem;
  line-height: 0.84rem;
  text-align: justify;
  text-indent: 2em;
}

.guest-modal-desc::-webkit-scrollbar {
  width: 0.08rem;
}

.guest-modal-desc::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
}

.guest-modal-close {
  position: absolute;
  left: 50%;
  bottom: 0.72rem;
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  border: 0;
  transform: translateX(-50%);
  background: transparent;
}

.guest-modal-close::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(from 20deg, #2bb8ff, #7b2dff, #ff4f9d, #2bb8ff);
}

.guest-modal-close::after {
  content: '×';
  position: absolute;
  inset: 0.08rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(18, 17, 48, 0.95);
  color: #38b7ff;
  font-size: 1.12rem;
  font-weight: 200;
  line-height: 1;
}

video {
  background: #333;
}

.bannerSwiper-slide {
  width: 8.8rem;
}

.bannerSwiper-slide img {
  width: 100%;
}

#zbfaBanner {
  position: relative;
  height: 7.3333333333rem;
}

#zbfaBanner .swiper-slide {
  height: 6.4rem;
  margin-top: calc((100vh - 9.0666666667rem) / 2 - 3.3333333333rem);
}

#zbfaBanner .swiper-pagination {
  position: absolute;
  bottom: 0;
}
