.contactUs-title {
  text-align: center;
}

.contactUs-title-name {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  line-height: 22px;
  margin-bottom: 8px;
}

.contactUs-title-nameEn {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 15px;
  color: #9ec8d4;
  line-height: 17px;
  font-weight: 200;
}

.contactUs-method {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
  margin-bottom: 80px;
  flex-wrap: wrap;
}

.contactUs-method-item {
  width: calc(calc(100% / 3) - 20px);
  padding: 45px 20px 27px 100px;
  background: #ffffff;
  box-shadow: 3px 0px 7px 0px rgba(0, 0, 0, 0.07);
  border-radius: 8px 8px 60px 8px;
  box-sizing: border-box;
  position: relative;
}

.contactUs-method-item-icon {
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  left: 25px;
  top: 30px;
  min-height: 50px;
  min-width: 50px;
}

.contactUs-method-item-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.contactUs-method-item-title-name {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  line-height: 28px;
}

.contactUs-method-item-title-nameEn {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #c4d0d5;
  line-height: 30px;
}

.app-title {
  position: static;
}

.app-title-text1 {
  /* width: 100vw; */
  left: 50%;
  top: 126px;
  position: absolute;
  transform: translateX(-50%);
}

/*!*移动端*!*/
@media screen and (min-width: 320px) and (max-width: 1100px) {
  .contactUs-method-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
