/* banner  */

.banner-section {
  position: relative;
  width: 100%;
  height: 4rem;
}

.banner-section-content {
  position: absolute;
  left: 20%;
  top: 20%;
  z-index: 10;
}

.banner-section-button {
  color: #ffffff;
  font-size: 0.16rem;
  background-color: #1e87fe;
  border-radius: 2px;
  padding: 0.1rem 0.3rem;
  border: none;
  margin-top: 0.5rem;
}

/*---------------------  core-product-section ---------------------*/

.core-product-section {
  padding: 1rem 0;
  background:rgba(248,248,248,1);
}

.core-product-subTitle {
  font-size: 10px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 14px;
}

.core-product-more {
  width: 101px;
  height: 28px;
  border-radius: 1px;
  border: 1px solid rgba(30, 135, 254, 1);
  font-size: 9px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: rgba(30, 135, 254, 1);
  line-height: 12px;
}

.core-product-introduction-btn {
  width: 1.4rem;
  height: 0.5rem;
  border-radius: 1px;
  border: 1px solid rgba(30, 135, 254, 1);
  font-size: 0.16rem;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: rgba(30, 135, 254, 1);
  line-height: 22px;
  margin: 12px auto 26px 0.2rem;
}<!--0.0001380443572998-->