@charset "UTF-8";
.main-container[data-v-022fc800] {
  border-radius: 4px;
  min-width: 1100px;
  width: 100%;
  padding: 20px;
  background-position: center;
  background-size: cover;
  background-color: #fff;
  overflow: auto;
  margin: 0 auto;
  margin-bottom: 0;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  height: calc(100vh - 80px);
  -webkit-box-shadow: 0 4px 32px 0 rgba(88, 88, 88, 0.1);
          box-shadow: 0 4px 32px 0 rgba(88, 88, 88, 0.1);
}
.frm-header[data-v-022fc800] {
  width: 100%;
  height: 50px;
  margin-top: 5px;
  font-size: 24px;
  font: 黑体;
  border-bottom: 1px solid #e6e6e6;
}
.frm-line[data-v-022fc800] {
  width: 100%;
  height: 55px;
}
.frm-line-field[data-v-022fc800] {
  width: 100px;
  height: 50px;
  font-size: 14px;
  float: left;
  text-align: right;
}
.frm-line-input[data-v-022fc800] {
  width: 320px;
  height: 50px;
  float: left;
  text-align: center;
}
.frm-line-input p[data-v-022fc800] {
  width: 320px;
  margin-left: 25px;
  float: left;
}
.reg-form[data-v-022fc800] {
  position: relative;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 500px;
  min-width: 400px;
  text-align: center;
}
footer[data-v-022fc800] {
  height: 80px;
  margin: 20px 0px 20px 0px;
  background-color: rgba(0, 0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap/wrap-reverse;
      flex-wrap: wrap/wrap-reverse;
}
.foot-container .content.has-text-centered section[data-v-022fc800] {
  text-align: center;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap/wrap-reverse;
      flex-wrap: wrap/wrap-reverse;
  align-items: center;
}
.foot-container .content.has-text-centered img[data-v-022fc800] {
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 13px;
}
