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

.jieduan {
  margin-top: 1.3rem;
}
.jieduan .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.jieduan .item {
  position: relative;
  width: 8.375rem;
  height: 7.25rem;
  margin-bottom: 0.75rem;
  background: url("../images/jieduan_item.png") no-repeat;
  background-size: contain;
}
.jieduan .score {
  width: 6rem;
  height: 1rem;
  margin: auto;
  color: #fff;
  font-size: 0.55rem;
  text-align: center;
  background-color: #de253c;
  border-radius: 0 0 0.5rem 0.5rem;
}
.jieduan .name {
  margin: 0.3rem auto 0.15rem;
  color: #de253c;
  font-weight: 500;
  font-size: 0.65rem;
  text-align: center;
}
.jieduan .subtit {
  font-size: 0.55rem;
  line-height: 0.85rem;
  text-align: center;
}
.jieduan .button {
  position: absolute;
  bottom: 0.55rem;
  left: 50%;
  width: 5rem;
  height: 1.25rem;
  color: #de253c;
  font-size: 0.65rem;
  line-height: 1.25rem;
  text-align: center;
  background-color: #feca77;
  border-radius: 1.25rem;
  transform: translateX(-50%);
}

.courses {
  margin-top: 0.6rem;
  margin-bottom: 1.5rem;
}
.courses .navbar {
  display: flex;
  height: 1.5rem;
  background-color: #de253c;
}
.courses .navbar .item {
  width: 2.875rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.6rem;
  line-height: 1.5rem;
  text-align: center;
}
.courses .navbar .item.active {
  height: 1.25rem;
  margin: 0.125rem;
  color: #de253c;
  line-height: 1.25rem;
  background: #feca77;
  border-radius: 0.2rem 0.2rem 0 0;
}
.courses .course-container {
  display: none;
}
.courses .course-container.show {
  display: block;
}
.courses .course-box {
  display: flex;
  border-bottom: 0.25rem solid #de253c;
}
.courses .sub-navbar {
  display: flex;
  flex: none;
  flex-direction: column;
  width: 3.75rem;
  background: #fff1f0;
}
.courses .sub-navbar .item {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.45rem;
}
.courses .sub-navbar .item p {
  color: #000;
  font-weight: bold;
  font-size: 0.55rem;
  line-height: 0.7rem;
  text-align: center;
}
.courses .sub-navbar .item.active {
  color: #fff;
  background-color: #de253c;
}
.courses .sub-navbar .item.active p {
  color: #fff;
}
.courses .course-content {
  padding: 0.6rem;
}
.courses .course-content-list {
  display: none;
  font-size: 0.45rem;
  line-height: 0.66rem;
}
.courses .course-content-list.show {
  display: block;
}
.courses .course-content h6 {
  color: #000;
  font-weight: bold;
  font-size: 0.55rem;
  line-height: 0.8rem;
}
.courses .course-content .desc {
  margin-top: 0.25rem;
  padding-top: 0.25rem;
  border-top: 1px dashed #de253c;
}
.courses .btns {
  display: flex;
  justify-content: center;
  margin-top: 0.75rem;
}
.courses .button {
  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-color: #de253c;
  border-radius: 1.75rem;
}
.courses .button-other {
  color: #de253c;
  background-color: #feca77;
}

