* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
.h_row {
  display: flex;
  align-items: center;
}
input:focus-visible,
textarea:focus-visible {
  outline: none;
}
textarea {
  resize: none;
}
input,
textarea,
button {
  border: none;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 99999s;
  -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}
img {
  vertical-align: middle;
}
.h_1400 {
  max-width: 1400px;
  width: 92%;
  margin: 0 auto;
}
.h_1200 {
  max-width: 1200px;
  width: 92% !important;
  margin: 0 auto;
}
.h_1560 {
  max-width: 1560px;
  width: 92% !important;
}
.h_public {
  padding: 64px 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
html,
body {
  margin: 0 auto;
  width: 100%;
  max-width: 480px;
  height: 100vh;
  background-color: #FAF4EA;
}
.h_head {
  height: 48px;
  background-color: #EDEDED;
  position: relative;
}
.h_head a {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 48px;
  text-align: center;
}
.h_head a i {
  font-size: 26px;
  line-height: 48px;
}
.h_head p {
  font-size: 20px;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
}
.h_content {
  padding: 16px;
}
.h_content .h_topImg {
  width: 100%;
}
.h_content .h_topImg img {
  width: 100%;
}
.h_content .h_form {
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 16px;
}
.h_content .h_form .h_text {
  margin-bottom: 30px;
}
.h_content .h_form .h_text .h_title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.h_content .h_form .h_text .h_desc {
  color: #666666;
  font-size: 15px;
  line-height: 22px;
  text-align: justify;
}
.h_content .h_form form .h_box {
  margin-bottom: 28px;
}
.h_content .h_form form .h_box .h_title {
  font-size: 15px;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
}
.h_content .h_form form .h_box .h_title::after {
  content: '';
  position: absolute;
  font-size: 16px;
  left: -13px;
  color: #FF4545;
}
.h_content .h_form form .h_box.required .h_title::after {
  content: '*';
}
.h_content .h_form form .h_box .h_list .h_xbox {
  display: flex;
  padding: 0 16px;
  border-radius: 6px;
  border: 1px solid #EAEAEA;
  margin-bottom: 6px;
  align-items: center;
  cursor: pointer;
}
.h_content .h_form form .h_box .h_list .h_xbox .h_icon {
  margin-right: 8px;
  width: 18px;
  height: 18px;
  border: 1px solid #B4B4B4;
  border-radius: 50%;
  position: relative;
}
.h_content .h_form form .h_box .h_list .h_xbox .h_icon::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: none;
  left: calc(50% - 5px);
  top: calc(50% - 5px);
}
.h_content .h_form form .h_box .h_list .h_xbox .h_t {
  width: calc(100% - 26px);
  font-size: 16px;
  color: #222222;
  line-height: 52px;
}
.h_content .h_form form .h_box .h_list .h_xbox.h_active {
  border-color: #2EAADD;
  background: #F5FBFD;
}
.h_content .h_form form .h_box .h_list .h_xbox.h_active .h_icon {
  border-color: #2EAADD;
}
.h_content .h_form form .h_box .h_list .h_xbox.h_active .h_icon::after {
  background: #2EAADD;
}
.h_content .h_form form .h_box .h_input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border-radius: 6px;
  border: 1px solid #EAEAEA;
}
.h_content .h_form form .h_box .h_input i {
  color: #999999;
}

.h_content .h_form form .h_box .h_input input {
  height: 52px;
  color: #222222;
  width: 100%;
  font-size: 16px;
}
.h_content .h_form form .h_box .h_textarea{
  padding: 10px 16px;
  border-radius: 6px;
  border: 1px solid #EAEAEA;
    
}
.h_content .h_form form .h_box .h_textarea textarea{
  color: #222222;
  width: 100%;
  font-size: 16px;
}
.h_content .h_form form .h_box .h_input.h_active,
.h_content .h_form form .h_box .h_textarea.h_active{
  border-color: #2EAADD;
  box-shadow: 0 0 3px #2EAADD;
}
.h_content .h_form form .h_box .h_input.h_error,
.h_content .h_form form .h_box .h_textarea.h_error {
  border-color: #FF4545;
}
.h_content .h_form form .h_box .h_hide {
  color: #FF4545;
  display: none;
}
.h_content .h_form form button {
  border-radius: 6px;
  background: #333333;
  color: #fff;
  height: 52px;
  width: 100%;
  font-size: 17px;
}
.h_pupop {
  position: fixed;
  width: 100px;
  height: 100px;
  top: calc(40% - 50px);
  left: calc(50% - 50px);
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
.h_pupop .h_icon {
  text-align: center;
  margin-top: 16px;
}
.h_pupop .h_icon .h_gou {
  display: none;
  margin-top: 10px;
}
.h_pupop .h_icon img {
  width: 28px;
}
.h_pupop p {
  margin-top: 4px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  height: 40px;
}
.h_Top {
  position: relative;
}
.h_Top img {
  width: 100%;
}
.h_Top .h_box {
  position: absolute;
  top: calc(50% - 75px);
  left: calc(50% - 90px);
  overflow: hidden;
  width: 180px;
  height: 120px;
}
.h_Top .h_box .h_line1 {
  width: 180px;
  height: 180px;
  border: 9px solid #F5CF8B;
  border-right-color: #fff;
  border-radius: 100%;
  position: relative;
}
.h_Top .h_box .h_line1::before {
  content: '';
  position: absolute;
  top: -9px;
  left: -9px;
  width: 162px;
  height: 162px;
  border: 9px solid #fff;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 100%;
  animation: rotate 2s linear forwards;
}
.h_Top #productNumber {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.h_Top #productNumber li {
  text-align: center;
}
.h_Top #productNumber li .h_desc {
  font-size: 23px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
}
.h_Top #productNumber li .h_title {
  font-size: 14px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 6px;
}
@keyframes rotate {
  0% {
    transform: rotate(-70deg);
  }
  100% {
    transform: rotate(110deg);
  }
}
.h_result {
  padding: 0 16px;
}
.h_result .h_box1 {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 0 16px;
}
.h_result .h_box1 .h_box {
  display: flex;
  padding: 16px 0;
  background: #FFFFFF;
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
}
.h_result .h_box1 .h_box .h_p1 {
  width: 70px;
  font-size: 14px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  white-space: nowrap;
}
.h_result .h_box1 .h_box .h_p2 {
  width: calc(100% - 70px);
  font-size: 13px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  text-align: justify;
}
.h_result .h_box2 {
  margin-top: 16px;
  border-radius: 8px;
  overflow: hidden;
  padding: 14px 16px;
  position: relative;
  background: #FFFFFF;
}
.h_result .h_box2 .h_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.h_result .h_box2 .h_p1 {
  margin-bottom: 8px;
  font-size: 13px;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  color: #555555;
}
.h_result .h_box2 .h_p2 {
  font-size: 11px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #999999;
}
