#introduce {
  background-image: url("../img/bg.png");
  background-size: 100%;
  position: relative;
}

#introduce .introduce-wrapper {
  width: 9.18667rem;
  background: url("../img/introduce.png") no-repeat;
  background-size: 9.18667rem;
  height: 10.13333rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 8.66667rem;
  margin: 0 auto;
  overflow: hidden;
}

#introduce .introduce-wrapper .intro-block {
  width: 8.53333rem;
  height: 8rem;
  max-height: 9.92rem;
  padding: 0.8rem 0.26667rem 0;
  overflow: hidden;
  overflow-y: scroll;
  box-sizing: border-box;
  margin: 0.53333rem auto 0;
}

#introduce .introduce-wrapper .intro-block img {
  width: 100%;
  height: initial;
  margin-top: 0.53333rem !important;
}

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

html,
body {
  position: relative;
  height: 100%;
  font-family: "Noto Sans SC";
}

body {
  max-width: 10rem;
  margin: 0 auto;
}

/* index */
.container {
  position: relative;
  height: 100%;
}

.container .content {
  position: relative;
  height: 100%;
}

.container .content .music {
  display: block;
  position: absolute;
  right: 0.26667rem;
  top: 0.26667rem;
  width: 0.72rem;
  height: 0.72rem;
  background-image: url(../img/on.png);
  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;
}

.container .content .music.off {
  background-image: url(../img/off.png);
}

.container .content .next {
  width: 0.81333rem;
  height: 0.82667rem;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.66667rem;
  z-index: 10;
  animation: myfirst 1s infinite ease-in-out;
  -webkit-animation: myfirst 1s infinite ease-in-out;
}

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

@keyframes myfirst {
  0% {
    opacity: 1;
    bottom: 0.9375rem;
  }
  100% {
    opacity: 0.1;
    bottom: 0.9rem;
  }
}

@-webkit-keyframes myfirst {
  0% {
    opacity: 1;
    bottom: 0.9375rem;
  }
  100% {
    opacity: 0.1;
    bottom: 0.9rem;
  }
}

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

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

.container .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.container .swiper-slide .btn-wrapepr {
  width: 1.12rem;
  height: 2.93333rem;
  position: absolute;
  top: 7.52rem;
  right: 0;
  z-index: 9999;
}

.container .swiper-slide .vote-btn {
  display: block;
  width: 1.12rem;
  height: 1.46667rem;
  background-image: url("../img/daohang.png");
  background-size: 1.12rem 1.46667rem;
  text-decoration: none;
}

.container .swiper-slide .register-btn {
  display: block;
  width: 1.10667rem;
  height: 1.38667rem;
  background-image: url("../img/watchLive.png");
  background-size: 1.10667rem 1.38667rem;
  text-decoration: none;
  margin: 0.26667rem 0;
}

.container .swiper-slide .historyBtn {
  display: block;
  width: 1.10667rem;
  height: 1.38667rem;
  background-image: url("../img/haistory.png");
  background-size: 1.10667rem 1.38667rem;
  text-decoration: none;
  margin-bottom: 0.26667rem;
}

.container .swiper-slide .backHome {
  display: block;
  width: 1.10667rem;
  height: 1.38667rem;
  background-image: url("../img/backHome.png");
  background-size: 1.10667rem 1.38667rem;
  text-decoration: none;
}

.container .swiper-slide > img {
  width: 100%;
}

.container .swiper-slide.pre {
  background-color: #ececec;
}

.container .swiper-slide .nav-bar {
  width: 10rem;
  height: 1.73333rem;
  text-align: center;
  position: relative;
}

.container .swiper-slide .nav-bar .menu-label {
  position: absolute;
  left: 0;
  top: 0;
}

.container .swiper-slide .nav-bar > img {
  width: 100%;
}

.container .swiper-slide .main-content {
  margin: 0 0.53333rem;
  background-color: #fff;
  padding: 0.26667rem 0.26667rem 0.13333rem;
  text-align: justify;
  z-index: 4;
  height: 13.33333rem;
}

.container .swiper-slide .main-content > p {
  margin: 0.53333rem 0;
  line-height: 1.5;
  font-size: 0.37333rem;
}

.container .swiper-slide .main-content > h2 {
  text-align: center;
  font-size: 0.53333rem;
  padding-top: 0.53333rem;
}

