html {
  font-size: 5.208vw !important;
}

.service1 {
  background-color: #F0F3F5;
  padding: .8rem 0;
}

.service1 .cha_tit {
  margin-bottom: .42rem;
}

.service1 .li-box {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
}

.service1 .li-box .li {
  width: calc((100% - .4rem) / 2);
  /* height: 3.14rem; */
  border-radius: .24rem;
  padding: .12rem .7rem .28rem;
  background-color: #fff;
  background-color: #fff;
  box-shadow: 0 0 0 1px #327DF9;
  position: relative;
  z-index: 1;
}

.service1 .li-box .li::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: linear-gradient(0deg, transparent, #F0F3F5 80%);
  z-index: 2;
}

.service1 .li-box .li .pic {
  width: 100%;
  height: 1.88rem;
  position: relative;
  z-index: 5;
}

.service1 .li-box .li .pic img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.service1 .li-box .li .txt {
  margin-top: .28rem;
  text-align: center;
  line-height: 1.6;
  color: #363B53;
  position: relative;
  z-index: 5;
}

.service1 .li-box .li .txt span {
  color: #c33b3b;
}

.service1 .img {
  margin-top: .4rem;
  width: 100%;
  text-align: center;
}

.service2 {
  position: relative;
  padding: .8rem 0;
  background-color: #F0F3F5;
}

.service2 .pos-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.service2 .pos-bg img {
  width: 100%;
}

.service2 .wrap {
  position: relative;
  z-index: 3;
}

.service2 .cha_tit {
  color: #fff;
}

.service2 .cont {
  height: .5rem;
  line-height: .5rem;
  color: #fff;
  text-align: center;
  background-image: url(../img/shurui/ser4.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.service2 .li-box {
  margin-top: .4rem;
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
}

.service2 .li-box .li {
  position: relative;
  width: calc((100% - .8rem) / 3);
  /* height: 3.42rem; */
  background-color: #fff;
  border-radius: .16rem;
  padding: .48rem .4rem;
  box-shadow: 0 .14rem .22rem -1 rgba(50, 125, 249, .15);
}

.service2 .li-box .li .tit {
  font-weight: bold;
  line-height: 1.2;
  color: #327DF9;
}

.service2 .li-box .li .txt {
  margin-top: .1rem;
  color: #363B53;
  line-height: 1.5;
}

.service2 .li-box .li .intro {
  position: relative;
  margin-top: .3rem;
  padding-top: .3rem;
  padding-right: .8rem;
}

.service2 .li-box .li .intro::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #327DF9;
  transform: rotate(45deg);
}

.service2 .li-box .li .intro::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to left, transparent, #327DF9);
}

.service2 .li-box .li .intro .list {
  display: flex;
  align-items: center;
  color: #424343;
  margin-bottom: .08rem;
}

.service2 .li-box .li .intro .list:last-child {
  margin-bottom: 0;
}

.service2 .li-box .li .intro .list span {
  color: #373a55;
  margin-right: .08rem;
  font-weight: bold;
}

.service2 .li-box .li .arr-icon {
  position: absolute;
  bottom: .4rem;
  right: .4rem;
  width: .64rem;
  display: flex;
}

.service2 .li-box .li .arr-icon img {
  width: 100%;
}

.service3 {
  padding: .4rem 0 .8rem;
  background-color: #F0F3F5;
}

.service3 .cha_tit {
  margin-bottom: .48rem;
}

.service3 .pic {
  width: 100%;
  background-color: #fff;
  border-radius: .4rem;
}

.service4 {
  padding: .8rem 0 1.2rem;
}

.service4 .cha_tit {
  margin-bottom: .48rem;
}

.service4 .con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.service4 .con .item {
  position: relative;
  width: 18.75vw;
  border-radius: 0.83vw;
  /* overflow: hidden; */
  background-color: #fff;
  box-shadow: 0px 1.56vw 1.56vw 0px #327DFA0F;
  padding: 2.08vw 1.67vw;
  border: 1px solid #327DF9;
  z-index: 1;
}

.service4 .con .item::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: linear-gradient(0deg, transparent, #fff 80%);
  z-index: -1;
}

.service4 .con .item .icon {
  width: 3.33vw;
  height: 3.33vw;
  display: block;
  margin: 0 auto;
  margin-bottom: 1.67vw;
}

.service4 .con .item .solid {
  width: 100%;
  margin-bottom: 1.67vw;
}

.service4 .con .item .h {
  color: #363B53;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 0.83vw;
  text-align: center;
}

.service4 .con .item .p {
  color: #424343;
  line-height: 1.75;
  text-align: center;
}

