html,
body {
  padding: 0;
  margin: 0;
  font-family: Microsoft YaHei;
}
div {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}
.head {
  min-width: 1200px;
  height: 7.25rem;
  position: relative;
  display: flex;
  justify-content: center;
  background-image: url('../assets/index-head.png');
}
.head .title {
  position: absolute;
  top: 1.3rem;
  width: 7.37rem;
  height: 3.78rem;
  background-image: url('../assets/school-head-title.png');
}
.head .count {
  width: 100%;
  height: fit-content;
  position: absolute;
  bottom: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head .count .eye {
  width: 0.3rem;
  height: 0.2rem;
  background-image: url('../assets/index-view.png');
}
.head .count .num {
  font-size: 18px;
  margin-left: 0.1rem;
}
.main {
  background: linear-gradient(0deg, #004EFF, #42C7FF);
  min-width: 1200px;
}
.main .mainLine {
  width: 100%;
  height: 0.1rem;
  background: #2677FF;
}
.main .content {
  background-color: white;
  position: relative;
  width: 1200px;
  padding: 40px 0px;
  margin: 0 auto;
  margin-top: 40px;
}
.main .content .title {
  font-size: 0.3rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
  text-align: center;
}
.main .content .subTitle {
  font-size: 0.14rem;
  font-family: PingFang SC;
  font-weight: 300;
  color: #000000;
  padding: 0.2rem;
  text-align: center;
}
.main .content .line {
  width: 100%;
  height: 0.01rem;
  background: #ACACAC;
}
.main .content .desc {
  padding: 0px 30px;
  margin-top: 0.2rem;
  font-size: 0.16rem;
  font-family: PingFang SC;
  font-weight: 300;
  color: #000000;
}
.main .foot {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 3.9rem;
  background-image: url('../assets/school-foot.png');
}
