@charset "UTF-8";
body {
  margin: 0;
}
.el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label:before {
  content: "※";
}
.formcontent .el-input input {
  height: 0.66667rem;
  width: 8.18333rem;
  margin: auto;
  border: 0;
  border-bottom: 0.01667rem solid #e0e0e084;
  font-size: 0.2rem;
}
.el-table .warning-row {
  background: oldlace;
}
.el-table .success-row {
  background: #f0f9eb;
}
.headT {
  width: 100%;
  height: 1.16667rem;
  background-color: #5db8ff;
  color: #ffffff;
  font-size: 0.4rem;
  font-weight: bolder;
  line-height: 1.16667rem;
}
.cash {
  position: fixed;
  width: 100%;
}
.bg_img {
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, #000099, #0076d1);
  background-size: 100% 100%;
}
.register-form-layout {
  position: relative;
  left: 0;
  right: 0;
  width: 15rem;
  margin: 0 auto;
  border-radius: 0.16667rem;
}
.title {
  width: 100%;
  height: 1rem;
}
.title-required {
  position: absolute;
  left: 4.66667rem;
  top: 0.73333rem;
  font-weight: normal;
}
.tips-required {
  position: absolute;
  left: 12.33333rem;
  top: 0.95rem;
  font-weight: normal;
}
.font-blue-22 {
  color: #014099;
  font-size: 0.36667rem;
}
.font-red-16 {
  color: #ff0000;
  font-size: 0.26667rem;
}
.loginLogo {
  position: relative;
  width: 4.33333rem;
}
.input-small-position2 {
  position: relative;
  left: 4.91667rem;
  top: -1.03333rem;
}
.button-confirm {
  margin-left: 5rem;
  width: 4.16667rem;
  height: 1.16667rem;
  background-image: linear-gradient(to right, #33a1ff, #33cdff);
  border-color: #33ccff;
}
.button-back {
  margin-left: 2.5rem;
  width: 1.66667rem;
  height: 1.16667rem;
}
::v-deep div > .el-input--small > input {
  height: 0.66667rem;
  width: 4rem;
  margin: auto;
  border: 0;
  border-bottom: 0.01667rem solid #e0e0e084;
}
::v-deep div > .el-select > .el-input--small > input {
  height: 0.66667rem;
  width: 1.58333rem;
  margin: auto;
  border: 0;
  border-bottom: 0.01667rem solid #e0e0e084;
}
::v-deep div > .input-small-position2 > .el-form-item__content > .el-input > input {
  height: 0.66667rem;
  width: 14.33333rem;
  margin: auto;
  border: 0;
  border-bottom: 0.01667rem solid #e0e0e084;
}
::v-deep div > .el-textarea > textarea {
  height: 0.66667rem;
  width: 8.18333rem;
  border: 0;
  border-bottom: 0.01667rem solid #e0e0e084;
}
.avatar {
  width: 2.96667rem;
  height: 2.96667rem;
  display: block;
}

