.title {
  position: relative;
  margin-bottom: 0.7rem;
  color: #000;
  font-weight: bold;
  font-size: 1.05rem;
  line-height: 1.25rem;
  text-align: center;
}
.title::after {
  position: absolute;
  bottom: 0.05rem;
  left: 50%;
  width: 3.75rem;
  height: 0.25rem;
  background-color: #017ac1;
  transform: translateX(-50%);
  opacity: 0.5;
  content: "";
}
.title span {
  color: #017ac1;
}

.button {
  width: 8.75rem;
  height: 1.75rem;
  margin: 0.65rem auto 0;
  color: #fff;
  font-weight: 500;
  font-size: 0.7rem;
  line-height: 1.75rem;
  text-align: center;
  background: linear-gradient(90deg, #ffb954, #ff9700);
  border-radius: 1.75rem;
}

.alcourse {
  padding-top: 1.4rem;
}
.alcourse .stit {
  margin-top: -0.5rem;
  font-size: 0.6rem;
  line-height: 0.9rem;
  text-align: center;
}
.alcourse-swiper {
  margin-top: 0.5rem;
  padding-bottom: 1.4rem;
}
.alcourse-swiper .swiper-slide {
  display: flex;
  justify-content: space-between;
}
.alcourse-swiper .swiper-slide .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 8.35rem;
  height: 8.375rem;
  margin-top: 2.5rem;
  background-color: #017ac1;
  border-radius: 0.25rem;
}
.alcourse-swiper .swiper-slide .item .head {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-top: -3.2rem;
  font-size: 0.55rem;
  line-height: 0.65rem;
  background-color: #fff;
  border: 0.1rem solid #017ac1;
  border-radius: 50%;
}
.alcourse-swiper .swiper-slide .item .head span {
  text-align: center;
}
.alcourse-swiper .swiper-slide .item .head span:first-child {
  margin-top: 0.5rem;
  margin-bottom: 0.1rem;
  color: #017ac1;
  font-weight: bold;
  font-size: 0.65rem;
  line-height: 0.8rem;
}
.alcourse-swiper .swiper-slide .item .head span em {
  font-size: 0.7rem;
  font-style: normal;
}
.alcourse-swiper .swiper-slide .item .desc {
  padding: 0 0.5rem;
  color: #fff;
  font-size: 0.55rem;
  line-height: 0.85rem;
}
.alcourse-swiper .swiper-slide .item .button {
  width: 6.5rem;
  height: 1.25rem;
  margin-top: 0.4rem;
  font-size: 0.6rem;
  line-height: 1.25rem;
}
.alcourse-pagination {
  bottom: 0 !important;
}
.alcourse-pagination .swiper-pagination-bullet {
  width: 0.35rem;
  height: 0.35rem;
  background: #017ac1;
  opacity: 0.4;
}
.alcourse-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.rmkm {
  padding-top: 1rem;
  padding-bottom: 1.4rem;
}
.rmkm .stit {
  margin-top: -0.4rem;
  font-size: 0.6rem;
  line-height: 0.9rem;
  text-align: center;
}
.rmkm .img {
  height: 5.75rem;
  margin-top: 0.2rem;
  background: url("../images/rmkm.jpg") no-repeat;
  background-size: contain;
}

.courses {
  padding-top: 1.1rem;
  padding-bottom: 1.05rem;
  background-color: #e9f7fd;
}
.courses .stit {
  margin-top: -0.35rem;
  font-size: 0.6rem;
  line-height: 0.9rem;
  text-align: center;
}
.courses .navbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.6rem;
  margin-bottom: 0.25rem;
}
.courses .navbar .item {
  width: 5.4rem;
  height: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.65rem;
  line-height: 1.5rem;
  text-align: center;
  background-color: #fff;
  border-radius: 0.175rem;
}
.courses .navbar .item.active {
  color: #fff;
  background-color: #017ac1;
}
.courses .course-container {
  display: none;
}
.courses .course-container.show {
  display: block;
}
.courses .course-container .table {
  position: relative;
}
.courses .course-container .table .head {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  height: 1.35rem;
  color: #fff;
  font-size: 0.6rem;
  background-color: #28aceb;
}
.courses .course-container .table .head .col {
  justify-content: center !important;
}
.courses .course-container .table .row {
  display: flex;
  justify-content: space-between;
  height: 3.75rem;
  font-size: 0.5rem;
  background-color: #fff;
  border-top: 1px solid #e9f7fd;
}
.courses .course-container .table .row1 {
  background-color: #d1eaf7;
}
.courses .course-container .table .row180 {
  height: 4.5rem;
}
.courses .course-container .table .row200 {
  height: 5rem;
}
.courses .course-container .table .row220 {
  height: 5.5rem;
}
.courses .course-container .table .row260 {
  height: 6.5rem;
}
.courses .course-container .table .col {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  line-height: 0.75rem;
  border-right: 1px solid #e9f7fd;
}
.courses .course-container .table .col:nth-child(2) {
  flex: 1;
}
.courses .course-container .table .col:last-child {
  justify-content: flex-start;
  box-sizing: border-box;
  width: 8.8rem;
  padding-left: 0.625rem;
  border-right: 0;
}
.courses .course-container .table .col-center {
  text-align: center;
}
.courses .course-container .table .col424 {
  width: 10.6rem !important;
  padding-left: 0.2rem !important;
}

