.opeartion_school .container1 {
  /* padding: 1.8rem; */
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  align-items: center;
  width: 700px;
  box-sizing: border-box;
}

.coling {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  /* margin-top: 1rem; */
}

.form-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 25px;
}
label {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 20px;
}
.form-control {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #9f9f9f;
  font-size: 20px;
  padding-left: 15px;
}
.mt-5,
.my-5 {
  margin-top: 30px !important;
}

.xing {
  color: red;
}
.phone_wrap {
  position: relative;
  width: 100%;
}
.phone_wrap .getcode {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%); /* 上下居中 */
  width: 90px; /* 设置宽度 */
  height: 36px; /* 设置高度 */
  line-height: 36px; /* 行高等于高度 */
  text-align: center; /* 文字居中 */
  font-size: 14px; /* 设置字体大小 */
  color: #007aff; /* 设置字体颜色 */
  background-color: none; /* 设置背景色 */
  /* border-radius: 20px; 设置圆角 */
  border: none;
  cursor: pointer;
}
.phone_wrap .cutdown{
  display: none;
}
.phone_wrap .cutdown{
    border-radius: 5px;
    background-color: #007aff;
    color: white
}
.submits {
  display: flex !important;
  width: 180px;
  height: 70px;
  text-align: center;
  justify-content: center;
  background-color: #005aff;
  color: #fff;
  line-height: 70px;
  font-size: 30px;
  border: none;
  border-radius: 5px;
}

.check {
  margin-top: 0.5rem;
  padding-left: 1rem;
}

.form-check-inline .form-check-input {
  width: 20px;
  height: 20px;
  align-items: center;
}

#commonModal {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 200px;
}

.modal-header .close {
  padding: 0;
}

.close span {
  float: right;
  margin-right: 10px;
  padding: 0.3rem;
}

.modal-body {
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
}

#commonModal-text {
  margin-bottom: 0;
}

.modal-footer {
  padding: 0;
  display: flex;
  justify-content: center;
}

.modal-footer button {
  width: 40%;
}

.modal-backdrop {
  width: 200vw;
  height: 200vh;
}

.input_error {
  display: none;
  color: red;
  font-size: 16px;
}
