@charset "UTF-8";
/**
*风采样式
*/
#banner {
  width: 100%;
  height: 605px;
  position: relative;
  overflow: hidden;
}

#banner .swiper-slide {
  width: 100% !important;
}

#banner .bgImg {
  width: 100%;
  height: 605px;
}

#banner .anchorInfoBox {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  width: 1200px;
  display: flex;
  z-index: 2;
}

#banner .anchorInfoBox .banner-right-btn,
#banner .anchorInfoBox .banner-left-btn {
  position: absolute;
  top: -308px;
  width: 63px;
  height: 63px;
  z-index: 2;
  outline: none;
  cursor: pointer;
  display: none;
}

#banner .anchorInfoBox .banner-right-btn {
  right: 0;
  background: url("/public/front/images/nav_right_grey.png") no-repeat;
  background-size: 100% 100%;
}

#banner .anchorInfoBox .banner-left-btn {
  left: 0;
  background: url("/public/front/images/nav_left_grey.png") no-repeat;
  background-size: 100% 100%;
}

#banner .anchorInfoBox .swiper-pagination-bullet {
  margin-right: 10px;
}

#banner .anchorInfoBox .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.5);
}

#banner .anchorInfoBox .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#banner:hover .banner-left-btn,
#banner:hover .banner-right-btn {
  display: block;
}

.activeBox_botom {
  width: 100%;
  border-bottom: 20px solid #f2f2f2;
}

.activeBox {
  width: 1200px;
  min-height: 600px;
  margin: 0 auto 60px;
}

.activeBox .titleBox {
  display: flex;
  align-items: center;
  color: #3C3C3C;
  font-size: 26px;
  padding: 20px 0;
}

.activeBox .titleBox .navList {
  display: flex;
  padding-left: 15px;
}

.activeBox .titleBox .navList .navBtn {
  width: 68px;
  height: 28px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #F2F2F2;
  color: #707070;
  margin-right: 10px;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}

.activeBox .titleBox .navList .navActive {
  color: #fff;
  background: #FF6365;
}

/* 近期活动 */
.nearActive {
  display: flex;
  flex-wrap: wrap;
}

.nearActive .item:nth-child(4n) {
  padding-right: 0;
}

.nearActive .item {
  width: 291px;
  padding: 0 12px 20px 0;
  cursor: pointer;
}

.nearActive .item .itemImg {
  width: 291px;
  height: 158px;
  background: #F2F2F2;
  border-radius: 10px 10px 0px 0px;
}

.nearActive .item .itemImg img {
  width: 291px;
  height: 158px;
  border-radius: 10px 10px 0px 0px;
}

.nearActive .item .activeTitle {
  width: 266px;
  height: 40px;
  line-height: 40px;
  color: #707070;
  font-size: 14px;
  padding: 0 15px 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #F2F2F2;
  border-radius: 0px 0px 10px 10px;
}

/* 战神动态 */
.wz_dynamic {
  position: relative;
  width: 100%;
  padding: 0 21px;
  text-align: center;
  box-sizing: border-box;
}

.wz_dynamic .wz_dynamic-left-btn,
.wz_dynamic .wz_dynamic-right-btn {
  position: absolute;
  top: 158px;
  width: 20px;
  height: 20px;
  z-index: 2;
  outline: none;
  cursor: pointer;
}

.wz_dynamic .wz_dynamic-left-btn {
  left: 0;
  background: url("/public/front/images/nav_return_left.png") no-repeat;
  background-size: 100% 100%;
}

.wz_dynamic .wz_dynamic-right-btn {
  right: 0;
  background: url("/public/front/images/nav_return_right.png") no-repeat;
  background-size: 100% 100%;
}

.wz_dynamic .swiper-container {
  overflow: hidden;
}

.wz_dynamic .noMsg {
  width: 200px;
  margin: 0 auto;
  font-size: 12px;
  color: #707070;
  text-align: center;
  line-height: 40px;
}

.wz_dynamic .noMsg img {
  width: 200px;
  height: 180px;
}

.wz_dynamic .date {
  position: relative;
  font-size: 16px;
  color: #FF6365;
  padding-bottom: 11px;
  border-bottom: 1px solid #F2F2F2;
}

.wz_dynamic .date::before {
  content: " ";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FF6365;
}

.wz_dynamic .item,
.wz_dynamic .swiper-slide {
  width: 386px !important;
}

.wz_dynamic .item .itemImg {
  width: 356px;
  height: 197px;
  border-radius: 10px 10px 0px 0px;
  background: #F2F2F2;
  margin: 28px auto 0;
}

.wz_dynamic .item .itemImg img {
  width: 356px;
  height: 197px;
  border-radius: 10px 10px 0px 0px;
}

.wz_dynamic .item .activeTitle {
  width: 326px;
  height: 45px;
  line-height: 45px;
  color: #707070;
  font-size: 14px;
  padding: 0 19px 0 11px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #F2F2F2;
  border-radius: 0px 0px 10px 10px;
  margin: 0 auto;
}

.activeBox .none,
.wz_dynamic .none {
  display: none;
}
