.bottom {
    height: 110px;
    padding: 10px 15px;
    background-color: #f8f6f9;
    &-top {
      height: 40px;
      @include  flexRowCenter;
      &-list {
        height: 30px;
        background-color: #ffffff;
        border-radius: 30px;
        padding: 0 10px;
        margin-right: 10px;
        line-height: 30px;
        font-size: 15px;
      }
    }
    &-center {
      height: 50px;
      @include flexRowSpaceBetween;
      &-left {
        padding: 0 15px;
        width: 590rpx;
        height: 36px;
        background-color: #ffffff;
        font-size: 15px;
        border-radius: 30px;
        box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
      }
      &-right {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background-color: #ffffff;
        box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
        align-items: center;
        justify-content: center;        
      }
    }
  }