/*
 * @Description: 首页的css
 * @Author: shenah
 * @Date: 2021-08-02 09:45:24
 * @LastEditors: shenah
 * @LastEditTime: 2021-08-13 10:05:40
 */
.home {
  width: 100%;
  height: 100%;
}
/* 招聘相关 */
.recruit {
  margin-top: 1rem;
}
.recruit .title {
  width: 6.33rem;
  font-size: 0.69rem;
  color: #209cf4;
  font-weight: 700;
  text-align: center;
}
.recruit .sub-title {
  width: 6.33rem;
  margin: 0.36rem 0 0.6rem 0;
  font-size: 0.29rem;
  color: #2f3236;
  opacity: 0.7;
  text-align: center;
}
.recruit .link-item {
  width: 6.33rem;
  color: #209cf4;
  font-size: 0.41rem;
  text-align: center;
}
.recruit .link-item .social-school-name{
  color: #209cf4;
}
/* 英雄图片 */
.home .hero-wrap {
  position: relative;
  margin-top: 0.48rem;
  height: 10.16rem;
}
.home .hero-wrap .hero {
  position: absolute;
  top: 0;
  right: 0.26rem;
  width: 8rem;
}

/* 改变footer */
.footer {
  margin-top: -3.2rem;
  position: relative;
  z-index: 1000;
}
