.title {
  margin-bottom: 0.7rem;
  color: #000;
  font-weight: bold;
  font-size: 1.05rem;
  line-height: 1.25rem;
  text-align: center;
}
.title span {
  color: #21538f;
}

.button {
  width: 7rem;
  height: 1.75rem;
  margin: 0.65rem auto 0;
  color: #21538f;
  font-weight: 500;
  font-size: 0.7rem;
  line-height: 1.75rem;
  text-align: center;
  background-color: #fff;
  border: 1px solid #21538f;
  border-radius: 1.75rem;
}
.button-other {
  color: #21538f;
  background-color: #feca77;
}

.jieduan {
  margin-top: 1.25rem;
}
.jieduan .subtit {
  margin-top: -0.4rem;
  margin-bottom: 0.5rem;
  font-size: 0.6rem;
  text-align: center;
}
.jieduan .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.jieduan .item {
  position: relative;
  width: 8.375rem;
  height: 8rem;
  margin-bottom: 0.5rem;
  background: #f4f9ff;
  border-radius: 0.45rem;
  box-shadow: 0 0.075rem 0.1rem rgba(8, 55, 123, 0.09);
}
.jieduan .item1 {
  background-color: #fffcf7;
}
.jieduan .item1 .name {
  background-image: url("../images/jieduan2.png");
}
.jieduan .item1 .txt span {
  color: #feca77;
}
.jieduan .item1 .button {
  color: #feca77;
  background-image: url("../images/icon_play1.png");
  border-color: #feca77;
}
.jieduan .name {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.25rem;
  margin-bottom: 0.4rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.65rem;
  line-height: 0.75rem;
  text-align: center;
  background: url("../images/jieduan1.png") no-repeat;
  background-size: contain;
}
.jieduan .txt {
  display: flex;
  padding: 0.075rem 0.3rem;
  font-size: 0.55rem;
  line-height: 0.65rem;
}
.jieduan .txt span {
  flex: none;
  color: #21538f;
  font-weight: 500;
}
.jieduan .button {
  position: absolute;
  bottom: 0.7rem;
  left: 50%;
  width: 5rem;
  height: 1.25rem;
  color: #21538f;
  font-size: 0.65rem;
  line-height: 1.25rem;
  text-align: center;
  text-indent: 0.75rem;
  background: #fff url("../images/icon_play.png") 0.45rem center no-repeat;
  background-size: 0.95rem;
  border: 1px solid #21538f;
  border-radius: 1.25rem;
  transform: translateX(-50%);
}