.classtype {
  padding-top: 1.15rem;
  padding-bottom: 0.8rem;
  background: #fff1f0;
}
.classtype .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.classtype .item {
  box-sizing: border-box;
  width: 5.4rem;
  height: 5.75rem;
  margin: 0 0.25rem 0.5rem;
  overflow: hidden;
  background: #fff;
  border-radius: 0.4rem;
}
.classtype .icon {
  width: 1.3rem;
  height: 1.15rem;
  margin: 0.9rem auto 0.15rem;
}
.classtype .icon.icon1 {
  background: url("../images/icon_classtype1.png") center no-repeat;
  background-size: contain;
}
.classtype .icon.icon2 {
  background: url("../images/icon_classtype2.png") center no-repeat;
  background-size: contain;
}
.classtype .icon.icon3 {
  background: url("../images/icon_classtype3.png") center no-repeat;
  background-size: contain;
}
.classtype .icon.icon4 {
  background: url("../images/icon_classtype4.png") center no-repeat;
  background-size: contain;
}
.classtype .icon.icon5 {
  background: url("../images/icon_classtype5.png") center no-repeat;
  background-size: contain;
}
.classtype .name {
  color: #de253c;
  font-weight: 500;
  font-size: 0.65rem;
  line-height: 0.8rem;
  text-align: center;
}
.classtype .subtit {
  font-size: 0.5rem;
  text-align: center;
}
.classtype .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: #de253c;
  border-radius: 1.25rem;
}

.qclx {
  padding-top: 1.5rem;
  padding-bottom: 1.2rem;
  text-align: center;
}
.qclx .stit {
  font-size: 0.65rem;
}
.qclx .title {
  margin-top: 0.1rem;
  margin-bottom: 0.2rem;
}
.qclx .intro {
  font-size: 0.55rem;
  line-height: 0.75rem;
}
.qclx .intro1 {
  width: 15rem;
  height: 1rem;
  margin: 0.4rem auto 0.6rem;
  font-size: 0.5rem;
  line-height: 1rem;
  background: #fff1f0;
  border-radius: 0.5rem;
}
.qclx .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.qclx .item {
  box-sizing: border-box;
  width: 8.35rem;
  height: 6.5rem;
  margin: 0.25rem;
  overflow: hidden;
  background: #fff1f0;
  border-radius: 0 0 0.4rem 0.4rem;
  box-shadow: 0 5px 7px 0 rgba(89, 89, 89, 0.1);
}
.qclx .name {
  height: 1.25rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.65rem;
  line-height: 1.25rem;
  text-align: center;
  background-color: #de253c;
}
.qclx .subtit {
  margin-top: 0.5rem;
  margin-bottom: 0.4rem;
  font-size: 0.55rem;
  line-height: 0.85rem;
  text-align: center;
}
.qclx .button {
  display: flex;
  width: 7.5rem;
  height: 1.25rem;
  margin: auto;
  overflow: hidden;
  color: #fff;
  font-size: 0.6rem;
  line-height: 1.25rem;
  background-color: #de253c;
  border-radius: 1.25rem;
}
.qclx .button span {
  width: 50%;
  text-align: center;
}
.qclx .button span:last-child {
  color: #de253c;
  background-color: #feca77;
}
.qclx-swiper {
  width: 17.55rem;
  height: 7.75rem;
  margin-top: 0.5rem;
}
.qclx-swiper .swiper-slide {
  height: 6.8rem;
}
.qclx-swiper .swiper-pagination {
  bottom: 0;
}
.qclx-swiper .swiper-pagination-bullet {
  width: 0.35rem;
  height: 0.35rem;
  background: #de253c;
  opacity: 0.3;
}
.qclx-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}

.fypg {
  padding-top: 1.1rem;
  padding-bottom: 0.9rem;
  background: #de253c url("../images/fypg_bg.jpg") top center no-repeat;
  background-size: contain;
}
.fypg .title {
  color: #fff;
}
.fypg-list {
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  background-color: #fff;
  border-radius: 0.25rem;
}
.fypg-list .subtit {
  margin-bottom: 0.5rem;
  color: #de253c;
  font-weight: bold;
  font-size: 0.7rem;
  line-height: 0.75rem;
  text-align: center;
}
.fypg-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fypg-item input {
  display: none;
}
.fypg-item input:checked + label {
  color: #fff;
  background-color: #de253c;
}
.fypg-item label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.65rem;
  height: 1.25rem;
  font-size: 0.6rem;
  background-color: #fff1f0;
  border-radius: 0.25rem;
}
.fypg-form {
  padding-top: 0.75rem;
  padding-bottom: 0.6rem;
}
.fypg-form .form-box {
  background-color: #de253c;
  border-radius: 0.25rem;
}
.fypg .form-box .kaptcha-code {
  width: 10rem;
}
.fypg .form-box .kaptcha-btn {
  width: 4.5rem;
}

