#section6 {
    background-image: url('/images/about/组 46 (1).png');
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.title{
    font-size: 0.375rem;
    font-weight: bold;
    color: #0066EC;
    text-align: center;
    margin-top: 1.1rem;
}


.contact-modules {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0.5rem;
    margin-top: 0.425rem;
    flex-wrap: wrap;
  }
  
  .contact-box {
    background-color: #ffffff;
    width: 6.5rem;
  }
  
  .contact-icon {
    width: 6.5rem;
    height: auto;
  }

  .contact-box h3 {
    font-size: 0.325rem;
    color: #333333;
    text-align: left;
    font-weight: bold;
    margin-top: 0.375rem;
    margin-left: 0.3375rem;
  }

  .contact-row {
    display: flex;
    align-items: center;
    gap: 0.125rem;
    padding: 0.1rem 0;
  }
  
  .row-icon {
    width: 0.55rem;
    height: 0.55rem;
    margin-left: 0.2125rem;
  }
  
  .row-text {
    font-size: 0.25rem;
    color: #333;
    text-align: left;
  }
  
  hr {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
    border: none;
    border-top: 0.0125rem solid #C9E0FD;
  }
  
  