.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 {
    font-size: .4rem;
    color: #5A657A;
    text-align: center;
    line-height: .6rem;
    margin: .5rem .4rem 0;
  }
.mainProblem {
  margin: 0.7rem .3rem 0;
}
.problemItem {
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(90, 89, 217, 0.1);
    border-radius: 0.04rem;
    border: 1px solid transparent;
    box-sizing: border-box;
    font-size: .4rem;
    padding: .25rem;
    margin-bottom: .7rem;
}
.problemItem:nth-child(2) {
    margin-right: 0;
}
.problemItem .top {
    padding-bottom: .3rem;
    border-bottom: 1px solid #E3E7FF;
}
.problemItem .top p {
    font-size: .42rem;
    margin-top: .2rem;
}
.problemItem .bottom {
    margin: .3rem .3rem 0 0;
    line-height: .6rem;
    color: #758296;
    font-size: .4rem;
}
.problemItem .top img {
    display: block;
    width: 1.3rem;
    height: 1.3rem;
}
  .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;
}
.moreChatFunctionModal .mainTitle {
    font-size: .54rem;
    font-weight: bold;
    text-align: center;

}
.functionEvery {
    width: 48%;
    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;
}
.functionEvery .title {
    font-size: .45rem;
    margin-bottom: .5rem;
    margin-top: .3rem;
}
.functionEvery .explain {
    font-size: .4rem;
    color: #758296;
    line-height: .6rem;
}
.functionEvery img {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    margin: auto;
}
.functionEvery:nth-child(2n + 0) {
    margin-right: 0;
}
.freeUseModal {
    margin-top: 0;
}