.form-box .submit {
  color: #000;
  font-weight: 400;
  background: #f6e002;
}
.form-box .kaptcha-btn {
  width: 5rem;
  color: #fff;
  font-weight: 400;
  background: #1325a5;
}

.form-center {
  margin-top: 1.9rem;
}
.form-center .form-box {
  position: relative;
  height: 9.65rem;
  margin-top: 1.35rem;
  padding: 0.85rem 1rem 0;
  background: url("../images/form_bg.jpg") no-repeat;
  background-size: contain;
}
.form-center .form-item {
  box-sizing: border-box;
  height: 1.55rem;
  margin-bottom: 0.3rem;
  font-size: 0.5rem;
  border-radius: 0.1rem;
}
.form-center .form-item input {
  border-radius: 0.1rem;
}
.form-center .form-item.phone {
  width: 9.7rem;
}
.form-center .form-city {
  position: relative;
}
.form-center .form-city::after {
  position: absolute;
  right: 0.75rem;
  left: 0;
  z-index: 99;
  height: 100%;
  background: url("../images/form_arrow.png") right center no-repeat;
  background-size: 0.45rem;
  content: "";
}
.form-center .item-box {
  position: relative;
}
.form-center .form-code {
  position: absolute;
  top: 1px;
  right: 0;
}
.form-center .form-code .kaptcha-code {
  width: 5.2rem;
  height: 1.55rem;
  font-size: 0.5rem;
  border-radius: 0.1rem;
}
.form-center .kaptcha-btn {
  position: absolute;
  top: 0.25rem;
  left: -4.1rem;
  width: 3.5rem;
  height: 0.9rem;
  color: #fff;
  font-weight: 400;
  font-size: 0.5rem;
  background: #aaa;
  border-radius: 0.9rem;
}
.form-center .submit {
  height: 1.55rem;
  font-size: 0.7rem;
  border-radius: 0.1rem;
}
.form-center .form-privacy {
  margin-top: 0.5rem;
  margin-bottom: 0;
  color: #fff;
  font-size: 0.5rem;
}
.form-center .form-privacy a {
  color: #f6e002;
}
.form-center .site-pop {
  position: absolute;
  top: 4.3rem;
  right: 1.05rem;
  left: 1.05rem;
  z-index: 999;
  display: none;
  padding: 0 0.6rem;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0 0.25rem rgba(19, 37, 165, 0.21);
}
.form-center .site-pop.active {
  display: block;
}
.form-center .site-pop .list {
  padding: 0.3rem 0;
}
.form-center .site-pop .list .item {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 0.6rem;
  line-height: 1.2rem;
}

.campus {
  padding-top: 0.5rem;
}
.campus .citys .item {
  box-shadow: 0 0 0.2rem rgba(19, 37, 165, 0.21);
}
.campus .citys .item.active {
  color: #1325a5;
  border-color: #1325a5;
}
.campus .tabs .tab {
  background-color: #e8ebff;
}
.campus .tabs .tab.active {
  color: #fff;
  background-color: #1325a5;
}
.campus .content .name {
  color: #1325a5;
}

.form-footer .title {
  margin-bottom: 0.5rem;
  color: #1325a5;
  text-align: center;
}
.form-footer .title::after {
  width: 0;
}
.form-footer .kaptcha-btn {
  width: 6.25rem;
}

.container {
  box-sizing: border-box;
  width: 18.75rem;
  margin: 0 auto;
  padding: 0.75rem;
}