.form-box .kaptcha-btn,
.form-box .submit {
  color: #fff;
  background: linear-gradient(127deg, #ffc549, #ffae00);
}
.form-box .kaptcha-btn {
  width: 5rem;
}

.form-center {
  box-sizing: border-box;
  height: 15.5rem;
  padding-top: 0.75rem;
  background: url("../images/form_center_bg.jpg") center no-repeat;
  background-size: contain;
}
.form-center .head {
  float: right;
  width: 11.5rem;
  margin-bottom: 0.8rem;
  padding-top: 0.4rem;
}
.form-center .title {
  color: #fff;
}
.form-center .title::after {
  width: 0;
}
.form-center .title span {
  color: #feca77;
}
.form-center .stit {
  width: 100%;
  height: 1rem;
  margin-top: -0.45rem;
  color: #fff;
  font-size: 0.6rem;
  line-height: 1rem;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
}
.form-center .form-box {
  padding: 0;
}
.form-center .kaptcha-btn {
  width: 6.25rem;
}

.teaching {
  padding-top: 1.35rem;
}
.teaching .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.teaching .item {
  box-sizing: border-box;
  width: 8.1rem;
  height: 5.75rem;
  margin-bottom: 0.6rem;
  margin-left: 0.25rem;
  background: #d1eaf7;
  border-radius: 0.5rem;
  border-radius: 0.35rem;
  box-shadow: 0.1rem 0.1rem 0 0 rgba(1, 122, 193, 0.49);
}
.teaching .item1 {
  background-color: #fff7e7;
}
.teaching .item1 .name {
  color: #ffae00;
}
.teaching .name {
  width: 7.5rem;
  height: 1.475rem;
  margin-top: 0.5rem;
  margin-left: -0.25rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.65rem;
  line-height: 1.25rem;
  text-align: center;
  background: url("../images/icon_teaching1.png") no-repeat;
  background-size: contain;
}
.teaching .name1 {
  background-image: url("../images/icon_teaching2.png");
}
.teaching .desc {
  padding: 0 0.4rem;
  font-size: 0.55rem;
  line-height: 0.85rem;
}
.teaching .button {
  margin-top: 0.3rem;
}

.gfsq {
  padding-top: 1.35rem;
}
.gfsq .imgs {
  height: 3.65rem;
}
.gfsq .imgs img {
  height: 100%;
  margin: auto;
}

.tsfw {
  margin-top: 1.5rem;
  padding-top: 1.05rem;
  padding-bottom: 0.9rem;
  background: #e1f5fe url("../images/tsfw_bg.jpg") center bottom no-repeat;
  background-size: contain;
}
.tsfw .item {
  display: flex;
  align-items: center;
  height: 3rem;
  margin-bottom: 0.5rem;
  padding: 0 0.75rem;
  background-color: #fff;
  border-radius: 3rem;
}
.tsfw .item .icon {
  position: relative;
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.8rem;
  background: center no-repeat;
}
.tsfw .item .icon::after {
  position: absolute;
  top: 0;
  right: -0.35rem;
  width: 0.05rem;
  height: 1.25rem;
  background-color: #017ac1;
  content: "";
}
.tsfw .item .icon1 {
  background-image: url("../images/icon_tsfw1.png");
  background-size: 1.1rem;
}
.tsfw .item .icon2 {
  background-image: url("../images/icon_tsfw2.png");
  background-size: 1.025rem;
}
.tsfw .item .icon3 {
  background-image: url("../images/icon_tsfw3.png");
  background-size: 0.925rem;
}
.tsfw .item .icon4 {
  background-image: url("../images/icon_tsfw4.png");
  background-size: 0.925rem;
}
.tsfw .item .icon5 {
  background-image: url("../images/icon_tsfw5.png");
  background-size: 1.025rem;
}
.tsfw .item .icon6 {
  background-image: url("../images/icon_tsfw6.png");
  background-size: 0.925rem;
}
.tsfw .item .name {
  color: #017ac1;
  font-weight: bold;
  font-size: 0.65rem;
  line-height: 0.8rem;
}
.tsfw .item .desc {
  font-size: 0.55rem;
  line-height: 0.85rem;
}

.teachers {
  padding-top: 1.35rem;
}
.teachers .box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.7rem;
}
.teachers .box .intro {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.teachers .box .intro .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.375rem;
  height: 3.025rem;
  font-weight: bold;
  font-size: 0.7rem;
  background: url("../images/icon_teacher.png") center no-repeat;
  background-size: contain;
}
.teachers .box .intro .name {
  font-weight: 500;
  font-size: 0.65rem;
  line-height: 1.25rem;
  text-align: center;
}
.teachers .box .intro .desc {
  font-size: 0.5rem;
  line-height: 0.75rem;
  text-align: center;
}

.campus {
  padding-top: 1.45rem;
}
.campus .citys .item {
  box-shadow: 0 0 0.2rem rgba(1, 122, 193, 0.21);
}
.campus .citys .item.active {
  color: #017ac1;
  border-color: #017ac1;
}
.campus .tabs .tab {
  background-color: #e1f5fe;
}
.campus .tabs .tab.active {
  color: #fff;
  background-color: #017ac1;
}
.campus .content .name {
  color: #017ac1;
}

.form-footer .title {
  color: #017ac1;
}
.form-footer .title::after {
  width: 0;
}
.form-footer .kaptcha-btn {
  width: 6.25rem;
}