.wp {
  width: 1550px;
}

.main-cover {
  overflow: hidden;
}

.main-cover .bd {
  background: 50% 50% no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.main-cover .tt {
  height: 100%;
  color: #fff;
  user-select: none;
  position: relative;
  font-family: 'Source Han Sans CN';
  padding: 0;
}
.main-cover .tt h4,
.main-cover .tt h3 {
  font-weight: bold;
  text-shadow: 5.362px 4.5px 8.4px rgba(0, 0, 0, 0.33);
}

.main-cover .tt h4 {
}
.main-cover .tt h3 {
}
.main-bd {
  width: 15.68rem !important;
  margin: 1.03rem auto 0.98rem !important;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.main-bd .cell-mn {
  width: 25%;
  padding: 0 0.08rem;
  margin-bottom: 0.56rem;
}
.main-bd .cell {
  display: block;
}
.main-bd .cell .avatar {
  width: 100%;
  /* height: 3.72rem; */
  overflow: hidden;
  position: relative;
}
.main-bd .cell .avatar::before {
  display: block;
  content: '';
  padding-top: 100%;
}
.main-bd .cell .avatar img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s linear;
}
.main-bd .cell .cnt {
  height: 1.59rem;
  background: url(../images/cell-bg-2.jpg) 0 0 no-repeat;
  padding: 0 0.4rem;
  overflow: hidden;
  background-size: 100% 100%;
}
.main-bd .cell .cnt h5 {
  font-size: 0.36rem;
  font-weight: bold;
  color: #5d1012;
  line-height: 0.36rem;
  margin-top: 0.35rem;
}
.main-bd .cell .cnt h6 {
  margin-top: 0.14rem;
  font-size: 0.2rem;
  color: #090918;
  position: relative;
  line-height: 0.2rem;
  padding-bottom: 0.18rem;
}
.main-bd .cell .cnt h6 em {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 0.01rem;
  background-color: #5d1012;
  width: 0.3rem;
  transition: all 0.2s linear;
}
.main-bd .cell:hover .avatar img {
  transform: scale(1.1);
}
.main-bd .cell:hover h6 em {
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .wp.main-bd {
    width: 100% !important;
    padding-left: 0.08rem;
    padding-right: 0.08rem;
    margin-top: 0.2rem !important;
  }
  .main-bd .cell-mn {
    width: 50%;
    margin-bottom: 0.16rem;
  }
  .main-bd .cell .avatar img {
    width: 100%;
  }
  .wp.main-bd {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 800px) {
  .main-bd .cell .cnt {
  }
  .main-bd .cell .cnt h5 {
  }
  .main-bd .cell .cnt h6 {
  }
  .main-bd .cell .cnt h6 em {
  }
  .wp.main-bd {
  }
}

@media screen and (max-width: 500px) {
  .main-bd .cell .cnt {
    height: auto;
    padding: 0.2rem;
  }
  .main-bd .cell .cnt h5 {
    font-size: 18px;
    line-height: 1;
    margin-top: 0;
  }
  .main-bd .cell .cnt h6 {
    margin-top: 10px;
    padding-bottom: 0;
    font-size: 0;
    line-height: 0;
  }
  .main-bd .cell .cnt h6 em {
    width: 40%;
  }
  .wp.main-bd {
  }
}