.courses {
  margin-top: 0.5rem;
  margin-bottom: 1.4rem;
}
.courses-ad {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  width: 17.25rem;
  height: 4.45rem;
  margin: 0.8rem auto;
  padding-top: 0.45rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.65rem;
  line-height: 1rem;
  background: url("../images/course_ad_bg.jpg") no-repeat;
  background-size: contain;
}
.courses .navbar {
  position: relative;
  display: flex;
  margin-top: 1rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.3rem;
}
.courses .navbar::after {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  background-color: rgba(33, 83, 143, 0.2);
  content: "";
}
.courses .navbar .item {
  position: relative;
  width: 25%;
  font-weight: bold;
  font-size: 0.45rem;
  line-height: 0.55rem;
  text-align: center;
}
.courses .navbar .item::after {
  position: absolute;
  bottom: -0.3rem;
  left: 50%;
  width: 2.5rem;
  height: 0.2rem;
  background-color: transparent;
  border-radius: 0.1rem 0.1rem 0 0;
  transform: translateX(-50%);
  content: "";
}
.courses .navbar .item h4 {
  margin-bottom: 0.125rem;
  font-weight: bold;
  font-size: 0.6rem;
}
.courses .navbar .item.active h4 {
  color: #21538f;
}
.courses .navbar .item.active::after {
  background-color: #21538f;
}
.courses .course-container {
  display: none;
}
.courses .course-container.show {
  display: block;
}
.courses .course-container .line {
  height: 1.25rem;
  margin-bottom: 0.6rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.65rem;
  line-height: 1.25rem;
  text-indent: 0.75rem;
  background: url("../images/course_line1.png") no-repeat;
  background-size: contain;
}
.courses .course-container .line.line1 {
  background-image: url("../images/course_line2.png");
}
.courses .course-container .line2 {
  height: 1.25rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.7rem;
  line-height: 1.25rem;
  text-align: center;
  background-color: #21538f;
}
.courses .course-container .box1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.courses .course-container .box1 .item {
  width: 8.375rem;
}
.courses .course-container .box1 .item .name {
  height: 1rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.6rem;
  line-height: 1rem;
  text-align: center;
  background-color: #21538f;
}
.courses .course-container .box1 .item .desc {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.25rem;
  font-size: 0.55rem;
  line-height: 0.85rem;
  text-align: center;
  background-color: #f4f9ff;
}
.courses .course-container .box1 .item.item1 .name {
  background-color: #feca77;
}
.courses .course-container .box1 .item.item1 .desc {
  background-color: #fff8eb;
}
.courses .course-container .box2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.courses .course-container .box2 .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 8.375rem;
  height: 2.5rem;
  margin-bottom: 0.5rem;
  background-color: #f4f9ff;
  border-bottom: 0.1rem solid #21538f;
}
.courses .course-container .box2 .item::after {
  position: absolute;
  right: 0;
  bottom: -0.1rem;
  width: 50%;
  height: 0.1rem;
  background-color: #feca77;
  content: "";
}
.courses .course-container .box2 .item .name {
  color: #21538f;
  font-weight: bold;
  font-size: 0.6rem;
  line-height: 1rem;
}
.courses .course-container .box2 .item .desc {
  font-size: 0.5rem;
}
.courses .course-container .table {
  position: relative;
}
.courses .course-container .table .head {
  display: flex;
  justify-content: space-between;
  color: #fff;
  background-color: #21538f;
}
.courses .course-container .table .row {
  display: flex;
  justify-content: space-between;
  background-color: #f4f9ff;
  border-top: 1px solid #fff;
}
.courses .course-container .table .row.row1 {
  background-color: #fff8eb;
}
.courses .course-container .table .col {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2rem;
  font-size: 0.5rem;
  line-height: 0.75rem;
  text-align: center;
  border-right: 1px solid #fff;
}
.courses .course-container .table .col:nth-child(4) {
  width: 3.25rem;
}
.courses .course-container .table .col:last-child {
  width: 7.05rem;
  border-right: 0;
}
.courses .course-container .table .col.col1 {
  position: absolute;
  top: 2rem;
  right: -1px;
  width: 7rem;
  height: 8.2rem;
  background-color: #f4f9ff;
}
.courses .course-container.xszd .box1 .item {
  width: 5.4rem;
}
.courses .course-container.xszd .table .col:nth-child(1), .courses .course-container.xszd .table .col:nth-child(2), .courses .course-container.xszd .table .col:nth-child(3) {
  width: 3.33rem;
}
.courses .course-container.gxh .intro {
  margin-top: -0.25rem;
  margin-bottom: 0.5rem;
  padding-left: 1rem;
}
.courses .course-container.gxh .intro .item {
  display: flex;
  align-items: center;
  font-size: 0.5rem;
}
.courses .course-container.gxh .intro .item::before {
  width: 0.25rem;
  height: 0.25rem;
  margin-right: 0.25rem;
  background-color: #21538f;
  border-radius: 50%;
  content: "";
}
.courses .course-container.gxh .gxh1 {
  height: 7rem;
  background: url("../images/course_gxh1.jpg") no-repeat;
  background-size: contain;
}
.courses .course-container.gxh .gxh2 {
  height: 8.8rem;
  background: url("../images/course_gxh2.jpg") no-repeat;
  background-size: contain;
}
.courses .course-container.gzs .box1 {
  flex-wrap: wrap;
  margin-bottom: 0;
}
.courses .course-container.gzs .box1 .item {
  width: 5.4rem;
  margin-bottom: 0.6rem;
}
.courses .course-container.gzs .table .col {
  width: 33.33%;
}

