.app {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  box-sizing: border-box;
  background: #fafafa;
  background: url(../img/about/7.png) no-repeat;
  background-size: cover;
}

.contentTop {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 600px;
  .left {
    flex: 1;
    min-width: 300px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 24px;
    color: #535353;
    line-height: 43px;
    padding-top: 116px;
    img {
      width: 276px;
      height: 105px;
    }
  }
  .right {
    flex: 1;
    min-width: 300px;
    background: url(../img/about/home.png) no-repeat;
    background-position: right;
    background-size: 500px;
    position: relative;
    .numBox {
      position: absolute;
      bottom: 150px;
      left: 100px;
      width: 454px;
      height: 183px;
      background: rgba(255, 255, 255, 0.47);
      box-shadow: 0px 18px 16px 0px rgba(11, 39, 40, 0.07);
      border-radius: 16px 16px 16px 16px;
      backdrop-filter: blur(10px);
      display: flex;
      align-content: center;
      justify-content: space-around;
      .border {
        height: 100px;
        border-right: 4px #fff dashed;
        border-spacing: 5px;
        margin: auto;
      }
      .numboxli {
        height: 100px;
        margin: auto;
        .numboxtitle {
          font-family: PingFang SC, PingFang SC;
          font-weight: 400;
          font-size: 22px;
          color: #33383c;
        }
        .numboxnum {
          font-family: PingFang SC, PingFang SC;
          font-weight: 400;
          font-size: 40px;
          color: #07c160;
          text-align: center;
        }
      }
    }
  }
}

.contentBottom {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 50px;
  flex-wrap: wrap;
  .bottomli {
    margin-bottom: 10px;
    width: 340px;
    height: 326px;
    background: #ffffff;
    border-radius: 36px 36px 36px 36px;
    border: 2px solid #f4f3f3;
    box-sizing: border-box;
    padding: 20px;
    img {
      display: block;
      width: 132px;
      height: 132px;
      object-fit: cover;
      margin: 0 auto;
    }
    .title {
      font-family: PingFang SC, PingFang SC;
      font-weight: 500;
      text-align: center;
      font-size: 24px;
      color: #5d5e5e;
      margin: 10px 0;
    }
    .msg {
      font-family: PingFang SC, PingFang SC;
      font-weight: 400;
      font-size: 16px;
      color: #555555;
    }
  }
}

@media (max-width: 1500px) {
  .contentBox {
    padding: 0 20px;
    box-sizing: border-box;
  }
}

@media (max-width: 1150px) {
  .contentTop {
    display: block !important;
    height: auto;
    .right {
      height: 600px;
    }
  }
}

@media (max-width: 760px) {
  .app {
    background-size: contain;
  }
  .contentTop {
    display: block !important;
    height: auto;
    .left {
      font-family: PingFang SC, PingFang SC;
      font-weight: 400;
      font-size: 15px;
      color: #535353;
      line-height: 21px;
      padding-top: 20px;
      img {
        width: 120px;
        height: 48px;
        display: block;
        margin: auto;
      }
    }
    .right {
      height: 400px;
      background: url(../img/about/home.png) no-repeat;
      background-position: center;
      background-size: 300px;
      .numBox {
        width: 300px;
        height: 85px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: rgba(255, 255, 255, 0.47);
        box-shadow: 0px 18px 16px 0px rgba(11, 39, 40, 0.07);
        border-radius: 16px 16px 16px 16px;
        backdrop-filter: blur(10px);
        display: flex;
        align-content: center;
        justify-content: space-around;
        .border {
          height: 70px;
          border-right: 3px #fff dashed;
          border-spacing: 5px;
          margin: auto;
        }
        .numboxli {
          height: 70px;
          margin: auto;
          .numboxtitle {
            font-family: PingFang SC, PingFang SC;
            font-weight: 400;
            font-size: 14px;
            color: #33383c;
          }
          .numboxnum {
            font-family: PingFang SC, PingFang SC;
            font-weight: 400;
            font-size: 22px;
            color: #07c160;
            text-align: center;
          }
        }
      }
    }
  }

  .contentBottom {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 50px;
    flex-wrap: wrap;
    .bottomli {
      margin-bottom: 10px;
      width: 150px;
      height: 220px;
      background: #ffffff;
      border-radius: 18px;
      border: 2px solid #f4f3f3;
      box-sizing: border-box;
      padding: 6px;
      img {
        display: block;
        width: 65px;
        height: 65px;
        object-fit: cover;
        margin: 0 auto;
      }
      .title {
        font-family: PingFang SC, PingFang SC;
        font-weight: 500;
        text-align: center;
        font-size: 16px;
        color: #5d5e5e;
        margin: 10px 0;
      }
      .msg {
        font-family: PingFang SC, PingFang SC;
        font-weight: 400;
        font-size: 12px;
        color: #555555;
      }
    }
  }
}
