* {
  box-sizing: border-box;
}
.nav-title {
  color: #ffe8b1;
  letter-spacing: 0.5px;
}
.title-tips {
  color: #ffb258;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  background: #fff1e2;
}
.arrow-left {
  height: 20px;
  margin: 22px;
}
.main-content {
  padding: 0 40px;
  margin-top: 90px;
}
.main-content .el-form-item__error {
  padding-top: 0;
  top: 85%;
}
.ver-btn-bg-1 {
  box-shadow: 1px 4px 6px #d1d3d1;
  background: linear-gradient(to right, #e0e3e0, #d1d3d1);
}
.ver-btn-bg-2 {
  box-shadow: 1px 3px 4px #ff742a;
  background: linear-gradient(to right, #ff993d, #ff742a);
}
.submit-btn-bg-1 {
  box-shadow: 1px 6px 6px #d1d3d1;
  background: linear-gradient(to right, #e0e3e0, #d1d3d1);
}
.submit-btn-bg-2 {
  box-shadow: 1px 6px 6px #ff742a;
  background: linear-gradient(to right, #ff993d, #ff742a);
}
.ver-btn {
  color: #ffffff;
  width: 110px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  border-radius: 24px;
}
.submit-btn {
  color: #ffffff;
  padding: 10px;
  font-size: 15px;
  margin-top: 50px;
  text-align: center;
  border-radius: 24px;
}
.ver-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ref-input {
  border: none;
  font-size: 16px;
  height: 38px;
  line-height: 38px;
}
.ref-input::-webkit-input-placeholder {
  color: #9fa19f;
}
.ref-input::-moz-placeholder {
  color: #9fa19f;
}
.ref-input:-moz-placeholder {
  color: #9fa19f;
}
.ref-input:-ms-input-placeholder {
  color: #9fa19f;
}
.footer-box {
  position: fixed;
  bottom: 30px;
  left: 0;
  right: 0;
}
.footer-tips {
  color: #b7bab7;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}
