.bg1 {
  background: url(../img/bs_zltx2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: right center;
}

.bg2 {
  background: url(../img/24ffaec1-36d2-4b16-b4ee-e0fc3bd7cfd3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: right center;
}

.bg6 {
  background-image: url(../img/testimonial.png);
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.bg5 {
  position: relative;
}

.bg5::after {
  content: '';
  position: absolute;
  left: 9%;
  top: -8%;
  width: 461px;
  height: 567px;
  background-image: url(../img/sd.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 0;
  transform: translateY(var(--scroll-position));
  transition: transform 1000ms ease;
}

.fw1 {
  padding: 2rem 0 10rem;
  z-index: 9;
  position: relative;
}
.fw1 ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 14px;
}

.fw1 ul li {
  background: #2391eb80;
  padding: 4rem 1rem;
  text-align: center;
  border: 2px solid transparent;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: relative;
  color: #fff;
}

.fw1 ul li:nth-child(2n) {
  background: #8bc34a87;
}
.fw1 ul li:after {
  position: absolute;
  background: url(../img/service_card_bg.png) center center no-repeat;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 293px;
  z-index: 0;
}
.fw1 ul li:hover {
  border-color: #fff;
  border-image-slice: 1;
}
.fw1 ul li:hover span {
  transition: all 1s ease;
  transform: perspective(800px) rotateY(360deg);
  -webkit-transform: perspective(800px) rotateY(360deg);
  -moz-transform: perspective(800px) rotateY(360deg);
}
.fw1 ul li h1 {
  font-size: 24px;
  margin: 10px auto;
}
.fw1 ul li span {
  font-size: 34px;
  border-radius: 100%;
  border: 1px solid #fff;
  width: 77px;
  height: 77px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.fw1 ul li p {
  font-size: 14px;
}

.fwbg {
  position: relative;
  background: #07022e;
}
/* .fwbg::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgb(7 2 46), rgba(57, 56, 54, 0.8)), url(../img/7.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
  opacity: 0.85;
} */

.fwbg::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: url(../img/mask-bot-subtract.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 9;
}

.fwbg .a_title h1 {
  color: var(--c1);
  font-weight: bold;
}

.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;
  backdrop-filter: blur(0.2rem);
  border-radius: 0.4rem;
  box-shadow: 0 0.25rem 1.5rem #00000017;
  color: #fff;
  background: #1eadc824;
}

.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: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}

.SERVICES ul li p {
  font-size: 18px;
}

@media screen and (max-width: 700px) {
  .zyfw .container2,
  .ab_t,
  .ad1 {
    flex-wrap: wrap;
  }
  .zyfw .container2 .zy1,
  .ab1 h1,
  .tit_in h3,
  .lc1 h1 {
    font-size: 24px !important;
  }
  .zyfw .container2 .zy2,
  .ab1 .cont,
  .cp1 .tit,
  .lc1 p,
  .lc1 ul li {
    font-size: 14px !important;
  }
  .zyfw .container2 .zy2 {
    margin-top: 1rem;
  }
  .ab1,
  .lc1 {
    width: 100% !important;
  }
  .ab1 {
    margin: 0 !important;
    padding: 0 !important;
  }
  .bg5::after {
    position: relative !important;
  }
  .ab1 .a_title {
    padding: 10px 0 !important;
  }
  .ab_t {
    margin: 10px auto !important;
  }
  div.PROCESS .container2 {
    display: block !important;
  }
  .ab2 {
    height: auto !important;
  }
  .stats {
    position: relative !important;
    width: 100% !important;
  }
  .stats div {
    font-size: 13px;
  }
  .stats .counter {
    font-size: 28px !important;
  }
  .tit_in h3 {
    margin-top: 10px;
  }
  #why {
    margin-top: 14% !important;
  }
  .ad1 p:nth-child(1),
  .ad1 p:nth-child(3) {
    display: none;
  }
  .ad1 p:nth-child(2) {
    width: 85%;
  }
  .advertise1 {
    padding: 1rem 0 0 !important;
  }
  .lc1 {
    margin: 0 auto;
  }
  .lc1 hr {
    margin: 1rem 0 !important;
  }
  .lc1 ul {
    grid-template-columns: repeat(2, 1fr) !important;
    margin-top: 2rem !important;
  }
  .lc1 {
    padding-bottom: 0 !important;
  }
}
