@media (min-width: 696px) {
  /* 版心 */
  .wrapper {
    max-width: 1210px;
    margin: 0 auto;
  }

  .about {
    position: relative;
    margin: 0 auto;
    background-image: url("../images/aboutUs/about_bgc.jpg");
    width: 100%;
    height: 96vh;
    background-size: cover; /* Maintain aspect ratio and cover the area */
    background-position: center;
  }
  @media (max-height: 600px) {
    .hump {
      position: absolute;
      top: 0% !important;
      margin: 0 20px;
      margin-top: 65px !important;
      background-color: rgba(255, 255, 255, 0.8);
      border: none;
      border-radius: 20px;
      padding: 20px !important ;
      /* box-shadow: 0 0 5px rgba(170, 170, 170, 1); */
    }
  }
  @media (min-width: 696px) {
    .hump {
      position: absolute;
      top: 20%;
      margin: 0 20px;

      background-color: rgba(255, 255, 255, 0.8);
      border: none;
      border-radius: 20px;
      padding: 40px;
      /* box-shadow: 0 0 5px rgba(170, 170, 170, 1); */
    }
    .content_logo {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-right: 40px;
    }
    .content_logo img {
      width: 120px;
      height: 120px;
    }
    .content_logo p {
      /* width: 335px; */
      font-weight: 700;
      font-style: normal;
      font-size: 23px;
      color: #02a7f0;
    }
  }

  @media (min-width: 1000px) {
    .hump {
      position: absolute;
      left: 50%;
      top: 20%;
      width: 80%;
      padding: 0 20px;
      transform: translate(-50%, 0%);
      background-color: rgba(255, 255, 255, 0.8);
      border: none;
      border-radius: 20px;
      padding: 40px;
      /* box-shadow: 0 0 5px rgba(170, 170, 170, 1); */
    }
    .content_logo {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-right: 40px;
    }
    .content_logo img {
      width: 160px;
      height: 160px;
    }
    .content_logo p {
      width: 335px;
      font-weight: 700;
      font-style: normal;
      font-size: 60px;
      color: #02a7f0;
    }
  }

  .content_list {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .content_li_title {
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    margin-bottom: 25px;
  }
  .content_li_neirong {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    margin-bottom: 25px;
  }
}
@media (max-width: 695px) {
  .about {
    position: relative;
    margin: 0 auto;
    background-image: url("../images/aboutUs/about_bgc.jpg");
    width: 100%;
    height: 100vh;
    background-size: cover; /* Maintain aspect ratio and cover the area */
    background-position: center;
  }
  .hump {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(73, 68, 68, 0.4);
    border: none;
    padding: 0.9302rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content_list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .content_logo img {
    width: 3.4419rem;
    height: 3.4419rem;
  }
  .content_logo p {
    /* width: 335px; */
    font-weight: 700;
    font-style: normal;
    font-size: 0.6512rem;
    color: #fff;
    margin-bottom: 0.5814rem;
  }
  .content_li_title {
    display: none;
  }
  .content_li_neirong {
    font-weight: 400;
    color: #fff;
    font-style: normal;
    font-size: 0.3256rem;
    margin-bottom: 0.5814rem;
  }
}
.footer {
  margin-top: 0;
}
