.pd24 {
  padding: 0 0.6rem;
}

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

.nanti {
  margin-bottom: 1rem;
  padding-top: 1.3rem;
}
.nanti .inner {
  overflow: hidden;
  border: 1px solid #dab888;
  border-radius: 1.1rem;
}
.nanti .box {
  padding: 0.45rem 0.25rem 0.1rem;
}
.nanti .box .item {
  display: flex;
  align-items: center;
  height: 1.6rem;
  margin-bottom: 0.27rem;
  color: #051b50;
  font-size: 0.8rem;
  border: 1px solid #dcbc8e;
  border-radius: 1.6rem;
}
.nanti .box .item .num {
  width: 1.7rem;
  height: 1.7rem;
  margin-right: 0.55rem;
  margin-left: -1px;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  background: linear-gradient(90deg, #f3dfc5, #dab888);
  border-radius: 50%;
}

.choose {
  box-sizing: border-box;
  padding-top: 1.4rem;
  padding-bottom: 0.7rem;
  background: #eef4fd;
}
.choose .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.choose .box .item {
  position: relative;
  box-sizing: border-box;
  width: 8.4rem;
  height: 7.95rem;
  margin-bottom: 0.75rem;
  background: #fff;
  border-radius: 0.4rem;
}
.choose .box .icon {
  width: 2.15rem;
  height: 2rem;
  margin: 0.75rem auto 0.4rem;
  background: center no-repeat;
  background-size: contain;
}
.choose .box .icon.icon1 {
  background-image: url("../images/icon_choose1.png");
}
.choose .box .icon.icon2 {
  background-image: url("../images/icon_choose2.png");
}
.choose .box .icon.icon3 {
  background-image: url("../images/icon_choose3.png");
}
.choose .box .icon.icon4 {
  background-image: url("../images/icon_choose4.png");
}
.choose .box .name {
  margin-bottom: 0.3rem;
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 1rem;
  text-align: center;
}
.choose .box .desc {
  color: #666;
  font-size: 0.6rem;
  line-height: 0.9rem;
  text-align: center;
}

.course {
  padding-top: 1.7rem;
  padding-bottom: 1.65rem;
}
.course .box {
  margin-top: 2.4rem;
}
.course .item {
  position: relative;
  box-sizing: border-box;
  height: 26rem;
  padding-top: 2.2rem;
  background: #fdf6ed;
  border: 1px solid #fdddb5;
  border-radius: 0.9rem;
  box-shadow: 0 0.1rem 0.225rem 1px rgba(252, 211, 159, 0.3);
}
.course .item:first-child {
  margin-bottom: 2.7rem;
}
.course .item:last-child {
  background: #e7f3fe;
  border: 1px solid #c6e3fe;
  box-shadow: 0 0.1rem 0.225rem 1px rgba(111, 142, 188, 0.3);
}
.course .item:last-child .tit {
  background: linear-gradient(90deg, #77bdfe, #2272f6);
  box-shadow: 0 0.125rem 0.175rem rgba(238, 66, 37, 0.1);
}
.course .item:last-child .item1 {
  margin-bottom: 1.1rem;
}
.course .item:last-child .item1 .title1 {
  background: #44a3fb;
  border-color: #1f91fb;
}
.course .item:last-child .list2 {
  padding-top: 0.25rem;
}
.course .item:last-child .item2 {
  border-color: #b8d9f8;
}
.course .item:last-child .item2 .title2 {
  background: linear-gradient(90deg, #77bdfe, #2272f6);
}
.course .item .tit {
  position: absolute;
  top: -1.2rem;
  left: 50%;
  width: 7.325rem;
  height: 2.3rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 2.3rem;
  text-align: center;
  background: linear-gradient(90deg, #feca77, #f68b22);
  border: 1px solid #fff;
  border-radius: 0.675rem;
  box-shadow: 0 0.125rem 0.175rem rgba(238, 66, 37, 0.1);
  transform: translateX(-50%);
}
.course .item .list1 {
  padding: 0 0.65rem;
}
.course .item .item1 {
  display: flex;
  align-items: center;
  margin-bottom: 1.4rem;
}
.course .item .item1:last-child .title1 {
  height: 5.4rem;
}
.course .item .item1 .title1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.45rem;
  height: 3.5rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 1.175rem;
  text-align: center;
  background: #fbbf71;
  border: 1px solid #fba536;
  border-radius: 0.625rem;
}
.course .item .item1 .desc-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 0.55rem;
}
.course .item .item1 .desc {
  font-size: 0.6rem;
  line-height: 1.175rem;
}
.course .item .list2 {
  display: flex;
  justify-content: center;
  padding-top: 0.8rem;
}
.course .item .item2 {
  position: relative;
  box-sizing: border-box;
  width: 7.6rem;
  height: 6.7rem;
  margin: 0 0.3rem;
  padding-top: 1.35rem;
  background: #fff;
  border: 1px solid #dab888;
  border-radius: 0.65rem;
}
.course .item .item2:last-child .desc-list {
  margin-left: 0.4rem;
}
.course .item .item2 .title2 {
  position: absolute;
  top: -0.75rem;
  left: 50%;
  width: 5.8rem;
  height: 1.6rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 1.6rem;
  text-align: center;
  background: linear-gradient(90deg, #feca77, #f68b22);
  border: 1px solid #fff;
  border-radius: 0.675rem;
  box-shadow: 0 0.125rem 0.175rem rgba(238, 66, 37, 0.1);
  transform: translateX(-50%);
}
.course .item .item2 .desc-list {
  margin-left: 0.9rem;
}
.course .item .item2 .desc {
  font-size: 0.6rem;
  line-height: 1.175rem;
}
.course .btn {
  width: 9.5rem;
  height: 1.75rem;
  margin: 1rem auto 0;
  color: #fff;
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 1.75rem;
  text-align: center;
  background: #ff5400;
  border: 1px solid #fff;
  border-radius: 0.675rem;
  box-shadow: 0 0.125rem 0.175rem 0 rgba(238, 66, 37, 0.1);
}

.skms {
  box-sizing: border-box;
  padding-top: 1.4rem;
  padding-bottom: 0.4rem;
  background: #eef4fd;
}
.skms .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.8rem;
}
.skms .box .item {
  box-sizing: border-box;
  width: 8.4rem;
  height: 7.95rem;
  margin-bottom: 1.45rem;
  background: #fff;
  border-radius: 0.4rem;
}
.skms .box .icon {
  width: 2.5rem;
  height: 2.5rem;
  margin: -1.25rem auto 0.25rem;
  background: center no-repeat;
}
.skms .box .icon.icon1 {
  background-image: url("../images/icon_skms1.png");
  background-size: 2.125rem;
}
.skms .box .icon.icon2 {
  background-image: url("../images/icon_skms2.png");
  background-size: 2.225rem;
}
.skms .box .icon.icon3 {
  background-image: url("../images/icon_skms3.png");
  background-size: 1.95rem;
}
.skms .box .icon.icon4 {
  background-image: url("../images/icon_skms4.png");
  background-size: 2.375rem;
}
.skms .box .name {
  margin-bottom: 0.7rem;
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 1rem;
  text-align: center;
}
.skms .box .desc {
  color: #666;
  font-size: 0.65rem;
  line-height: 0.7rem;
  text-align: center;
}
.skms .btn {
  width: 5.1rem;
  height: 1.45rem;
  margin: 0.8rem auto;
  color: #fff;
  font-weight: 500;
  font-size: 0.65rem;
  line-height: 1.45rem;
  text-align: center;
  background: #ff5400;
  border-radius: 0.6rem;
  box-shadow: 0 0.125rem 0.175rem 0 rgba(238, 66, 37, 0.1);
}

.service {
  padding-top: 1.8rem;
}
.service .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service .box .item {
  position: relative;
  width: 8.4rem;
  height: 6.85rem;
  margin-bottom: 1.7rem;
}
.service .box .item .txt {
  position: absolute;
  bottom: -1.15rem;
  left: 50%;
  width: 5.15rem;
  height: 1.45rem;
  font-size: 0.65rem;
  line-height: 1.45rem;
  text-align: center;
  background: linear-gradient(90deg, #f3dfc5, #dab888);
  border: 1px solid #dab888;
  border-radius: 0.75rem;
  transform: translateX(-50%);
}

.school {
  position: relative;
  margin-top: 0.2rem;
}
.school .btn {
  position: absolute;
  bottom: -1.2rem;
  left: 50%;
  width: 14.25rem;
  height: 1.45rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.65rem;
  line-height: 1.45rem;
  text-align: center;
  background: #ff5400;
  border: 1px solid #fff;
  border-radius: 0.75rem;
  box-shadow: 0 0.125rem 0.175rem 0 rgba(238, 66, 37, 0.1);
  transform: translateX(-50%);
}

.form-box .kaptcha-btn,
.form-box .submit {
  color: #fff;
  background-color: #ff5400;
}
.form-box .kaptcha-btn {
  width: 5rem;
}

.campus {
  padding-top: 2.7rem;
}
.campus .title {
  margin-bottom: 0.6rem;
}
.campus .citys .item {
  box-shadow: 0 0 0.2rem rgba(5, 27, 80, 0.21);
}
.campus .citys .item.active {
  color: #051b50;
  border-color: #051b50;
}
.campus .tabs .tab {
  background-color: #eef4fd;
}
.campus .tabs .tab.active {
  color: #fff;
  background-color: #051b50;
}
.campus .content .name {
  color: #051b50;
}

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