.introduce-page-content {
  width: 100%;
}

.introduce-item {
  width: 100%;
}

.introduce-item-content {
  width: 1160px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

  @media screen and (max-width: 736px) {

    .introduce-item-content {
      max-width: calc(100% - 40px);
    }

  }

.introduce-title {
  height: 74px;
  color: #000;
  font-family: OPPOSans;
  font-size: 32px;
  line-height: 74px;
  font-weight: 700;
  margin-top: 40px;
}

  @media screen and (max-width: 736px) {

    .introduce-title {
      text-align: center;
    }

  }

.introduce-content {
  display: flex;
  align-items: center;
}

  @media screen and (max-width: 736px) {

    .introduce-content {
      flex-direction: column;
    }

  }

.img-profile {
  width: 300px;
  margin-bottom: 32px;
}

.introduce-content-area {
  width: 641px;
  margin-left: 52px;
}

  @media screen and (max-width: 736px) {

    .introduce-content-area {
      max-width: calc(100% - 40px);
      margin: 0 auto;
    }

  }

.introduce-content-title {
  height: 40px;
  color: #000;
  font-family: "Alibaba PuHuiTi 2.0";
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.introduce-content-middle {
  color: #000;
  font-family: "Alibaba PuHuiTi 2.0";
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin: 16px 0;
}

.introduce-content-desc {
  color: #5F5F60;
  font-family: "Alibaba PuHuiTi 2.0";
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.introduce-content-desc-first {
  margin-bottom: 20px;
}

.img-honor-1 {
  width: 345px;
  margin-bottom: 32px;
}

.img-honor-2 {
  width: 446px;
  margin-left: 17px;
  margin-bottom: 32px;
}

  @media screen and (max-width: 736px) {

    .img-honor-2 {
      width: 345px;
      margin-left: 0;
    }

  }

.introduce-content-area-bottom {
  width: 500px;
  margin-left: 10px;
}

  @media screen and (max-width: 736px) {

    .introduce-content-area-bottom {
      max-width: calc(100% - 40px);
      margin: 0 auto;
    }

  }

.honor-title {
  color: #000;
  font-family: "Alibaba PuHuiTi 2.0";
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.honor-list {
  width: calc(100% - 20px);
  margin-left: 20px;
  list-style: disc;
  color: #8C6FFF;
  font-family: "Alibaba PuHuiTi 2.0";
  font-size: 14px;
  line-height: 25px;
}

  @media screen and (max-width: 736px) {

    .introduce-content-area-bottom {
      margin-bottom: 32px;
    }

  }

.contact-us {
  width: 100%;
  background-color: #F7F4FF;
}

input, textarea {
  border: none;
}

input:focus {
  border: none;
  outline: none;
}

textarea:focus {
  border: none;
  outline: none;
}

.contact-us-content {
  width: 1160px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

  @media screen and (max-width: 736px) {

    .contact-us-content {
      max-width: calc(100% - 40px);
    }

  }

.contact-us-title {
  margin: 35px 0;
  color: #000;
  font-family: "Alibaba PuHuiTi 2.0";
  font-size: 32px;
  font-weight: 700;
  line-height: 45px;
}

  @media screen and (max-width: 736px) {

    .contact-us-title {
      text-align: center;
    }

  }

.contact-us-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

  @media screen and (max-width: 736px) {

    .contact-us-input {
      flex-direction: column;
    }

  }

.contact-us-input-item {
  width: 360px;
}

.contact-us-label {
  color: #000;
  font-family: "Alibaba PuHuiTi 2.0";
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
}

.contact-us-input-item > input {
  width: 360px;
  height: 46px;
  border-radius: 8px;
  border: 1px solid #EDEDED;
  color: #000;
  font-family: "Alibaba PuHuiTi 2.0";
  font-size: 14px;
  line-height: 20px;
}

.contact-us-textarea {
  margin-top: 50px;
  width: 100%;
}

.contact-us-textarea > textarea {
  width: 100%;
  height: 160px;
  border-radius: 8px;
  border: 1px solid #EDEDED;
  color: #000;
  font-family: "Alibaba PuHuiTi 2.0";
  font-size: 14px;
  line-height: 20px;
}

.contact-us-submit {
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 34px;
  width: 130px;
  height: 40px;
  border-radius: 9px;
  background-color: #8C6FFF;
  color: #FFF;
  font-family: "Alibaba PuHuiTi 2.0";
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}