/* 引流板块 */
.drainage-plate-container .fengexian {
  margin: 1rem 0;
  width: 100%;
  padding: 3px 0;
  border-top: 1px solid #eaefef;
  border-bottom: 1px solid #eaefef;
}

.drainage-plate-container .content .left {
  margin-right: .5rem;
  flex: 1;
}

.drainage-plate-container .content .item {
  margin-bottom: .5rem;
}


.drainage-plate-container .content .title,
.drainage-plate-container .content h2 {
  margin-bottom: 0.3rem;
}

.drainage-plate-container .content h4 {
  font-size: .2rem;
  color: #084A91;
  font-family: 'Inter-Medium';
  margin-bottom: .2rem;
}

.drainage-plate-container .content p {
  line-height: 1.5;
  margin-bottom: 0.3rem;
}



/* 侧边栏悬浮 */
.fixed-aside-div {
  max-width: 5rem;
  width: 100%;
  margin-bottom: 0.6rem;
}

.fixed-aside-div aside   {
  position: sticky;
  top: 1rem;
}

.fixed-from-content {
  width: 100%;
  padding: .6rem .3rem 0.5rem;
  text-align: center;
  border: 1px solid #eaefef;
  background: #f5f9f9;
}

.fixed-from-content h3 {
  color: #242e2e;
  font-size: 0.24rem;
  font-family: 'Inter-Medium';
  margin-bottom: 16px;
}

.fixed-from-content .row {
  margin: 0 -5px;
}

.fixed-from-content .row>div {
  padding: 0 5px;
  margin-bottom: 10px;
}

.fixed-from-content .row input[type="submit"] {
  color: #fff;
  cursor: pointer;
  font-family: 'Inter-Medium';
  background: #ffb61c;
}


/* 产品详情页 */

/* guarantee */
.guarantee {
  padding: 1.16rem 0;
  background: #084A91;
}

.guarantee .row {
  margin: 0 -20px;
}

.guarantee .row>div {
  padding: 0 20px;
}

.guarantee .guarantee-item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  color: #fff;
  font-size: 0.2rem;
  font-family: 'Inter-Medium';
}

.guarantee .guarantee-item .gua-icon {
  margin-bottom: 0.4rem;
}

.advantage {
  padding: 1rem 0 0.6rem;
  background: url(/lib/images/products_details/img_advantage_bg.jpg) bottom right no-repeat;
}

.advantage .title-center {
  max-width: 980px;
  width: 100%;
  margin: auto;
}

.advantage-lists-div {
  margin-top: 0.5rem;

}

.advantage-lists-div ul {
  /* flex-wrap: wrap; */
  justify-content: center;
}

.advantage-lists-div ul li {
  max-width: 5.2rem;
  width: 100%;
  margin-right: .4rem;
  margin-bottom: .4rem;
  text-align: center;
}

/* .advantage-lists-div ul li:nth-child(3n), */
.advantage-lists-div ul li:last-child {
  margin-right: 0;
}

.advantage-img {
  max-width: 5.2rem;
  width: 100%;
  overflow: hidden;
  margin-bottom: .3rem;
}

.advantage-desc h4 {
  color: #242e2e;
  font-size: 0.2rem;
  font-family: 'ZapfHumanist601BT-Bold';
  margin-bottom: 16px;
}

.advantage-desc p {
  line-height: 1.5;
}


.fengexian {
  max-width: 16.4rem;
  margin: 0 auto 1rem;
  width: 100%;
  padding: 3px 0;
  border-top: 1px solid #eaefef;
  border-bottom: 1px solid #eaefef;
}


.recommended-products-swiper {
  padding: 30px 0 40px;
  margin:  0.2rem 0 0.6rem;

}

.contact-form .form {
  margin: .4rem 0 0.8rem;
}

.contact-form .form .row {
  margin: 0 -10px;
}

.contact-form .form .row>div {
  padding: 0 10px;
  margin-bottom: 20px;
}

.contact-form .form textarea {
  height: 2.28rem;
}

.contact-form .form input[type="submit"] {
  color: #fff;
  cursor: pointer;
  font-family: 'Inter-Medium';
  margin-top: .2rem;
  background: #ffb61c;
}






@media (max-width: 1740px) and (min-width: 1641px) {
  .com-container {
    max-width: 100%;
    padding: 0 0.6rem;
  }
}


@media (max-width: 1640px) {

  .com-container,
  .nav-container-div,
  .breadcrumbs .com-container {
    padding: 0 0.5rem;
  }

  .footer {
    padding: 0.8rem 0.5rem;
  }
}


@media (max-width: 1279px) {
  .fixed-aside-title h3,
  .fixed-from-content h3 {
    font-size: 0.32rem;
  }

  .drainage-plate-container .content h4 {
    font-size: 0.28rem;
  }
}

@media (max-width: 1023px) {
  .fixed-aside-div {
    display: none;
  }

  .drainage-plate-container .content .left {
    margin-right: 0;
  }

  .drainage-plate-container .content h4 {
    font-size: .32rem;
}

}

@media (max-width : 767px) {

  .com-container,
  .nav-container-div {
    padding: 0 15px;
  }

  .drainage-plate-container .content h4 {
    font-size: 0.32rem;
  }

  .drainage-plate-container .content p {
    margin-bottom: 0.4rem;
  }

  .drainage-plate-container .content h4 {
    margin-bottom: 0.3rem;
  }



  /* 详情页 */
  .guarantee {
    padding: 0.8rem 0 0.6rem;
  }

  .guarantee .row {
    margin: 0 -15px;
  }

  .guarantee .row>div {
    padding: 0 15px;
    margin-bottom: 20px;
  }

  .advantage {
    padding: 0.8rem  0 0.2rem;
  }

  .advantage-lists-div ul {
    flex-wrap: wrap;
  }

  .advantage-lists-div ul li {
    margin-bottom: 30px;
  }

  .advantage-lists-div ul li,
  .advantage-img {
    max-width: 100%;
    margin-right: 0;
  }

  .advantage-desc h4 {
    font-size: 0.4rem;
  }

  .fengexian {
    margin-bottom: 0.8rem;
  }

  .contact-form .form {
    margin: 0.4rem 0;
  }
}