/*---------------------  联系cq9电子 ---------------------*/

/* 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;
  }

.contact-us-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin: 1rem 0;
}

.contact-us-button {
  color: #1e87fe;
  font-size: 0.16rem;
  background-color: #ffffff;
  border-radius: 2px;
  margin-top: 20px;
  padding: 0.1rem 0.3rem;
  border: 1px solid #1e87fe;
}

/* .contact-us-button .contactBtn {
  width: 48%;
  height: 34px;
  border-radius: 6px;
  font-size: 9px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  line-height: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
} */
<!--0.00018310546875-->