/* banner */
.banner-info {
  margin-top: 60px;
}
.banner-info .banner-info-title {
  font-size: 44px;
  color: #fff;
}
.banner-info .banner-info-text {
  font-size: 20px;
  color: #fff;
}

/* 面包屑 */
.bread {
  margin: 10px 0 10px 0;
}
.bread .bread-info {
  font-size: 14px;
  --bs-breadcrumb-divider: '>';
}

/* 产品 */
.product {
  margin-top: 4.5rem;
  margin-bottom: 10rem;
}
.product-tab-li {
  font-size: 20px;
  margin-right: 50px;
}
.product .product-item {
  width: 450px;
  height: 424px;
  border: 1px solid #adb0b8;
  border-radius: 20px 20px 20px 20px;
  background: #ffffff;
  margin-bottom: 25px;
  position: relative;
}
.product .product-item-img {
  height: 120px;
  width: 121px;
  margin: 24px 0 20px 24px;
}
.product .product-item-tile {
  margin: 0 0 10px 24px;
}
.product .product-item-text {
  margin: 0 20px 0 24px;
}
.product .product-item-btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-left: 70%;
  margin-bottom: 28px;
}
.product .product-item-btn a {
  width: 112px;
  height: 40px;
  background: #009fe8;
  color: #fff;
}

/* 底部banner */
.product-footer {
  min-height: 240px;
  background: url(../imgs/contact.png) repeat center center/cover;
}
.product-footer .product-footer-btn {
  width: 100%;
}
.product-footer .product-footer-btn a {
  height: 40px;
  background: #009fe8;
  color: #fff;
}
.product-footer .product-footer-icon {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 0 1px 10px;
  background-image: url(../fonts/arrow_right.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* 产品详情 */
.product-detail {
  margin-top: 0;
}
.product-detail .product-detail-tile {
  margin-top: 4.5rem;
}
.product-detail .product-detail-tab {
  margin-top: 5rem;
}
.product-detail .product-detail-tab-box {
  margin-top: 1.5rem;
}
.product-detail-tab-li {
  font-size: 20px;
  margin-right: 50px;
}

@media only screen and (max-width: 767px) {
  .product-tab-li {
    font-size: 14px;
    margin-right: 15px;
  }
  .product .product-item {
    width: 350px;
    height: 370px;
  }
  .product .product-item-btn {
    margin-left: 60%;
    margin-bottom: 15px;
  }

  .product-detail-tab-li {
    font-size: 14px;
    margin-right: 20px;
  }

  .product-detail .product-detail-tab {
    margin-top: 1rem;
  }

  .product-footer {
    min-height: 240px;
    margin-top: 0;
    background: url(../imgs/contact_mobile.png) repeat center center/cover;
  }
  .product-footer .product-footer-btn {
    bottom: 0;
    width: 100%;
  }
}
