.solution-banner img {
  width: 100%;
}
.solution-banner {
  position: relative;
}

.solution {
  flex-direction: column;
  align-items: center;
}

.banner-text {
  text-align: right;
  position: absolute;
  right: 19%;
  top: 42%;
  z-index: 2;
  color: #fff;
}

.banner-text p {
  font-size: 44rem;
  font-weight: 400;
  color: #ffffff;
  text-shadow: 0px 2rem 4rem #616d7f;
  margin: 0;
}
.banner-text span {
  font-size: 22rem;
  font-weight: 400;
  color: #ffffff;
  text-shadow: 0px 2rem 4rem #616d7f;
  display: block;
  padding-top: 14rem;
}

.solve-li-box {
  width: 100%;
  padding: 40rem 0;
  padding-bottom: 60rem;
}

.solve-li-top {
  display: flex;
  flex-wrap: nowrap;
}

.solve-li-bot {
  width: 100%;
  background: #f8fafd;
  border-radius: 6rem;
  margin-top: 46rem;
  padding: 40rem;
  padding-top: 0;
}
.flexs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.solve-li-left {
  width: 37.5%;
}

.solve-li-left img {
  width: 100%;
  border-radius: 6rem;
}

.solve-li-right {
  padding-left: 60rem;
}
.flex1 {
  flex: 1;
}

.solve-li-title {
  font-size: 24rem;
  font-weight: bold;
  color: #333333;
  padding-top: 30rem;
}
.flex {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.solve-li-title span {
  display: block;
  width: 4rem;
  height: 20rem;
  background: #2f73f8;
  margin-right: 7rem;
}

.solve-li-con {
  font-size: 16rem;
  font-weight: 400;
  color: #2b2d2f;
  line-height: 31rem;
  text-align: justify;
  padding-top: 20rem;
}

.solve-li-icon {
  font-size: 14rem;
  font-weight: 400;
  color: #2b2d2f;
  text-shadow: 0px 0px 4rem #ededed;
  padding-top: 28rem;
}

.solve-li-icon > div {
  width: 18%;
  height: 58rem;
  background: #ffffff;
  box-shadow: 0px 0px 4rem 0px #ededed;
  border-radius: 6rem;

  margin-top: 20rem;
}

.solve-li-icon img {
  width: 35rem;
  margin-left: 17rem;
}
.solve-li-icon > div > span {
  flex: 1;
  display: block;
  text-align: center;
}

.solve-li-btn {
  padding-top: 20rem;
}
.solve-li-btn a {
  width: 98rem;
  height: 36rem;
  background: linear-gradient(45deg, #4b62ff 0%, #5ca1ff 100%);
  border-radius: 6rem;
  font-size: 14rem;
  font-weight: bold;
  color: #ffffff;
  -webkit-border-radius: 6rem;
  -moz-border-radius: 6rem;
  -ms-border-radius: 6rem;
  -o-border-radius: 6rem;
}

.width1200 {
  width: 1200rem;
}
.solve-ul {
  width: 100%;
}
.solve-ul .solve-li-box:nth-child(2n) .solve-li-bot {
  background: #fff;
}

.solve-li-bot-img-box {
  width: 30.6%;
  margin-right: 4%;
  margin-top: 40rem;
  height: 246rem;
  box-shadow: 0px 0px 8rem 2rem rgb(47 115 248 / 10%);
  border-radius: 6rem;
  overflow: hidden;
  position: relative;
}

.solve-li-bot-img-box .solve-li-bot-img {
  width: 100%;
  /* height: 100%; */
  display: block;
}

.solve-ul .solve-li-box:nth-child(2n) {
  background: #f8fafd;
}
.solve-ul .solve-li-box:nth-child(2n) .solve-li-bot {
  background: #fff;
}
.solve-ul .solve-li-box:nth-child(2n) .solve-li-right {
  padding-right: 60rem;
  padding-left: 0;
}

.solve-li-box {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 960px) {
  .solution-banner {
    padding-top: 50rem;
  }
  .banner-text {
    left: 10rem;
    text-align: left;
  }
  .banner-text p {
    font-size: 14rem;
  }

  .banner-text span {
    font-size: 12rem;
    padding-top: 5rem;
    line-height: 1.7;
  }
  .width1200 {
    width: 100%;
    padding: 0 15rem;
  }
  .solve-li-top {
    flex-direction: column;
  }
  .solve-li-box {
    padding: 20rem 0;
  }
  .solve-li-left {
    width: 100%;
  }
  .solve-li-right {
    padding-left: 0;
  }
  .solve-li-title {
    font-size: 18rem;
  }
  .solve-li-con {
    font-size: 12rem;
  }
  .solve-li-btn a {
    font-size: 12rem;
  }
  .solve-ul .solve-li-box:nth-child(2n) .solve-li-right {
    padding-right: 0;
  }
  .solve-li-icon > div {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 10rem;
  }
  .solve-li-icon > div > span {
    font-size: 12rem;
  }
  .solve-li-icon img {
    margin: 0;
    width: 30rem;
    height: 30rem;
    margin-bottom: 5rem;
  }
  .solve-ul .solve-li-box:nth-child(2n) .solve-li-top {
    flex-direction: column-reverse;
  }
  .solve-li-bot-img-box {
    height: auto;
    width: 50%;
  }
  .solve-li-bot {
    padding: 15rem;
    padding-top: 0;
  }
}
