.jifen-p {
  font-size: 24px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  z-index: 999;
}


.j-section {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.j-one {
  width: 100%;
  padding: 120px 0;
  box-sizing: border-box;
}

.j-one .j-content {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.j-one .j-content .j-title {

  font-size: 28px ;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;

}

.j-one .j-content .j-p {

  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3D485D;
  margin: 18px 0 80px 0;
}

.j-bgImg {
  width: 100%;
  height: 80vh;
  position: absolute;
  top: 560px;
  left: 0px;
  z-index: -1;
}


.o-contentBox {
  width: 100%;

}

.o-contentBox .o-item1 {
  display: flex;
  box-sizing: border-box;
}

.o-contentBox .o-item1 li {
  width: 20%;
  box-sizing: border-box;
  margin: 0 10px;
}


.o-item1 .i-item1 div {
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #3D485D;
  line-height: 33px;
}

.o-item1 .i-item1 div:nth-child(1),
.o-item1 .i-item1 div:nth-child(2) {
  width: 240px;
  height: 80px;
  background: #F0F6FF;
  border-radius: 10px;
  border: 1px solid #587EFF;
  line-height: 80px;
  text-align: center;
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #3D485D;
}

.o-item1 .i-item1 div:nth-child(3) {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px 0;
}

.o-item1 .i-item1 div:nth-child(3) img {
  height: 80px;
}

.o-item1 .i-item1 div:nth-child(3) span {
  margin-left: 9px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3D485D;
  line-height: 28px;

}

.i-item2 {}

.i-item2 div {
  width: 240px;
  height: 80px;
  text-align: center;
}

.i-item2 div p {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3D485D;
  margin: 2px 0;
}

.i-item3 .i3-jifen {
  width: 240px;
  height: 200px;
  background: #587EFF;
  border-radius: 10px;
  position: relative;
}

.i-item3 .i3-jifen span {
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  width: 186px;
  height: 200px;
  border-radius: 10px;
  background: linear-gradient(178deg, #91B5FF 0%, #587EFF 100%);
  border-top-right-radius: 0;
  border-bottom-right-radius: 100%;
  z-index: 99;
}

.i-item3 .i3-jifen p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;

  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 36px;
}

.i-item3 .i3-two {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px 0;
}

.i-item3 .i3-two div {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3D485D;
  line-height: 22px;
  margin: 0 9px;
}

.i-item4 div {
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.i-item4 div p {
  margin: 2px 0;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3D485D;
}




.o-item2 {
  width: 100%;
  height: 100px;
  line-height: 100px;
  background: #F0F6FF;
  border-radius: 10px;
  border: 1px solid #587EFF;
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #3D485D;
}

@media screen and (max-width:768px) {
  .thre-item2 ul{
    grid-template-columns: repeat(3, 100px) !important;
  }
  .thre-item3 ul,
  .thre-item1 ul{
    grid-template-columns: 110px 120px 120px !important;
  }
  .thre-item1, .thre-item3{
    width: 360px !important;
  }
  .jf-title {
    font-size: 24px !important;
  }

  .jifen-p {
    font-size: 16px !important;
  }

  .j-one {
    padding: 20px 0;
  }

  .j-one .j-content .j-title {
    font-size: 18px !important;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .o-item1 .i-item1 div:nth-child(1),
  .o-item1 .i-item1 div:nth-child(2) {
    width: 100px;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
  }

  .i-item2 div {
    width: 90px;

  }


  .i-item2 div:nth-child(1) {
    margin-bottom: 0 !important;
  }

  .i-item2 div {
    font-size: 12px;
  }

  .i-item2 div img {
    width: 50px;
  }

  .i-item2 div p {
    font-size: 12px;
  }

  .o-item1 .i-item1 div:nth-child(3) span {
    font-size: 12px;
  }

  .i-item3 .i3-jifen p {
    font-size: 12px;
    line-height: 20px;
  }

  .i-item3 .i3-jifen span {
    width: 60px;
    height: 60px;
  }

  .i-item3 .i3-jifen {
    height: 70px;
    width: 70px;
    line-height: 20px;
  }

  .i-item3 .i3-two div {
    font-size: 12px;
    width: 15px;
  }

  .i-item4 div p {
    font-size: 12px;
  }

  .o-item2 {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
  }
}



.j-two {
  width: 100%;
  background: #F7FAFE;
}

.t-contentBox {
  width: 100%;
  display: flex;
  margin: 0 auto;
  position: relative;
}

.t-contentBox li div .t-t {
  padding: 12px 25px;

  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3D485D;
  line-height: 32px;

}

.t-contentBox .t-item1 {
  /* width: 30%; */
}

.t-contentBox .t-item1 .ite1 {
  width: 180px;
  height: 90px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  border: 0px solid #B5C1D3;
  border-radius: 10px;
}

.t-contentBox .t-item1 .ite2,
.ite3,
.ite4 {
  position: relative;
  margin-bottom: 80px;
}

.t-contentBox .t-item1 .ite1,
.t-contentBox .t-item2 .ite1,
.t-contentBox .t-item3 .ite1 {
  margin-bottom: 24px;
}

.t-contentBox .t-item2 .ite3 .i3-p,
.t-contentBox .t-item3 .ite3 .i3-p {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #16181A;
  line-height: 32px;
}

.t-contentBox .t-item1 .ite2 img:nth-child(2),
.t-contentBox .t-item1 .ite3 img:nth-child(2),
.t-contentBox .t-item1 .ite4 img:nth-child(2) {
  position: absolute;
  width: 119px;
  background: rgba(216, 216, 216, 0);
  border-radius: 4px;
  opacity: 0.88;
  right: -90px;
  top: 50px;
}

.t-contentBox .t-item1 .ite2 img:nth-child(2) {
  top: 50px;
}

.t-contentBox .t-item1 .ite3 img:nth-child(2) {}

.t-contentBox .t-item1 .ite4 img:nth-child(2) {
  top: 0px;
}

.t-contentBox .t-item2 {
  margin: 0 60px;
}

.t-contentBox .t-item2 .ite1 {
  width: 310px;
  height: 90px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: 0px solid #B5C1D3;
}

.t-contentBox .t-item2 .ite2,
.t-contentBox .t-item3 .ite2 {
  margin: 40px 0;
}

.t-contentBox .t-item2 .ite3 .compute,
.t-contentBox .t-item3 .ite3 .compute {
  max-width: 240px;
  max-height: 226px;
}

.t-contentBox .t-item2 .ite3 .i3-p,
.t-contentBox .t-item3 .ite3 .i3-p {
  margin-top: 24px;
}

.t-contentBox .t-item2 .ite3 .i3-div,
.t-contentBox .t-item3 .ite3 .i3-div {
  position: absolute;
  right: -130px;
  top: 90px;
}

.t-contentBox .t-item3 .ite3 .i3-div {
  right: -100px;
}

.t-contentBox .t-item3 .ite3 .i3-div img {
  margin-top: -36px;
}

.t-contentBox .t-item2 .ite3 .i3-div img,
.t-contentBox .t-item3 .ite3 .i3-div img {
  max-width: 155px;
}

.t-contentBox .t-item2 .ite3 .i3-div p,
.t-contentBox .t-item3 .ite3 .i3-div p {
  margin: 5px 0;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3D485D;
  line-height: 28px;
}




.t-contentBox .t-item3 {
  margin: 0 100px;
}

.t-contentBox .t-item3 .ite1 {
  width: 220px;
  height: 90px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: 0px solid #B5C1D3;
}

.t-contentBox .t-item4 {
  margin-left: 30px;
}

.t-contentBox .t-item4 .ite1 {
  margin-top: 115px;
}

.t-contentBox .t-item4 .ite2,
.t-contentBox .t-item4 .ite3 {
  margin-top: 80px;

}

.t-contentBox .t-item5 {
  position: absolute;
  width: 800px;
  height: 250px;
  bottom: 45px;
  right: 0;

}

.t-contentBox .t-item5 p {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3D485D;
  margin-top: 8px;
}

@media screen and (max-width:768px) {
  .t-contentBox {
    flex-direction: column;
  }

  .t-contentBox .t-item1 .ite1,
  .t-contentBox .t-item2 .ite1,
  .t-contentBox .t-item3 .ite1 {
    margin: 24px auto;
  }

  .t-contentBox .t-item1 .ite2,
  .t-contentBox .t-item1 .ite3,
  .t-contentBox .t-item1 .ite4 {
    float: left;
    margin: 0 25px;
    margin-bottom: 50px;

  }

  .t-contentBox .t-item1 .ite2 {
    margin-right: 4 0px;
  }


  .t-contentBox .t-item1 .ite2 img:nth-child(2),
  .t-contentBox .t-item1 .ite3 img:nth-child(2),
  .t-contentBox .t-item1 .ite4 img:nth-child(2) {
    right: 0;
    bottom: -40px;
  }



  .t-contentBox .t-item1 .ite2 img:nth-child(2) {
    width: 50px;
    top: auto;
    transform: rotate(15deg);
  }

  .t-contentBox .t-item1 .ite3 img:nth-child(2) {
    transform: rotate(90deg);
    width: 50px;
    left: 15px;
  }

  .t-contentBox .t-item1 .ite4 img:nth-child(2) {
    top: auto;
    width: 50px;
    transform: rotate(-15deg);
    left: 0px;
  }

  .t-contentBox .t-item1 .ite2 img:nth-child(2),
  .t-contentBox .t-item1 .ite3 img:nth-child(2),
  .t-contentBox .t-item1 .ite4 img:nth-child(2) {
    top: auto;
  }

  .t-contentBox .t-item2 .ite3 .i3-div,
  .t-contentBox .t-item3 .ite3 .i3-div {
    right: auto;
    top: auto;
    bottom: -150px;
    left: 70px;
  }

  .t-contentBox .t-item2 .ite2,
  .t-contentBox .t-item3 .ite2 {
    margin: 5px 0;
  }

  .t-contentBox .t-item4 {
    display: flex;
    justify-content: space-evenly;
  }

  .t-contentBox .t-item4 .ite1,
  .t-contentBox .t-item4 .ite2,
  .t-contentBox .t-item4 .ite3 {
    margin-top: 0;
  }

}



.thre-contentBox {
  display: flex;
  justify-content: center;
  position: relative;

}

.thre-item1,
.thre-item3 {
  position: absolute;
  width: 390px;
  height: 253px;
  background: rgba(126, 193, 90, 0);
  border-radius: 20px;
  border: 1px dashed rgba(126, 193, 90, 0.6);
  top: 80px;
}

.thre-item3 {
  right: 0px;
}


.thre-item1 {
  right: auto;
  left: 0;
  background: rgba(99, 191, 152, 0);
  border-radius: 20px;
  border: 1px dashed rgba(99, 191, 152, 0.6);
}



.thre-item2 {
  width: 618px;
  height: 412px;
  background: rgba(79, 159, 232, 0);
  border-radius: 20px;
  border: 1px dashed rgba(79, 159, 232, 0.8);
}

.thre-item1 .item1-title {
  width: 231px;
  height: 60px;
  background: #63BF98;
  border-radius: 0px 0px 6px 6px;

  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 60px;
  margin-left: 35px;
}

.thre-item2 .item1-title {
  width: 120px;
  height: 60px;
  background: #4F9FE8;
  border-radius: 0px 0px 6px 6px;

  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 60 px;

  margin: 0 auto;
}

.thre-item3 .item1-title {
  width: 231px;
  height: 60px;
  background: #7EC15A;
  border-radius: 0px 0px 6px 6px;

  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 60px;
  float: right;
  margin-right: 35px;
}

.thre-item3 ul {
  align-items: center;
  padding-top: 60px;
}


.thre-item1 ul,
.thre-item2 ul,
.thre-item3 ul {
  display: grid;
}

.thre-item1 ul {
  grid-template-columns: 140px 140px 110px;
  /* grid-template-rows: 60px 60px; */
  margin-top: 32px;
}

.thre-item1 ul li:nth-child(1),
.thre-item1 ul li:nth-child(2),
.thre-item1 ul li:nth-child(4),
.thre-item1 ul li:nth-child(5) {
  height: 60px;
  line-height: 60px;
  margin-bottom: 20px;
  margin-left: 20px;
  background: rgba(99, 191, 152, 0.1);
  border-radius: 6px;
  border: 1px solid rgba(99, 191, 152, 0.6);


  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #63BF98;
}

.thre-item1 ul li:nth-child(3),
.thre-item1 ul li:nth-child(6) {
  height: 60px;
  line-height: 60px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 10px;
  background: rgba(101, 216, 248, 0.1);
  border-radius: 6px;
  border: 1px solid rgba(101, 216, 248, 0.6);

  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #65D8F8;
}

/* center */
.thre-item2 ul {
  margin-top: 32px;
  justify-content: center;
  grid-template-columns: repeat(3, 120px);
  grid-template-rows: repeat(4, 60px);
  grid-row-gap: 20px;
  grid-column-gap: 20px
}

.thre-item2 ul li {
  line-height: 60px;
  background: rgba(79, 159, 232, 0.1);
  border-radius: 6px;
  border: 1px solid rgba(79, 159, 232, 0.8);


  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #4F9FE8;
}


.thre-item2 ul li:nth-child(8),
.thre-item2 ul li:nth-child(10) {
  grid-column-start: span 2
}


.thre-item3 ul {
  margin-top: 32px;
  grid-template-columns: 110px 140px 140px;
  grid-template-rows: repeat(2, 60px);
  grid-row-gap: 20px;
}

.thre-item3 ul li:nth-child(1),
.thre-item3 ul li:nth-child(4) {
  line-height: 60px;
  background: rgba(101, 216, 248, 0.1);
  border-radius: 6px;
  border: 1px solid rgba(101, 216, 248, 0.6);
  margin: 0 20px 0 10px;
}

.thre-item3 ul li:nth-child(2),
.thre-item3 ul li:nth-child(5),
.thre-item3 ul li:nth-child(6),
.thre-item3 ul li:nth-child(3) {
  line-height: 60px;
  margin-right: 20px;
  background: rgba(126, 193, 90, 0.1);
  border-radius: 6px;
  border: 1px solid rgba(126, 193, 90, 0.6);
}


@media screen and (max-width:768px) {
  /* .j-three {
    height: 1000px;
  } */

  /* .thre-item1,
  .thre-item3 {
    top: auto;
    bottom: 0;
  }

  .thre-item1 {
    bottom: -260px;
  }

  .thre-item3 {
    bottom: -520px;
  } */
  .thre-contentBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .thre-item2 {
    width: 95%;
  }

  .thre-item1,
  .thre-item2,
  .thre-item3 {
    position: relative;
  }

  .thre-item2 {
    margin-top: 100px;
  }

  .thre-item3 {
    margin-top: -50px;
  }
}




.four-contentBox {
  width: 1048px;
  height: 868px;
  border: 1px solid #F4F6F9;
  margin: 0 auto;
  border-radius: 50%;
  padding: 65px 78px;
  box-sizing: border-box;
}

.item1 {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #EEF2F8;
  border-radius: 50%;
  padding: 15px 20px;
  box-sizing: border-box;
}


.item2 {
  position: relative;
  width: 100%;
  height: 100%;
  background: #F9FAFE;
  border-radius: 50%;
  padding: 50px 58px;
  box-sizing: border-box;
}

.f-i2-item1,
.f-i2-item2,
.f-i2-item3,
.f-i2-item4,
.f-i2-item5,
.f-i2-item6,
.f-i2-item7,
.f-i2-item8,
.f-i2-item9,
.f-i2-item10 {
  position: absolute;

  width: 120px;
  height: 60px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: 0px solid #B5C1D3;


  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #3D485D;
  line-height: 60px;
}

.f-i2-item1 {
  top: -15px;
  right: 130px;
}

.f-i2-item2 {
  top: 60px;
  right: -10px;
}

.f-i2-item3 {
  bottom: 240px;
  right: -70px;
}

.f-i2-item4 {
  bottom: 130px;
  right: -80px;
}

.f-i2-item5 {
  bottom: 25px;
  right: 30px;
}

.f-i2-item6 {
  bottom: -10px;
  left: 140px;
}

.f-i2-item7 {
  bottom: 60px;
  left: 15px;
}

.f-i2-item8 {
  bottom: 230px;
  left: -40px;
}

.f-i2-item9 {
  top: 120px;
  left: -30px;
}

.f-i2-item10 {
  top: 0px;
  left: 30px;
}


.item3 {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #E7E9F0;
  border-radius: 50%;
  padding: 65px 78px;
  box-sizing: border-box;
}

.f-i3-item1,
.f-i3-item2,
.f-i3-item3,
.f-i3-item4,
.f-i3-item5,
.f-i3-item6 {
  position: absolute;
  width: 120px;
  height: 60px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: 0px solid #B5C1D3;

  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #3D485D;
  line-height: 60px;
}

.f-i3-item1 {
  top: -30px;
  left: 145px;
}

.f-i3-item2 {
  top: -50px;
  left: 370px;
}

.f-i3-item3 {
  top: 140px;
  right: -35px;
}

.f-i3-item4 {
  bottom: -10px;
  right: 200px;
}

.f-i3-item5 {
  bottom: 10px;
  left: 200px;
}

.f-i3-item6 {
  left: 15px;
  top: 240px;
}


.item4 {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #DBE1EC;
  border-radius: 50%;
  padding: 140px 156px;
  box-sizing: border-box;
}

.f-i4-item1,
.f-i4-item2,
.f-i4-item3,
.f-i4-item4 {
  position: absolute;
  width: 180px;
  height: 80px;
  line-height: 80px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;

  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;

}

.f-i4-item1 {
  left: -25px;
  top: 0;
  background: #6BBAA2;
}

.f-i4-item2 {
  right: 0;
  top: -26px;
  background: #474554;
}

.f-i4-item3 {
  left: -35px;
  bottom: 25px;
  background: #0089F7;
}

.f-i4-item4 {
  right: 0;
  bottom: 40px;
  background: #FF8365;
}

.item-content {
  width: 100%;
  height: 100%;
  background: #517FF3;
  border-radius: 50%;
  box-sizing: border-box;
  position: relative;
}

.item-content p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 28px;
  width: 100%;
  line-height: 60px;
  font-weight: 500;
  font-family: PingFangSC-Medium, PingFang SC;
}


.five-contentBox {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}

.five-contentBox li p {
  margin-top: 5px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #16181A;
}

@media screen and (max-width:768px) {
  .five-contentBox {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .five-contentBox li {
    width: 33%;
  }
}



.six-contentBox {
  display: flex;
  padding: 0 20px;
  box-sizing: border-box;
  justify-content: space-between;
  margin-top: 80px;
}
.six-item1 .six-p, .six-item2 .six-p,
.six-item1 .six-p, .six-item2 .six-p{
  width: 100% !important;
}
.six-item1 div, .six-item2 div{
  width: 100% !important;
}

.six-item1 div p, 
.six-item2 div p{
  font-size: 16px !important;
}
.six-item1,
.six-item2 {
  width: 560px;
  min-height: 400px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 36px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* margin-top: 20px; */
}

.six-item1 div,
.six-item2 div {
  width: 259px ;
  height: 60px;
  background: rgba(205, 220, 255, 0.3);
  border-radius: 10px;
  border: 1px solid #587EFF;
  line-height: 60px;
  position: relative;
}

.six-item1 div p,
.six-item2 div p {
  text-align: center;
  margin-left: -35px;
  font-size: 28px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  line-height: 60px;
  color: #587EFF;
}

.six-item1 div img,
.six-item2 div img {
  max-width: 60px;
  position: absolute;
  right: -1px;
  top: -1px;
}

.six-item1 .six-p,
.six-item2 .six-p {

  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #98A3B7;
  line-height: 28px;
  text-align: left;
  margin-top: 36px;
}

@media screen and (max-width:768px) {
  .six-contentBox {
    flex-direction: column;
  }

  .six-item1,
  .six-item2 {
    width: 100%;
  }

  .thre-item1 .item1-title{
    margin-left: 80px;
  }
  .thre-item3 .item1-title{
    margin-right: 70px;
  }
  .j-one .j-content .j-p{
    padding: 0 20px;
    box-sizing: border-box;
  }

  .bt-jg{
    grid-template-columns: repeat(3, 110px) !important;
  }
}