.applyCustomer .title {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 0.36rem;
  line-height: 0.36rem;
  color: #000000;
  margin: 0.64rem 0 0.44rem;
}
.applyCustomer ul {
  display: flex;
  flex-wrap: wrap;
}
.applyCustomer ul li {
  width: 3.87rem;
  height: 3.6rem;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 0.24rem;
  border: 0.01rem solid #E8E8E8;
  padding: 0.65rem 0.24rem 0.19rem 0.36rem;
  margin-right: 0.19rem;
  margin-bottom: 0.19rem;
  transition: all 0.3s linear;
  cursor: pointer;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.applyCustomer ul li > div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.applyCustomer ul li > div h5 {
  font-weight: 500;
  font-size: 0.36rem;
  color: #333333;
  margin-bottom: 0.12rem;
}
.applyCustomer ul li > div p {
  font-weight: 400;
  font-size: 0.24rem;
  color: #333333;
}
.applyCustomer ul li > div > img {
  width: 0.99rem;
  height: 0.99rem;
}
.applyCustomer ul li > div:last-child {
  justify-content: flex-end;
}
.applyCustomer ul li > img {
  position: absolute;
  bottom: 0.12rem;
  right: 0.15rem;
  width: 1.19rem;
  height: 1.19rem;
}
.applyCustomer ul li:hover {
  z-index: 2;
  -webkit-box-shadow: 0 0.15rem 0.3rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.15rem 0.3rem rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -0.02rem, 0);
  transform: translate3d(0, -0.02rem, 0);
}
.applyCustomer .three li:nth-child(3n+0) {
  margin-right: 0;
}
.applyCustomer .three li:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.applyCustomer .two li {
  width: 5.9rem;
  height: 3.6rem;
  padding: 0.6rem 0.24rem 0.19rem 0.36rem;
}
.applyCustomer .two li:nth-child(2n+0) {
  margin-right: 0 ;
}
.applyCustomer .two li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