.container .swiper-slide .footer {
  position: absolute;
  bottom: 0;
  left: 0;
}

.container .swiper-slide .footer > img {
  width: 100%;
}

#index {
  position: relative;
}

#index .btn-list {
  position: absolute;
  left: 0;
  right: 0;
  top: 8.8rem;
  margin: 0 auto;
  width: 5.89333rem;
}

#index .btn-list .btn-item {
  background-image: url("../img/btn_bg.png");
  background-size: 5.89333rem 1.12rem;
  width: 5.89333rem;
  height: 1.12rem;
  line-height: 0.96rem;
  margin: 0.26667rem 0;
}

#index .btn-list .btn-item > a {
  display: block;
  font-size: 0.4rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

#index > img {
  width: 100%;
}

.jiesaotext {
  font-size: 0.24rem;
  line-height: 0.56rem;
  text-align: left;
  padding-bottom: 1.33333rem;
  font-size: 0.37333rem;
}

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

video {
  background: #333;
}

#news {
  background-image: url("../img/bg.png");
  background-size: 100%;
  position: relative;
}

#news .swiper-slide {
  background-color: initial;
}

#news .introduce-wrapper {
  width: 9.18667rem;
  background: url("../img/news.png") no-repeat;
  background-size: 9.18667rem;
  height: 8rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 8.66667rem;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 0.26667rem;
}

#news .introduce-wrapper .JQQD {
  position: absolute;
  bottom: 1.33333rem;
  width: 5.33333rem;
  left: 1.97333rem;
  z-index: 999;
  color: #666;
}

#news .introduce-wrapper .intro-block {
  width: 8.53333rem;
  height: 8.53333rem;
  padding: 1.6rem 0.26667rem 0;
  overflow: hidden;
  overflow-y: scroll;
  box-sizing: border-box;
  margin: auto !important;
}

#news .introduce-wrapper .intro-block .swiper-wrapper {
  padding: 0 0.26667rem 0;
  width: 8.13333rem;
  box-sizing: border-box;
}

#news .introduce-wrapper .intro-block .swiper-wrapper img {
  margin-bottom: 0.4rem;
}

#news .introduce-wrapper .intro-block .swiper-wrapper .bangdan {
  width: 100%;
}

#guest {
  background-image: url("../img/bg.png");
  height: 17.75rem;
  background-size: 100%;
  position: relative;
}

#guest .swiper-slide {
  background-color: initial;
}

#guest .introduce-wrapper {
  width: 9.18667rem;
  height: 10.13333rem;
  background: url("../img/yicheng.png") no-repeat;
  background-size: 9.18667rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 8.66667rem;
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
}

#guest .introduce-wrapper .intro-block {
  width: 8.53333rem;
  height: 7.46667rem;
  max-height: 9.92rem;
  padding: 0.8rem 0.26667rem 0;
  margin-top: 0.53333rem;
}

#news1 {
  background-image: url("../img/bg.png");
  height: 17.75rem;
  background-size: 100%;
  position: relative;
}

#news1 .swiper-slide {
  background-color: initial;
}

#news1 .introduce-wrapper {
  width: 9.18667rem;
  background: url("../img/news1.png") no-repeat;
  background-size: 9.18667rem;
  height: 10.13333rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 8.66667rem;
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
}

#news1 .introduce-wrapper .intro-block {
  width: 8.53333rem;
  height: 8rem;
  padding: 1.06667rem 0.26667rem 0;
  overflow: hidden;
}

#news1 .introduce-wrapper .intro-block .swiper-wrapper {
  padding: 0 0.26667rem 0;
  box-sizing: border-box;
  margin-left: 0.32rem;
}

#news1 .introduce-wrapper .intro-block .swiper-wrapper img {
  margin-bottom: 0.4rem;
}

#news1 .introduce-wrapper .intro-block .swiper-wrapper .bangdan {
  width: 100%;
}

#news1 .introduce-wrapper .intro-block .wangjie-list {
  width: 7.86667rem;
  margin: 0 auto;
}

#news1 .introduce-wrapper .intro-block .wangjie-list .wangjie-item {
  margin: 0.45333rem 0;
}

#news1 .introduce-wrapper .intro-block .wangjie-list .wangjie-item > a {
  text-decoration: none;
}

