.schoolWrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.schoolWrapper .title-wrapper {
  margin: 0.5rem 0 0.7rem;
}
.schoolWrapper .title-wrapper h2 {
  font-size: 0.42rem;
}
.schoolWrapper .title-wrapper .hot {
  color: #F04724;
}
.schoolWrapper .scroll-wrapper .prev,
.schoolWrapper .scroll-wrapper .next {
  position: absolute;
  width: 0.3rem;
  margin-top: 0.05rem;
}
.schoolWrapper .scroll-wrapper .prev {
  left: 0.08rem;
}
.schoolWrapper .scroll-wrapper .next {
  right: 0.08rem;
}
.schoolWrapper .swiper-container1 {
  width: 6.5rem;
  margin-bottom: 0.26rem;
}
.schoolWrapper .swiper-container1 .slide-wrapper .img {
  height: 0.4rem;
  text-align: center;
  font-weight: 400;
  font-size: 0.25rem;
  color: #333333;
}
.schoolWrapper .swiper-container2 {
  height: 9.2rem;
}
.schoolWrapper .swiper-container2 .xueke {
  width: 5.5rem;
  height: 0.8rem;
  border: 0.02rem #FF4430 solid;
  border-radius: 0.15rem;
  overflow: hidden;
  position: relative;
  margin: 0.2rem auto 0;
  background: #fff;
}
.schoolWrapper .swiper-container2 .xueke span {
  float: left;
  width: 1.4rem;
  height: 0.76rem;
  font-size: 0.28rem;
  color: #161313;
  text-align: center;
  line-height: 0.76rem;
  margin-left: 0.18rem;
}
.schoolWrapper .swiper-container2 .xueke select {
  float: left;
  width: 3rem;
  height: 0.76rem;
  border: none;
  /* border-left: 0.02rem #cbcbcb solid; */
  margin-left: 0.18rem;
  font-size: 0.26rem;
  background: none;
  border-radius: 0;
  color: #333;
  font-weight: bold;
}
.schoolWrapper .swiper-container2 .xueke img {
  position: absolute;
  width: 0.26rem;
  right: 0.25rem;
  top: 0.3rem;
  z-index: 0;
}
.schoolWrapper .slideBox-content {
  width: 6.5rem;
  height: 8rem;
  margin: 0.15rem 0.5rem 0 0.5rem;
  background: #F7F7F7;
  border-radius: 0.28rem;
  font-family: Microsoft YaHei;
  font-weight: 300;
}
.schoolWrapper .slideBox-content .slide-title-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0.38rem 0.03rem 0.33rem 0.5rem;
}
.schoolWrapper .slideBox-content .slide-title-wrapper .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.schoolWrapper .slideBox-content .slide-title-wrapper .left .title {
  margin-bottom: 0.1rem;
  text-align: left;
  font-weight: bold;
  font-size: 0.34rem;
  color: #333333;
}
.schoolWrapper .slideBox-content .slide-title-wrapper .left .desc {
  font-weight: 400;
  font-size: 0.24rem;
  color: #666666;
  line-height: 0.4rem;
}
.schoolWrapper .slideBox-content .slide-title-wrapper img {
  width: 1.11rem;
}
.schoolWrapper .slideBox-content .time-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0rem 0.5rem;
}
.schoolWrapper .slideBox-content .time-wrapper .left {
  display: flex;
  flex-direction: column;
  padding: 0.1rem;
  border-radius: 0.18rem;
  font-weight: 400;
  font-size: 0.24rem;
}
.schoolWrapper .slideBox-content .time-wrapper .left .title {
  font-weight: bold;
  color: #333333;
  padding-top: 0.18rem;
  padding-bottom: 0.1rem;
}
.schoolWrapper .slideBox-content .time-wrapper .left .time-content {
  display: flex;
  flex-direction: column;
}
.schoolWrapper .slideBox-content .time-wrapper .left .time-content span {
  height: 0.45rem;
  flex-shrink: 0;
  color: #333333;
  line-height: 0.45rem;
}
.schoolWrapper .slideBox-content .adv-wrapper {
  padding: 0 0.5rem;
}
.schoolWrapper .slideBox-content .adv-wrapper img {
  height: 1.2rem;
  width: 5.7rem;
}
.schoolWrapper .seek-btn {
  width: 2.42rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  background: linear-gradient(45deg, #FE6E47, #FE5A47);
  border-radius: 0.3rem;
  font-weight: 400;
  margin: 0.35rem auto;
  font-size: 0.24rem;
  box-shadow: inset 0 0 0.08rem rgba(255, 251, 155, 0.5);
  position: relative;
  color: #FFFFFF;
}
.schoolWrapper .seek-btn::after {
  position: absolute;
  top: 0.25rem;
  right: 0.35rem;
  display: block;
  content: "";
  width: 0.13rem;
  height: 0.13rem;
  border: 0.03rem solid #FF7565;
  border-left: none;
  border-top: none;
  transform: rotate(-45deg);
}
