.warp .bgc-img{
  height: 100vh;
  background-image: url("../assets/img/bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.warp .head{
    position: relative;
    height: 22%;
}

.warp .head .logo{
  position: absolute;
  top: 25%;
  left: 5%;
}

.warp .head .title{
  width: 100%;
  text-align: center;
  display: inline-block;
  position: absolute;
  bottom: 0;
}
.warp .head .title img{
  vertical-align: bottom;
}

.warp .body{
  height: 78%;
  position: relative;
}

.warp .body .card-box{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-size: 100% 100%;
  position: absolute;
  text-align: center;
  cursor: pointer;
}
.warp .body .card-box span {
  color: #ffffff;
  font-size: 1.2em;
  font-weight: 600;
  display: inline-block;
  margin-top:160px;
}

.warp .body .card-box.zhwg{
  background-image: url("../assets/img/wuguan.png");
  left: 13.5%;
  top: 25%;
  margin-left: -75px;
  margin-top: 75px;
}
.warp .body .card-box.zhld{
  background-image: url("../assets/img/ludeng.png");
  left: 30%;
  top: 17.5%;
  margin-left: -75px;
  margin-top: 75px;
}
.warp .body .card-box.zhdt{
  background-image: url("../assets/img/zhihui.png");
  left: 50%;
  top: 10%;
  width:240px;
  height: 240px;
  margin-left: -120px;
}
.warp .body .card-box.zhyl{
  background-image: url("../assets/img/yuanlin.png");
  left: 66.5%;
  top: 17.5%;
  margin-left: -75px;
  margin-top: 75px;
}
.warp .body .card-box.zhps{
  background-image: url("../assets/img/paishui.png");
  left: 83%;
  top: 25%;
  margin-left: -75px;
  margin-top: 75px;
}
