.title {
  position: relative;
  margin-bottom: 0.7rem;
  color: #000;
  font-weight: bold;
  font-size: 1.05rem;
  line-height: 1.25rem;
  letter-spacing: -1px;
  text-align: center;
}
.title.icon::before {
  position: absolute;
  top: -0.25rem;
  width: 0.85rem;
  height: 0.85rem;
  margin-left: -0.9rem;
  background: url("../images/icon_tit1.png") no-repeat;
  background-size: contain;
  content: "";
}
.title.icon::after {
  position: absolute;
  bottom: 0.1rem;
  width: 0.35rem;
  height: 0.325rem;
  margin-left: 0.1rem;
  background: url("../images/icon_tit2.png") no-repeat;
  background-size: contain;
  content: "";
}
.title span {
  color: #1657da;
}

.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, #ffc549, #ffae00);
  border-radius: 1.75rem;
}

.sat-act {
  padding-top: 1.4rem;
  padding-bottom: 1rem;
}
.sat-act .vs {
  width: 17.25rem;
  height: 2.4rem;
  margin-top: -0.15rem;
  margin-bottom: 0.5rem;
  background: url("../images/sat_vs_act.jpg") no-repeat;
  background-size: contain;
}
.sat-act .box .item {
  display: flex;
  height: 4rem;
  margin-bottom: 0.5rem;
  font-size: 0.55rem;
  line-height: 0.85rem;
}
.sat-act .box .item.item1 {
  height: 5rem;
}
.sat-act .box .item-l {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  background-color: #f1f9fd;
  border-radius: 0.25rem 0 0 0.25rem;
}
.sat-act .box .item-r {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  background-color: #fff7e7;
  border-radius: 0 0.25rem 0.25rem 0;
}
.sat-act .box .item-c {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.65rem;
  line-height: 0.75rem;
  text-align: center;
  background-color: #1657da;
}
.sat-act .box .item-c.yellow {
  background-color: #ffc549;
}

.scores {
  padding-top: 1rem;
  padding-bottom: 0.75rem;
  background: #ecf8ff;
}
.scores .table {
  position: relative;
}
.scores .table .head {
  display: flex;
  justify-content: space-between;
  height: 1.35rem;
  color: #fff;
  font-size: 0.65rem;
  background-color: #1657da;
}
.scores .table .head .yellow {
  background-color: #ffc549;
}
.scores .table .row {
  display: flex;
  justify-content: space-between;
  height: 3.75rem;
  font-size: 0.5rem;
  background-color: #fff;
  border-top: 1px solid #ecf8ff;
}
.scores .table .row:nth-child(2) {
  height: 5.75rem;
}
.scores .table .col {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.7rem;
  line-height: 0.85rem;
  text-align: center;
  border-right: 1px solid #ecf8ff;
}
.scores .table .col:nth-child(2), .scores .table .col:nth-child(4) {
  flex: 1;
}

.courses {
  padding-top: 1.4rem;
  padding-bottom: 1.65rem;
}
.courses .navbar {
  position: relative;
  display: flex;
  margin-top: -0.1rem;
  margin-bottom: 0.85rem;
}
.courses .navbar .item {
  position: relative;
  width: 3.25rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  color: #1657da;
  font-weight: bold;
  font-size: 0.65rem;
  line-height: 1.5rem;
  text-align: center;
  border: 1px solid #1657da;
  border-radius: 0.175rem;
}
.courses .navbar .item:last-child {
  flex: 1;
  margin-right: 0;
}
.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: #fff;
  background-color: #ffaf03;
  border-color: #ffaf03;
}
.courses .navbar .item.active::after {
  border-top-color: #ffaf03;
}
.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.65rem;
  background-color: #1657da;
}
.courses .course-container .table .row {
  display: flex;
  justify-content: space-between;
  height: 2rem;
  font-size: 0.55rem;
  background-color: #f1f9fd;
  border-top: 1px solid #fff;
}
.courses .course-container .table .row.row1 {
  height: 3rem;
}
.courses .course-container .table .row.row2 {
  height: 3.75rem;
}
.courses .course-container .table .row.row3 {
  height: 6.25rem;
}
.courses .course-container .table .col {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  line-height: 0.85rem;
  border-right: 1px solid #fff;
}
.courses .course-container .table .col:nth-child(2) {
  flex: 1;
}
.courses .course-container .table .col:last-child {
  width: 3.3rem;
  border-right: 0;
}
.courses .course-container .table .col.col1 {
  position: absolute;
  top: 0;
  right: -1px;
  box-sizing: border-box;
  width: 3.3rem;
  height: 100%;
  padding-top: 1.35rem;
  text-align: center;
  background-color: #f1f9fd;
}
.courses .course-container .table .col.col3 {
  position: absolute;
  top: 0;
  left: 3.8rem;
  box-sizing: border-box;
  width: 10.15rem;
  height: 100%;
  padding-top: 1.35rem;
  text-align: center;
  background-color: #f1f9fd;
}
.courses .course-container .table .col.col2 {
  line-height: 0.65rem;
}

