.serviceBanner{
    text-align: center;
    background-color: #F4F7FF;
  }
  .leftModal .title {
      font-size: .72rem;
      font-weight: 800;
      margin-bottom: .3rem;
      padding-top: .7rem;
  }
  .leftModal .desc {
      color: #5A657A;
      font-size: .42rem;
      line-height: .6rem;
  }
  .rightModal {
      margin-top: .5rem;
  }
  .rightModal img {
      display: inline-block;
      width: 7rem;
  }

  .isFaceProblem .title {
    font-size: .54rem;
    font-weight: bold;
    text-align: center;
    margin-top: .7rem;
  }
  .isFaceProblem .desc {
    width: 9rem;
    font-size: .4rem;
    color: #5A657A;
    text-align: center;
    line-height: .6rem;
    margin: .5rem auto 0;
  }
.mainProblem {
  margin: 0.7rem .3rem 0;
}
.valueItem {
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 1rem;
}
.valueItem p {
    font-size: .45rem;
    margin-bottom: .5rem;
}
.valueItem div {
    color: #758296;
    font-size: .4rem;
    line-height: .6rem;
    width: 6rem;
    margin: auto;
}
.valueItem:nth-child(2n +0) {
    margin-right: 0;
}
.valueItem img {
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    margin: auto;
}


  .rightDistance {
      margin-right: .5rem;
  }
  .specificFunction {
      margin-top: .5rem;
      padding-top: .7rem;
      padding-bottom: 1rem;
  }
  .functionItem {
      text-align: center;
  }
  .functionItem .title {
      font-size: .54rem;
      font-weight: bold;
  }
  .functionItem .desc {
      color: #758296;
      font-size: .4rem;
      line-height: .6rem;
      margin: .5rem .4rem 0.8rem;
  }
  .functionItem img {
      display: block;
      width: 9rem;
      margin: auto;
      border-radius: .2rem;
  }
  .functionDistance{
      margin-top: 2rem;
  }
.moreChatFunctionModal {
    background-color: #FBFCFF;
    padding-top: .7rem;
}
.moreFunctionBox {
    display: flex;
    flex-wrap: wrap;
    padding: .5rem .3rem 0.7rem;
    justify-content: center;
}
.moreChatFunctionModal .mainTitle {
    font-size: .54rem;
    font-weight: bold;
    text-align: center;

}
.functionEvery {
    width: 47%;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(44, 104, 255, 0.15);
    border-radius: .1rem;
    margin-right: .3rem;
    text-align: center;
    box-sizing: border-box;
    padding: .54rem .22rem 0.5rem .23rem;
    position: relative;
    border: 1px solid transparent;
    margin-bottom: .5rem;
    position: relative;
}
.functionEvery p {
    font-size: .45rem;
    margin-bottom: .5rem;
    margin-top: .3rem;
}

.freeUseModal {
    margin-top: 0;
}
.functionEvery::after {
    content: '';
    display: inline-block;
    width: .6rem;
    height: 0.05rem;
    background: #5A59D9;
    border-radius: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}