* {
  margin: 0;
  padding: 0;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.warpper {
  padding: 0.36rem 0.3rem;
  padding-top: 1.68rem;
}
.button-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.32rem;
}
.button-item > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.66rem;
  height: 0.68rem;
  font-family: 'FZ';
  font-size: 0.28rem;
  color: #B59E6E;
  background: url(../images/icons/information-btn.png);
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 0.125rem;
}
.button-item > div.active {
  color: #996724;
  background: url(../images/icons/information-btn-active.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.information {
  padding: 0.56rem 0.25rem;
  overflow: hidden;
  background: url(../images/form-bg.png);
  background-size: 100% 100%;
}
.information input::-webkit-input-placeholder,
.information textarea::-webkit-input-placeholder {
  color: #9B8A69;
  font-size: 0.28rem;
}
.information .form {
  text-align: center;
  overflow: hidden;
  padding: 0 0.26rem;
}
.information .form .title {
  height: 0.53rem;
  font-family: FZ;
  font-size: 0.48rem;
  color: #9A3312;
  letter-spacing: -3px;
  margin-bottom: 0.17rem;
  margin-top: 0.61rem;
}
.information .form .sub-title {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 0.26rem;
  color: #5E4A23;
  line-height: 0.42rem;
  margin-bottom: 0.54rem;
  text-align: left;
}
.information .form .form-item {
  max-width: 688rem;
  margin: 0 auto;
  text-align: left;
  position: relative;
  height: 1.8rem;
}
.information .form .form-item .tips {
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  height: 0.33rem;
  font-family: PingFangSC-Regular;
  font-size: 0.24rem;
  color: #EA4047;
}
.information .form .form-item .tips.text-area-tips {
  bottom: -0.3rem;
}
.information .form .form-item .form-label {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 0.32rem;
  color: #5E4A23;
  margin-bottom: 0.12rem;
}
.information .form .form-item .full {
  width: 100%;
}
.information .form .form-item .code,
.information .form .form-item .code-btn,
.information .form .form-item .full {
  height: 0.9rem;
  font-size: 0.28rem;
  position: relative;
  border: none;
  z-index: 1;
  background: transparent;
}
.information .form .form-item .code:hover,
.information .form .form-item .code-btn:hover,
.information .form .form-item .full:hover,
.information .form .form-item .code:focus,
.information .form .form-item .code-btn:focus,
.information .form .form-item .full:focus {
  outline: none;
}
.information .form .form-item .code.error,
.information .form .form-item .code-btn.error,
.information .form .form-item .full.error {
  filter: drop-shadow(0 0 0.01rem red);
}
.information .form .form-item .textarea {
  height: 2.52rem;
  background-image: url(../images/text-area-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 0.1rem 0.05rem;
  text-indent: 0.32rem;
  margin-top: 0.16rem;
  padding-top: 0.32rem;
}
.information .form .form-item .input {
  background-image: url(../images/input-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-indent: 0.32rem;
}
.information .form .form-item .code-wrap {
  display: flex;
  justify-content: flex-start;
}
.information .form .form-item .code-wrap .code {
  background-image: url(../images/code-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #9b8a69;
  text-align: left;
  text-indent: 0;
  width: 2.92rem;
  text-indent: 0.32rem;
}
.information .form .form-item .code-wrap .code-btn {
  width: 2.62rem;
  height: 0.9rem;
  margin-left: 0.32rem;
  text-align: center;
  background-image: url(../images/button-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #996724;
  font-weight: 400;
}
.information .form .form-item .code-wrap .code-btn.countdown {
  background-image: url(../images/code-bg-number.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.information .form .textarea-wrap {
  height: auto;
  margin-bottom: 0.64rem;
}
#form1 .textarea-wrap {
  margin-bottom: 0.34rem !important;
}
.information.type1 {
  display: none;
}
.success {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  display: none;
}
.success .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  left: 0;
  top: 0;
}
.success .box {
  position: absolute;
  width: 6.4rem;
  height: 4.56rem;
  background: #FFFAEB;
  border-radius: 2px;
  display: flex;
  left: calc(50% - 3.2rem);
  top: calc(50% - 2.23rem);
  z-index: 2;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: PingFangSC-Regular;
  color: #5e4a23;
  font-size: 0.36rem;
}
.success .box .close {
  position: absolute;
  right: 0.24rem;
  top: 0.24rem;
  width: 0.3rem;
  height: 0.3rem;
}
.success .box .icon {
  width: 1rem;
  height: 1rem;
}
.success .box .btn {
  height: 0.8rem;
}
.success .box span {
  margin: 0.16rem 0 0.45rem 0;
}
.submit {
  margin-top: 0.94rem;
  width: 6.65rem;
  height: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: FZ;
  font-size: 0.36rem;
  color: #5E4A23;
  background: url(../images/submit-bg.png);
  background-size: 100% 100%;
  margin-bottom: 1.1rem;
}