.container-fluid {
  width: 100%;
  padding: 0.75rem 0;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.text-primary {
  font-size: 0.6rem;
  line-height: 0.85rem;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left !important;
}

.text-white {
  color: #fff !important;
}

.text-nowrap {
  white-space: nowrap;
}

.w-100 {
  width: 100% !important;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.shadow {
  box-shadow: 0 0 0.1rem 0.05rem rgba(0, 0, 0, 0.2);
}

.chat {
  cursor: pointer;
}

.m0 {
  margin: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.m1 {
  margin: 0.5rem !important;
}

.my-1 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.mt-1 {
  margin-top: 0.5rem !important;
}

.mb-1 {
  margin-bottom: 0.5rem !important;
}

.mx-1 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.ml-1 {
  margin-left: 0.5rem !important;
}

.mr-1 {
  margin-right: 0.5rem !important;
}

.m2 {
  margin: 1rem !important;
}

.my-2 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.mt-2 {
  margin-top: 1rem !important;
}

.mb-2 {
  margin-bottom: 1rem !important;
}

.mx-2 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.ml-2 {
  margin-left: 1rem !important;
}

.mr-2 {
  margin-right: 1rem !important;
}

.m3 {
  margin: 1.5rem !important;
}

.my-3 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.mt-3 {
  margin-top: 1.5rem !important;
}

.mb-3 {
  margin-bottom: 1.5rem !important;
}

.mx-3 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.ml-3 {
  margin-left: 1.5rem !important;
}

.mr-3 {
  margin-right: 1.5rem !important;
}

.m4 {
  margin: 2rem !important;
}

.my-4 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.mx-4 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.ml-4 {
  margin-left: 2rem !important;
}

.mr-4 {
  margin-right: 2rem !important;
}

.m5 {
  margin: 2.5rem !important;
}

.my-5 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.mt-5 {
  margin-top: 2.5rem !important;
}

.mb-5 {
  margin-bottom: 2.5rem !important;
}

.mx-5 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.ml-5 {
  margin-left: 2.5rem !important;
}

.mr-5 {
  margin-right: 2.5rem !important;
}

.p0 {
  padding: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.p1 {
  padding: 0.5rem !important;
}

.py-1 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.pt-1 {
  padding-top: 0.5rem !important;
}

.pb-1 {
  padding-bottom: 0.5rem !important;
}

.px-1 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.pl-1 {
  padding-left: 0.5rem !important;
}

.pr-1 {
  padding-right: 0.5rem !important;
}

.p2 {
  padding: 1rem !important;
}

.py-2 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.pt-2 {
  padding-top: 1rem !important;
}

.pb-2 {
  padding-bottom: 1rem !important;
}

.px-2 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.pl-2 {
  padding-left: 1rem !important;
}

.pr-2 {
  padding-right: 1rem !important;
}

.p3 {
  padding: 1.5rem !important;
}

.py-3 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.pt-3 {
  padding-top: 1.5rem !important;
}

.pb-3 {
  padding-bottom: 1.5rem !important;
}

.px-3 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.pl-3 {
  padding-left: 1.5rem !important;
}

.pr-3 {
  padding-right: 1.5rem !important;
}

.p4 {
  padding: 2rem !important;
}

.py-4 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.pt-4 {
  padding-top: 2rem !important;
}

.pb-4 {
  padding-bottom: 2rem !important;
}

.px-4 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.pl-4 {
  padding-left: 2rem !important;
}

.pr-4 {
  padding-right: 2rem !important;
}

.p5 {
  padding: 2.5rem !important;
}

.py-5 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.pt-5 {
  padding-top: 2.5rem !important;
}

.pb-5 {
  padding-bottom: 2.5rem !important;
}

.px-5 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.pl-5 {
  padding-left: 2.5rem !important;
}

.pr-5 {
  padding-right: 2.5rem !important;
}

.icon-hat {
  display: inline-block;
}

.icon-hat::before {
  display: inline-block;
  width: 1.875rem;
  height: 1.85rem;
  background-image: url("../images/sprite.png");
  background-position: 0 0;
  background-size: 4.725rem 3.75rem;
  content: "";
}

.icon-improve {
  display: inline-block;
}

.icon-improve::before {
  display: inline-block;
  width: 1.875rem;
  height: 1.85rem;
  background-image: url("../images/sprite.png");
  background-position: -1.925rem 0;
  background-size: 4.725rem 3.75rem;
  content: "";
}

.icon-people {
  display: inline-block;
}

.icon-people::before {
  display: inline-block;
  width: 1.875rem;
  height: 1.85rem;
  background-image: url("../images/sprite.png");
  background-position: 0 -1.9rem;
  background-size: 4.725rem 3.75rem;
  content: "";
}

.icon-preparation {
  display: inline-block;
}

.icon-preparation::before {
  display: inline-block;
  width: 1.875rem;
  height: 1.85rem;
  background-image: url("../images/sprite.png");
  background-position: -1.925rem -1.9rem;
  background-size: 4.725rem 3.75rem;
  content: "";
}

.mouse {
  display: inline-block;
}

.mouse::before {
  display: inline-block;
  width: 0.875rem;
  height: 1.25rem;
  background-position: -3.85rem 0;
  background-size: 4.725rem 3.75rem;
  content: "";
}

.title-primary {
  margin-bottom: 0.75rem;
  color: #333;
  font-size: 1.15rem;
  line-height: 1.6rem;
  text-align: center;
}

.title-primary strong {
  color: #ff9f00;
}

.title-line {
  width: 1.5rem;
  margin: -0.4rem auto 0.45rem;
  border: 0;
  border-top: 0.1rem solid #333;
}

.title-line-white {
  border-top-color: #fff;
}

.subtitle {
  font-size: 0.75rem;
  line-height: 1.05rem;
  text-align: center;
}

.btn-rounded {
  border-radius: 2.5rem;
}

.btn-primary {
  padding: 0.4rem 1.5rem;
  color: #fff;
  font-size: 0.75rem;
  background-color: #ff9f00;
  background-image: linear-gradient(to right, #fdd72a, #ff9f00);
  border: 0.05rem solid #fdd72a;
  border-radius: 2.5rem;
  outline: 0;
  box-shadow: 0 0.05rem 0.05rem 0 rgba(0, 0, 0, 0.2);
}

.form {
  display: flex;
  flex-direction: column;
}

.form-inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.form-inline .form-group {
  margin-bottom: 0;
}

.form-inline .form-group + .form-group {
  margin-left: 0.25rem;
}

.form-group {
  margin-bottom: 0.75rem;
  border: 0.05rem solid #f1f1f1;
  border-radius: 0.2rem;
}

.form-control {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0.4rem;
  font-size: 0.75rem;
  border: 0;
  border-radius: 0.2rem;
}

.form-control:focus {
  outline: 0;
}

.input-group {
  position: relative;
  display: flex;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.2rem;
}

.input-group input {
  margin-bottom: 0;
  border: 0;
}

.input-group .captcha {
  position: absolute;
  top: 50%;
  right: 0;
  height: 100%;
  transform: translateY(-50%);
}

.input-group .codetxt {
  position: absolute;
  top: 50%;
  right: 0.25rem;
  color: red;
  font-size: 0.6rem;
  background: 0 0;
  border: 0;
  outline: 0;
  transform: translateY(-50%);
  cursor: pointer;
}

.input-group .codetxt:hover {
  color: #08f;
}

.input-group .disabled {
  color: gray;
}

.table {
  width: 100%;
  font-size: 0.6rem;
  text-align: center;
  border-collapse: collapse;
}

.table caption {
  padding: 0.25rem 0;
  color: #fff;
  font-weight: 700;
  font-size: 0.6rem;
}

.table td,
.table th {
  height: 2rem;
  line-height: 0.7rem;
  vertical-align: middle;
}

.table-line td,
.table-line th {
  border: 0.025rem solid rgba(0, 0, 0, 0.1);
}

.table-line thead th {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}

.table-line tbody td,
.table-line tbody th {
  background-color: rgba(255, 255, 255, 0.9);
}

.table-stripe {
  color: #1f4a81;
  border-collapse: separate;
  border-spacing: revert;
}

.table-stripe caption {
  background-color: #1f4a81;
}

.table-stripe thead th {
  box-sizing: border-box;
  width: 9.35rem;
  height: 2.2rem;
  color: #fff;
  background-color: #1f4a81;
}
.table-stripe thead th:nth-child(2) {
  width: 2.45rem;
}
.table-stripe thead th:last-child {
  width: auto;
}

.table-stripe tr:nth-child(odd) {
  background-color: #f0f5fb;
}

.table-stripe tr:nth-child(even) {
  background-color: #fcfdfe;
}

.about {
  position: relative;
  z-index: 999;
  margin-top: -1.9rem;
  margin-bottom: 0.3rem;
  padding: 0.55rem 0.75rem 0.85rem;
  background-color: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.2);
}

.about-text {
  color: #666;
  font-size: 0.6rem;
  line-height: 0.9rem;
}

.about-text p:nth-child(2) {
  margin-top: 0.5rem;
}

.bg-blue {
  background-color: #1f4a81;
}

.ysfx {
  position: relative;
  padding-top: 1.1rem;
  padding-bottom: 2rem;
}

.reason-swiper {
  height: 5.55rem;
  margin: 0 auto;
  border-radius: 0.5rem;
}

.reason-pagination {
  bottom: 0.8rem !important;
}
.reason-pagination .swiper-pagination-bullet {
  width: 0.25rem;
  height: 0.25rem;
  background: #fff;
  opacity: 0.4;
}
.reason-pagination .swiper-pagination-bullet-active {
  width: 1.15rem;
  border-radius: 0.25rem;
  opacity: 1;
}

.reason-list-item {
  padding: 1rem;
  color: #666;
  font-size: 0.6rem;
  line-height: 0.85rem;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.4);
}

.reason-list-item h5 {
  font-size: 0.75rem;
  line-height: 1rem;
}

.form-1 {
  margin-top: 1.4rem;
  padding: 1.4rem 1.5rem;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.4);
}

.form-1-title {
  margin-bottom: 0.2rem;
  color: #1f4a81;
  font-size: 1.15rem;
  text-align: center;
}

.shihe {
  margin-top: 0.1rem;
}

.suitable-wrapper {
  position: relative;
  width: 10.225rem;
  height: 5.4rem;
  margin: 5.5rem auto 5.7rem;
  background: url("../images/boy.png") no-repeat center;
  background-size: 9.75rem;
}

.suitable-wrapper .btn-circle {
  position: absolute;
  bottom: -1.8rem;
  left: 50%;
  width: 4.35rem;
  height: 1.15rem;
  color: #333;
  font-size: 0.5rem;
  line-height: 1.1rem;
  text-align: center;
  background: url("../images/suitable_btn.png") no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}

.suitable-item {
  position: absolute;
  box-sizing: border-box;
  width: 6.25rem;
  height: 3.375rem;
  padding: 0.5rem 0.375rem 0.375rem;
  color: #666;
}

.suitable-item i {
  position: absolute;
  top: -1.125rem;
}

.suitable-item h3 {
  position: absolute;
  top: -1rem;
  font-size: 0.75rem;
}

.suitable-item p {
  font-size: 0.6rem;
  line-height: 0.85rem;
}

.suitable-item:nth-child(-n+2) {
  background: url("../images/frame-left.png") no-repeat center;
  background-size: 100% 100%;
}

.suitable-item:nth-child(-n+2) i {
  left: 0;
}

.suitable-item:nth-child(-n+2) h3 {
  left: 2rem;
}

.suitable-item:nth-child(n+3) {
  background: url("../images/frame-right.png") no-repeat center;
  background-size: 100% 100%;
}

.suitable-item:nth-child(n+3) i {
  right: 0;
}

.suitable-item:nth-child(n+3) h3 {
  left: 0.75rem;
}

.suitable-item:first-child {
  bottom: -5.6rem;
  left: -2.5rem;
}

.suitable-item:first-child h3 {
  color: #ff9f00;
}

.suitable-item:nth-child(2) {
  top: -3.75rem;
  left: -2.5rem;
}

.suitable-item:nth-child(2) h3 {
  color: #5197d5;
}

.suitable-item:nth-child(3) {
  top: -3.75rem;
  right: -2.5rem;
}

.suitable-item:nth-child(3) h3 {
  color: #70ad46;
}

.suitable-item:nth-child(4) {
  right: -2.5rem;
  bottom: -5.6rem;
}

.suitable-item:nth-child(4) h3 {
  color: #6a8bff;
}

.bg-course {
  padding-bottom: 1.55rem;
  background: #1f4a81;
}

#course {
  margin-top: -0.1rem;
}

.course-tab {
  display: flex;
}

.course-tab .active {
  color: #fff;
  background-color: #ff9f00;
  border-bottom: 0;
}

.course-tab-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.5rem;
  color: #fff;
  font-size: 0.6rem;
  background-color: #2962aa;
  border-radius: 0.25rem 0.25rem 0 0;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.course-tab-item + .course-tab-item {
  margin-left: 0.15rem;
}

.course-wrapper {
  flex-grow: 1;
  padding: 0.4rem 0.5rem 0.6rem;
  background-color: #fff;
  border-radius: 0 0 0.5rem 0.5rem;
  box-shadow: 0.05rem 0.05rem 0.1rem 0 rgba(0, 0, 0, 0.2);
}

.course-wrapper .current {
  display: block;
}

.course-item {
  display: none;
}

.text-em {
  color: #1f4a81;
  font-weight: 700;
}

.schedule .title-primary {
  margin-top: 0.4rem;
}

.schedule-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -0.2rem;
}

