@import "../css/public.css";
.inner-header {
  background: url("/materialpub/images/recruitStudentsBg.png") no-repeat center center;
}

.main-container {
  box-sizing: border-box;
  padding: 0.98rem 0;
  background: url("/materialpub/images/399.png") no-repeat center bottom;
}

.recruit-wrapper {
  margin: 0 auto;
}

.shades-list {
  display: flex;
  justify-content: flex-start;
  height: 7.4rem;
}
.shades-list li {
  max-width: 2.36rem;
  width: 100%;
  height: 100%;
  transition: all 0.6s ease-in-out 0s;
}
.shades-list li:nth-child(1) {
  background: url("/materialpub/images/shades-img.png") no-repeat left center;
}
.shades-list li:nth-child(2) {
  background: url("/materialpub/images/shades-img1.png") no-repeat left center;
}
.shades-list li:nth-child(3) {
  background: url("/materialpub/images/shades-img2.png") no-repeat left center;
}
.shades-list li:nth-child(4) {
  background: url("/materialpub/images/shades-img3.png") no-repeat left center;
}
.shades-list li.active {
  max-width: 7.36rem;
}
.shades-list .shades-card {
  max-width: 2.36rem;
  width: 100%;
  height: 100%;
  background: rgba(0, 120, 90, 0.8);
  box-sizing: border-box;
  padding-top: 1.38rem;
  text-align: center;
}
.shades-list .shades-card h4 {
  font-size: 0.3rem;
  line-height: 0.4rem;
  color: #FFFFFF;
  font-weight: bold;
  box-sizing: border-box;
  padding: 0 1rem;
  margin-bottom: 1.1rem;
}
.shades-list .shades-card p {
  font-size: 0.14rem;
  color: #FFFFFF;
  text-align: center;
  box-sizing: border-box;
  padding: 0 1.1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 1152px) {
  .shades-list li {
    max-width: 1.36rem;
  }
  .shades-list .shades-card {
    max-width: 1.36rem;
  }
  .shades-list .shades-card h4 {
    padding: 0 0.5rem;
  }
  .shades-list .shades-card p {
    padding: 0 0.6rem;
  }
}
@media screen and (max-width: 996px) {
  .shades-list {
    flex-direction: column;
    height: auto;
  }
  .shades-list li {
    height: 1.36rem;
    max-width: 100%;
    background-size: cover !important;
  }
  .shades-list li.active {
    max-width: 100%;
    height: 5rem;
  }
  .shades-list .shades-card {
    max-width: 100%;
    height: 1.36rem;
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: space-around;
  }
  .shades-list .shades-card h4 {
    margin-bottom: 0;
    padding: 0;
  }
  .shades-list .shades-card p {
    flex-direction: row;
    padding: 0;
  }
  .shades-list .shades-card p img {
    transform: rotate(-90deg);
    margin-left: 0.2rem;
  }
}
