body {
  margin: 0;
  background-color: #f5f7fa;
  min-width: 1200px;
}
body .header-container {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 80px;
  background-color: #ffffff;
  z-index: 99;
}
body .header-container .header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 1200px;
  height: 100%;
}
body .header-container .header__content .header__logo {
  display: block;
  width: 433px;
  height: 37px;
}
body .header-container .header__content .header__btn {
  width: 184px;
  height: 44px;
  background: #fdcf11;
  border-radius: 2px;
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000421;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
}
body .banner-container {
  position: relative;
  margin: 80px auto 90px;
  max-width: 1920px;
  width: 100%;
  height: 681px;
  background-image: url(banner_bg.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}
body .banner-container .banner__content {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  padding-top: 134px;
  z-index: 2;
}
body .banner-container .banner__content .school__name {
  color: #fff;
  font-size: 70px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 75px;
}
body .banner-container .banner__content .degree__name {
  margin-bottom: 41px;
  color: #fff;
  font-size: 60px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 75px;
}
body .banner-container .banner__content .info__en {
  margin-bottom: 81px;
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 26px;
}
body .banner-container .banner__content .tag__btn {
  position: relative;
}
body .banner-container .banner__content .tag__btn .tag__btn--top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 490px;
  height: 108px;
  background: linear-gradient(286deg, rgba(253, 207, 17, 0.9) 0%, #fdcf11 100%);
  opacity: 0.9;
  font-size: 40px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #1a2a57;
  line-height: 108px;
  text-align: center;
}
body .banner-container .banner__content .tag__btn .tag__btn--bottom {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  width: 490px;
  height: 108px;
  background: linear-gradient(325deg, rgba(253, 207, 17, 0.78) 0%, #fdcf11 100%);
  opacity: 0.29;
}
body .study-container__lists {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 90px;
  width: 1200px;
}
body .study-container__lists .study__list {
  flex: 0 0 287px;
  width: 287px;
  height: 280px;
  background: #1a2a57;
}
body .study-container__lists .study__list .study-list__img {
  display: block;
  position: relative;
  width: 287px;
  height: 149px;
  z-index: 4;
}
body .study-container__lists .study__list .study-list__content {
  position: relative;
  width: 100%;
  height: 131px;
  padding: 24px 24px 0;
  z-index: 3;
}
body .study-container__lists .study__list .study-list__content .study-list__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 287px;
  height: 280px;
  z-index: 1;
}
body .study-container__lists .study__list .study-list__content .study-list__name {
  position: relative;
  margin-bottom: 16px;
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 22px;
  z-index: 2;
}
body .study-container__lists .study__list .study-list__content .study-list__info {
  position: relative;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #c1c4d1;
  line-height: 17px;
  z-index: 2;
}
body .college-introduction-container {
  position: relative;
  margin-bottom: 87px;
}
body .college-introduction-container .college-introduction-content {
  position: relative;
  margin: 0 auto;
  max-width: 1920px;
  height: 591px;
  z-index: 1;
}
body .college-introduction-container .college-introduction-content .college-introduction__img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 946px;
  height: 557px;
  z-index: 1;
}
body .college-introduction-container .college-introduction-content .college-introduction__text {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  background-color: #fff;
  width: 58%;
  max-width: 1114px;
  min-width: 747px;
  height: 521px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
  padding-left: 100px;
}
body .college-introduction-container .college-introduction-content .college-introduction__text .college-introduction__text-content {
  position: relative;
  max-width: 647px;
  height: 100%;
  padding-top: 80px;
}
body .college-introduction-container .college-introduction-content .college-introduction__text .college-introduction__text-content .college-introduction__title {
  margin-bottom: 50px;
  font-size: 32px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #002454;
  line-height: 32px;
}
body .college-introduction-container .college-introduction-content .college-introduction__text .college-introduction__text-content .college-introduction__info-lists {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 50px;
  max-width: 647px;
  height: 167px;
}
body .college-introduction-container .college-introduction-content .college-introduction__text .college-introduction__text-content .college-introduction__info-lists .college-introduction__info-list {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #5f748f;
  line-height: 20px;
}
body .college-introduction-container .college-introduction-content .college-introduction__text .college-introduction__text-content .college-rank__lists {
  display: flex;
}
body .college-introduction-container .college-introduction-content .college-introduction__text .college-introduction__text-content .college-rank__lists .college-rank__list {
  flex: 0 0 auto;
  margin-right: 70px;
}
body .college-introduction-container .college-introduction-content .college-introduction__text .college-introduction__text-content .college-rank__lists .college-rank__list:last-child {
  margin-right: 0;
}
body .college-introduction-container .college-introduction-content .college-introduction__text .college-introduction__text-content .college-rank__lists .college-rank__list .rank__number {
  margin-bottom: 12px;
  font-size: 36px;
  font-family: Simpel-Medium, Simpel;
  font-weight: 500;
  color: #002454;
  line-height: 36px;
}
body .college-introduction-container .college-introduction-content .college-introduction__text .college-introduction__text-content .college-rank__lists .college-rank__list .rank__info {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #5f748f;
  line-height: 14px;
}
body .professional-direction-container {
  margin: 0 auto 91px;
  width: 1200px;
}
body .professional-direction-container .professional-direction__title {
  text-align: center;
  font-size: 32px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #002454;
  line-height: 32px;
  margin-bottom: 60px;
}
body .professional-direction-container .professional-direction__tags-lists {
  display: flex;
  width: 100%;
  background: #edf0f4;
}
body .professional-direction-container .professional-direction__tags-lists .professional-direction__tags-list {
  position: relative;
  flex: 0 0 300px;
  height: 62px;
  text-align: center;
  font-size: 24px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #5f748f;
  line-height: 62px;
  cursor: pointer;
}
body .professional-direction-container .professional-direction__tags-lists .professional-direction__tags-list::after {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background-color: #d0d9e5;
  content: "";
}
body .professional-direction-container .professional-direction__tags-lists .professional-direction__tags-list:last-child::after {
  display: none;
}
body .professional-direction-container .professional-direction__tags-lists .professional-direction__tags-list.active {
  background-color: #fdcf11;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #002454;
}
body .professional-direction-container .professional-direction__tags-lists .professional-direction__tags-list.active::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: solid transparent;
  border-bottom-width: 9px;
  border-bottom-color: #fff;
  border-left-width: 18px;
  border-right-width: 18px;
  content: "";
}
body .professional-direction-container .professional-direction__tags-lists .professional-direction__tags-list.active::after {
  display: none;
}
body .professional-direction-container .professional-direction__tags-lists .professional-direction__tags-list .professional-direction__tags-list__hot-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 72px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
body .professional-direction-container .professional-direction-detail__items {
  background-color: #fff;
  width: 100%;
  height: 441px;
  background: #ffffff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
}
body .professional-direction-container .professional-direction-detail__items .professional-direction-detail__item {
  width: 100%;
  height: 100%;
  padding: 40px 24px 0;
}
body .professional-direction-container .professional-direction-detail__items .professional-direction-detail__item .professional-direction-detail--lists {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
body .professional-direction-container .professional-direction-detail__items .professional-direction-detail__item .professional-direction-detail--lists .professional-direction-detail--list {
  flex: 0 0 364px;
  width: 364px;
}
body .professional-direction-container .professional-direction-detail__items .professional-direction-detail__item .professional-direction-detail--lists .professional-direction-detail--list .professional-direction-detail--list__img {
  display: block;
  margin-bottom: 27px;
  width: 364px;
  height: 187px;
}
body .professional-direction-container .professional-direction-detail__items .professional-direction-detail__item .professional-direction-detail--lists .professional-direction-detail--list .professional-direction-detail--list__title {
  margin-bottom: 16px;
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333030;
  line-height: 28px;
}
body .professional-direction-container .professional-direction-detail__items .professional-direction-detail__item .professional-direction-detail--lists .professional-direction-detail--list .professional-direction-detail--list__info .info {
  position: relative;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #5f748f;
  line-height: 20px;
}
body .professional-direction-container .professional-direction-detail__items .professional-direction-detail__item .professional-direction-detail--lists .professional-direction-detail--list .professional-direction-detail--list__info .info.info-dot {
  padding-left: 8px;
}
body .professional-direction-container .professional-direction-detail__items .professional-direction-detail__item .professional-direction-detail--lists .professional-direction-detail--list .professional-direction-detail--list__info .info.info-dot::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "·";
}
body .course-content-container {
  position: relative;
  margin: 0 auto 90px;
  max-width: 1920px;
  width: 100%;
  height: 818px;
  padding-top: 90px;
  background-image: url(course-content__bg-img.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}
body .course-content-container .course-content-box {
  margin: 0 auto;
  width: 1200px;
}
body .course-content-container .course-content-box .course-content__bg-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
body .course-content-container .course-content-box .course-content__title {
  position: relative;
  z-index: 2;
  margin-bottom: 16px;
  text-align: center;
  font-size: 32px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 32px;
}
body .course-content-container .course-content-box .course-content__info {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
}
body .course-content-container .course-content-box .course-content__content {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
body .course-content-container .course-content-box .course-content__content .course__core-container {
  width: 584px;
}
body .course-content-container .course-content-box .course-content__content .course__core-container .course-core__title {
  margin-bottom: 20px;
  width: 100%;
  height: 44px;
  padding-left: 24px;
  background: linear-gradient(83deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 44px;
}
body .course-content-container .course-content-box .course-content__content .course__core-container .course-core__lists-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
body .course-content-container .course-content-box .course-content__content .course__core-container .course-core__lists-container .course-core__lists-filter {
  position: absolute;
  top: -200px;
  left: -200px;
  width: calc(100% + 400px);
  height: calc(100% + 400px);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100%);
  filter: blur(10px);
  z-index: 5;
}
body .course-content-container .course-content-box .course-content__content .course__core-container .course-core__lists-container .course-core__lists {
  position: relative;
  z-index: 10;
  width: 100%;
  border-top: solid 1px #2c394a;
  border-bottom: solid 1px #2c394a;
  padding: 13px 0;
}
body .course-content-container .course-content-box .course-content__content .course__core-container .course-core__lists-container .course-core__lists .course-core__list {
  display: flex;
  align-items: center;
  width: 100%;
  height: 85px;
  padding-left: 24px;
}
body .course-content-container .course-content-box .course-content__content .course__core-container .course-core__lists-container .course-core__lists .course-core__list:last-child {
  border-bottom: none;
}
body .course-content-container .course-content-box .course-content__content .course__core-container .course-core__lists-container .course-core__lists .course-core__list .course-core__icon {
  margin-right: 32px;
  width: 44px;
  height: 44px;
}
body .course-content-container .course-content-box .course-content__content .course__core-container .course-core__lists-container .course-core__lists .course-core__list .course-core__name {
  margin-right: 32px;
  font-size: 20px;
  font-family: Simpel-Medium, Simpel;
  font-weight: 500;
  color: #ffffff;
  line-height: 32px;
}
body .course-content-container .course-content-box .course-content__content .course__core-container .course-core__lists-container .course-core__lists .course-core__list .course-core__info .info__title {
  margin-bottom: 8px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 18px;
}
body .course-content-container .course-content-box .course-content__content .course__core-container .course-core__lists-container .course-core__lists .course-core__list .course-core__info .info__sub-title {
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #bbc4db;
  line-height: 13px;
}
body .course-content-container .course-content-box .course-content__content .course__advanced-container {
  width: 588px;
}
body .course-content-container .course-content-box .course-content__content .course__advanced-container .course-advanced__title {
  margin-bottom: 20px;
  width: 100%;
  height: 44px;
  padding-left: 24px;
  background: linear-gradient(83deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 44px;
}
body .course-content-container .course-content-box .course-content__content .course__advanced-container .course-advanced__content .course-advanced__tag-lists {
  display: flex;
  width: 100%;
  justify-content: space-between;
  background-color: #edf0f4;
}
body .course-content-container .course-content-box .course-content__content .course__advanced-container .course-advanced__content .course-advanced__tag-lists .course-advanced__tag-list {
  position: relative;
  flex: 1 1 auto;
  height: 40px;
  text-align: center;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #5f748f;
  line-height: 40px;
  cursor: pointer;
}
body .course-content-container .course-content-box .course-content__content .course__advanced-container .course-advanced__content .course-advanced__tag-lists .course-advanced__tag-list::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  background-color: #d0d9e5;
  content: "";
}
body .course-content-container .course-content-box .course-content__content .course__advanced-container .course-advanced__content .course-advanced__tag-lists .course-advanced__tag-list:last-child::after {
  display: none;
}
body .course-content-container .course-content-box .course-content__content .course__advanced-container .course-advanced__content .course-advanced__tag-lists .course-advanced__tag-list.active {
  background-color: #fdcf11;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #002454;
}
body .course-content-container .course-content-box .course-content__content .course__advanced-container .course-advanced__content .course-advanced__tag-lists .course-advanced__tag-list.active::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: solid transparent;
  border-bottom-width: 5px;
  border-bottom-color: #fff;
  border-left-width: 8px;
  border-right-width: 8px;
  content: "";
}
body .course-content-container .course-content-box .course-content__content .course__advanced-container .course-advanced__content .course-advanced__tag-lists .course-advanced__tag-list.active::after {
  display: none;
}
body .course-content-container .course-content-box .course-content__content .course__advanced-container .course-advanced__content .course-advanced__course-items {
  width: 588px;
  height: 416px;
  background-color: #fff;
}
body .course-content-container .course-content-box .course-content__content .course__advanced-container .course-advanced__content .course-advanced__course-items .course-advanced__course-item {
  width: 100%;
}
body .course-content-container .course-content-box .course-content__content .course__advanced-container .course-advanced__content .course-advanced__course-items .course-advanced__course-item .course-advanced__course-lists {
  width: 100%;
  padding: 25px 24px 0;
}
body .course-content-container .course-content-box .course-content__content .course__advanced-container .course-advanced__content .course-advanced__course-items .course-advanced__course-item .course-advanced__course-lists .course-advanced__course-list {
  display: flex;
  align-items: center;
  height: 58px;
}
body .course-content-container .course-content-box .course-content__content .course__advanced-container .course-advanced__content .course-advanced__course-items .course-advanced__course-item .course-advanced__course-lists .course-advanced__course-list .course__number {
  margin-right: 36px;
  font-size: 16px;
  font-family: Simpel-Medium, Simpel;
  font-weight: 500;
  color: #002454;
  line-height: 32px;
}
body .course-content-container .course-content-box .course-content__content .course__advanced-container .course-advanced__content .course-advanced__course-items .course-advanced__course-item .course-advanced__course-lists .course-advanced__course-list .course__detail .course__title {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #002454;
  line-height: 16px;
}
body .course-content-container .course-content-box .course-content__content .course__advanced-container .course-advanced__content .course-advanced__course-items .course-advanced__course-item .course-advanced__course-lists .course-advanced__course-list .course__detail .course__info {
  margin-top: 6px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #5f748f;
  line-height: 12px;
}
body .project-details-container {
  margin: 0 auto 74px;
  width: 1200px;
}
body .project-details-container .project-details__title {
  margin-bottom: 50px;
  text-align: center;
  font-size: 32px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #002454;
  line-height: 32px;
}
body .project-details-container .project-details__lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body .project-details-container .project-details__lists .project-details__list {
  display: flex;
  position: relative;
  align-items: center;
  flex: 0 0 594px;
  margin-bottom: 16px;
  width: 594px;
  height: 140px;
  padding: 30px 24px;
  background-color: #fff;
}
body .project-details-container .project-details__lists .project-details__list .list__bg-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
body .project-details-container .project-details__lists .project-details__list .list__icon {
  display: block;
  position: relative;
  z-index: 2;
  margin-right: 16px;
  min-width: 80px;
  width: 80px;
  height: 80px;
}
body .project-details-container .project-details__lists .project-details__list .list__content {
  position: relative;
  z-index: 2;
}
body .project-details-container .project-details__lists .project-details__list .list__content .content__title {
  margin-bottom: 10px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #002454;
  line-height: 20px;
}
body .project-details-container .project-details__lists .project-details__list .list__content .content__info {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #5f748f;
  line-height: 20px;
}
body .student-evaluation-container {
  padding: 0 0 90px;
  background-color: #F5F6FA;
}
body .student-evaluation-container .student-evaluation__content {
  margin: 0 auto;
  width: 1200px;
}
body .student-evaluation-container .student-evaluation__content .student-evaluation__title {
  margin-bottom: 70px;
  text-align: center;
  font-size: 32px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #002454;
  line-height: 32px;
}
body .student-evaluation-container .student-evaluation__content .student-evaluation__lists {
  position: relative;
  margin-bottom: 50px;
  height: 307px;
  display: flex;
  justify-content: space-between;
}
body .student-evaluation-container .student-evaluation__content .student-evaluation__lists .student-evaluation__list {
  position: relative;
  width: 288px;
  height: 303px;
  background: #FFFFFF;
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.05);
  padding: 0 22px 0;
}
body .student-evaluation-container .student-evaluation__content .student-evaluation__lists .student-evaluation__list .list__title {
  display: flex;
  flex-direction: column;
  margin-top: -30px;
  align-items: flex-end;
}
body .student-evaluation-container .student-evaluation__content .student-evaluation__lists .student-evaluation__list .list__title .title__icon {
  display: block;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  border-radius: 100%;
  overflow: hidden;
}
body .student-evaluation-container .student-evaluation__content .student-evaluation__lists .student-evaluation__list .list__title .title__text {
  width: 100%;
}
body .student-evaluation-container .student-evaluation__content .student-evaluation__lists .student-evaluation__list .list__title .title__text .text__name {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333030;
  line-height: 24px;
}
body .student-evaluation-container .student-evaluation__content .student-evaluation__lists .student-evaluation__list .list__title .title__text .text__info {
  margin-top: 11px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #002454;
  line-height: 16px;
}
body .student-evaluation-container .student-evaluation__content .student-evaluation__lists .student-evaluation__list .list__info {
  padding-top: 24px;
}
body .student-evaluation-container .student-evaluation__content .student-evaluation__lists .student-evaluation__list .list__info-bg {
  display: block;
  position: absolute;
  top: 50px;
  right: 22px;
  width: 67px;
  height: 57px;
  z-index: 1;
}
body .student-evaluation-container .student-evaluation__content .student-evaluation__lists .student-evaluation__list .list__info .list__info-text {
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #002454;
  line-height: 20px;
  margin-bottom: 7px;
}
body .student-evaluation-container .student-evaluation__content .student-evaluation__btns {
  display: flex;
  justify-content: center;
}
body .student-evaluation-container .student-evaluation__content .student-evaluation__btns .student-evaluation__btn {
  display: block;
  flex-direction: 0 0 40px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
body .student-evaluation-container .student-evaluation__content .student-evaluation__btns .student-evaluation__btn.btn--left {
  margin-right: 32px;
}
body .footer {
  width: 100%;
  height: auto;
  min-width: 1200px;
  background: #1c1f37;
  padding: 36px 0 0 0;
  font: 14px / 26px;
  font-size: 14px;
  line-height: 26px;
}
body .footer a {
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
body .footer .footer1 {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 36px;
}
body .footer .footer1 p {
  width: 270px;
  height: auto;
  float: left;
}
body .footer .footer1 p a {
  display: inline-block;
  color: #fff;
  padding: 0 56px 15px 0;
}
body .footer .footer1 b {
  display: block;
  width: 270px;
  height: 24px;
  line-height: 24px;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  background: url(footer__tell.jpg) no-repeat left center;
  text-indent: 24px;
  float: left;
  margin-top: 30px;
}
body .footer .footer1 b span {
  padding: 0 10px;
}
body .footer .footer-left {
  width: 300px;
  height: auto;
  overflow: hidden;
  float: left;
}
body .footer .footer-right {
  width: 240px;
  height: auto;
  float: right;
}
body .footer .footer-er {
  width: 100%;
  height: auto;
  padding-top: 30px;
  float: right;
}
body .footer .footer-er img {
  width: 101px;
  height: auto;
  float: right;
  margin-left: 18px;
}
body .footer h1 {
  display: block;
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  padding: 20px 0;
  font-weight: normal;
}
body .footer .footer-bottom1 {
  display: block;
  width: 100%;
  height: auto;
  background: #16182b;
  padding: 20px 0 0 0px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}
body .footer .footer-bottom1 a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
body .footer .footer-bottom1 span {
  font-size: 14px;
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.5);
}
body .footer .footer-bottom1 i {
  font-style: normal;
  font-size: 14px;
}
body .footer .footer-bottom {
  display: block;
  width: 100%;
  height: auto;
  background: #16182b;
  padding: 10px 0 20px 0;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}
body #back-top-top {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 10px;
  width: 100px;
  height: 100px;
  z-index: 999;
  cursor: pointer;
}