.schedule-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 8rem;
  margin: 0.25rem;
  padding: 0.5rem;
  color: #fff;
  font-size: 0.6rem;
  line-height: 0.78rem;
  text-align: center;
  background-color: #1f4a81;
  border-radius: 0.25rem;
}

.schedule-list-item::after {
  position: absolute;
  top: -1.25rem;
  left: 50%;
  display: inline-block;
  width: 0.6rem;
  height: 0.8rem;
  background-position: -3.85rem -1.3rem;
  background-size: 4.725rem 3.75rem;
  transform: translateX(-50%);
  content: "";
}

.schedule-list-item:nth-child(2) {
  left: 4.375rem;
}

.schedule-list-item:nth-child(3) {
  left: 8.75rem;
}

.schedule-list-item:nth-child(4) {
  left: 13.125rem;
}

.schedule-list-item:nth-child(5) {
  left: 17.5rem;
}

.schedule-list-item:nth-child(n+6) {
  top: 5rem;
}

.schedule-list-item:nth-child(6) {
  right: 0.75rem;
}

.schedule-list-item:nth-child(7) {
  right: 5.125rem;
}

.schedule-list-item:nth-child(8) {
  right: 9.5rem;
}

.schedule-list-item:nth-child(9) {
  right: 13.875rem;
}

