html {
  font-size: 13.33333vw;
}
.banners {
  width: 100%;
  background-size: cover;
}
.pageTop {
  position: relative;
  width: 100%;
}
.pageTop .topBanner {
  height: 8rem;
  background-image: url('../images/bg/bg_01.jpg');
}
.pageTop .logo {
  position: absolute;
  top: 0.75rem;
  left: 0.62rem;
}
.pageTop .logo img {
  width: 2.74rem;
  height: 0.75rem;
}
.pageTop .bottomBanner {
  height: 9.49rem;
  background-image: url('../images/bg/bg_02.webp');
  position: relative;
  margin-top: -0.04px;
}
.pageTop .bottomBanner .fifty-logo {
  width: 4rem;
  position: absolute;
  right: 0.2rem;
  top: 2rem;
}
.schoolWrap {
  /* height: 11.57rem; */
  padding: 1.4rem 0.6rem 0 0.7rem;
  box-sizing: border-box;
  background-image: url('../images/bg/bg_03.jpg');
}
.schoolWrap .schoolList {
  width: 100%;
}
.schoolWrap .schoolList .qhLogo {
  width: 5.14rem;
}
.schoolWrap .schoolList .text {
  font-size: 0.24rem;
  color: #4d4d4d;
  line-height: 0.46rem;
  margin-top: 0.76rem;
}
.schoolWrap .schoolList .hkLogo {
  width: 3.7rem;
}
.schoolWrap .border {
  width: 100%;
  height: 0.02rem;
  margin: 1rem 0;
  background-color: #beb48d;
}
.schoolWrap .schoollink {
  padding-bottom: 0.6rem;
}
.schoolWrap .schoollink p {
  font-size: 0.24rem;
  color: #4d4d4d;
  line-height: 0.46rem;
}
.schoolWrap .schoollink .link {
  margin-top: 0.3rem;
  text-align: center;
}
.schoolWrap .schoollink a {
  font-size: 0.24rem;
  color: #4d4d4d;
  line-height: 0.46rem;
}
.schoolWrap .schoollink img {
  width: 0.24rem;
  margin-right: 0.3rem;
  vertical-align: middle;
}
.earthWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 9rem;
  background-image: url('../images/bg/bg_04.jpg');
  font-size: 0.62rem;
  line-height: 0.93rem;
  color: #fff;
}
.answerSetWrap {
  height: 23.76rem;
  padding: 0.8rem 0.3rem 0;
  box-sizing: border-box;
  background-image: url('../images/bg/bg_05.png');
}
.answerSetWrap .tag {
  font-size: 0.53rem;
  color: #000;
  line-height: 0.74rem;
  padding: 0, 0.3rem;
}
.answerSetWrap .text {
  font-size: 0.24rem;
  color: #4d4d4d;
  line-height: 0.46rem;
  margin-top: 0.4rem;
}
.answerSetWrap .label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.78rem;
  padding-left: 0.4rem;
  font-size: 0.26rem;
  color: #fff;
  box-sizing: border-box;
  margin-top: 0.7rem;
  background-color: #0b1e46;
}
.answerSetWrap .yellowLabel {
  background: linear-gradient(180deg, #a7845e 0%, #dfd19f 48%, #fefadc 100%);
  margin-top: 0.5rem;
}
.answerSetWrap .table {
  width: 100%;
  margin-top: 0.16rem;
  background: #f0eef2;
}
.answerSetWrap .table .tList {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #e2e2e3;
}
.answerSetWrap .table .tList .tTd {
  display: flex;
  align-items: center;
  flex: 1;
  height: 0.7rem;
  padding-left: 0.38rem;
  box-sizing: border-box;
  font-size: 0.2rem;
  color: #4d4d4d;
  border-right: 1px solid #e2e2e3;
}
.answerSetWrap .table .tList .tTd:last-child {
  border-right: 0;
}
.answerSetWrap .table .tList:last-child {
  border-bottom: 0;
}
.answerSetWrap .yellowTable {
  background-color: #f5f1e7;
}
.answerSetWrap .border {
  width: 100%;
  height: 0.03rem;
  margin: 0.85rem 0;
  background: linear-gradient(90deg, #bcb48d 0%, rgba(198, 156, 109, 0.7) 100%);
}
.answerSetWrap .fiveCont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0.3rem;
  padding-left: 0.27rem;
  padding-right: 0.16rem;
  box-sizing: border-box;
}
.answerSetWrap .fiveCont .left {
  width: 4rem;
  font-size: 0.54rem;
  color: #0b1e46;
  line-height: 0.92rem;
}
.answerSetWrap .fiveCont .left p {
  position: relative;
  display: inline-block;
}
.answerSetWrap .fiveCont .left p::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0.05rem;
  width: 3rem;
  height: 0.02rem;
  background-color: #c2894b;
}
.answerSetWrap .fiveCont .right {
  width: 2.9rem;
}
.answerSetWrap .fiveCont .right img {
  width: 100%;
}
.themeWrap {
  height: 32.04rem;
  padding: 0.8rem 0.75rem 0 0.75rem;
  box-sizing: border-box;
  background-image: url('../images/bg/bg_6.png');
}
.themeWrap .themeList {
  width: 4.56rem;
  padding-bottom: 0.57rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #1e5294;
}
.themeWrap .themeList .tag,
.themeWrap .themeList .text {
  font-size: 0.3rem;
  color: #fff;
  line-height: 0.48rem;
}
.themeWrap .themeList .text {
  margin-top: 0.16rem;
}
.themeWrap .themeList .desc {
  font-size: 0.26rem;
  color: #888;
  line-height: 0.46rem;
  margin-top: 0.24rem;
}
.themeWrap .descList {
  padding-top: 0.6rem;
}
.themeWrap .descList .tag {
  font-size: 0.3rem;
  color: #fff;
  line-height: 0.48rem;
}
.themeWrap .descList .desc {
  font-size: 0.26rem;
  color: #888;
  line-height: 0.46rem;
  margin-top: 0.45rem;
  text-align: justify;
}
.teacherWrap {
  width: 100%;
  padding: 1rem 0.25rem 0;
  box-sizing: border-box;
  background-color: #fefef8;
}
.teacherWrap .teacher {
  padding: 0 0.32rem 0.6rem;
  border-bottom: 0.03rem solid #c69c6d;
}
.teacherWrap .teacher .tags {
  display: flex;
  align-items: flex-end;
  font-size: 0.56rem;
  color: #002b3b;
  line-height: 1;
}
.teacherWrap .teacher .tags .txt {
  font-size: 0.18rem;
  margin-left: 0.1rem;
}
.teacherWrap .teacher .teacherCont {
  display: flex;
  justify-content: space-between;
  margin-top: 0.6rem;
}
.teacherWrap .teacher .teacherCont .listWrap {
  width: 3rem;
}
.teacherWrap .teacher .teacherCont .listWrap .list {
  padding-bottom: 0.15rem;
  margin-bottom: 0.2rem;
  border-bottom: 0.01rem solid #ccc;
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #000;
}
.teacherWrap .teacher .teacherCont .listWrap .list .name {
  color: #002b3b;
}
.infoWrap {
  width: 100%;
  padding: 1.2rem 0.4rem 0.36rem 0.6rem;
  box-sizing: border-box;
  background-color: #fefef8;
}
.infoWrap .count {
  font-size: 0.3rem;
  line-height: 0.36rem;
  color: #666;
}
.infoWrap .title {
  font-size: 0.68rem;
  line-height: 0.92rem;
  color: #0b1e46;
  margin-top: 0.12rem;
}
.infoWrap .tag {
  font-size: 0.53rem;
  color: #000;
  line-height: 0.74rem;
  margin-top: 0.77rem;
}
.infoWrap .steepWrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-left: 0.5rem;
  box-sizing: border-box;
  margin-top: 1.13rem;
}
.infoWrap .steepWrap .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.01rem;
  height: calc(100% - 0.6rem);
  background-color: #000;
}
.infoWrap .steepWrap .line .dot {
  width: 0.16rem;
  height: 0.16rem;
  margin-left: -0.08rem;
  margin-bottom: 1.05rem;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  box-sizing: border-box;
}
.infoWrap .steepWrap .line .dot:nth-child(2n) {
  background-color: #000;
}
.infoWrap .steepWrap .rightWrap {
  width: 6rem;
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #231815;
}
.infoWrap .steepWrap .rightWrap .rList {
  margin-bottom: 0.7rem;
}
.infoWrap .steepWrap .rightWrap .rList:last-child {
  margin-bottom: 0;
}
.footer {
  display: flex;
  height: 6rem;
  padding: 0 0.6rem;
  box-sizing: border-box;
  background-image: url('../images/bg/bg_bottom.webp');
  background-color: #fefef8;
  border-bottom: 0.2rem solid RGBA(144, 33, 60, 1);
  position: relative;
}
.footer .qrcode {
  width: 1.3rem;
  text-align: center;
  margin-right: 0.3rem;
  margin-top: -0.2rem;
}
.footer .qrcode img {
  width: 1.3rem;
}
.footer .qrcode .txt {
  font-size: 0.2rem;
  margin-top: 0.12rem;
  line-height: 0.35rem;
}
.footer .count {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -0.2rem;
  border-radius: 50%;
  border: 1px solid rgba(112, 112, 112, 0.4);
}
.footer .count .text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 1.35rem;
  height: 1.35rem;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #707070;
  box-sizing: border-box;
  font-size: 0.24rem;
  color: #000;
}
.footer .count .text .num {
  font-size: 0.38rem;
  font-weight: bold;
}
.footer .footer-fifty {
  width: 3rem;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 0.4rem;
  transform: translateX(-50%);
}
.footer .footer-fifty img {
  width: 3rem;
}