.service {
  padding: 1.1rem 0 1.2rem;
}
.service .title {
  margin-bottom: 0.4rem;
}
.service .box {
  position: relative;
  width: 15.6rem;
  height: 15.1rem;
  margin: auto;
  background: url("../images/service.jpg") center no-repeat;
  background-size: contain;
}
.service .item {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  font-size: 0.65rem;
  line-height: 0.8rem;
  text-align: center;
}
.service .item-other {
  color: #fff;
}
.service .item:nth-child(1) {
  top: 0.1rem;
  left: 3.6rem;
}
.service .item:nth-child(2) {
  top: 0.3rem;
  right: 3.6rem;
}
.service .item:nth-child(3) {
  top: 4rem;
  left: 0.05rem;
}
.service .item:nth-child(4) {
  top: 4rem;
  right: 0.125rem;
}
.service .item:nth-child(5) {
  top: 8.7rem;
  left: 0.1rem;
}
.service .item:nth-child(6) {
  top: 8.7rem;
  right: 0.125rem;
}
.service .item:nth-child(7) {
  bottom: 0.15rem;
  left: 3.6rem;
}
.service .item:nth-child(8) {
  right: 3.6rem;
  bottom: 0.15rem;
}

.zzfw .box {
  width: 17.25rem;
  height: 13.375rem;
  margin: auto;
  background: url("../images/zzfw.jpg") center no-repeat;
  background-size: contain;
}
.zzfw .box .txt {
  margin-top: 2.4rem;
  font-size: 0.55rem;
  text-align: center;
}
.zzfw .box .button {
  width: 4rem;
  height: 1rem;
  margin: 0.15rem auto;
  color: #fff;
  font-size: 0.6rem;
  line-height: 1rem;
  text-align: center;
  background-color: #de253c;
  border-radius: 0.5rem;
}
.zzfw .box .button-other {
  color: #de253c;
  background-color: #feca77;
}
.zzfw .box-top {
  display: flex;
  flex-wrap: wrap;
}
.zzfw .box-top .item {
  display: flex;
  flex-direction: column;
  width: 5.75rem;
  height: 4.9rem;
  margin-bottom: 0.5rem;
}
.zzfw .box-bottom {
  display: flex;
  align-items: center;
  height: 1.9rem;
}
.zzfw .box-bottom .txt,
.zzfw .box-bottom .button {
  margin: 0;
}
.zzfw .box-bottom .txt {
  margin: 0 2.15rem 0 5.2rem;
}

.teachers {
  padding-top: 0.6rem;
  padding-bottom: 1.5rem;
}

.books {
  padding-top: 1rem;
  padding-bottom: 0.8rem;
  background: #fff1f0;
}
.books-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.books .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 8.375rem;
  height: 6.75rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
  background: #fff;
  border-radius: 0.4rem;
}
.books .item .img {
  width: 3rem;
  height: 4.25rem;
  margin-bottom: 0.4rem;
  overflow: hidden;
}
.books .item .txt {
  font-size: 0.5rem;
  line-height: 0.6rem;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.yshz {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #de253c url("../images/yshz_bg.jpg") top center no-repeat;
  background-size: contain;
}
.yshz .title {
  margin-bottom: 0.2rem;
  color: #fff;
}
.yshz .subtit {
  color: #fff;
  font-size: 0.55rem;
  line-height: 0.85rem;
  text-align: center;
}
.yshz .img {
  margin-top: 0.75rem;
}

.campus {
  margin-top: 1.25rem;
}