.bj11 {
  background: linear-gradient(rgb(0 0 0 / 24%), rgb(0 0 0 / 57%)), url(../img/home-banner-test01-2.jpg) no-repeat;
  background-size: cover;
}

.bj22 {
  background: url(../img/bg-1.webp);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 70%;
}

.bj3 {
  background-image: url(../img/icon-bg-01-scaled-1.jpg);
  background-attachment: fixed;
}

/* .bj3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../img/productbg.jpg) no-repeat;
  background-size: cover;
  opacity: 0.1;
  z-index: 0;
  background-repeat: no-repeat;
} */

.bj11::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../img/dl2.png) no-repeat;
  background-size: contain;
  opacity: 0.42;
  z-index: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bj11::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/mar_index_bgaf.png) no-repeat;
  background-size: contain;
  opacity: 0.42;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: right center;
}

.SERVICES {
  margin: 3rem auto;
  position: relative;
  z-index: 9;
}

.SERVICES ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  counter-reset: li-counter;
}

.SERVICES ul li {
  padding: 3rem 2rem;
  counter-increment: li-counter;
  position: relative;
  transition: transform 0.6s;
  border-radius: 4px;

  backdrop-filter: blur(0.85rem);
  border-radius: 0.4rem;
  box-shadow: 0 0.25rem 1.5rem #00000017;
  color: #fff;
}

.SERVICES ul li:hover {
  background: var(--c1);
  color: #fff;
  transform: translateY(-1rem);
}

.SERVICES ul li:hover::after {
  -webkit-text-stroke-color: #ffffff;
}

.SERVICES ul li::after {
  content: '0' counter(li-counter);
  transform: translateX(-50%);
  position: absolute;
  right: -48px;
  bottom: 0;
  opacity: 0.2;
  font-family: 'Gotham Black 常规';
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  font-size: 100px;
  font-weight: bold;
  /* background: url(../img/AdobeStock_192710481.jpeg) no-repeat; */
  background-size: 100% 100%;
  background-position: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.SERVICES ul li p:nth-child(1) {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.SERVICES ul li p {
  font-size: 15px;
}
/* transform: translateY(-1.6rem) !important; */
