.supervise {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 750 / 1720;
  margin: 0 auto;
  padding-top: 2rem;
  box-sizing: border-box;
  background-image: url("/material/mobile/images/anli_bg.jpg");
  background-size: 100% 100%;
}

.supervise .title {
  width: 100%;
  aspect-ratio: 750/68;
}

.supervise .top {
  width: 95vw;
  margin: 1rem auto 0;
}
.supervise .top img {
  width: 100%;
  aspect-ratio: 315 / 211;
}

.supervise .top .superviseTitle {
  padding-bottom: 2rem;
  box-sizing: border-box;
  color: #000;
  font-size: 0.9rem;
  text-align: center;
}
.supervise .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.supervise .list .superviseItem {
  width: 45%;
  margin-bottom: 0.5rem;
}

.supervise .list .superviseItem img {
  width: 100%;
  aspect-ratio: 253 / 166;
}
.supervise .list .superviseItem .superviseTitle {
  padding-bottom: 0.5rem;
  box-sizing: border-box;
  color: #000;
  font-size: 0.9rem;
  text-align: center;
}
