.box {
  font-size: 14px;
}
.schoolBox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 40px 0;
}
.tagBoxOne {
  background: #3f82ff;
  border-radius: 4px;
  border: 0px solid #070002;
  color: #fff;
  box-sizing: border-box;
  width: 86px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  opacity: 0.8;
  position: absolute;
  top: 150px;
  left: 400px;
}
.tagBoxTow {
  width: 86px;
  height: 30px;
  background: #3f82ff;
  border-radius: 4px;
  border: 0px solid #070002;
  opacity: 0.8;
  box-sizing: border-box;
  text-align: center;
  line-height: 30px;
  color: #fff;
  position: absolute;
  top: 260px;
  left: 550px;
}
.tagBoxThree {
  width: 110px;
  height: 30px;
  background: #3f82ff;
  border-radius: 4px;
  border: 0px solid #070002;
  opacity: 0.8;
  box-sizing: border-box;
  text-align: center;
  line-height: 30px;
  color: #fff;
  position: absolute;
  top: 330px;
  left: 730px;
}
