html,
body {
  overflow-y: auto;
  background: none;
}
.contact-us {
  background: none;
  border-radius: 14px;
  background: rgba(255,255,255,0.8);
  /* border: 1px solid rgba(255, 255, 255, 0.80); */
  /* background: linear-gradient(180deg, rgba(255, 255, 255, 0.32) 20.14%, rgba(255, 255, 255, 0.40) 84.62%);; */
  /* box-shadow: 0 0 20px 0 rgba(22, 175, 61, 0.20) inset; */
  height: 388px;
  }

.contact-us .contact-wrapper {
  /* background: #FFFFFF; */
  background: none;
  border-radius: 0.213333rem;
  padding: 18px;
}

.contact-us .contact-title {
  /* text-align: center; */
  margin-bottom: 12px;
}

.contact-us .contact-title img {
  width: 100%;
  height: auto;
}
.contact-us .contact-title-desc {
  font-size: 8px;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 6px;
}
.contact-us .contact-collect-container .van-cell {
  background-color: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #DEDEDE;
  margin-bottom: 12px;
  padding: 10px 20px;
}

.contact-us .contact-collect-container .van-field__control::placeholder {
  color: rgba(0, 0, 0, 0.25);
}

/* 让placeholder中的星号显示为红色 */
.contact-us .contact-collect-container .van-field__control::-webkit-input-placeholder {
  background: linear-gradient(to right, #FF4D4F 0, #FF4D4F 0.8em, rgba(0, 0, 0, 0.25) 0.8em);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.contact-us .contact-collect-container .van-field__control::-moz-placeholder {
  background: linear-gradient(to right, #FF4D4F 0, #FF4D4F 0.8em, rgba(0, 0, 0, 0.25) 0.8em);
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  background-clip: text;
}

.contact-us .contact-collect-container .van-field__control:-ms-input-placeholder {
  background: linear-gradient(to right, #FF4D4F 0, #FF4D4F 0.8em, rgba(0, 0, 0, 0.25) 0.8em);
  -ms-background-clip: text;
  -ms-text-fill-color: transparent;
  background-clip: text;
}

.contact-us .contact-collect-container .contact-btn {
  border-radius: 8px;
  background: linear-gradient(90deg, #A0E263 0%, #16AF3D 50%, #1EA9F1 100%)!important;
  border: none;
  height: 44px;
  font-size: 14px;
  font-weight: 500;
  /* margin-top: 16px; */
  color: #fff;
}

/* 成功页面样式 */
.contact-us .success-container {
  text-align: center;
  /* padding: 1.066667rem 0; */
}

.contact-us .success-icon {
  margin: 36px 0 24px 0;
}

.contact-us .success-icon img {
  width: 120px;
  height: 120px;
  -webkit-touch-callout: default;
  -webkit-user-select: auto;
  user-select: auto;
  pointer-events: auto;
}

.contact-us .success-title {
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 0.266667rem;
}

.contact-us .success-desc {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  padding: 0 22px;
  letter-spacing: 0.04em;
}
