.comment-falls {
  height: 530px;
  overflow-y: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fff;

  .grid-item {
    width: 25%;
    padding: 5px;

    .item {
      max-height: 260px;
      background: #FAFAFA;
      border: 1px solid #F1F4F7;
      padding: 20px;
      overflow: hidden;

      .item-header {
        margin-bottom: 10px;

        .avatar {
          width: 40px;
          height: 40px;
        }

        .name {
          color: #5E677B;
          font-size: 16px;
          vertical-align: middle;
          display: inline-block;
        }

        .date {
          color: #8897A8;
          font-size: 12px;
          float: right;
          vertical-align: middle;
        }
      }

      .item-body {
        color: #8897A8;
        padding-left: 10px;
        overflow: hidden;
      }
    }
  }
}

.other-contact {
  .body {
    width: 1200px;
    margin: 0 auto;

    .m-title {
      font-size: 32px;
      font-weight: 600;
      color: #303139;
    }
  }

  height: 420px;
  padding-top: 80px;
  background: #6865FD;

  .step-list {}

  .step {
    width: 33.33%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;

    .title {
      font-size: 16px;
      color: #fff;
      margin-bottom: 30px;
      font-weight: 600;
    }

    .desc {
      font-size: 16px;
      color: #fff;
      margin-bottom: 10px;
    }

    .qrcode {
      background: #8683fb;
      padding: 15px;
      display: inline-block;
    }
  }
}

.other-consultation {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0;

  .line {
    border-bottom: 2px dashed #C2C2DFFF;
    margin: 20px 0;
  }

  .list {
    .item {
      display: inline-block;
      width: 33.33%;
      text-align: center;
    }
  }
}

.other-answer-carousel {
  background: #fafafa;
  text-align: center;
  padding: 70px 0;

  .body {
    width: 1150px;
    margin: 0 auto;
    position: relative;

    .tabs {
      text-align: left;
      margin-bottom: 30px;

      .tab {
        padding-left: 10px;
        padding-right: 10px;
      }
    }

    .fixed {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      cursor: pointer;
    }

    .next {
      position: absolute;
      right: -50px;
      top: 90px;
    }

    .prev {
      position: absolute;
      left: -50px;
      top: 90px;
    }

    .slider-frame {
      padding: 40px 0 !important;
    }
  }

  .item {
    width: 354px;
    height: 155px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 5px 10px 0px rgba(156, 183, 223, 0.14), 0px 15px 28px 0px rgba(0, 0, 0, 0.01);
    border-radius: 4px;
    position: relative;
    padding: 30px;
    padding-left: 70px;

    .item-block {
      position: relative;
      height: 40px;
      text-align: left;
      font-size: 12px;
      line-height: 16px;
      color: #303139FF;
      margin-bottom: 10px;

      .assets {
        position: absolute;
        left: -40px;
      }
    }
  }
}

.comment-item {
  padding: 20px 0;
  position: relative;
  border-bottom: 1px solid #eee;

  .assets {
    border-radius: 50%;
    width: 60px;
    height: 60px;
  }
}