#news1 .introduce-wrapper .intro-block .wangjie-list .wangjie-item > a .logo-wrapper {
  width: 7.86667rem;
  height: 2.44rem;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

#news1 .introduce-wrapper .intro-block .wangjie-list .wangjie-item > a .logo-wrapper > img {
  width: 100%;
}

#news1 .introduce-wrapper .intro-block .wangjie-list .wangjie-item > a .title-detail {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 0.01333rem solid #dadada;
  padding: 0.34667rem 0 0.26667rem;
}

#news1 .introduce-wrapper .intro-block .wangjie-list .wangjie-item > a .title-detail .year {
  width: 1.2rem;
  font-size: 0.46667rem;
  font-weight: bold;
  color: #b29262;
  padding-right: 0.26667rem;
}

#news1 .introduce-wrapper .intro-block .wangjie-list .wangjie-item > a .title-detail .title {
  font-size: 0.34667rem;
  color: rgba(64, 64, 64, 0.8);
  width: 5.93333rem;
  display: block;
  text-align: left;
  border-left: 0.01333rem solid #dadada;
  padding-left: 0.26667rem;
  line-height: 1.25;
}

#news1 .introduce-wrapper .intro-block .wangjie-list .wangjie-item > a .title-detail .arrow {
  font-size: 0.4rem;
  color: #7f7f7f;
}

#news1 .introduce-wrapper .intro-block .news-inner-list .news-item {
  width: 8rem;
  margin: 0.26667rem auto;
}

#news1 .introduce-wrapper .intro-block .news-inner-list .news-item > a {
  display: block;
  text-decoration: none;
  padding: 0.26667rem 0.18667rem;
  background-color: #fff;
  border-radius: 0.10667rem;
}

#news1 .introduce-wrapper .intro-block .news-inner-list .news-item > a .news-desc {
  font-size: 0.32rem;
  color: #8c8c8c;
  text-align: justify;
  line-height: 1.25;
  padding: 0.4rem 0 0.21333rem;
}

#news1 .introduce-wrapper .intro-block .news-inner-list .news-item > a .news-time {
  padding-top: 0.21333rem;
  color: #b2b2b2;
  font-size: 0.26667rem;
  text-align: right;
}

#news1 .introduce-wrapper .intro-block .news-inner-list .news-item > a .title-wrapper {
  display: flex;
  justify-content: flex-start;
  border-bottom: 0.01333rem solid #f4f4f4;
  padding-bottom: 0.26667rem;
  width: 100%;
  box-sizing: border-box;
}

#news1 .introduce-wrapper .intro-block .news-inner-list .news-item > a .title-wrapper > img {
  display: block;
  width: 2.72rem;
  margin-right: 0.4rem;
}

#news1 .introduce-wrapper .intro-block .news-inner-list .news-item > a .title-wrapper p {
  width: 4rem;
  font-size: 0.34667rem;
  color: #333333;
  text-align: justify;
  line-height: 1.25;
  margin-left: 0.13333rem;
}

#guest1 {
  background-image: url("../img/bg.png");
  height: 17.75rem;
  background-size: 100%;
  position: relative;
}

#guest1 .swiper-slide {
  background-color: initial;
}

#guest1 .introduce-wrapper {
  width: 9.18667rem;
  height: 10.13333rem;
  background: url("../img/guest1.png") no-repeat;
  background-size: 9.18667rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 8.66667rem;
  margin: 0 auto;
  overflow: hidden;
}

#guest1 .introduce-wrapper .intro-block {
  width: 8.53333rem;
  height: 7.2rem;
  padding: 1.06667rem 0.26667rem 0;
}

#guest1 .introduce-wrapper .intro-block .guest-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#guest1 .introduce-wrapper .intro-block .guest-list .guest-item {
  width: 1.97333rem;
  margin: 0.53333rem 0.42667rem;
}

#guest1 .introduce-wrapper .intro-block .guest-list .guest-item .img-wrapper {
  width: 1.97333rem;
  height: 2rem;
  border-radius: 0.10667rem;
  overflow: hidden;
}

#guest1 .introduce-wrapper .intro-block .guest-list .guest-item .img-wrapper > img {
  width: 100%;
}

#guest1 .introduce-wrapper .intro-block .guest-list .guest-item .name {
  font-size: 0.34667rem;
  color: #0050da;
  text-align: center;
  margin: 0.16rem 0 0.24rem;
}