.service4 .con .item .p span {
  color: #FF8130;
}

.service5 {
  position: relative;
  padding-bottom: 1.2rem;
  overflow: hidden;
}

.service5 .pos-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.service5 .pos-bg img {
  width: 100%;
}

.service5 .wrap {
  position: relative;
  z-index: 3;
}

.service5 .sub {
  margin-top: .24rem;
  text-align: center;
  color: #424343;
  line-height: 1.3;
}

.service5 .txt {
  margin-top: .24rem;
  font-family: 'PingFang SC';
  line-height: 1.8;
  text-align: center;
  color: #424343;
}

.service5 .txt span {
  color: #327DF9;
}

.service5 .li-box {
  margin-top: .56rem;
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
}

.service5 .li-box .li {
  width: calc((100% - .4rem) / 2);
  border-radius: .16rem;
  padding: .4rem .48rem;
  background-color: rgba(255, 255, 255, .7);
  box-shadow: 0 0 0 2px #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.service5 .li-box .li .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: .16rem;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  transition: all .4s;
}

.service5 .li-box .li .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service5 .li-box .li .lf {
  width: 47%;
}

.service5 .li-box .li .lf .tit {
  color: #363B53;
  line-height: 1.4;
  font-weight: bold;
  padding-bottom: .16rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  margin-bottom: .16rem;
  transition: all .4s;
}

.service5 .li-box .li .lf .list {
  display: flex;
  align-items: center;
  gap: .12rem;
  margin-bottom: .12rem;
  color: #373a55;
  transition: all .4s;
}

.service5 .li-box .li .lf .list:last-child {
  margin-bottom: 0;
}

.service5 .li-box .li .lf .list span {
  width: .2rem;
  height: .2rem;
  display: flex;
}

.service5 .li-box .li .lf .list span img {
  width: 100%;
}

.service5 .li-box .li .rg {
  max-width: 50%;
}

.service5 .li-box .li .rg .code {
  display: flex;
  align-items: flex-end;
  gap: .08rem;
}

.service5 .li-box .li .rg .code .intro {
  color: #626973;
  text-align: right;
  transition: all .4s;
}

.service5 .li-box .li .rg .code .pic {
  width: 1.4rem;
}

.service5 .li-box .li .rg .code .pic img {
  width: 100%;
}

.service5 .li-box .li .rg .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.4rem;
  height: .52rem;
  border-radius: .9rem;
  background-color: #1a79ff;
  color: #fff;
  transition: all .4s;
}

.service5 .li-box .li:hover .bg {
  opacity: 1;
}

.service5 .li-box .li:hover .lf {
  filter: brightness(100);
}

.service5 .li-box .li:hover .rg .code .intro {
  color: #fff;
}

.service5 .li-box .li:hover .rg .btn {
  background-color: #fff;
  color: #1a79ff;
}

@media (max-width:1024px) {

  .service1,
  .service2 {
    padding: 50px 0;
  }

  .service1 .li-box .li {
    width: 100%;
    padding: 10px 20px;
    box-shadow: none;
  }

  .service1 .li-box .li .pic {
    height: auto;
  }

  .service2 .pos-bg {
    height: 45vw;
  }

  .service2 .pos-bg img {
    height: 100%;
    object-fit: cover;
  }

  .service2 .cont {
    height: 30px;
    line-height: 30px;
    background-size: cover;
  }

  .service2 .li-box .li {
    width: 100%;
    padding: 20px;
  }

  .service2 .li-box .li .intro {
    padding-right: 0;
  }

  .service2 .li-box .li .arr-icon {
    display: none;
  }

  .service3 {
    padding: 20px 0 50px;
  }

  .service1 .cha_tit,
  .service3 .cha_tit,
  .service4 .cha_tit {
    margin-bottom: 20px;
  }

  .service3 .pic {
    border-radius: 0;
  }

  .service4 {
    padding: 50px 0;
  }

  .service4 .con .item {
    width: 100%;
  }

  .service4 .con .item .icon {
    width: 25px;
    height: 25px;
  }

  .service5 {
    padding-bottom: 50px;
  }

  .service5 .pos-bg {
    height: 100%;
  }

  .service5 .pos-bg img {
    height: 100%;
    object-fit: cover;
  }

  .service5 .li-box {
    margin-top: 20px;
  }

  .service5 .li-box .li {
    flex-wrap: wrap;
    width: 100%;
    padding: 20px;
  }

  .service5 .li-box .li .lf {
    width: 100%;
  }

  .service5 .li-box .li .rg {
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
  }
}