* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}
html,
body {
  max-width: 750px;
  height: 100%;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  margin: auto;
}
html {
  font-size: 13.33vw;
}
@media screen and (min-width: 750px) {
  html {
    font-size: 100px;
  }
}

@media screen and (min-width: 768px) {
  html body .common-wrap .about-wrap .council-box .img-list .item .img-box .image {
    height: 300px !important;
  }
  .bottom-name .each {
    margin-top: 10px;
  }
  .bottom-name .each span:first-child {
    width: 210px;
  }
}

body {
  font-size: 0.26rem;
}
ul,
li {
  list-style: none;
}
a {
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}
img {
  border: none;
}
textarea {
  resize: none;
}
input {
  border: none;
}
.common-banner {
  height: 2.7rem;
}
.common-banner .text {
  height: 100%;
  padding-top: 0.88rem;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.common-banner .text .title-cn {
  line-height: 0.5rem;
  font-size: 0.36rem;
  font-weight: 500;
}
.common-banner .text .title-en {
  line-height: 0.3rem;
  font-size: 0.22rem;
  margin-top: 0.12rem;
}
.common-nav {
  position: relative;
  height: 0.76rem;
  line-height: 0.76rem;
  padding-top: 0.2rem;
  background-color: #fff;
  font-size: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-bottom: 0.01rem solid #EEEEEE;
}
.common-nav:after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 0.6rem;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, #ffffff 100%);
  content: '';
}
.common-nav::-webkit-scrollbar {
  display: none;
}
.common-nav .nav-list {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.common-nav .nav-list .link {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0 0.3rem;
  box-sizing: border-box;
  color: #999;
  font-size: 0.26rem;
  vertical-align: middle;
  margin-right: 0.3rem;
}
.common-nav .nav-list .link:last-child {
  margin-right: 0;
}
.common-nav .nav-list .link.active {
  color: #44a902;
  font-weight: 500;
}
.common-nav .nav-list .link.active:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.01rem;
  margin: auto;
  width: 0.34rem;
  height: 0.04rem;
  background-color: #44a902;
  border-radius: 0.02rem;
  content: '';
}
.common-list-title {
  position: relative;
  padding-left: 0.26rem;
  color: #333;
  font-size: 0.3rem;
  line-height: 0.33rem;
  font-weight: 500;
}
.common-list-title:before {
  position: absolute;
  left: 0;
  top: 0.01rem;
  display: block;
  width: 0.06rem;
  height: 0.33rem;
  background-color: #44a902;
  content: '';
}
.common-list-title .sub {
  color: #999;
  font-size: 0.2rem;
  line-height: 0.28rem;
  font-weight: 500;
  margin-left: 0.1rem;
}
.common-tab-box {
  display: flex;
  justify-content: space-between;
}
.common-tab-box .btn {
  display: block;
  width: 2.14rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  box-sizing: border-box;
  font-size: 0.26rem;
  border-radius: 0.04rem;
  color: #999;
  background-color: #F7F7F7;
}
.common-tab-box .btn.active {
  background-color: #44a902;
  color: #fff;
}
.common-tag-box {
  display: flex;
  justify-content: space-between;
}
.common-tag-box .btn {
  display: block;
  width: 1.5rem;
  height: 0.46rem;
  line-height: 0.44rem;
  text-align: center;
  box-sizing: border-box;
  font-size: 0.22rem;
  border-radius: 0.23rem;
  color: #999;
  background-color: #F7F7F7;
  border: 0.01rem solid #F7F7F7;
}
.common-tag-box .btn.active {
  background-color: #F4FEEE;
  color: #44a902;
  border-color: #44a902;
}
.common-btn-box {
  display: flex;
  justify-content: space-between;
  margin-top: 0.6rem;
}
.common-btn-box .btn {
  display: block;
  width: 3.36rem;
  height: 0.64rem;
  line-height: 0.62rem;
  text-align: center;
  box-sizing: border-box;
  font-size: 0.22rem;
  border: 0.01rem solid #666;
  border-radius: 0.08rem;
  color: #666;
  background-repeat: no-repeat;
  background-size: 0.2rem 0.2rem;
}
.common-btn-box .btn.prev {
  padding-left: 0.1rem;
  background-image: url('/Application/Home/View/cpwf/styles/wap/image/btn-prev.png');
  background-position: 1.09rem center;
}
/*.common-btn-box .btn.next {
  padding-right: 0.1rem;
  color: #44a902;
  border-color: #44a902;
  background-image: url('/Application/Home/View/cpwf/styles/wap/image/btn-next.png');
  background-position: right 1.09rem center;
}*/
.common-btn-box .btn.active {
  background-color: #44a902;
  border-color: #44a902;
  background-image: none;
  padding: 0;
  color: #fff;
}
.common-page {
  display: flex;
  justify-content: center;
  margin-top: 0.6rem;
}
.common-page .btn {
  display: block;
  min-width: 0.56rem;
  height: 0.56rem;
  line-height: 0.56rem;
  margin-right: 0.23rem;
  padding: 0 0.05rem;
  box-sizing: border-box;
  text-align: center;
  color: #666;
  font-size: 0.22rem;
  background-color: #F7F7F7;
  border: 0.01rem solid #EEEEEE;
}
.common-page .btn:last-child {
  margin-right: 0;
}
.common-page .btn.active {
  color: #fff;
  background-color: #44a902;
}
.common-page .btn.start {
  background-image: url('/Application/Home/View/cpwf/styles/wap/image/page-start.png');
  background-repeat: no-repeat;
  background-size: 0.18rem 0.21rem;
  background-position: center center;
}
.common-page .btn.end {
  background-image: url('/Application/Home/View/cpwf/styles/wap/image/page-end.png');
  background-repeat: no-repeat;
  background-size: 0.19rem 0.21rem;
  background-position: center center;
}
.common-page .btn.prev {
  background-image: url('/Application/Home/View/cpwf/styles/wap/image/page-prev.png');
  background-repeat: no-repeat;
  background-size: 0.13rem 0.2rem;
  background-position: center center;
}
.common-page .btn.next {
  background-image: url('/Application/Home/View/cpwf/styles/wap/image/page-next.png');
  background-repeat: no-repeat;
  background-size: 0.13rem 0.2rem;
  background-position: center center;
}
.common-page .btn.ellipsis {
  line-height: 0.46rem;
}
.common-more {
  display: block;
  height: 0.64rem;
  line-height: 0.62rem;
  border-radius: 0.08rem;
  text-align: center;
  color: #44a902;
  font-size: 0.22rem;
  border: 0.01rem solid #44a902;
}
.common-detail {
  padding: 0.4rem 0.3rem 0;
}
.common-detail .title {
  font-size: 0.32rem;
  font-weight: 500;
  line-height: 0.46rem;
}
.common-detail .info {
  margin-top: 0.4rem;
}
.common-detail .info span {
  line-height: 0.33rem;
  margin-right: 0.3rem;
  font-size: 0.24rem;
  color: #C0C0C0;
}
.common-detail .info span:last-child {
  margin-right: 0;
}
.common-detail .content {
  padding: 0.4rem 0;
  color: #666;
  margin-top: 0.4rem;
  font-size: 0.24rem;
  line-height: 0.46rem;
  border-top: 0.01rem solid #EFEFEF;
  border-bottom: 0.01rem solid #EFEFEF;
}
.common-detail .content img {
  max-width: 100%;
}
.common-list-main {
  padding: 0.6rem 0.3rem;
}
.common-list-main .list {
  margin-top: 0.4rem;
}
.common-list-main .list .box {
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 1.24rem;
  display: flex;
  align-items: center;
  padding: 0 0.2rem;
  line-height: 0.42rem;
  background-color: #F7F7F7;
  border-radius: 0.06rem;
  margin-bottom: 0.2rem;
  font-weight: 500;
  color: #333;
  font-size: 0.24rem;
}
.common-list-main .list .box:last-child {
  margin-bottom: 0;
}
.header-wrapper {
  height: 0.9rem;
}
.header-wrapper.active .header-inner .menu-btn {
  background-image: url('/Application/Home/View/cpwf/styles/wap/image/menu-close.png');
  background-size: 0.36rem 0.36rem;
  background-position: right 0.25rem center;
}
.header-wrapper .header-inner {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}
.header-wrapper .header-inner .logo-btn {
  display: flex;
  align-items: center;
  height: 0.9rem;
  padding: 0 0.32rem;
}
.header-wrapper .header-inner .logo-btn .logo {
  height: 0.66rem;
}
.header-wrapper .header-inner .menu-btn {
  width: 0.9rem;
  height: 0.9rem;
  background-image: url('/Application/Home/View/cpwf/styles/wap/image/menu.png');
  background-repeat: no-repeat;
  background-size: 0.36rem 0.36rem;
  background-position: right 0.27rem center;
}
.menu-wrapper {
  display: none;
}
.menu-wrapper .menu-mask {
  position: fixed;
  top: 0.9rem;
  bottom: 0;
  z-index: 900;
  width: 100%;
}
.menu-wrapper .menu-list {
  position: fixed;
  top: 0.9rem;
  z-index: 999;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.3rem;
  background-color: #fff;
}
.menu-wrapper .menu-list .menu-list-item {
  border-bottom: 0.01rem solid #EEEEEE;
}
.menu-wrapper .menu-list .menu-list-item.has-item {
  background-image: url('/Application/Home/View/cpwf/styles/wap/image/menu-bottom.png');
  background-size: 0.3rem 0.3rem;
  background-repeat: no-repeat;
  background-position: right 0.46rem;
}
.menu-wrapper .menu-list .menu-list-item.active.has-item {
  background-image: url('/Application/Home/View/cpwf/styles/wap/image/menu-top.png');
}
.menu-wrapper .menu-list .menu-list-item.active .menu-list2 {
  display: flex;
}
.menu-wrapper .menu-list .menu-list-item .menu-list-item-link {
  display: block;
  height: 1.12rem;
  line-height: 1.2rem;
  color: #333;
  font-size: 0.28rem;
  font-weight: 500;
}
.menu-wrapper .menu-list2 {
  display: none;
  flex-wrap: wrap;
  padding: 0.3rem 0;
}
.menu-wrapper .menu-list2 .menu-list2-link {
  display: block;
  width: 2.0rem;
  color: #666;
  font-size: 0.26rem;
  margin-bottom: 0.4rem;
}
.footer-wrapper .footer-content {
  padding: 0.4rem 0.3rem;
  background-color: #1B1B1B;
}
.footer-wrapper .footer-content .footer-content-item {
  margin-bottom: 0.52rem;
}
.footer-wrapper .footer-content .footer-content-item:last-child {
  margin-bottom: 0;
}
.footer-wrapper .footer-content .footer-content-item .footer-content-item-title {
  line-height: 0.42rem;
  font-weight: 500;
  color: #B7B7B7;
  font-size: 0.3rem;
}
.footer-wrapper .footer-content .footer-content-item .footer-content-item-title:after {
  display: block;
  width: 0.15rem;
  height: 0.02rem;
  background-color: #44a902;
  margin: 0.2rem 0;
  content: '';
}
.footer-wrapper .footer-content .footer-content-item .footer-content-item-link .link {
  line-height: 0.46rem;
  color: #939393;
  font-size: 0.24rem;
  margin-right: 0.8rem;
}
.footer-wrapper .footer-content .footer-content-item .footer-content-item-link .link:last-child {
  margin-right: 0;
}
.footer-wrapper .footer-content .footer-content-item .footer-content-item-link .link.link-block {
  display: block;
  margin-right: 0;
}
.footer-wrapper .footer-content .footer-content-item .footer-content-item-link .link.no-margin {
  margin-right: 0;
}
.footer-wrapper .footer-content .footer-content-item .footer-content-item-link .qrcode {
  display: block;
  width: 1.9rem;
  margin-top: 0.28rem;
}
.footer-wrapper .copyright {
  text-align: center;
  padding: 0.17rem 0 0.3rem;
  line-height: 0.34rem;
  background-color: #292929;
  color: #939393;
  font-size: 0.2rem;
}
.footer-wrapper .copyright .lingxi-logo {
  height: 0.14rem;
  margin-left: 0.1rem;
}
.index-wrapper .main-title {
  text-align: center;
}
.index-wrapper .main-title .main-title-cn {
  line-height: 0.42rem;
  color: #333;
  font-size: 0.3rem;
  font-weight: 500;
}
.index-wrapper .main-title .main-title-en {
  display: inline-block;
  position: relative;
  line-height: 0.27rem;
  color: #909090;
  font-size: 0.22rem;
  margin-top: 0.1rem;
}
.index-wrapper .main-title .main-title-en:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 0.07rem;
  background-color: rgba(216, 216, 216, 0.5);
  content: '';
}
.index-wrapper .main-more {
  display: block;
  height: 0.64rem;
  line-height: 0.62rem;
  box-sizing: border-box;
  text-align: center;
  color: #44a902;
  border: 0.01rem solid #44a902;
  font-size: 0.22rem;
  border-radius: 0.08rem;
}
.index-wrapper .banner-main {
  height: 4.76rem;
}
.index-wrapper .banner-main .swiper-container {
  height: 100%;
}
.index-wrapper .banner-main .swiper-pagination {
  bottom: 0.3rem;
  margin: auto;
  font-size: 0;
  box-sizing: border-box;
}
.index-wrapper .banner-main .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  background-color: rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  margin: 0 0.07rem;
  opacity: 1;
}
.index-wrapper .banner-main .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #44a902;
}
.index-wrapper .banner-main .box {
  position: relative;
  height: 100%;
}
.index-wrapper .banner-main .box:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.82rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  content: '';
}
.index-wrapper .banner-main .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-wrapper .slogan-main {
  position: relative;
  width: 6.9rem;
  height: 2.65rem;
  margin: 0.38rem auto 0;
  padding: 0.4rem 0.3rem 0;
  box-sizing: border-box;
  background-image: url('/Application/Home/View/cpwf/styles/wap/image/slogan-bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.index-wrapper .slogan-main .text-cn {
  line-height: 0.42rem;
  font-weight: 500;
  color: #fff;
  font-size: 0.3rem;
}
.index-wrapper .slogan-main .text-en {
  color: #59C45D;
  font-size: 0.24rem;
  margin-top: 0.2rem;
}
.index-wrapper .slogan-main .text-sub {
  position: absolute;
  left: 0.35rem;
  bottom: 0.3rem;
  color: #fff;
  font-size: 0.22rem;
  line-height: 0.3rem;
}
.index-wrapper .total-main {
  width: 6.9rem;
  height: 2.96rem;
  padding: 0.2rem 0.3rem 0;
  margin: 0.3rem auto 0;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0.06rem;
}
.index-wrapper .total-main .time {
  line-height: 0.33rem;
  color: rgba(25, 25, 25, 0.37);
  font-size: 0.24rem;
}
.index-wrapper .total-main .title {
  line-height: 0.37rem;
  font-size: 0.26rem;
  margin-top: 0.1rem;
  font-weight: 500;
  color: #333;
}
.index-wrapper .total-main .num-box {
  display: flex;
  justify-content: space-between;
  margin-top: 0.2rem;
}
.index-wrapper .total-main .num-box .num {
  width: 0.54rem;
  height: 0.54rem;
  line-height: 0.54rem;
  background-color: #F0F0F0;
  color: #44a902;
  font-size: 0.26rem;
  font-weight: 500;
  text-align: center;
}
.index-wrapper .total-main .btns {
  display: flex;
  justify-content: space-between;
  margin-top: 0.3rem;
}
.index-wrapper .total-main .btns .btn {
  display: block;
  width: 3.0rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  font-size: 0.26rem;
  color: #fff;
  font-weight: bold;
  background-color: #FEB301;
  border-radius: 0.06rem;
}
.index-wrapper .total-main .btns .btn:nth-child(2) {
  background-color: #4CBB04;
}
.index-wrapper .about-main {
  padding: 0.3rem 0.3rem 0;
}
.index-wrapper .about-main .box {
  display: block;
}
.index-wrapper .about-main .box .img {
  width: 100%;
  height: 3.8rem;
  object-fit: cover;
}
.index-wrapper .about-main .box .text {
  padding: 0.24rem 0 0.28rem;
}
.index-wrapper .about-main .box .text .title-cn {
  line-height: 0.42rem;
  font-weight: 500;
  color: #333;
  font-size: 0.3rem;
}
.index-wrapper .about-main .box .text .title-en {
  margin-top: 0.1rem;
  line-height: 0.27rem;
  font-size: 0.22rem;
  color: #909090;
}
.index-wrapper .about-main .box .text .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 0.46rem;
  font-size: 0.24rem;
  margin-top: 0.15rem;
  color: #666;
}
.index-wrapper .recommend-main {
  padding: 0.6rem 0.3rem 0;
}
.index-wrapper .recommend-main .main-content {
  margin-top: 0.38rem;
}
.index-wrapper .recommend-main .main-content .list {
  margin-bottom: 0.4rem;
}
.index-wrapper .recommend-main .main-content .list .box {
  position: relative;
  display: block;
  height: 4.36rem;
  border-radius: 0.06rem;
  margin-bottom: 0.3rem;
  overflow: hidden;
}
.index-wrapper .recommend-main .main-content .list .box:last-child {
  margin-bottom: 0;
}
.index-wrapper .recommend-main .main-content .list .box .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-wrapper .recommend-main .main-content .list .box .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 1.46rem;
  color: #fff;
}
.index-wrapper .recommend-main .main-content .list .box .text .title {
  font-size: 0.36rem;
  font-weight: 500;
  text-align: center;
}
.index-wrapper .recommend-main .main-content .list .box .text .more {
  display: block;
  width: 2.6rem;
  height: 0.64rem;
  line-height: 0.62rem;
  margin: 0.3rem auto 0;
  text-align: center;
  border: 0.01rem solid #fff;
  border-radius: 0.08rem;
  font-size: 0.22rem;
}
.index-wrapper .mechanism-main {
  padding: 0.6rem 0.3rem 0.4rem;
}
.index-wrapper .mechanism-main .main-content {
  margin-top: 0.66rem;
}
.index-wrapper .mechanism-main .main-content .list .box {
  position: relative;
  display: block;
  height: 5.9rem;
  margin-bottom: 0.3rem;
  background-color: #fff;
}
.index-wrapper .mechanism-main .main-content .list .box:last-child {
  margin-bottom: 0;
}
.index-wrapper .mechanism-main .main-content .list .box .img {
  display: block;
  width: 100%;
  height: 3.45rem;
  object-fit: cover;
}
.index-wrapper .mechanism-main .main-content .list .box .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 0.33rem;
  color: #333;
  font-size: 0.26rem;
  margin-top: 0.3rem;
  border-left: 0.04rem solid #44a902;
}
.index-wrapper .mechanism-main .main-content .list .box .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 0.3rem;
  line-height: 0.46rem;
  margin-top: 0.15rem;
  color: #666;
  font-size: 0.24rem;
}
.index-wrapper .mechanism-main .main-content .list .box .time {
  position: absolute;
  left: 0.3rem;
  bottom: 0.34rem;
  color: #999;
  font-size: 0.24rem;
  line-height: 0.29rem;
}
.index-wrapper .news-main {
  padding: 0.4rem 0.3rem 0;
  background-color: #fff;
}
.index-wrapper .news-main .main-content {
  margin-top: 0.4rem;
}
.index-wrapper .news-main .main-content .big-box {
  position: relative;
  height: 4.12rem;
  border-radius: 0.06rem;
  overflow: hidden;
}
.index-wrapper .news-main .main-content .big-box .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-wrapper .news-main .main-content .big-box .text {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 1.4rem;
  color: #fff;
  font-weight: 500;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.index-wrapper .news-main .main-content .big-box .text .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0.45rem 0.2rem 0;
  font-size: 0.24rem;
  line-height: 0.33rem;
}
.index-wrapper .news-main .main-content .big-box .text .time {
  position: absolute;
  left: 0.2rem;
  bottom: 0.3rem;
  font-size: 0.14rem;
  line-height: 0.2rem;
}
.index-wrapper .news-main .main-content .list {
  margin: 0.2rem 0 0.4rem;
}
.index-wrapper .news-main .main-content .list .link {
  position: relative;
  display: block;
  height: 1.24rem;
  background-color: #F7F7F7;
  border-radius: 0.06rem;
  padding: 0.28rem 0.2rem 0;
  box-sizing: border-box;
  margin-bottom: 0.2rem;
  font-weight: 500;
}
.index-wrapper .news-main .main-content .list .link:last-child {
  margin-bottom: 0;
}
.index-wrapper .news-main .main-content .list .link .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 0.33rem;
  color: #333;
  font-size: 0.24rem;
}
.index-wrapper .news-main .main-content .list .link .time {
  position: absolute;
  left: 0.2rem;
  bottom: 0.28rem;
  color: #999;
  font-size: 0.14rem;
  line-height: 0.17rem;
}
.index-wrapper .partner-main {
  padding: 0.6rem 0.3rem 0;
  background-color: #fff;
}
.index-wrapper .partner-main .swiper-container {
  height: 100%;
  padding-bottom: 0.7rem;
}
.index-wrapper .partner-main .swiper-pagination {
  bottom: 0.62rem;
  margin: auto;
  font-size: 0;
  box-sizing: border-box;
}
.index-wrapper .partner-main .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  background-color: #F7F7F7;
  border-radius: 50%;
  margin: 0 0.05rem;
  opacity: 1;
}
.index-wrapper .partner-main .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #44a902;
}
.index-wrapper .partner-main .main-content {
  margin-top: 0.5rem;
}
.index-wrapper .partner-main .main-content .list {
  display: flex;
  flex-wrap: wrap;
}
.index-wrapper .partner-main .main-content .list .link {
  display: block;
  width: 2.2rem;
  height: 1.03rem;
  padding: 0.06rem;
  box-sizing: border-box;
  margin-right: 0.15rem;
  margin-bottom: 0.2rem;
  background-color: #fff;
  border: 0.01rem solid #EEEEEE;
}
.index-wrapper .partner-main .main-content .list .link:nth-child(3n) {
  margin-right: 0;
}
.index-wrapper .partner-main .main-content .list .link .img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.text-list-wrapper .main-content {
  padding: 0.55rem 0.3rem 0.6rem;
}
.text-list-wrapper .main-content .list {
  margin-top: 0.42rem;
}
.text-list-wrapper .main-content .list .box {
  position: relative;
  display: block;
  height: 1.0rem;
  padding-top: 0.16rem;
  margin-bottom: 0.3rem;
  box-sizing: border-box;
  background-color: #F7F7F7;
}
.text-list-wrapper .main-content .list .box:last-child {
  margin-bottom: 0;
}
.text-list-wrapper .main-content .list .box .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  color: #333;
  line-height: 0.33rem;
  font-weight: 500;
  font-size: 0.24rem;
  padding: 0 0.6rem;
}
.text-list-wrapper .main-content .list .box .title:before {
  position: absolute;
  left: 0.3rem;
  top: 0.1rem;
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  background-color: #44a902;
  border-radius: 50%;
  content: '';
}
.text-list-wrapper .main-content .list .box .time {
  position: absolute;
  left: 0.6rem;
  bottom: 0.1rem;
  color: #999;
  font-size: 0.22rem;
}
.download-wrapper .main-content {
  padding: 0.55rem 0.3rem 0.6rem;
}
.download-wrapper .main-content .list {
  margin: 0.45rem 0 0.6rem;
}
.download-wrapper .main-content .list .box {
  display: flex;
  align-items: center;
  height: 1.0rem;
  padding: 0 0.3rem 0 0.22rem;
  background-color: #F7F7F7;
  margin-bottom: 0.3rem;
}
.download-wrapper .main-content .list .box:last-child {
  margin-bottom: 0;
}
.download-wrapper .main-content .list .box .icon {
  width: 0.66rem;
  height: 0.66rem;
  object-fit: contain;
}
.download-wrapper .main-content .list .box .text {
  width: 0;
  flex: 1;
  padding: 0 0.2rem;
  box-sizing: border-box;
  color: #333;
  font-size: 0.24rem;
  font-weight: 500;
}
.download-wrapper .main-content .list .box .btns {
  display: flex;
}
.download-wrapper .main-content .list .box .btns .btn {
  display: block;
  width: 0.95rem;
  height: 0.4rem;
  line-height: 0.36rem;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.24rem;
  border-radius: 0.2rem;
  border: 0.01rem solid #44a902;
  background-color: #EEF2EA;
  color: #44a902;
}
.download-wrapper .main-content .list .box .btns .btn + .btn {
  margin-left: 0.2rem;
  color: #fff;
  background-color: #44a902;
  border-color: #44a902;
}
.grow-detail-wrapper .main-content .list-main {
  padding: 0.6rem 0.3rem;
}
.grow-detail-wrapper .main-content .list-main .list {
  margin-top: 0.4rem;
}
.grow-detail-wrapper .main-content .list-main .list .box {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  height: 1.0rem;
  display: flex;
  align-items: center;
  padding: 0 0.6rem;
  line-height: 0.33rem;
  background-color: #F7F7F7;
  border-radius: 0.06rem;
  margin-bottom: 0.3rem;
  font-weight: 500;
  color: #333;
  font-size: 0.24rem;
}
.grow-detail-wrapper .main-content .list-main .list .box:last-child {
  margin-bottom: 0;
}
.grow-detail-wrapper .main-content .list-main .list .box:before {
  display: block;
  position: absolute;
  left: 0.3rem;
  top: 0.45rem;
  width: 0.1rem;
  height: 0.1rem;
  background-color: #44a902;
  border-radius: 50%;
  content: '';
}
.work-detail-wrapper .main-content .list-main {
  padding: 0.6rem 0.3rem;
}
.work-detail-wrapper .main-content .list-main .list {
  margin-top: 0.4rem;
}
.work-detail-wrapper .main-content .list-main .list .box {
  display: flex;
  padding: 0.16rem 0.2rem;
  background-color: #F7F7F7;
  border-radius: 0.06rem;
  margin-bottom: 0.3rem;
}
.work-detail-wrapper .main-content .list-main .list .box:last-child {
  margin-bottom: 0;
}
.work-detail-wrapper .main-content .list-main .list .box .img-box {
  width: 1.94rem;
  height: 1.24rem;
}
.work-detail-wrapper .main-content .list-main .list .box .img-box .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.work-detail-wrapper .main-content .list-main .list .box .text {
  width: 0;
  flex: 1;
}
.work-detail-wrapper .main-content .list-main .list .box .text .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-left: 0.2rem;
  color: #333;
  font-size: 0.24rem;
  line-height: 0.46rem;
  font-weight: 500;
}
.work-detail-wrapper .main-content .list-main .list .box .text .time {
  height: 0.3rem;
  line-height: 0.3rem;
  margin-top: 0.12rem;
  padding-left: 0.46rem;
  color: #999;
  font-size: 0.22rem;
  background-image: url('/Application/Home/View/cpwf/styles/wap/image/time.png');
  background-repeat: no-repeat;
  background-size: 0.24rem 0.24rem;
  background-position: 0.18rem center;
}
.news-list-wrapper .main-content {
  padding-top: 0.2rem;
}
.news-list-wrapper .main-content .list-main {
  padding: 0 0.3rem;
}
.news-list-wrapper .main-content .list-main .list {
  margin-bottom: 0.6rem;
}
.news-list-wrapper .main-content .list-main .list .box {
  display: block;
  padding: 0.4rem 0;
  border-bottom: 0.01rem solid #EFEFEF;
}
.news-list-wrapper .main-content .list-main .list .box .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
  font-size: 0.32rem;
  line-height: 0.46rem;
  font-weight: 500;
}
.news-list-wrapper .main-content .list-main .list .box .time {
  margin-top: 0.2rem;
  font-size: 0.24rem;
  color: #999;
  line-height: 0.33rem;
}
.news-list-wrapper .main-content .list-main .list .box .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 0.2rem;
  line-height: 0.46rem;
  color: #666;
  font-size: 0.24rem;
}
.news-list-wrapper .main-content .list-main .list .box .more {
  margin-top: 0.4rem;
  color: #44a902;
  font-size: 0.24rem;
}
.product-news-list-wrapper .main-content {
  padding: 0 0.3rem 0.6rem;
}
.product-news-list-wrapper .main-content .donation-box {
  margin-bottom: 0.4rem;
  padding: 0.4rem 0;
  border-bottom: 0.01rem solid #EEEEEE;
}
.product-news-list-wrapper .main-content .donation-box .num-box {
  display: flex;
  margin-bottom: 0.4rem;
}
.product-news-list-wrapper .main-content .donation-box .num-box .name {
  width: 1.6rem;
  height: 1.1rem;
  padding-top: 0.46rem;
  box-sizing: border-box;
  color: #44a902;
  font-size: 0.14rem;
  font-weight: 500;
  border: 0.01rem solid #EEEEEE;
}
.product-news-list-wrapper .main-content .donation-box .num-box .text {
  position: relative;
  width: 2.5rem;
  height: 1.1rem;
  padding: 0.2rem 0 0 0.2rem;
  box-sizing: border-box;
  background-color: #F7F7F7;
}
.product-news-list-wrapper .main-content .donation-box .num-box .text.people {
  width: 2.8rem;
  padding-left: 0.4rem;
}
.product-news-list-wrapper .main-content .donation-box .num-box .text.people:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.01rem;
  height: 0.6rem;
  background-color: #E1E1E1;
  content: '';
}
.product-news-list-wrapper .main-content .donation-box .num-box .text .text-title {
  color: #999;
  font-size: 0.22rem;
  line-height: 0.3rem;
}
.product-news-list-wrapper .main-content .donation-box .num-box .text .text-num {
  line-height: 0.32rem;
  font-size: 0.26rem;
  color: #666;
  margin-top: 0.1rem;
}
.product-news-list-wrapper .main-content .donation-box .btn {
  display: block;
  width: 3.0rem;
  height: 0.64rem;
  line-height: 0.64rem;
  margin: auto;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 0.26rem;
  background-color: #44a902;
  border-radius: 0.06rem;
}
.product-news-list-wrapper .main-content .list-main .list {
  margin-bottom: 0.6rem;
}
.product-news-list-wrapper .main-content .list-main .list .box {
  display: block;
  padding: 0.4rem 0 0.3rem;
  border-bottom: 0.01rem solid #EFEFEF;
}
.product-news-list-wrapper .main-content .list-main .list .box .time {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.91rem;
  height: 0.84rem;
  box-sizing: border-box;
  text-align: center;
  color: #666;
  border: 0.01rem solid #EEEEEE;
  margin-bottom: 0.3rem;
}
.product-news-list-wrapper .main-content .list-main .list .box .time .time-inner .date {
  font-size: 0.18rem;
}
.product-news-list-wrapper .main-content .list-main .list .box .time .time-inner .year {
  font-size: 0.2rem;
}
.product-news-list-wrapper .main-content .list-main .list .box .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
  font-size: 0.32rem;
  line-height: 0.46rem;
  font-weight: 500;
}
.product-news-list-wrapper .main-content .list-main .list .box .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 0.3rem;
  line-height: 0.46rem;
  color: #666;
  font-size: 0.24rem;
}
.product-news-list-wrapper .main-content .list-main .list .box .more {
  margin-top: 0.3rem;
  color: #44a902;
  font-size: 0.24rem;
}
.product-detail-wrapper .main-content {
  padding: 0 0.3rem;
}
.product-detail-wrapper .main-content .donation-box {
  padding: 0.4rem 0;
}
.product-detail-wrapper .main-content .donation-box .num-box {
  display: flex;
  margin-bottom: 0.4rem;
}
.product-detail-wrapper .main-content .donation-box .num-box .logo-box {
  width: 1.6rem;
  height: 1.1rem;
  padding-top: 0.05rem;
  box-sizing: border-box;
  border: 0.01rem solid #EEEEEE;
}
.product-detail-wrapper .main-content .donation-box .num-box .logo-box .logo {
  display: block;
  width: 1.46rem;
  height: 1.0rem;
  margin: auto;
}
.product-detail-wrapper .main-content .donation-box .num-box .text {
  position: relative;
  width: 2.5rem;
  height: 1.1rem;
  padding: 0.2rem 0 0 0.2rem;
  box-sizing: border-box;
  background-color: #F7F7F7;
}
.product-detail-wrapper .main-content .donation-box .num-box .text.people {
  width: 2.8rem;
  padding-left: 0.4rem;
}
.product-detail-wrapper .main-content .donation-box .num-box .text.people:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.01rem;
  height: 0.6rem;
  background-color: #E1E1E1;
  content: '';
}
.product-detail-wrapper .main-content .donation-box .num-box .text .text-title {
  color: #999;
  font-size: 0.22rem;
  line-height: 0.3rem;
}
.product-detail-wrapper .main-content .donation-box .num-box .text .text-num {
  line-height: 0.32rem;
  font-size: 0.26rem;
  color: #666;
  margin-top: 0.1rem;
}
.product-detail-wrapper .main-content .donation-box .btn {
  display: block;
  width: 3.0rem;
  height: 0.64rem;
  line-height: 0.64rem;
  margin: auto;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 0.26rem;
  background-color: #44a902;
  border-radius: 0.06rem;
}
.product-detail-wrapper .main-content .banner {
  display: block;
  height: 2.64rem;
}
.product-detail-wrapper .main-content .banner .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-detail-wrapper .main-content .detail .detail-title {
  padding: 0.4rem 0 0.2rem;
  color: #333;
  font-size: 0.3rem;
  line-height: 0.42rem;
  border-bottom: 0.01rem solid #EFEFEF;
}
.product-detail-wrapper .main-content .detail .content {
  padding: 0.4rem 0 0.45rem;
  color: #666;
  font-size: 0.24rem;
  line-height: 0.46rem;
}
.album-wrapper .main-content {
  padding: 0 0.3rem;
}
.album-wrapper .main-content .donation-box {
  padding: 0.4rem 0;
}
.album-wrapper .main-content .donation-box .num-box {
  display: flex;
  margin-bottom: 0.4rem;
}
.album-wrapper .main-content .donation-box .num-box .logo-box {
  width: 1.6rem;
  height: 1.1rem;
  padding-top: 0.05rem;
  box-sizing: border-box;
  border: 0.01rem solid #EEEEEE;
}
.album-wrapper .main-content .donation-box .num-box .logo-box .logo {
  display: block;
  width: 1.46rem;
  height: 1.0rem;
  margin: auto;
}
.album-wrapper .main-content .donation-box .num-box .text {
  position: relative;
  width: 2.5rem;
  height: 1.1rem;
  padding: 0.2rem 0 0 0.2rem;
  box-sizing: border-box;
  background-color: #F7F7F7;
}
.album-wrapper .main-content .donation-box .num-box .text.people {
  width: 2.8rem;
  padding-left: 0.4rem;
}
.album-wrapper .main-content .donation-box .num-box .text.people:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.01rem;
  height: 0.6rem;
  background-color: #E1E1E1;
  content: '';
}
.album-wrapper .main-content .donation-box .num-box .text .text-title {
  color: #999;
  font-size: 0.22rem;
  line-height: 0.3rem;
}
.album-wrapper .main-content .donation-box .num-box .text .text-num {
  line-height: 0.32rem;
  font-size: 0.26rem;
  color: #666;
  margin-top: 0.1rem;
}
.album-wrapper .main-content .donation-box .btn {
  display: block;
  width: 3.0rem;
  height: 0.64rem;
  line-height: 0.64rem;
  margin: auto;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 0.26rem;
  background-color: #44a902;
  border-radius: 0.06rem;
}
.album-wrapper .main-content .album-main {
  padding-bottom: 0.6rem;
}
.album-wrapper .main-content .album-main .gallery-top {
  height: 3.7rem;
  margin-left: auto;
  margin-right: auto;
}
.album-wrapper .main-content .album-main .gallery-top .swiper-slide .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.album-wrapper .main-content .album-main .gallery-thumbs {
  height: 1.22rem;
  box-sizing: border-box;
  margin-top: 0.3rem;
}
.album-wrapper .main-content .album-main .gallery-thumbs .swiper-slide {
  width: 2.06rem;
  height: 100%;
  box-sizing: border-box;
}
.album-wrapper .main-content .album-main .gallery-thumbs .swiper-slide .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.album-wrapper .main-content .album-main .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border: 0.04rem solid #44a902;
}
.moment-wrapper .main-content {
  padding: 0 0.3rem;
}
.moment-wrapper .main-content .album-main {
  padding: 0.5rem 0 0.6rem;
}
.moment-wrapper .main-content .album-main .gallery-top {
  margin-left: auto;
  margin-right: auto;
}
.moment-wrapper .main-content .album-main .gallery-top .swiper-slide .img-box {
  position: relative;
  height: 3.7rem;
}
.moment-wrapper .main-content .album-main .gallery-top .swiper-slide .img-box .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.moment-wrapper .main-content .album-main .gallery-top .swiper-slide .img-box .title {
  display: flex;
  align-items: flex-end;
  height: 1.24rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.2rem;
  color: #fff;
  font-size: 0.28rem;
  line-height: 0.4rem;
  font-weight: 500;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.moment-wrapper .main-content .album-main .gallery-top .swiper-slide .desc {
  margin-top: 0.3rem;
  color: #666;
  font-size: 0.24rem;
  line-height: 0.46rem;
}
.moment-wrapper .main-content .album-main .gallery-thumbs {
  height: 1.22rem;
  box-sizing: border-box;
  margin-top: 0.3rem;
}
.moment-wrapper .main-content .album-main .gallery-thumbs .swiper-slide {
  width: 2.06rem;
  height: 100%;
  box-sizing: border-box;
}
.moment-wrapper .main-content .album-main .gallery-thumbs .swiper-slide .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.moment-wrapper .main-content .album-main .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border: 0.04rem solid #44a902;
}
.list-wrapper .main-content {
  padding: 0.2rem 0 0.6rem;
}
.list-wrapper .main-content .list-main {
  padding: 0 0.3rem;
}
.list-wrapper .main-content .list-main .list {
  margin-bottom: 0.6rem;
}
.list-wrapper .main-content .list-main .list .box {
  display: block;
  padding: 0.3rem 0;
  border-bottom: 0.01rem solid #EFEFEF;
}
.list-wrapper .main-content .list-main .list .box .img {
  display: block;
  width: 100%;
  height: 4.04rem;
  object-fit: cover;
  margin-bottom: 0.28rem;
}
.list-wrapper .main-content .list-main .list .box .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
  font-size: 0.32rem;
  line-height: 0.46rem;
  font-weight: 500;
}
.list-wrapper .main-content .list-main .list .box .time {
  margin-top: 0.2rem;
  font-size: 0.24rem;
  color: #999;
  line-height: 0.33rem;
}
.list-wrapper .main-content .list-main .list .box .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 0.3rem;
  line-height: 0.46rem;
  color: #666;
  font-size: 0.24rem;
}
.team-wrapper .main-content {
  padding: 0.1rem 0 0.6rem;
}
.team-wrapper .main-content .list-main {
  padding: 0 0.3rem;
}
.team-wrapper .main-content .list-main .list {
  margin-bottom: 0.6rem;
}
.team-wrapper .main-content .list-main .list .box {
  display: block;
  padding: 0.4rem 0;
  border-bottom: 0.01rem solid #EFEFEF;
}
.team-wrapper .main-content .list-main .list .box .img {
  display: block;
  width: 100%;
  height: 4.06rem;
  object-fit: cover;
  margin-bottom: 0.3rem;
}
.team-wrapper .main-content .list-main .list .box .name {
  color: #333;
  font-size: 0.3rem;
  line-height: 0.42rem;
  font-weight: 500;
}
.team-wrapper .main-content .list-main .list .box .name .post {
  color: #666;
  margin-left: 0.1rem;
  font-size: 0.24rem;
  font-weight: 400;
}
.team-wrapper .main-content .list-main .list .box .info {
  margin-top: 0.2rem;
  font-size: 0.22rem;
  color: #999;
  line-height: 0.3rem;
}
.team-wrapper .main-content .list-main .list .box .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 0.2rem;
  line-height: 0.42rem;
  color: #999;
  font-size: 0.24rem;
}
.video-list-wrapper .main-content {
  padding-bottom: 0.6rem;
}
.video-list-wrapper .main-content .list-main {
  padding: 0 0.3rem;
}
.video-list-wrapper .main-content .list-main .big-box {
  padding: 0.5rem 0 0.4rem;
  border-bottom: 0.01rem solid #EFEFEF;
}
.video-list-wrapper .main-content .list-main .big-box .box {
  position: relative;
  display: block;
  height: 3.98rem;
}
.video-list-wrapper .main-content .list-main .big-box .box:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url('/Application/Home/View/cpwf/styles/wap/image/video.png');
  background-repeat: no-repeat;
  background-size: 1.1rem 1.1rem;
  background-position: center center;
  content: '';
}
.video-list-wrapper .main-content .list-main .big-box .box .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-list-wrapper .main-content .list-main .list {
  margin: 0.24rem 0 0.6rem;
}
.video-list-wrapper .main-content .list-main .list .box {
  display: flex;
  padding: 0.16rem 0.2rem;
  background-color: #F7F7F7;
  border-radius: 0.06rem;
  margin-bottom: 0.3rem;
}
.video-list-wrapper .main-content .list-main .list .box:last-child {
  margin-bottom: 0;
}
.video-list-wrapper .main-content .list-main .list .box .img-box {
  position: relative;
  width: 1.94rem;
  height: 1.24rem;
}
.video-list-wrapper .main-content .list-main .list .box .img-box:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url('/Application/Home/View/cpwf/styles/wap/image/video.png');
  background-repeat: no-repeat;
  background-size: 0.4rem 0.4rem;
  background-position: center center;
  content: '';
}
.video-list-wrapper .main-content .list-main .list .box .img-box .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-list-wrapper .main-content .list-main .list .box .text {
  width: 0;
  flex: 1;
  margin-left: 0.2rem;
}
.video-list-wrapper .main-content .list-main .list .box .text .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
  font-size: 0.24rem;
  line-height: 0.46rem;
  font-weight: 500;
}
.brief-wrapper .main-content {
  padding: 0.5rem 0.3rem 0.6rem;
}
.brief-wrapper .main-content .banner {
  display: block;
  height: 2.46rem;
  margin: 0.5rem 0 0.44rem;
}
.brief-wrapper .main-content .banner .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brief-wrapper .main-content .detail {
  padding: 0.44rem 0 0.6rem;
  margin-bottom: 0.6rem;
  border-bottom: 0.01rem solid #EFEFEF;
}
.brief-wrapper .main-content .detail p {
  line-height: 0.46rem;
  font-size: 0.24rem;
  color: #666;
}
.brief-wrapper .main-content .detail .text {
  min-height: 2.5rem;
  padding: 0.3rem 0.4rem;
  box-sizing: border-box;
  margin-bottom: 0.5rem;
  border-radius: 0.07rem;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.brief-wrapper .main-content .detail .text .text-title {
  line-height: 0.4rem;
  font-size: 0.28rem;
  font-weight: 500;
  color: #333;
}
.brief-wrapper .main-content .detail .text .text-desc {
  width: 3.92rem;
  margin-top: 0.1rem;
  line-height: 0.46rem;
  color: #666;
  font-size: 0.24rem;
}
.brief-wrapper .main-content .detail .text.concept {
  background-color: rgba(21, 160, 45, 0.03);
  background-image: url('/Application/Home/View/cpwf/styles/wap/image/brief-concept.png');
}
.brief-wrapper .main-content .detail .text.potential {
  background-color: rgba(169, 213, 240, 0.08);
  background-image: url('/Application/Home/View/cpwf/styles/wap/image/brief-potential.png');
}
.brief-wrapper .main-content .detail .text.future {
  background-color: rgba(252, 202, 194, 0.08);
  background-image: url('/Application/Home/View/cpwf/styles/wap/image/brief-future.png');
}
.post-wrapper .main-content {
  padding: 0.5rem 0.3rem 0.6rem;
}
.post-wrapper .main-content .banner {
  display: block;
  height: 2.46rem;
  margin: 0.5rem 0 0.5rem;
}
.post-wrapper .main-content .banner .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-wrapper .main-content .list .list-item {
  margin-bottom: 0.3rem;
}
.post-wrapper .main-content .list .list-item:last-child {
  margin-bottom: 0;
}
.post-wrapper .main-content .list .list-item.active .text {
  background-image: url('/Application/Home/View/cpwf/styles/wap/image/more-active.png');
}
.post-wrapper .main-content .list .list-item.active .detail {
  display: block;
}
.post-wrapper .main-content .list .list-item .text {
  height: 1.0rem;
  padding: 0.2rem 0.3rem 0;
  box-sizing: border-box;
  background-color: #F7F7F7;
  background-image: url('/Application/Home/View/cpwf/styles/wap/image/more.png');
  background-repeat: no-repeat;
  background-size: 0.36rem 0.36rem;
  background-position: right 0.27rem center;
}
.post-wrapper .main-content .list .list-item .text .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 0.33rem;
  color: #333;
  font-size: 0.24rem;
  font-weight: 500;
}
.post-wrapper .main-content .list .list-item .text .info {
  margin-top: 0.05rem;
}
.post-wrapper .main-content .list .list-item .text .info .time {
  height: 0.3rem;
  line-height: 0.3rem;
  padding-left: 0.26rem;
  color: #999;
  font-size: 0.22rem;
  background-image: url('/Application/Home/View/cpwf/styles/wap/image/time.png');
  background-repeat: no-repeat;
  background-size: 0.24rem 0.24rem;
  background-position: 0 center;
}
.post-wrapper .main-content .list .list-item .text .info .read {
  height: 0.3rem;
  line-height: 0.3rem;
  padding-left: 0.26rem;
  color: #999;
  font-size: 0.22rem;
  background-image: url('/Application/Home/View/cpwf/styles/wap/image/read.png');
  background-repeat: no-repeat;
  background-size: 0.24rem 0.24rem;
  background-position: 0 center;
  margin-left: 0.1rem;
}
.post-wrapper .main-content .list .list-item .detail {
  display: none;
  padding: 0.5rem 0.3rem 0.6rem;
  border: 0.01rem solid #EEEEEE;
  margin-bottom: 0.1rem;
}
.post-wrapper .main-content .list .list-item .detail .text-box {
  margin-bottom: 0.4rem;
}
.post-wrapper .main-content .list .list-item .detail .text-box:last-child {
  margin-bottom: 0;
}
.post-wrapper .main-content .list .list-item .detail .text-box .title {
  position: relative;
  padding-left: 0.2rem;
  color: #333;
  line-height: 0.37rem;
  font-weight: 500;
  font-size: 0.26rem;
}
.post-wrapper .main-content .list .list-item .detail .text-box .title:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0.15rem;
  background-color: #44a902;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  content: '';
}
.post-wrapper .main-content .list .list-item .detail .text-box .desc {
  color: #666;
  font-size: 0.24rem;
  line-height: 0.46rem;
  margin-top: 0.3rem;
}
.member-wrapper .main-content {
  padding: 0.5rem 0.3rem 0.2rem;
}
.member-wrapper .main-content .box {
  margin-bottom: 0.3rem;
}
.member-wrapper .main-content .box:last-child {
  margin-bottom: 0;
}
.member-wrapper .main-content .box .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}
.member-wrapper .main-content .box .list .list-item {
  width: 2.1rem;
  margin-right: 0.3rem;
  margin-bottom: 0.4rem;
}
.member-wrapper .main-content .box .list .list-item:nth-child(3n) {
  margin-right: 0;
}
.member-wrapper .main-content .box .list .list-item .avatar-box {
  width: 2.1rem;
  height: 2.1rem;
  margin: auto;
  padding: 0.15rem;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 50%;
  border: 0.01rem solid #EEEEEE;
}
.member-wrapper .main-content .box .list .list-item .avatar-box .avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.member-wrapper .main-content .box .list .list-item .name {
  position: relative;
  color: #333;
  font-size: 0.3rem;
  line-height: 0.42rem;
  text-align: center;
  margin-top: 0.3rem;
}
.member-wrapper .main-content .box .list .list-item .name:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1.16rem;
  height: 0.12rem;
  background-color: rgba(125, 200, 138, 0.21);
  content: '';
}
.member-wrapper .main-content .box .list .list-item .post {
  color: #999;
  font-size: 0.26rem;
  line-height: 0.37rem;
  margin-top: 0.2rem;
  text-align: center;
}
.about-wrapper .main-content {
  padding: 0.52rem 0.3rem 0.6rem;
}
.about-wrapper .main-content .main {
  margin-bottom: 0.4rem;
}
.about-wrapper .main-content .main:last-child {
  margin-bottom: 0;
}
.about-wrapper .main-content .brief-main .content {
  margin-top: 0.45rem;
}
.about-wrapper .main-content .brief-main .content p {
  color: #666;
  font-size: 0.24rem;
  line-height: 0.46rem;
}
.about-wrapper .main-content .brief-main .swiper-main {
  background-color: #F7F7F7;
  margin-top: 0.4rem;
}
.about-wrapper .main-content .brief-main .swiper-main .swiper-slide {
  height: 4.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-wrapper .main-content .brief-main .swiper-main .swiper-slide .img {
  height: 3.56rem;
  object-fit: contain;
}
.about-wrapper .main-content .brief-main .swiper-main .swiper-button-prev {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  left: 0.2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(13, 13, 13, 0.49);
  background-image: url('/Application/Home/View/cpwf/styles/wap/image/album-prev.png');
  background-size: 0.2rem 0.3rem;
  background-position: center center;
}
.about-wrapper .main-content .brief-main .swiper-main .swiper-button-prev.swiper-button-disabled {
  background-color: rgba(13, 13, 13, 0.1);
}
.about-wrapper .main-content .brief-main .swiper-main .swiper-button-next {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  right: 0.2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(13, 13, 13, 0.49);
  background-image: url('/Application/Home/View/cpwf/styles/wap/image/album-next.png');
  background-size: 0.13rem 0.23rem;
  background-position: center center;
}
.about-wrapper .main-content .brief-main .swiper-main .swiper-button-next.swiper-button-disabled {
  background-color: rgba(13, 13, 13, 0.1);
}
.about-wrapper .main-content .business-main .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0.3rem;
  margin-top: 0.85rem;
  margin-bottom: -1.38rem;
}
.about-wrapper .main-content .business-main .content .box {
  width: 2.7rem;
  height: 2.94rem;
  flex-shrink: 0;
  margin-bottom: 1.23rem;
}
.about-wrapper .main-content .business-main .content .box .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background-color: #F7F7F7;
  margin: auto;
}
.about-wrapper .main-content .business-main .content .box .icon-box .icon {
  width: 0.6rem;
}
.about-wrapper .main-content .business-main .content .box .text {
  margin-top: 0.3rem;
  color: #333;
  font-size: 0.24rem;
  line-height: 0.42rem;
  font-weight: 500;
  text-align: center;
}
.about-wrapper .main-content .member-main {
  margin-top: 0.6rem;
  margin-bottom: 0.08rem;
}
.about-wrapper .main-content .member-main .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.45rem;
}
.about-wrapper .main-content .member-main .content .box {
  position: relative;
  display: block;
  width: 2.14rem;
  height: 3.9rem;
  flex-shrink: 0;
  text-align: center;
  margin-bottom: 0.6rem;
  border-bottom: 0.01rem solid #E9E9E9;
}
.about-wrapper .main-content .member-main .content .box:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.11rem;
  margin: auto;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background-color: #4CBB04;
  border: 0.04rem solid #C9F4D0;
  content: '';
}
.about-wrapper .main-content .member-main .content .box .img {
  width: 100%;
  height: 2.5rem;
  object-fit: cover;
}
.about-wrapper .main-content .member-main .content .box .name {
  color: #333;
  font-size: 0.26rem;
  line-height: 0.37rem;
  margin-top: 0.12rem;
}
.about-wrapper .main-content .member-main .content .box .post {
  margin-top: 0.1rem;
  color: #999;
  font-size: 0.24rem;
  line-height: 0.33rem;
}
.about-wrapper .main-content .photo-main {
  padding-bottom: 0.4rem;
}
.about-wrapper .main-content .photo-main .content {
  margin-top: 0.45rem;
}
.about-wrapper .main-content .photo-main .content .box {
  display: block;
  margin-bottom: 0.4rem;
}
.about-wrapper .main-content .photo-main .content .box:last-child {
  margin-bottom: 0;
}
.about-wrapper .main-content .photo-main .content .box .img {
  display: block;
  width: 100%;
  height: 3.94rem;
  object-fit: cover;
}
.about-wrapper .main-content .photo-main .content .box .text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 0.2rem;
  color: #666;
  font-size: 0.24rem;
  line-height: 0.42rem;
}
.product-wrapper .banner {
  display: block;
  height: 4.0rem;
}
.product-wrapper .banner .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-wrapper .main-content {
  padding: 0 0.3rem 0.6rem;
}
.product-wrapper .main-content .search-box {
  margin: 0.3rem 0;
}
.product-wrapper .main-content .search-box input {
  display: block;
  width: 100%;
  height: 0.64rem;
  padding-left: 0.85rem;
  box-sizing: border-box;
  background-color: #F7F7F7;
  border: 0.01rem solid #EEEEEE;
  border-radius: 0.32rem;
  background-image: url('/Application/Home/View/cpwf/styles/wap/image/search-icon.png');
  background-repeat: no-repeat;
  background-size: 0.24rem 0.24rem;
  background-position: 0.4rem center;
  outline: none;
}
.product-wrapper .main-content .search-box input::-webkit-input-placeholder {
  color: #999999;
  font-size: 0.24rem;
}
.product-wrapper .main-content .list-main .list-item {
  position: relative;
  border: 0.01rem solid #EEEEEE;
  margin-bottom: 0.3rem;
}
.product-wrapper .main-content .list-main .list-item:last-child {
  margin-bottom: 0;
}
.product-wrapper .main-content .list-main .list-item .box {
  display: block;
}
.product-wrapper .main-content .list-main .list-item .box .img {
  display: block;
  width: 100%;
  height: 3.45rem;
  object-fit: cover;
}
.product-wrapper .main-content .list-main .list-item .box .text {
  height: 2.33rem;
  padding: 0.3rem 0.3rem 0;
  box-sizing: border-box;
}
.product-wrapper .main-content .list-main .list-item .box .text .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-size: 0.26rem;
  line-height: 0.37rem;
  font-weight: 600;
}
.product-wrapper .main-content .list-main .list-item .box .text .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.15rem;
  color: #666;
  font-size: 0.24rem;
  line-height: 0.33rem;
}
.product-wrapper .main-content .list-main .list-item .box .text .more {
  position: absolute;
  left: 0.3rem;
  bottom: 0.5rem;
  color: #44a902;
  font-size: 0.24rem;
  line-height: 0.33rem;
}
.product-wrapper .main-content .list-main .list-item .btns {
  display: flex;
  position: absolute;
  right: 0.3rem;
  bottom: 0.4rem;
  color: #44a902;
  font-size: 0.24rem;
  line-height: 0.33rem;
}
.product-wrapper .main-content .list-main .list-item .btns .btn {
  display: block;
  width: 1.42rem;
  height: 0.48rem;
  line-height: 0.46rem;
  text-align: center;
  color: #666;
  font-size: 0.24rem;
  border: 0.01rem solid #D1D1D1;
  border-radius: 0.04rem;
}
.product-wrapper .main-content .list-main .list-item .btns .btn + .btn {
  margin-left: 0.6rem;
}
.product-wrapper .main-content .list-main .list-item .btns .btn.active {
  background-color: #44a902;
  border-color: #44a902;
  color: #fff;
}
.framework-wrapper .main-content {
  padding: 0.52rem 0.3rem 0.6rem;
}
.framework-wrapper .main-content .box {
  margin-bottom: 0.5rem;
}
.framework-wrapper .main-content .box:last-child {
  margin-bottom: 0;
}
.framework-wrapper .main-content .box .content {
  color: #666;
  font-size: 0.26rem;
  line-height: 0.46rem;
  margin-top: 0.42rem;
}
.framework-wrapper .main-content .box .content img {
  max-width: 100%;
}