#guest1 .introduce-wrapper .intro-block .guest-list .guest-item .desc {
  font-size: 0.26667rem;
  line-height: 1.25;
  color: #616161;
  text-align: left;
}

#zuzhi {
  background-image: url("../img/bg.png");
  background-size: 100%;
  position: relative;
}

#zuzhi .introduce-wrapper {
  width: 9.18667rem;
  height: 10.13333rem;
  background: url("../img/zuzhi.png") no-repeat;
  background-size: 9.18667rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 8.66667rem;
  margin: 0 auto;
  overflow: hidden;
}

#zuzhi .introduce-wrapper .intro-block {
  width: 8.53333rem;
  height: 8rem;
  padding: 0.8rem 0.26667rem 0;
  overflow: hidden;
  overflow-y: scroll;
  box-sizing: border-box;
  margin: 0.53333rem auto 0;
}

#zuzhi .introduce-wrapper .intro-block img {
  width: 100%;
  height: initial;
  margin-top: 0.53333rem !important;
}

#dhlocation {
  background-image: url("../img/bg.png");
  height: 17.75rem;
  background-size: 100%;
  position: relative;
}

#dhlocation .introduce-wrapper {
  width: 9.18667rem;
  height: 10.13333rem;
  background: url("../img/dhlocation.png") no-repeat;
  background-size: 9.18667rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 8.66667rem;
  margin: 0 auto;
  overflow: hidden;
}

#dhlocation .introduce-wrapper .intro-block {
  width: 8.53333rem;
  height: 7.2rem;
  padding: 1.06667rem 0.26667rem 0;
  overflow: hidden;
  overflow-y: scroll;
  box-sizing: border-box;
  margin: auto;
}

#dhlocation .u-mapBox {
  width: 100%;
  height: 5.6rem;
  margin: 0 auto;
  overflow: hidden;
}

#history {
  background-image: url("../img/bg.png");
  height: 17.75rem;
  background-size: 100%;
  position: relative;
}

#history .introduce-wrapper {
  width: 9.18667rem;
  height: 10.13333rem;
  background: url("../img/history.png") no-repeat;
  background-size: 9.18667rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 8.66667rem;
  margin: 0 auto;
  overflow: hidden;
}

#history .introduce-wrapper .intro-block {
  width: 8.53333rem;
  height: 8.8rem;
  padding: 1.2rem 0.26667rem 0;
  overflow: hidden;
  box-sizing: border-box;
  margin: auto;
}

#history .introduce-wrapper .intro-block .item {
  position: relative;
  margin-bottom: 0.26667rem;
}

#history .introduce-wrapper .intro-block .item .totalImg {
  width: 100%;
}

#history .introduce-wrapper .intro-block .item .year {
  position: absolute;
  bottom: -0.26667rem;
  left: 0.66667rem;
  font-size: 0.21333rem;
  z-index: 90;
}

#history .introduce-wrapper .intro-block .item .year span {
  position: absolute;
  left: 0.05333rem;
  color: #0050da;
  top: 0.05333rem;
  font-size: 0.34667rem;
  font-weight: 600;
}

#history .introduce-wrapper .intro-block .item .year img {
  width: 1.06667rem;
}

#watch {
  background-image: url("../img/bg.png");
  height: 17.75rem;
  background-size: 100%;
  position: relative;
}

#watch .introduce-wrapper {
  width: 9.18667rem;
  height: 10.13333rem;
  background: url("../img/live.png") no-repeat;
  background-size: 9.18667rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 8.66667rem;
  margin: 0 auto;
  overflow: hidden;
}

#watch .introduce-wrapper .intro-block {
  width: 8.53333rem;
  height: 8rem;
  padding: 1.2rem 0.26667rem 0;
  overflow: hidden;
  overflow-y: scroll;
  margin-left: 10px;
  box-sizing: border-box;
}

#watch .introduce-wrapper .intro-block img {
  position: absolute;
  z-index: 999;
  width: 1.33333rem;
  left: 45%;
  top: 36%;
}

.bannerSwiper-slide {
  width: 8.8rem;
}

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

#zbfaBanner {
  position: relative;
}

#zbfaBanner .swiper-slide {
  width: 8.26667rem;
  margin: 1.33333rem auto 0;
}

#zbfaBanner .swiper-slide img {
  width: 8.26667rem;
}

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