.FAQ .title {
  font-size: 0.72rem;
  letter-spacing: 0.0044rem;
  text-align: center;
  padding: 1.8rem 0 1.8rem;
  font-weight: bold;
}

.item-top {
  padding: 0 3.8rem;
}

.item-top .list {
  margin-bottom: 0.8rem;
}

.item-top .list .title {
  position: relative;
  font-size: 0.48rem;
  color: #262728;
  line-height: 0.72rem;
  margin-bottom: 0.2rem;
  text-align: left;
  padding: 0 0.4rem 0 0.6rem;
}

.item-top .list .title i {
  position: absolute;
  top: 0.16rem;
  left: 0;
  font-style: normal;
  width: 0.48rem;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  background-color: #262728;
  color: #FFFFFF;
}

.item-top .list .text {
  font-size: 0.32rem;
  color: #000000;
  line-height: 0.56rem;
  padding-left: 0.6rem;
  width: 67%;
}

.item-bottom {
  display: table;
  border-spacing: 0.4rem;
  width: 100%;
  padding: 0 3.4rem;
}

.item-bottom .question-more {
  display: table-cell;
  /* min-height: 1.88rem; */
  width: 33.333%;
  padding: 0.4rem 0.6rem;
  vertical-align: middle;
  background: url(../images/icon-next-black.png) right center no-repeat;
  background-origin: content-box;
  background-color: rgba(151, 157, 193, 0.1);
  height: 104px;
  min-height: 104px;
  max-height: 160px;
}

.item-bottom .question-more a {
  font-size: 0.44rem;
  color: #000000;
  text-decoration: none;
  padding-right: 1.2rem;
  display: block;
}

.item-bottom .question-more:hover {
  background-color: rgba(151, 157, 193, 0.5);
}

@media (max-width: 767px) {
  .FAQ .title {
    padding: 0.6rem 0;
    font-size: 0.44rem;
  }

  .item-top {
    padding: 0.4rem;
  }

  .item-top .list {
    margin-bottom: 0.4rem;
  }

  .item-top .list .title {
    font-size: 0.32rem;
    line-height: 0.56rem;
  }

  .item-top .list .title i {
    top: 0.12rem;
    width: 0.34rem;
    height: 0.34rem;
    line-height: 0.34rem;
    font-size: 0.24rem;
  }

  .item-top .list .text {
    font-size: 0.24rem;
    line-height: 0.32rem;
    width: 86%;
  }

  .item-bottom {
    display: flex;
    padding: 0 0.6rem;
    flex-flow: column;
  }

  .item-bottom .question-more {
    width: 100%;
    padding: 0 0.4rem;
    display: inherit;
    align-items: center;
    min-height: 1.44rem;
  }

  .item-bottom .question-more:nth-last-child(n+2) {
    margin-bottom: 0.3rem;
  }

  .item-bottom .question-more a {
    font-size: 0.28rem;
    padding-right: 1rem;
  }

}