.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: 12.75rem;
  padding-top: 0.75rem;
  background: url("../images/form_center_bg.jpg") center no-repeat;
  background-size: contain;
}
.form-center .title {
  color: #fff;
}
.form-center .title span {
  color: #feca77;
}
.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.375rem;
  height: 7rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
  background: #f1f9fd;
  border-radius: 0.5rem;
}
.teaching .ico {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0.5rem auto 0.25rem;
}
.teaching .ico.ico1 {
  background: url("../images/icon_teaching1.png") center no-repeat;
  background-size: 1.175rem;
}
.teaching .ico.ico2 {
  background: url("../images/icon_teaching2.png") center no-repeat;
  background-size: 1.05rem;
}
.teaching .ico.ico3 {
  background: url("../images/icon_teaching3.png") center no-repeat;
  background-size: 1.225rem;
}
.teaching .ico.ico4 {
  background: url("../images/icon_teaching4.png") center no-repeat;
  background-size: 0.925rem;
}
.teaching .item1 {
  background-color: #fff7e7;
}
.teaching .item1 .name {
  color: #ffae00;
}
.teaching .name {
  margin-bottom: 0.25rem;
  color: #1657da;
  font-weight: 500;
  font-size: 0.65rem;
  line-height: 0.8rem;
  text-align: center;
}
.teaching .desc {
  font-size: 0.55rem;
  line-height: 0.85rem;
  text-align: center;
}

.fypg {
  padding-top: 0.85rem;
  padding-bottom: 1.3rem;
}
.fypg-wrap {
  padding: 0.75rem 0.5rem;
  background: linear-gradient(127deg, #86cdff, #2c82e9);
  border-radius: 0.4rem;
}
.fypg-list {
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  background-color: #fff;
  border-radius: 0.25rem;
}
.fypg-list .subtit {
  margin-bottom: 0.5rem;
  color: #1657da;
  font-weight: bold;
  font-size: 0.7rem;
  line-height: 0.75rem;
  text-align: center;
}
.fypg-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.fypg-item input {
  display: none;
}
.fypg-item input:checked + label {
  color: #fff;
  background: linear-gradient(127deg, #ffc549, #ffae00);
}
.fypg-item label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 1.25rem;
  margin-right: 0.5rem;
  font-size: 0.6rem;
  background-color: #fff7e7;
  border-radius: 0.25rem;
}
.fypg-item .mr0 {
  margin-right: 0;
}
.fypg-item .mb0 {
  margin-bottom: 0 !important;
}
.fypg-item.kskm label {
  width: 2.65rem;
  margin-bottom: 0.5rem;
}
.fypg-item.xxsj label {
  margin-bottom: 0.5rem;
}
.fypg .form-box {
  padding: 0;
}

.books .list {
  display: flex;
  padding-top: 0.25rem;
}
.books .list .img {
  width: 5.625rem;
  height: 7.775rem;
  margin: 0 1.6rem;
  background: url("../images/book.png") no-repeat;
  background-size: contain;
}
.books .list .content {
  padding-top: 1.3rem;
}
.books .list .name {
  margin-bottom: 0.15rem;
  color: #ffae00;
  font-weight: bold;
  font-size: 0.8rem;
}
.books .list .desc {
  color: #000;
  font-size: 0.7rem;
  line-height: 1.05rem;
}
.books .intro {
  margin-top: -0.35rem;
  padding-left: 1.2rem;
}
.books .intro .item {
  display: flex;
  align-items: center;
  font-size: 0.55rem;
}
.books .intro .item::before {
  width: 0.25rem;
  height: 0.25rem;
  margin-right: 0.25rem;
  background-color: #ffae00;
  border-radius: 50%;
  content: "";
}
.books-imgs {
  height: 5rem;
  margin-top: 0.5rem;
  background: #ecf8ff url("../images/book_item.png") center no-repeat;
  background-size: 16.65rem 3.75rem;
  border-radius: 0.5rem;
}

.campus {
  padding-top: 1.45rem;
}
.campus .citys .item {
  box-shadow: 0 0 0.2rem rgba(22, 87, 218, 0.21);
}
.campus .citys .item.active {
  color: #1657da;
  border-color: #1657da;
}
.campus .tabs .tab {
  background-color: #ecf8ff;
}
.campus .tabs .tab.active {
  color: #fff;
  background-color: #1657da;
}
.campus .content .name {
  color: #1657da;
}

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