.liuxue .subtit {
  margin-top: -0.6rem;
  margin-bottom: 0.4rem;
  font-size: 0.6rem;
  text-align: center;
}
.liuxue .subtit span {
  color: #21538f;
}
.liuxue .box {
  padding: 0.6rem 0.5rem;
  border: 1px solid #21538f;
  border-radius: 0.2rem;
}
.liuxue .box .list {
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
  padding: 0.3rem 0;
  background: #f4f9ff;
  border-radius: 0.25rem;
  box-shadow: 0 0.1rem 0.075rem rgba(0, 68, 140, 0.1);
}
.liuxue .box .list .lf {
  flex: none;
  margin-right: 0.375rem;
  margin-left: 0.5rem;
}
.liuxue .box .list .lf .txt {
  width: 1.75rem;
  height: 1.75rem;
  color: #feca77;
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 1.75rem;
  text-align: center;
  background-color: #21538f;
  border-radius: 50%;
}
.liuxue .box .list .rf {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
}
.liuxue .box .list .rf .tit {
  display: flex;
  align-items: center;
  width: 50%;
  margin: 0.25rem 0;
  color: #21538f;
  font-weight: bold;
  font-size: 0.55rem;
  line-height: 0.55rem;
}
.liuxue .box .list .rf .tit::before {
  width: 0.25rem;
  height: 0.25rem;
  margin-right: 0.4rem;
  background-color: #21538f;
  border-radius: 50%;
  content: "";
}
.liuxue .box .list .rf .desc {
  box-sizing: border-box;
  width: 50%;
  font-size: 0.55rem;
  line-height: 0.85rem;
  white-space: nowrap;
}
.liuxue .box .stit {
  margin: 0.6rem auto 0.1rem;
  color: #21538f;
  font-weight: bold;
  font-size: 0.6rem;
  text-align: center;
}
.liuxue .table .head {
  display: flex;
  justify-content: space-between;
  color: #fff;
  background-color: #21538f;
}
.liuxue .table .row {
  display: flex;
  justify-content: space-between;
  background-color: #f4f9ff;
  border-top: 1px solid #fff;
}
.liuxue .table .row.row1 {
  background-color: #fff8eb;
}
.liuxue .table .col {
  width: 3.4rem;
  height: 1.25rem;
  font-size: 0.5rem;
  line-height: 1.25rem;
  text-align: center;
  border-right: 1px solid #fff;
}
.liuxue .table .col:nth-child(1) {
  width: 2.9rem;
}
.liuxue .table .col:last-child {
  width: 2.9rem;
  border-right: 0;
}
.liuxue .tips {
  margin-top: 0.4rem;
  font-size: 0.5rem;
  text-align: center;
}

.pinpai {
  box-sizing: border-box;
  height: 17.4rem;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  background: #21538f url("../images/pinpai__bg.jpg") center top no-repeat;
  background-size: contain;
}
.pinpai .title {
  margin-bottom: 0.25rem;
  color: #fff;
}
.pinpai .title span {
  color: #feca77;
}
.pinpai-swiper {
  width: 15.2rem;
  margin-top: -0.9rem;
}
.pinpai .swpier-btn {
  position: relative;
  width: 16.175rem;
  height: 1.05rem;
  margin: auto;
  background: url("../images/pinpai_btn.png") no-repeat;
  background-size: contain;
}
.pinpai .swiper-button-next,
.pinpai .swiper-button-prev {
  top: 0.75rem;
  width: 1.25rem;
  height: 1.25rem;
}
.pinpai .swiper-button-next::after,
.pinpai .swiper-button-prev::after {
  font-size: 0;
}
.pinpai .swiper-button-next {
  right: 0;
}
.pinpai .swiper-button-prev {
  left: 0;
}
.pinpai .swiper-slide .slide-tit {
  height: 1.6rem;
  margin-bottom: 0.25rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.65rem;
  line-height: 0.8rem;
  text-align: center;
}
.pinpai .swiper-slide img {
  border-radius: 0.5rem;
}

.teachers {
  padding-top: 1.3rem;
  padding-bottom: 1.4rem;
}

.campus .citys .item {
  box-shadow: 0 0 0.2rem rgba(33, 83, 143, 0.21);
}
.campus .citys .item.active {
  color: #21538f;
  border-color: #21538f;
}
.campus .tabs {
  display: flex;
  flex-wrap: wrap;
}
.campus .tabs .tab {
  background-color: #f4f9ff;
}
.campus .tabs .tab.active {
  background-color: #21538f;
}
.campus .content .name {
  color: #21538f;
}

.form-box .kaptcha-btn,
.form-box .submit {
  color: #fff;
  background-color: #21538f;
}
.form-box .kaptcha-btn {
  width: 6.25rem;
}

.form-footer .title {
  color: #21538f;
}