/*添加视频特殊处理*/
/*PC端*/
/*M端*/
#top-video {
  width: 100%;
  height: calc(100vh - 1.5rem);
  position: fixed;
  top: 1.5rem;
  left: 0;
  z-index: 1;
}
#top-video.fixed {
  height: 100vh;
  top: 0;
}
#top-video .video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top-video a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#top-video a.none {
  cursor: default;
}
#top-video .video_ico {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2vh;
  animation: upDown 1s infinite;
  width: 0.4rem;
  height: 0.42rem;
  display: inline-block;
  transform: scale(0.5);
}
@keyframes upDown {
  from {
    margin-bottom: 0;
  }
  to {
    margin-bottom: 10px;
  }
}
@-webkit-keyframes upDown {
  from {
    margin-bottom: 0;
  }
  to {
    margin-bottom: 10px;
  }
}
.header .warning {
  position: fixed;
  top: 0;
  width: 100%;
  border: none;
}
.header .nav {
  background: none;
  border-bottom: none;
}
.header .nav.onBg .navBox .logo {
  background: none;
}
.header .nav.onBg .navBox .logo img {
  display: block;
}
.header .nav.onBg .navBox .navbar li a.title {
  color: rgba(0, 0, 0, 0.8);
}
.header .nav .navBox .logo {
  background: url('../image/logo_w.png') no-repeat center;
  background-size: 1.79rem auto;
}
.header .nav .navBox .logo img {
  display: none;
}
.header .nav.fixed {
  z-index: 1;
  top: 0;
  background: #ffffff;
}
.header .nav.fixed .navBox .logo {
  background: none;
}
.header .nav.fixed .navBox .logo img {
  display: block;
}
.header .nav.fixed .navBox .navbar li a.title {
  color: rgba(0, 0, 0, 0.8);
}
.header .nav .navBox .navbar li a.title {
  color: #fff;
}
.container-fluid {
  margin-top: calc(100vh + 1.5rem);
  position: relative;
  background: #fff;
}
.container-fluid .containerBox {
  position: relative;
  z-index: 1000;
}
.container-fluid .containerBox .bannerBox {
  position: relative;
  height: 9rem;
}
.container-fluid .containerBox .bannerBox .banner {
  height: 100%;
  width: 100%;
}
.container-fluid .containerBox .bannerBox .banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.container-fluid .containerBox .bannerBox .banner .swiper-slide .none {
  cursor: default;
}
.container-fluid .containerBox .bannerBox .banner .swiper-slide a {
  display: block;
  height: 100%;
}
.container-fluid .containerBox .bannerBox .banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container-fluid .containerBox .bannerBox .bannerThumb {
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  background-color: rgba(150, 144, 162, 0.15);
}
.container-fluid .containerBox .bannerBox .bannerThumb .swiper-wrapper {
  display: flex;
  flex-direction: column;
  transform: none!important;
}
.container-fluid .containerBox .bannerBox .bannerThumb .swiper-wrapper .swiper-slide {
  width: 100%!important;
  height: calc(100%/5);
  cursor: pointer;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 0 0.15rem;
}
.container-fluid .containerBox .bannerBox .bannerThumb .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  background-color: rgba(17, 16, 19, 0.25);
}
.container-fluid .containerBox .bannerBox .bannerThumb .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container-fluid .containerBox .bannerBox .bannerThumb .swiper-wrapper .swiper-slide .tit {
  color: #fff;
  font-size: 0.18rem;
  line-height: 0.26rem;
  font-weight: bold;
}
.container-fluid .containerBox .module {
  position: relative;
}
.container-fluid .containerBox .module .line {
  height: 0.02rem;
  background-color: #e6e5e5;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 16.6rem;
}
.container-fluid .containerBox .module .top {
  font-size: 0.18rem;
  line-height: 0.24rem;
  text-align: center;
  width: 11rem;
  margin: 0 auto;
  color: rgba(51, 51, 51, 0.6);
}
.container-fluid .containerBox .module .top .tit {
  font-size: 0.48rem;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Arial-Black;
  margin-bottom: 0.3rem;
  color: #333333;
}
.container-fluid .containerBox .bandEvents {
  padding: 1.9rem 0 1.2rem;
}
.container-fluid .containerBox .bandEvents .partList-m {
  display: none;
}
.container-fluid .containerBox .bandEvents .partList {
  margin-top: 0.8rem;
  display: flex;
  justify-content: space-between;
}
.container-fluid .containerBox .bandEvents .partList li {
  width: calc(50% - 0.3rem);
}
.container-fluid .containerBox .bandEvents .partList li a.none {
  cursor: no-drop;
}
.container-fluid .containerBox .bandEvents .partList li .tit {
  font-size: 0.18rem;
  color: #000;
  text-align: center;
  font-weight: bold;
  display: block;
  margin: 0.2rem 0;
}
.container-fluid .containerBox .bandEvents .partList li .img {
  width: 100%;
  overflow: hidden;
  border-radius: 0.3rem;
}
.container-fluid .containerBox .bandEvents .partList li .img img {
  width: 100%;
  border-radius: 0.3rem;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.container-fluid .containerBox .bandEvents .partList li .img:hover img {
  transform: scale(1.05);
}
.container-fluid .containerBox .videoList {
  padding: 1.2rem 0;
}
.container-fluid .containerBox .videoList .swiper-container {
  margin-left: auto;
  margin-right: auto;
}
.container-fluid .containerBox .videoList .swiper-container.mySwiperVideo {
  margin-top: 1.4rem;
  width: 14.6rem;
  height: 5.6rem;
  box-sizing: border-box;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.container-fluid .containerBox .videoList .swiper-container.mySwiperVideo .caoBox {
  position: absolute;
  bottom: 0.11rem;
  right: 0;
  width: 4.5rem;
  height: 0.5rem;
}
.container-fluid .containerBox .videoList .swiper-container.mySwiperVideo .caoBox .swiper-button-prev {
  left: 0.56rem;
  margin-top: -0.07rem;
  background: url(../image/index/video_left_ico_b.png) no-repeat;
  background-size: 0.41rem;
  width: 0.41rem;
  height: 0.41rem;
}
.container-fluid .containerBox .videoList .swiper-container.mySwiperVideo .caoBox .swiper-button-prev:hover {
  opacity: 0.8;
}
.container-fluid .containerBox .videoList .swiper-container.mySwiperVideo .caoBox .swiper-button-next {
  left: 1.15rem;
  margin-top: -0.07rem;
  background: url(../image/index/video_right_ico_b.png) no-repeat;
  background-size: 0.41rem;
  width: 0.41rem;
  height: 0.41rem;
}
.container-fluid .containerBox .videoList .swiper-container.mySwiperVideo .caoBox .swiper-button-next:hover {
  opacity: 0.8;
}
.container-fluid .containerBox .videoList .swiper-container.mySwiperVideo .caoBox .swiper-pagination {
  bottom: 0px;
  left: 0;
  width: 100%;
  text-align: left;
  padding-left: 1.8rem;
}
.container-fluid .containerBox .videoList .swiper-container.mySwiperVideo .caoBox .swiper-pagination .swiper-pagination-bullet {
  width: 0.15rem;
  height: 0.15rem;
  display: inline-block;
  background: #e5e5e5;
  margin: 0 0.1rem;
}
.container-fluid .containerBox .videoList .swiper-container.mySwiperVideo .caoBox .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00a8ff;
}
.container-fluid .containerBox .videoList .swiper-container.mySwiperVideo .swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  background-size: cover;
  background-position: center;
  height: 5.6rem !important;
  width: 14.6rem !important;
  opacity: 0 !important;
}
.container-fluid .containerBox .videoList .swiper-container.mySwiperVideo .swiper-slide.swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  z-index: 8;
}
.container-fluid .containerBox .videoList .swiper-container.mySwiperVideo .swiper-slide .leftVideo {
  width: 9.9rem;
  height: 5.6rem;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
}
.container-fluid .containerBox .videoList .swiper-container.mySwiperVideo .swiper-slide .leftVideo video {
  width: 100%;
}
.container-fluid .containerBox .videoList .swiper-container.mySwiperVideo .swiper-slide .rightInfo {
  position: absolute;
  right: 0;
  top: 0;
  width: 4rem;
  height: 5.6rem;
}
.container-fluid .containerBox .videoList .swiper-container.mySwiperVideo .swiper-slide .rightInfo .con {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  text-align: left;
}
.container-fluid .containerBox .videoList .swiper-container.mySwiperVideo .swiper-slide .rightInfo .con h3.tit {
  color: #000;
  font-size: 0.36rem;
  line-height: 0.34rem;
  margin-bottom: 0.2rem;
  font-family: radnika-bold;
}
.container-fluid .containerBox .videoList .swiper-container.mySwiperVideo .swiper-slide .rightInfo .con h3.tit .num {
  display: block;
  font-style: inherit;
}
.container-fluid .containerBox .videoList .swiper-container.mySwiperVideo .swiper-slide .rightInfo .con p {
  color: #333333;
  font-size: 0.24rem;
  line-height: 0.26rem;
  text-decoration: none;
  font-weight: 500;
}
.container-fluid .containerBox .videoList .swiper-container.mySwiperVideo .swiper-slide .rightInfo .con p .more {
  color: #00a8ff;
  display: block;
  font-style: inherit;
  margin-top: 0.05rem;
}
.container-fluid .containerBox .videoList .swiper-container.mySwiperVideo .swiper-slide .rightInfo .con p .more:hover {
  color: #00a8ff;
}
.container-fluid .containerBox .picksList {
  padding: 1.2rem 0;
}
.container-fluid .containerBox .picksList .pickShow {
  width: 100%;
  margin-top: 0.8rem;
}
.container-fluid .containerBox .picksList .pickShow .swiper-wrapper {
  display: flex;
  justify-content: space-between;
}
.container-fluid .containerBox .picksList .pickShow .swiper-slide {
  width: 2.71rem;
  height: 4.81rem;
  position: relative;
}
.container-fluid .containerBox .picksList .pickShow .swiper-slide.on .img .mask {
  opacity: 0;
}
.container-fluid .containerBox .picksList .pickShow .swiper-slide.on .img video {
  opacity: 1;
}
.container-fluid .containerBox .picksList .pickShow .swiper-slide.on .img .info {
  z-index: 5;
}
.container-fluid .containerBox .picksList .pickShow .swiper-slide .info {
  position: absolute;
  bottom: 0.2rem;
  width: 100%;
  text-align: center;
  font-size: 0.18rem;
  color: #fff;
  z-index: 3;
}
.container-fluid .containerBox .picksList .pickShow .swiper-slide .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0.1rem;
  opacity: 1;
}
.container-fluid .containerBox .picksList .pickShow .swiper-slide .img {
  width: 100%;
  height: 100%;
}
.container-fluid .containerBox .picksList .pickShow .swiper-slide .img a {
  display: block;
  height: 100%;
}
.container-fluid .containerBox .picksList .pickShow .swiper-slide .img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.1rem;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: 2;
}
.container-fluid .containerBox .picksList .pickShow .swiper-slide .img img {
  transition: all 0.5s ease-in-out;
  display: block;
}
.container-fluid .containerBox .picksList .pickShow .swiper-slide .img img.bg {
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
}
.container-fluid .containerBox .Footsteps {
  padding-top: 1.2rem;
  height: 12.6rem;
  background-position: center bottom;
  background-size: 100% 9rem;
  position: relative;
  background-repeat: no-repeat;
}
.container-fluid .containerBox .Footsteps .bg {
  background-position: center;
  background-size: 100% 3.33rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  height: 3.33rem;
  width: 100%;
}
.container-fluid .containerBox .Footsteps .list {
  width: 100%;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  color: #333;
  font-weight: bold;
}
.container-fluid .containerBox .Footsteps .list li {
  text-align: center;
  width: 3rem;
}
.container-fluid .containerBox .Footsteps .list li .num {
  font-size: 0.85rem;
}
.container-fluid .containerBox .Footsteps .list li .text {
  font-size: 0.24rem;
  color: #666;
}
.container-fluid .containerBox #scollSwishes {
  width: 100%;
  position: absolute;
  bottom: 0.9rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
