body {
  background: #FDCAD1;
}
* {
  font-family: 微软雅黑;
}
.toast_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 10;
}
.toast_bg span {
  text-align: center;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 15px;
  border-radius: 20px;
  line-height: 18px;
  font-size: 14px;
  top: 50%;
  left: 50%;
  max-width: 200px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
[v-cloak] {
  display: none;
}
[v-cloak] {
  display: none;
}
.school {
  background: #FDCAD1;
  font-size: 0;
  margin: 0;
}
.school .main {
  margin-top: 48px;
  padding-bottom: 290px;
}
.school .main .banner {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  overflow: hidden;
}
.school .main .bm_box {
  z-index: 1;
  position: relative;
  margin-top: -41px;
}
.school .main .bm_box .bm_form {
  width: 760px;
  margin: 0 auto;
  padding: 50px;
  background-image: linear-gradient(128deg, rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0.36) 100%);
  border-radius: 28px;
  border: 3px solid #ffffff;
  position: relative;
  margin-top: 161px;
}
.school .main .bm_box .bm_form::before {
  content: '';
  position: absolute;
  width: 864px;
  height: 312px;
  background: url("../../img/active/school2022/bm_reg_top.png") right bottom no-repeat;
  background-size: 100%;
  top: -192px;
  right: -68px;
  z-index: -1;
}
.school .main .bm_box .bm_form::after {
  content: '';
  position: absolute;
  width: 1064px;
  height: 297px;
  background: url("../../img/active/school2022/bm_reg_bottom.png") right bottom no-repeat;
  background-size: 100%;
  bottom: -235px;
  left: -82px;
  z-index: -1;
}
.school .main .bm_box .bm_form div {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-bottom: 40px;
  position: relative;
}
.school .main .bm_box .bm_form div a {
  font-size: 26px;
  color: #64539C;
  letter-spacing: 0;
  font-weight: 400;
  float: right;
  text-decoration: underline;
}
.school .main .bm_box .bm_form div a.disabled {
  color: #999;
  cursor: default;
  text-decoration: underline;
}
.school .main .bm_box .bm_form div:first-child::before,
.school .main .bm_box .bm_form div:nth-child(2)::before {
  content: '*';
  position: absolute;
  font-size: 26px;
  color: #C15352;
  top: 20px;
  left: 20px;
}
.school .main .bm_box .bm_form input {
  background: #FFFFFF;
  border: 3px solid #686bbe;
  border-radius: 20px;
  height: 75px;
  line-height: 75px;
  padding-left: 20px;
  box-sizing: border-box;
  outline: none;
  width: 760px;
  font-size: 26px;
  color: #332954;
}
.school .main .bm_box .bm_form input::-webkit-input-placeholder {
  font-size: 26px;
  color: #8E83B2;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 75px;
  outline: none;
}
.school .main .bm_box .bm_form input:focus-visible,
.school .main .bm_box .bm_form input:active,
.school .main .bm_box .bm_form input:focus {
  outline: none;
}
.school .main .bm_box .bm_form input[name="rno"] {
  width: 580px;
  padding-left: 38px;
}
.school .main .bm_box .bm_form input[name="ver"] {
  padding-left: 38px;
}
.school .main .bm_box .bm_form > p {
  font-size: 20px;
  color: #C15352;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 60px;
}
.school .main .bm_box .bm_form .bottom {
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.school .main .bm_box .bm_form .bottom button {
  width: 356px;
  height: 86px;
  cursor: pointer;
  background: url('../../img/active/school2022/btn_reg.png') center no-repeat;
  background-size: 100%;
  border: none;
}
.school .main .bm_box .bm_form .bottom button:disabled {
  cursor: default;
  background: url('../../img/active/school2022/btn_reg_0.png') center no-repeat;
  background-size: 100%;
}
.tncode_div {
  position: fixed !important;
}