.schedule-list-item:last-child {
  right: 18.25rem;
}

.bg-white-gradient {
  padding: 0.75rem;
  background-image: linear-gradient(90deg, #fff 40%, transparent);
  background-image: linear-gradient(to bottom, #fff 40%, transparent);
  border-radius: 0.25rem;
}

.bg-white-gradient .text-center {
  line-height: 0;
}

.cert-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.cert-desc {
  width: 8.6rem;
}

.cert-pagination {
  right: 0.75rem;
  bottom: -0.9rem !important;
  left: auto !important;
  width: 8.6rem !important;
}
.cert-pagination .swiper-pagination-bullet {
  width: 0.35rem;
  height: 0.35rem;
  background: #fff;
  opacity: 0.4;
}
.cert-pagination .swiper-pagination-bullet-active {
  width: 1.05rem;
  border-radius: 0.35rem;
  opacity: 1;
}

.cert-desc p {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
  line-height: 1.5;
  text-indent: 2em;
}

.honor-title {
  margin: 1.2rem auto 0.5rem;
  color: #1f4a81;
  font-size: 0.9rem;
}

.cert-imgs {
  display: flex;
  flex-wrap: wrap;
}

.cert-img-item {
  width: 4rem;
  margin: 0.125rem;
}

.honor-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 0.2rem;
  color: #fff;
}

.honor-list li {
  line-height: 1.2;
  text-indent: -0.2rem;
}
.honor-list li span {
  padding-left: 0.25rem;
}

.honor-list li + li {
  margin-top: 0.5rem;
}

.env-slider {
  --swiper-pagination-color: #fff;
  width: 16.25rem;
  margin: 0 auto;
}

.env-slider .swiper-slide {
  overflow: hidden;
  border-radius: 0.5rem;
}

.env-slider img {
  display: block;
}