.container-fluid .containerBox #scollSwishes .wishe-list {
  cursor: pointer;
  width: 200%;
  display: flex;
}
.container-fluid .containerBox #scollSwishes .wishe-list li {
  width: 50%;
  flex: 0 0 auto;
}
.container-fluid .containerBox #scollSwishes .wishe-list li img {
  width: 100%;
}
@media (max-width: 750px) {
  #top-video {
    height: calc(100vh - 2rem);
    position: fixed;
    top: 2rem;
    background-color: #000;
  }
  .container-fluid .containerBox .bannerBox {
    position: relative;
    height: 12.36rem;
    margin: 0 0.2rem;
  }
  .container-fluid .containerBox .bannerBox .banner {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .container-fluid .containerBox .bannerBox .banner .swiper-pagination {
    top: initial;
    bottom: 0;
    background: #aedeee;
  }
  .container-fluid .containerBox .bannerBox .banner .swiper-pagination .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #00a8ff;
  }
  .container-fluid .containerBox .bannerBox .banner .swiper-slide {
    font-size: 18px;
  }
  .container-fluid .containerBox .bannerBox .banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container-fluid .containerBox .bannerBox .bannerThumb {
    display: none;
  }
  .container-fluid .containerBox .module .line {
    width: 100%;
  }
  .container-fluid .containerBox .module .top {
    font-size: 0.24rem;
    line-height: 0.3rem;
    width: 6.8rem;
  }
  .container-fluid .containerBox .module .top .tit {
    font-size: 0.36rem;
    margin-bottom: 0.3rem;
  }
  .container-fluid .containerBox .bandEvents .partList.pc {
    display: none;
  }
  .container-fluid .containerBox .bandEvents .partList-m {
    display: block;
    margin: 0.4rem auto 0;
    width: 7.2rem;
  }
  .container-fluid .containerBox .bandEvents .partList-m .swiper-slide {
    width: 100%;
  }
  .container-fluid .containerBox .bandEvents .partList-m .swiper-slide img {
    width: 100%;
    height: auto;
  }
  .container-fluid .containerBox .bandEvents .partList-m .swiper-slide a.none {
    cursor: no-drop;
  }
  .container-fluid .containerBox .bandEvents .partList-m .swiper-pagination .swiper-pagination-bullet {
    width: 0.36rem;
    height: 0.06rem;
    background: #fff;
    border-radius: 0.04rem;
  }
  .container-fluid .containerBox .bandEvents .partList-m .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #00a8ff;
  }
  .container-fluid .containerBox .videoList {
    padding: 1.2rem 0;
  }
  .container-fluid .containerBox .videoList .swiper-container.mySwiperVideo {
    width: 7.1rem;
    height: 6.3rem;
    margin: 0.4rem auto 0;
    border-radius: 0;
  }
  .container-fluid .containerBox .videoList .swiper-container.mySwiperVideo .caoBox {
    position: absolute;
    top: 4.15rem;
    width: 4.5rem;
    height: 0.5rem;
  }
  .container-fluid .containerBox .videoList .swiper-container.mySwiperVideo .caoBox .swiper-button-prev {
    margin-top: -0.1rem;
    background: url(../image/index/video_left_ico_b.png) no-repeat;
    background-size: 0.41rem;
  }
  .container-fluid .containerBox .videoList .swiper-container.mySwiperVideo .caoBox .swiper-button-next {
    margin-top: -0.1rem;
    background: url(../image/index/video_right_ico_b.png) no-repeat;
    background-size: 0.41rem;
  }
  .container-fluid .containerBox .videoList .swiper-container.mySwiperVideo .swiper-slide {
    height: auto !important;
    width: 7.5rem !important;
  }
  .container-fluid .containerBox .videoList .swiper-container.mySwiperVideo .swiper-slide .leftVideo {
    width: 7.1rem;
    height: 4rem;
  }
  .container-fluid .containerBox .videoList .swiper-container.mySwiperVideo .swiper-slide .rightInfo {
    left: 0;
    top: 4.3rem;
    width: 7.1rem;
    height: 3rem;
  }
  .container-fluid .containerBox .videoList .swiper-container.mySwiperVideo .swiper-slide .rightInfo .con {
    position: absolute;
    top: 0;
    transform: none;
    width: 7rem;
  }
  .container-fluid .containerBox .videoList .swiper-container.mySwiperVideo .swiper-slide .rightInfo .con h3.tit {
    font-size: 0.48rem;
    line-height: 0.48rem;
    margin-bottom: 0.2rem;
  }
  .container-fluid .containerBox .videoList .swiper-container.mySwiperVideo .swiper-slide .rightInfo .con p {
    font-size: 0.24rem;
    line-height: 0.26rem;
    padding-right: 1.5rem;
  }
  .container-fluid .containerBox .videoList .swiper-container.mySwiperVideo .swiper-slide .rightInfo .con p .more {
    color: #00a8ff;
    margin-top: -0.24rem;
    text-align: right;
    margin-right: -1.5rem;
  }
  .container-fluid .containerBox .videoList .swiper-container.mySwiperVideo .swiper-slide .rightInfo .con p .more:hover {
    color: #00a8ff;
  }
  .container-fluid .containerBox .picksList {
    padding: 1.2rem 0;
  }
  .container-fluid .containerBox .picksList .top {
    width: 6.5rem;
  }
  .container-fluid .containerBox .picksList .pickShow {
    width: 100%;
    margin-top: 0.4rem;
  }
  .container-fluid .containerBox .picksList .pickShow .swiper-slide {
    width: 2.71rem;
    height: auto;
    opacity: 0.6;
  }
  .container-fluid .containerBox .picksList .pickShow .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
  .container-fluid .containerBox .picksList .pickShow .swiper-slide .info {
    bottom: 0.3rem;
    font-size: 0.24rem;
    line-height: 0.3rem;
  }
  .container-fluid .containerBox .Footsteps {
    padding-top: 1.2rem;
    height: 12.36rem;
    background-size: 100% 6.3rem;
  }
  .container-fluid .containerBox .Footsteps .bg {
    display: none;
  }
  .container-fluid .containerBox .Footsteps .list {
    width: 100%;
    padding: 1rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .container-fluid .containerBox .Footsteps .list li {
    text-align: center;
    margin-bottom: 0.5rem;
  }
  .container-fluid .containerBox .Footsteps .list li .num {
    font-size: 0.6rem;
  }
  .container-fluid .containerBox #scollSwishes .wishe-list {
    width: calc(25.51rem * 2) !important;
  }
  .container-fluid .containerBox #scollSwishes .wishe-list li {
    width: 25.51rem;
    flex: 0 0 auto;
  }
  .container-fluid .containerBox #scollSwishes .wishe-list li img {
    width: 25.51rem;
    height: 2.04rem;
  }
}
.wewew {
  display: none;
}
