.apply-client {
  font-size: 0;
  width: 7.5rem;
  max-width: 7.5rem;
  margin: 0 auto;
}
.apply-client > ul {
  display: flex;
  flex-wrap: wrap;
  width: 7.02rem;
  margin: 0 auto;
}
.apply-client > ul li {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0.24rem;
  border: 0.01rem solid #E8E8E8;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  position: relative;
  color: #333333;
  flex-shrink: 0;
  z-index: 1;
}
.apply-client > ul li > img {
  position: absolute;
  width: 0.88rem;
  height: 0.88rem;
}
.apply-client > ul .b-c-blue {
  border: none !important;
}
.apply-client > ul .b-c-blue::after {
  content: "";
  position: absolute;
  top: 0.01rem;
  left: 0.01rem;
  right: 0.01rem;
  bottom: 0.01rem;
  width: calc(100% - 0.03rem);
  height: calc(100% - 0.03rem);
  background: #fff;
  z-index: -1;
  border-radius: 0.24rem;
}
.apply-client > ul .b-c-blue::before {
  content: "";
  position: absolute;
  top: -0.01rem;
  left: -0.01rem;
  right: -0.01rem;
  bottom: -0.01rem;
  width: calc(100% + 0.01rem);
  height: calc(100% + 0.01rem);
  background: linear-gradient(134deg, #d3e8ff, #9dc0ff);
  z-index: -1;
  border-radius: 0.24rem;
}
.apply-client > ul .b-c-green {
  border: none !important;
}
.apply-client > ul .b-c-green::after {
  content: "";
  position: absolute;
  top: 0.01rem;
  left: 0.01rem;
  right: 0.01rem;
  bottom: 0.01rem;
  width: calc(100% - 0.03rem);
  height: calc(100% - 0.03rem);
  background: #fff;
  z-index: -1;
  border-radius: 0.24rem;
}
.apply-client > ul .b-c-green::before {
  content: "";
  position: absolute;
  top: -0.01rem;
  left: -0.01rem;
  right: -0.01rem;
  bottom: -0.01rem;
  width: calc(100% + 0.01rem);
  height: calc(100% + 0.01rem);
  background: linear-gradient(140deg, #a2ffd0, #16b364);
  z-index: -1;
  border-radius: 0.24rem;
}
.apply-client > ul .b-c-orange {
  border: none !important;
}
.apply-client > ul .b-c-orange::after {
  content: "";
  position: absolute;
  top: 0.01rem;
  left: 0.01rem;
  right: 0.01rem;
  bottom: 0.01rem;
  width: calc(100% - 0.03rem);
  height: calc(100% - 0.03rem);
  background: #fff;
  z-index: -1;
  border-radius: 0.24rem;
}
.apply-client > ul .b-c-orange::before {
  content: "";
  position: absolute;
  top: -0.01rem;
  left: -0.01rem;
  right: -0.01rem;
  bottom: -0.01rem;
  width: calc(100% + 0.01rem);
  height: calc(100% + 0.01rem);
  background: linear-gradient(150deg, #ffeeb4, #ff8300);
  z-index: -1;
  border-radius: 0.24rem;
}
.apply-client > .three > li {
  width: 2.2rem;
  height: 2.21rem;
  padding: 0.24rem 0.15rem;
}
.apply-client > .three > li:nth-child(3n+0) {
  margin-right: 0;
}
.apply-client > .three > li > h5 {
  font-weight: 500;
  font-size: 0.24rem;
  line-height: 150%;
}
.apply-client > .three > li > p {
  font-weight: 400;
  font-size: 0.2rem;
  line-height: 150%;
}
.apply-client > .three > li > img {
  right: 0.04rem;
  bottom: 0.04rem;
}
.apply-client > .three > li .location-8 {
  right: 0.08rem;
  bottom: 0.08rem;
}
.apply-client > .three > li .f-36 {
  font-size: 0.36rem;
}
.apply-client > .two > li {
  width: 3.41rem;
  height: 3.4rem;
  padding: 0.24rem;
}
.apply-client > .two > li:nth-child(2n+0) {
  margin-right: 0;
}
.apply-client > .two > li p {
  font-weight: 400;
  font-size: 0.24rem;
}
.apply-client > .two > li > img {
  right: 0.24rem;
  bottom: 0.24rem;
}
.apply-client > .two > li > h5 {
  line-height: 0.54rem;
  font-weight: 500;
  font-size: 0.36rem;
  text-align: center;
  margin-bottom: 0.18rem;
}
.apply-client > .two > li .f-32 {
  font-size: 0.32rem;
}
.apply-client > .two .h-412 {
  height: 4.12rem;
  padding-top: 0.36rem;
  padding-bottom: 0.36rem;
}
.apply-client > .two .h-412 > img {
  right: 0.24rem;
  bottom: 0.12rem;
}
.apply-client > .two .h-412 > p {
  line-height: 0.36rem;
}
