/* banner图部分 */
.banners {
  font-size: 40px;
}

.swiper-container {
  width: 100%;
}

.swiper-container img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.swiper-container .swiper-slide {
  position: relative;
}

.swiper-container .btn-wrap {
  max-width: 15%;
  width: auto;
  height: auto;
  border-radius: 2.25rem;
  position: absolute;
  left: 8%;
  bottom: 30%;
}

.com_btn_wrap {
  /* width: 31%;
  height: 12.4%; */
  position: absolute;
  left: 5%;
  bottom: 22%;
  display: flex;
  align-items: center;
}

.com_btn_icon {
  display: inline-block;
  margin-right: 2.2rem;
  width: 6rem;
  height: 4.3rem;
  /* width: 22%;
  height: 100%; */
  background-image: url("../img/index/right_1.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.com_btn_text {
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18.5rem;
  height: 4.4rem;
  /* width: 72%;
  height: 100%; */
  font-size: 2.3rem;
  color: #fff;
  letter-spacing: 0.375rem;
  background-image: url("../img/index/btn_1.png");
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1600px) {
  .com_btn_icon {
    width: 5rem;
    height: 3.6rem;
    margin-right: 1.8rem;
  }
  .com_btn_text {
    width: 16rem;
    height: 3.8rem;
    font-size: 2rem;
  }
}

@media screen and (max-width: 1200px) {
  .com_btn_icon {
    width: 4rem;
    height: 2.9rem;
    margin-right: 1.4rem;
  }
  .com_btn_text {
    width: 14rem;
    height: 3.4rem;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .com_btn_icon {
    width: 2rem;
    height: 1.46rem;
    margin-right: 1rem;
  }
  .com_btn_text {
    width: 10rem;
    height: 2.4rem;
    font-size: 1rem;
  }
}

.swiper-pagination {
  position: absolute;
  bottom: 0.625rem;
  width: 100%;
  text-align: center;
  z-index: 20;
}

/*section1--section3 内容部分 */
.product--wrap .wrap--item {
  position: relative;
  margin: 0 auto;
  width: 75rem;
  height: 34rem;
}

.product--wrap .pic--wrap {
  position: absolute;
  top: 0;
  width: 64%;
  height: 100%;
}

.product--wrap .pic--wrap img {
  max-width: 100%;
  width: auto;
}

.product--wrap .info--wrap {
  position: absolute;
  top: 16%;
  width: 55.3%;
  background: #fff;
  text-align: left;
  box-shadow: 0.25rem 0.25rem 0.625rem rgba(0, 0, 0, 0.16);
  border-radius: 1.25rem;
  padding: 2.8% 0 0 2.8%;
  box-sizing: border-box;
  z-index: 2;
}

.section3 .info--wrap {
  top: 28%;

}

.product--wrap .info--wrap--right {
  right: 0;
}

.product--wrap .pic--wrap--right {
  right: 0;
}

.product--wrap .info--title {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.625rem;
  color: #171F2D;
}

.product--wrap .info--desc {
  margin-bottom: 1rem;
  padding-left: 3%;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6875rem;
  color: #333333;
}

.product--wrap .info--desc ul li {
  position: relative;
}

.product--wrap .info--desc ul>li::before {
  content: '';
  display: block;
  position: absolute;
  left: -1.0625rem;
  top: .625rem;
  width: .625rem;
  height: .625rem;
  background: #09935A;
  border-radius: 50%;
  opacity: 0.5;
}

.product--wrap .info--desc ul>li::after {
  content: '';
  display: block;
  position: absolute;
  width: 0.375rem;
  height: .375rem;
  background: #09935A;
  border-radius: 50%;
  left: -.9375rem;
  top: .75rem;
}

.product--wrap .info--btns {
  display: flex;
  justify-content: space-between;
  text-align: center;
  font-size: 1rem;
  line-height: 1.3125rem;
  font-weight: 400;
  padding-right: 1.25rem;
  margin-bottom: 1.875rem;
}

.product--wrap .info--btn-detail {
  /* width: 5.5625rem; */
  height: 2.0625rem;
  box-sizing: border-box;
  border: 0.125rem solid #09935A;
  border-radius: 1.875rem;
  display: block;
  color: #09935A;
  padding-top: 0.1875rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.product--wrap .info--btn-detail:hover {
  background: #09935A;
  color: #FFFFFF;
  transition: all linear .5s;
}

.product--wrap .info--btn-use {
  /* width: 6.5rem; */
  height: 2.0625rem;
  background: #09935A;
  border-radius: 1.875rem;
  display: block;
  color: #FFFFFF;
  padding-top: 0.1875rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  box-sizing: border-box;
  border: 0.125rem solid transparent;
  cursor: pointer;
}

.product--wrap .info--btn-use::after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  display: inline-block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.product--wrap .info--btn-use:hover {
  color: #09935A;
  background-color: #fff;
  border: 0.125rem solid #09935A;
  transition: all linear .5s;
}

.product--wrap .info--btn-use:hover::after {
  border-top: 2px solid #09935A;
  border-right: 2px solid #09935A;
}

.section1 .info--wrap {
  padding-right: 2%;
}

.section2 .info--wrap {
  padding-right: 1%;
}

.section3 .info--wrap {
  padding-right: 2%;
}

/* section4 合作伙伴 */
.section4 .wrap--partner {
  width: 100%;
  height: 42rem;
  background-image: url("../img/index/partner_list_bg.png");
}

.section4 .partner--list {
  width: 75rem;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section4 .partner--list img {
  display: inline-block;
  width: 9rem;
  transition: all 0.35s ease-in-out;
  will-change: transform;
}

.section4 .partner--list img:hover {
  box-shadow: 0.25rem 0.25rem 0.3125rem rgba(0, 0, 0, 0.16);
  transform: translateY(-0.3125rem);
}

/* section5 经典案例轮播图 */
.swiper-case {
  width: 75rem;
  height: 25.8125rem;
}

.swiper-case img {
  width: 100%;
  border-radius: 0.625rem;
}

.swiper-case .info {
  position: absolute;
  left: 4.3125rem;
  top: 3.375rem;
  text-align: left;
}

.swiper-case .info .i-title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.9375rem;
  color: #FFFFFF;
  margin-bottom: 1.25rem;
}

.swiper-case .info .i-desc {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6875rem;
  width: 30rem;
  margin-bottom: 1.25rem;
  color: #FFFFFF;
}

.swiper-case .info .i-list {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6875rem;
  color: #FFFFFF;
}

.swiper-case .info ul li {
  position: relative;
}

.swiper-case .info ul>li::before {
  content: '';
  display: block;
  position: absolute;
  left: -1.0625rem;
  top: .625rem;
  width: .625rem;
  height: .625rem;
  background: #09935A;
  border-radius: 50%;
  opacity: 0.5;
}

.swiper-case .info ul>li::after {
  content: '';
  display: block;
  position: absolute;
  width: 0.375rem;
  height: .375rem;
  background: #09935A;
  border-radius: 50%;
  left: -.9375rem;
  top: .75rem;
}

.swiper-case .swiper-pagination {
  padding-bottom: 1.25rem;
}

.swiper-case .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.5625rem !important;
  width: 1rem;
  height: 1rem;
  opacity: 0.7;
  background: #333333;
}

.swiper-case .swiper-pagination .swiper-pagination-bullet-active {
  background: #FFFFFF;
  opacity: 1;
}

.swiper-case .info--btn {
  position: absolute;
  right: 4.3125rem;
  bottom: 2.75rem;
  width: 7.5625rem;
  height: 2.875rem;
  background: #00925A;
  border-radius: 0.5rem;
  border: 1px solid transparent;
  color: #fff;
  line-height: 2.875rem;
  box-sizing: border-box;
  font-size: 1.25rem;
  font-weight: 400;
  transition: all .3s ease-in-out;
}

.swiper-case .info--btn:hover {
  background: transparent;
  color: #00925A;
  border: 1px solid #00925A;
}

/* 新闻 */
.wrap--news .news--lists {
  width: 76%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  text-align: left;
}

.wrap--news .news--lists>ul {
  width: 100%;
  overflow: hidden;
  padding: 1rem;
  box-sizing: border-box;
}

.news_detail {
  box-sizing: border-box;
  float: left;
  width: 28%;
  padding: 1.25rem;
  overflow: hidden;
  cursor: pointer;
  background: #FFFFFF;
  box-shadow: 0.625rem 0.625rem 0.625rem rgba(0, 0, 0, 0.16);
  border-radius: 1.25rem;
}

.news_detail_2 {
  margin: 0 8%;
}

.thumbnail {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.thumbnail>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.thumbnail>img:hover {
  transform: scale(1.1);
}

.news_detail>.text {

  margin-top: 1.25rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 4.5rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #171F2D;
}

.news_detail>.date {
  margin-top: 2.1875rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #171F2D;
}

.newsBottom {
  text-align: center;
  margin-top: 3.75rem;
  margin-bottom: 7.625rem;
}

.newsBottom a {
  display: inline-block;
  width: 18.75rem;
  height: 5rem;
  border: 0.125rem solid #00925A;
  border-radius: 5rem;
  box-sizing: border-box;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 3.25rem;
  color: #00925A;
  padding: 0.875rem;
}

.newsBottom a:hover {
  color: #FFF;
  background-color: #00925A;
  transition: all linear .5s;
}

/* 二维码modal区域 */
.qr_code_modal_wrap {
  position: fixed;
  top: 0;
  inset-inline-end: 0;
  bottom: 0;
  inset-inline-start: 0;
  overflow: auto;
  outline: 0;
  z-index: 100;
  display: none;
}

.qr_code_modal {
  box-sizing: border-box;
  position: absolute;
  max-width: 500px;
  min-height: 300px;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 0;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  pointer-events: auto;
  padding: 20px 24px;
}

.modal_header {
  width: 100%;
  height: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal_header .modal_title {
  color: rgba(0, 0, 0, 0.88);
  font-weight: 600;
  font-size: 16px;
}

.modal_header .modal_close {
  color: rgba(0, 0, 0, 0.45);
  font-size: 24px;
  cursor: pointer;
}

.modal_header .modal_close:hover {
  color: rgba(0, 0, 0, 0.88);
}

.modal_content {
  padding: 10px 0;
  height: calc(100% - 56px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.modal_content .nibiru_qrcode {
  width: 100%;
  max-width: 300px;
  height: 300px;
}

.modal_content .tip {
  font-size: 20px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.88);
  margin: 20px 0;
}

@media screen and (max-width: 1200px) {
  .section4 .partner--list {
    width: 90%;
  }

  .section4 .partner--list img {
    width: 12%;
  }
}
@media screen and (max-width: 1220px) {
  .product--wrap .wrap--item {
    width: 76%;
  }

  .product--wrap .info--desc {
    font-size: 1.125rem;
  }

  .banners .swiper-pagination {
    padding-bottom: 0;
  }

  .wrap--news .news--lists {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {

  /* banner图 */
  .banners {
    padding-top: 40px;
  }

  .swiper-container {
    height: 154px;
  }

  .banners .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }

  .swiper-container:hover .swiper-button {
    opacity: 0;
  }

  /*中间卡片  */
  .product--wrap .wrap--item {
    width: 90%;
    height: auto;
  }

  .product--wrap .info--wrap {
    position: relative;
    width: 100%;
    padding-bottom: 1.5rem;
  }

  .product--wrap .pic--wrap {
    position: relative;
    width: 100%;
    margin-bottom: 1.25rem;
  }

  .product--wrap .info--btns {
    margin-bottom: 0;
  }

  .product--wrap .info--title {
    font-size: 1.5rem;
  }

  .section4 .partner--list {
    width: 100%;
  }

  .section4 .partner--list img {
    width: 68px;
  }

  /* 经典案例 */
  .swiper-case {
    width: 90%;
    height: auto;
  }

  .swiper-case .info {
    left: 1rem;
    top: 1rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .swiper-case .info--btn {
    right: 1.25rem;
    bottom: 1.25rem;
  }
}
