/* 轮播图 */
.banner-swiper .item-img {
  width: 100%;
  height: 100%;
}
.banner-swiper .next-wrap {
  position: absolute;
  width: 1200px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  padding-left: 1100px;
}
.banner-page {
  bottom: 20px !important;
}
.banner-page .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #fff;
  margin: 0 10px !important;
}

/* 目前用户 */
.user-count-wrap {
  background-image: url(../img/img-1.jpg);
  height: 960px;
}
.user-count .cs-title1 {
  padding-bottom: 66px;
}
.user-count .num-box {
  width: 80px;
  height: 110px;
  line-height: 110px;
  border: 1px solid #0D0D0D;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 60px;
  margin-right: 16px;
}
.wap-qr-code .code {
  width: 188px;
  height: 188px;
  margin: 0 auto;
}
.wap-qr-code .wap-link {
  width: 240px;
  height: 46px;
  line-height: 46px;
  border-radius: 23px;
  text-align: center;
  margin-top: 16px;
  background-color: #0D0D0D;
  color: #fff;
}

/* 关于我们 */
.about-wrap {
  /*background-image: url(../img/img-2.jpg);*/
  height: 960px;
}
.about-wrap .about-title {
  padding: 195px 0 70px;
}
.about-wrap .left-cell,
.about-wrap .right-cell {
  height: 430px;
  background-color: #fff;
}
.about-wrap .left-cell {
  width: 430px;
}
.about-wrap .right-cell {
  width: 754px;
  padding: 100px 110px 30px;
}
.about-wrap .right-cell .desc {
  color: #5E5E5E;
  margin-top: 30px;
  -webkit-line-clamp: 6;
  max-height: 180px;
}
.right-cell .cs-title1 .en {
  padding-bottom: 10px;
}
/* 公社章程 狼族文化园 */
.charter-cell {
  background-color: #fff;
  padding: 50px 110px;
  box-shadow: 0px 4px 8px 0px rgba(0, 5, 32, 0.1);
}
.charter-more {
  text-align: right;
  color: #000;
  margin-top: 70px;
}
.charter-cell .rich-text {
  height: 180px;
  overflow: hidden;
}
.charter-cell-group {
  padding-bottom: 160px;
}
.charter-cell-group .cell {
  width: 180px;
  height: 200px;
  background-color: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 5, 32, 0.1);
  position: relative;
}
.charter-cell-group .icon {
  width: 84px;
  height: 84px;
}
.charter-cell-group .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  color: #fff;
  transition: all 0.5s;
  opacity: 0;
}
.charter-cell-group .content .line {
  width: 20px;
  height: 2px;
  background-color: #fff;
  margin: 14px 0;
}
.charter-cell-group .cell:hover .content {
  opacity: 1;
}