.title {
  position: relative;
  margin-bottom: 0.5rem;
  color: #000;
  font-weight: bold;
  font-size: 1.05rem;
  line-height: 1.25rem;
  letter-spacing: -1px;
  text-align: center;
}
.title span {
  color: #173ea0;
}
.title .vs {
  width: 1.5rem;
  height: 1.5rem;
  color: #173ea0;
  background: #ffd779;
  border-radius: 50%;
}

.button {
  width: 8.75rem;
  height: 1.75rem;
  margin: 0.65rem auto 0;
  color: #173ea0;
  font-weight: bold;
  font-size: 0.7rem;
  line-height: 1.75rem;
  text-align: center;
  background: #ffd779;
  border-radius: 1.75rem;
}

.gre-gmat {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.gre-gmat .zixun {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.gre-gmat .zixun .item {
  box-sizing: border-box;
  width: 7.5rem;
  height: 17.25rem;
  padding: 0.3rem;
  background-color: #3a68d9;
  border-radius: 0.5rem;
}
.gre-gmat .zixun .item1 {
  background-color: #173ea0;
}
.gre-gmat .zixun .name {
  color: #ffd779;
  font-weight: bold;
  font-size: 0.75rem;
  text-align: center;
}
.gre-gmat .zixun .con {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 15rem;
}
.gre-gmat .zixun .desc {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.6rem;
  line-height: 0.75rem;
  text-align: center;
  border-bottom: 1px dashed currentcolor;
}
.gre-gmat .zixun .desc:last-child {
  border-bottom: 0;
}
.gre-gmat .zixun .center {
  position: absolute;
  top: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.gre-gmat .zixun .center .title {
  width: 3.25rem;
  height: 1.25rem;
  margin-bottom: 1.75rem;
  color: #173ea0;
  font-weight: 500;
  font-size: 0.6rem;
  background: #ffd779;
  border-radius: 0.75rem;
}

.form-box .kaptcha-btn,
.form-box .submit {
  color: #173ea0;
  background: #ffd779;
}
.form-box .kaptcha-btn {
  width: 5rem;
}

.form-center {
  box-sizing: border-box;
  height: 23.5rem;
  padding-top: 1.8rem;
  background: url("../images/form_center_bg.jpg") center no-repeat;
  background-size: contain;
}
.form-center .fuli {
  position: relative;
  box-sizing: border-box;
  width: 15.4rem;
  height: 6.75rem;
  margin: auto;
  padding-top: 1.4rem;
  background-color: #fff;
  border-radius: 0.65rem;
}
.form-center .fuli .name {
  position: absolute;
  top: -0.5rem;
  left: 50%;
  width: 11.7rem;
  height: 1.7rem;
  color: #173ea0;
  font-size: 0.85rem;
  line-height: 1.7rem;
  text-align: center;
  background: url("../images/form_title_bg.png") no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}
.form-center .fuli .txt {
  display: flex;
  align-items: center;
  padding-left: 1.9rem;
  font-size: 0.6rem;
  line-height: 1rem;
}
.form-center .fuli .txt::before {
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.4rem;
  background-color: #173ea0;
  border-radius: 50%;
  content: "";
}
.form-center .title {
  margin-top: 0.7rem;
  color: #fff;
}
.form-center .title span {
  color: #ffd779;
}
.form-center .form-box {
  position: relative;
  padding: 0;
  padding-top: 0.25rem;
}
.form-center .kaptcha-btn {
  width: 6.25rem;
}
.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.75rem;
  content: "";
}
.form-center .site-pop {
  position: absolute;
  top: 6.6rem;
  right: 0;
  left: 0;
  z-index: 999;
  display: none;
  padding: 0 0.8rem;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0 0.25rem rgba(23, 62, 160, 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;
}

.courses {
  padding-top: 1.1rem;
  padding-bottom: 1.3rem;
  background: url("../images/course_bg.png") left bottom no-repeat;
  background-size: contain;
}
.courses .stit {
  margin-top: -0.3rem;
  margin-bottom: 0.3rem;
  font-size: 0.6rem;
  line-height: 0.9rem;
  text-align: center;
}
.courses .navbar {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.courses .navbar .item {
  position: relative;
  width: 8.25rem;
  height: 1.5rem;
  color: #fff;
  font-size: 0.7rem;
  line-height: 1.5rem;
  text-align: center;
  background-color: #173ea0;
  border-radius: 0.25rem;
}
.courses .navbar .item::after {
  position: absolute;
  bottom: -0.45rem;
  left: 50%;
  width: 0;
  height: 0;
  border: 0.6rem solid transparent;
  border-bottom-width: 0;
  transform: translateX(-50%);
  content: "";
}
.courses .navbar .item.active {
  color: #173ea0;
  background-color: #ffd779;
  border-color: #ffd779;
}
.courses .navbar .item.active::after {
  border-top-color: #ffd779;
}
.courses .list {
  display: flex;
  justify-content: space-between;
  height: 6.5rem;
  margin-bottom: 0.5rem;
  color: #fff;
}
.courses .list:last-child {
  height: 4.75rem;
  margin-bottom: 0;
}
.courses .list .lf {
  position: relative;
  display: flex;
  flex: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 5.5rem;
  background-color: #173ea0;
  border-radius: 0.5rem;
}
.courses .list .lf::after {
  position: absolute;
  top: 50%;
  right: -0.55rem;
  width: 0;
  height: 0;
  border: 0.6rem solid transparent;
  border-right-width: 0;
  border-left-color: #173ea0;
  transform: translateY(-50%);
  content: "";
}
.courses .list .lf .name {
  margin-bottom: 0.25rem;
  font-weight: bold;
  font-size: 0.7rem;
  line-height: 0.8rem;
  text-align: center;
}
.courses .list .lf .btn {
  width: 3.75rem;
  height: 1rem;
  color: #173ea0;
  font-weight: 500;
  font-size: 0.6rem;
  line-height: 1rem;
  text-align: center;
  background-color: #ffd779;
  border-radius: 1rem;
}
.courses .list .rf {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  width: 11rem;
  padding: 0 0.6rem;
  background-color: #173ea0;
  border-radius: 0.5rem;
}
.courses .list .rf .txt {
  font-size: 0.6rem;
  line-height: 0.75rem;
  text-align: justify;
}
.courses .list .rf .txt span {
  color: #ffd779;
}

.lxyq {
  padding-top: 1.05rem;
}
.lxyq .box {
  box-sizing: border-box;
  width: 17.25rem;
  margin: 1.1rem auto 0;
  padding-left: 0.25rem;
}
.lxyq .box .item {
  position: relative;
  box-sizing: border-box;
  width: 16.75rem;
  height: 2.8rem;
  margin-bottom: 1.2rem;
  padding-top: 0.95rem;
  background: #e4efff;
  border-radius: 0.2rem;
}
.lxyq .box .item::after {
  position: absolute;
  bottom: -0.25rem;
  left: -0.25rem;
  z-index: -1;
  width: 17.25rem;
  height: 1.35rem;
  background: #173ea0;
  border-radius: 0.2rem;
  content: "";
}
.lxyq .box .item .name {
  position: absolute;
  top: -0.5rem;
  left: 50%;
  width: 6.625rem;
  height: 1rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.7rem;
  line-height: 1rem;
  text-align: center;
  background: url("../images/lxyq_title_bg.png") no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}
.lxyq .box .item .desc {
  font-size: 0.6rem;
  line-height: 0.75rem;
  text-align: center;
}

.choose {
  margin-top: 1.5rem;
  padding-top: 1.05rem;
  padding-bottom: 1.2rem;
  background: url("../images/choose_bg.jpg") center bottom no-repeat;
  background-size: 100% 100%;
}
.choose .title {
  color: #fff;
}
.choose .title span {
  color: #ffd779;
}
.choose .box {
  margin-top: 0.65rem;
}
.choose .item {
  display: flex;
  align-items: center;
  height: 2.5rem;
  margin-bottom: 0.5rem;
  padding: 0 0.75rem;
  background-color: #fff;
  border-radius: 3rem;
}
.choose .item .icon {
  position: relative;
  flex: none;
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 0.8rem;
  background: center no-repeat;
  background-size: contain;
}
.choose .item .icon1 {
  background-image: url("../images/icon_choose1.png");
}
.choose .item .icon2 {
  background-image: url("../images/icon_choose2.png");
}
.choose .item .icon3 {
  background-image: url("../images/icon_choose3.png");
}
.choose .item .icon4 {
  background-image: url("../images/icon_choose4.png");
}
.choose .item .icon5 {
  background-image: url("../images/icon_choose5.png");
}
.choose .item .name {
  color: #173ea0;
  font-weight: bold;
  font-size: 0.65rem;
  line-height: 0.8rem;
}
.choose .item .desc {
  font-size: 0.6rem;
  line-height: 0.85rem;
}

.zzzs {
  padding-top: 1.15rem;
  padding-bottom: 1.25rem;
  background: #fff url("../images/zzzs_bg.png") left bottom no-repeat;
  background-size: contain;
}
.zzzs .stit {
  margin-top: -0.3rem;
  margin-bottom: 0.3rem;
  font-size: 0.6rem;
  line-height: 0.9rem;
  text-align: center;
}
.zzzs .honor {
  width: 11.325rem;
  height: 1rem;
  margin: auto;
  color: #173ea0;
  font-weight: bold;
  font-size: 0.6rem;
  line-height: 1rem;
  text-align: center;
  background: #ffd779;
}
.zzzs .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.4rem;
}
.zzzs .item {
  box-sizing: border-box;
  width: 7.25rem;
  margin: 0 0.25rem 0.5rem;
  overflow: hidden;
}
.zzzs .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.35rem;
  height: 4.35rem;
  margin: auto;
  color: #173ea0;
  font-weight: bold;
  font-size: 0.6rem;
  line-height: 0.7rem;
  text-align: center;
  background: url("../images/icon_zzzs.png") no-repeat;
  background-size: contain;
}
.zzzs .name {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  color: #173ea0;
  font-weight: bold;
  font-size: 0.65rem;
  line-height: 0.8rem;
  text-align: center;
}
.zzzs .subtit {
  font-size: 0.6rem;
  line-height: 0.75rem;
  text-align: center;
}
.zzzs .button {
  width: 4rem;
  height: 1.25rem;
  margin: 0.2rem auto;
  color: #fff;
  font-size: 0.6rem;
  line-height: 1.25rem;
  text-align: center;
  background-color: #173ea0;
  border-radius: 1.25rem;
}

.campus {
  padding-top: 1.1rem;
}
.campus .citys .item {
  box-shadow: 0 0 0.2rem rgba(23, 62, 160, 0.21);
}
.campus .citys .item.active {
  color: #173ea0;
  border-color: #173ea0;
}
.campus .tabs .tab {
  background-color: #e4efff;
}
.campus .tabs .tab.active {
  color: #fff;
  background-color: #173ea0;
}
.campus .content .name {
  color: #173ea0;
}

.form-footer .title {
  color: #173ea0;
}
.form-footer .kaptcha-btn {
  width: 6.25rem;
}