.title {
  margin-bottom: 0.55rem;
  color: #000;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.2rem;
  text-align: center;
}
.title span {
  color: #0bb8e6;
}

.btns {
  display: flex;
  justify-content: center;
  margin-top: 0.75rem;
}
.btns .btn {
  box-sizing: border-box;
  width: 6.25rem;
  height: 1.75rem;
  margin: 0 0.25rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.7rem;
  line-height: 1.75rem;
  text-align: center;
  background: linear-gradient(-90deg, #00c9ff, #b9e881);
  border-radius: 1.75rem;
}
.btns .btn:last-child {
  display: flex;
  padding: 1px;
  color: #0bb8e6;
}
.btns .btn:last-child span {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 1.75rem;
}

.guize {
  box-sizing: border-box;
  height: 18.45rem;
  margin: 1.25rem 0.75rem;
  padding: 2px;
  overflow: hidden;
  background: linear-gradient(#00c9ff, #b9e881);
  border-radius: 0.75rem;
}
.guize .inner {
  box-sizing: border-box;
  height: 100%;
  padding: 0.5rem;
  background-color: #fff;
  border-radius: 0.6rem;
}
.guize .box {
  box-sizing: border-box;
  height: 100%;
  padding: 0.5rem 0;
  background: #e8f6fc;
  border-radius: 0.7rem;
}
.guize .list {
  padding: 0 0.5rem;
}
.guize .list:nth-child(2) .txt {
  width: 4.75rem;
}
.guize .list:nth-child(3) .txt {
  width: 7.35rem;
}
.guize .list .tit {
  width: 4.5rem;
  height: 1.25rem;
  margin: 0.25rem auto 0.5rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.65rem;
  line-height: 1.25rem;
  text-align: center;
  background: #0bb8e6;
  border-radius: 0.325rem;
}
.guize .list .con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.guize .list .txt {
  width: 3.4rem;
  height: 1.25rem;
  margin-bottom: 0.5rem;
  font-size: 0.55rem;
  line-height: 1.25rem;
  text-align: center;
  background: #fff;
  border-radius: 0.2rem;
}

.liaojie {
  box-sizing: border-box;
  height: 32.25rem;
  padding-top: 1.25rem;
  background: url("../images/liaojie_bg.jpg") center no-repeat;
  background-size: contain;
}
.liaojie .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.liaojie .box .item {
  position: relative;
  box-sizing: border-box;
  width: 8.35rem;
  height: 8.5rem;
  margin-bottom: 0.5rem;
  background: #fff;
  border-radius: 0.4rem;
}
.liaojie .box .item:nth-child(5) {
  height: 10rem;
}
.liaojie .box .item:nth-child(5) .desc {
  letter-spacing: -1px;
}
.liaojie .box .item:last-child {
  height: 10rem;
}
.liaojie .box .icon {
  width: 1.5rem;
  height: 1.25rem;
  margin: 0.75rem auto 0.4rem;
  background: center no-repeat;
  background-size: contain;
}
.liaojie .box .icon.icon1 {
  background-image: url("../images/icon_ap1.png");
}
.liaojie .box .icon.icon2 {
  background-image: url("../images/icon_ap2.png");
}
.liaojie .box .icon.icon3 {
  background-image: url("../images/icon_ap3.png");
}
.liaojie .box .icon.icon4 {
  background-image: url("../images/icon_ap4.png");
}
.liaojie .box .icon.icon5 {
  background-image: url("../images/icon_ap5.png");
}
.liaojie .box .icon.icon6 {
  background-image: url("../images/icon_ap6.png");
}
.liaojie .box .name {
  margin-bottom: 0.3rem;
  font-weight: bold;
  font-size: 0.65rem;
  line-height: 0.8rem;
  text-align: center;
}
.liaojie .box .desc {
  font-size: 0.55rem;
  line-height: 0.85rem;
  text-align: center;
}
.liaojie .btn {
  position: absolute;
  bottom: 0.75rem;
  left: 50%;
  width: 5.5rem;
  height: 1.25rem;
  margin-top: 1rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.65rem;
  line-height: 1.25rem;
  text-align: center;
  background: linear-gradient(-90deg, #00c9ff, #b9e881);
  border-radius: 1.25rem;
  transform: translateX(-50%);
}

.tuijian {
  padding-top: 1.2rem;
}
.tuijian .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  height: 10rem;
  padding: 0.75rem 0.5rem;
  background: #0bb8e6;
  border-radius: 0.4rem;
}
.tuijian .item {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 8rem;
  height: 1.75rem;
  margin-bottom: 0.5rem;
  font-size: 0.55rem;
  line-height: 0.6rem;
  background: #fff;
  border-radius: 0.2rem;
  box-shadow: 0 0.05rem 0.2rem 0 rgba(11, 184, 230, 0.11);
}
.tuijian .item:nth-child(7), .tuijian .item:nth-child(8) {
  margin-bottom: 0;
}
.tuijian .item:nth-child(2n) .icon {
  margin-left: 0.1rem;
}
.tuijian .item .icon {
  position: relative;
  flex: none;
  width: 1.1rem;
  height: 0.75rem;
  margin: 0 0.1rem 0 0.25rem;
  background: center no-repeat;
  background-size: contain;
}
.tuijian .item .icon1 {
  background-image: url("../images/icon_course1.png");
}
.tuijian .item .icon2 {
  background-image: url("../images/icon_course2.png");
}
.tuijian .item .icon3 {
  background-image: url("../images/icon_course3.png");
}
.tuijian .item .icon4 {
  background-image: url("../images/icon_course4.png");
}
.tuijian .item .icon5 {
  background-image: url("../images/icon_course5.png");
}
.tuijian .item .icon6 {
  background-image: url("../images/icon_course6.png");
}
.tuijian .item .icon7 {
  background-image: url("../images/icon_course7.png");
}
.tuijian .item .icon8 {
  background-image: url("../images/icon_course8.png");
}

.adv {
  padding-top: 1.25rem;
}
.adv .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
}
.adv .item {
  width: 8.35rem;
  margin-bottom: 0.6rem;
}
.adv .item .name {
  height: 1.75rem;
  font-weight: 500;
  font-size: 0.65rem;
  line-height: 1.75rem;
  text-align: center;
  background: center no-repeat;
  background-size: contain;
}
.adv .item .desc {
  box-sizing: border-box;
  height: 4.5rem;
  padding: 0.6rem 0.75rem;
  font-size: 0.55rem;
  line-height: 0.85rem;
  text-align: justify;
  background: #f3fcff;
  box-shadow: 0 0.05rem 0.175rem 0 rgba(14, 152, 186, 0.13);
}
.adv .item:nth-child(1) .name {
  background-image: url("../images/adv_item1.jpg");
}
.adv .item:nth-child(2) .name {
  background-image: url("../images/adv_item2.jpg");
}
.adv .item:nth-child(3) .name {
  background-image: url("../images/adv_item3.jpg");
}
.adv .item:nth-child(4) .name {
  background-image: url("../images/adv_item4.jpg");
}
.adv .btns {
  margin-top: 0.2rem;
}

.choose {
  box-sizing: border-box;
  height: 19.25rem;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  background: url("../images/choose_bg.jpg") center no-repeat;
  background-size: contain;
}
.choose .stitle {
  font-size: 0.6rem;
  line-height: 0.8rem;
  text-align: center;
}
.choose .box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.4rem;
}
.choose .item {
  width: 5rem;
  margin-bottom: 0.65rem;
  text-align: right;
}
.choose .item .name {
  font-weight: bold;
  font-size: 0.65rem;
}
.choose .item .desc {
  color: #666;
  font-size: 0.55rem;
  line-height: 0.65rem;
}
.choose .item:nth-child(3n) {
  text-align: left;
}
.choose .btns {
  margin-top: 0.1rem;
}

.teachers {
  margin-top: 1.25rem;
}
.teachers .stitle {
  font-size: 0.6rem;
  line-height: 0.8rem;
  text-align: center;
}
.teachers .list {
  margin-top: 0.6rem;
}

.xhd {
  margin-top: 1.25rem;
}

.form-box .kaptcha-btn,
.form-box .submit {
  color: #fff;
  background: linear-gradient(-90deg, #00c9ff, #b9e881);
}
.form-box .kaptcha-btn {
  width: 5rem;
}

.campus {
  margin-top: 1.25rem;
}
.campus .citys .item {
  box-shadow: 0 0 0.2rem rgba(11, 184, 230, 0.21);
}
.campus .citys .item.active {
  color: #0bb8e6;
  border-color: #0bb8e6;
}
.campus .tabs .tab {
  background-color: #ebf8fd;
}
.campus .tabs .tab.active {
  color: #fff;
  background-color: #0bb8e6;
}
.campus .content .name {
  color: #0bb8e6;
}

.form-footer .title {
  margin-bottom: 0.6rem;
  color: #0bb8e6;
}
.form-footer .kaptcha-btn {
  width: 6.25rem;
}