html,
body {
  overflow-y: auto;
  background: none;
}

/* iframe 内弹出层固定定位 */
.contact-us-popup-overlay,
.contact-us-popup {
  position: fixed !important;
}

.contact-us {
  background: none;
  border-radius: 14px;
  background: linear-gradient(0deg, rgba(22, 175, 61, 0.04) 0%, rgba(22, 175, 61, 0.04) 100%), rgba(255, 255, 255, 0.20);
  box-shadow: 0 0 20px 0 rgba(22, 175, 61, 0.20) inset;
  min-height: 320px;
  }

.contact-us .contact-wrapper {
  /* background: #FFFFFF; */
  background: none;
  border-radius: 0.213333rem;
  padding: 18px;
}

/* 折页场景下设置最小高度，避免提交成功后高度变化 */
.contact-us .contact-wrapper.is-zhiye {
  min-height: 420px;
}

.contact-us .contact-title {
  text-align: center;
  margin-bottom: 16px;
}

.contact-us .contact-title img {
  width: 100%;
  height: auto;
}

.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 .no-red-placeholder .van-field__control::-webkit-input-placeholder {
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: rgba(0, 0, 0, 0.25);
  color: rgba(0, 0, 0, 0.25);
}

.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 .no-red-placeholder .van-field__control::-moz-placeholder {
  background: none;
  -moz-background-clip: initial;
  -moz-text-fill-color: rgba(0, 0, 0, 0.25);
  color: rgba(0, 0, 0, 0.25);
}

.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 .no-red-placeholder .van-field__control:-ms-input-placeholder {
  background: none;
  -ms-background-clip: initial;
  -ms-text-fill-color: rgba(0, 0, 0, 0.25);
  color: rgba(0, 0, 0, 0.25);
}

.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-bottom: 0.533333rem;
}

.contact-us .success-icon img {
  width: 120px;
  height: 120px;
}

.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: 14px;
  color: rgba(0, 0, 0, 0.65);
}



