.total-sort {

  .total-sort-num {
    position: relative;
    text-align: center;
    margin-bottom: 20px;

    input {
      width: 150px;
      height: 46px;
      background: #F7F7F7;
      display: inline-block;
      border: none;
      text-align: center;
      padding: 26px 0;
      line-height: 20px;
      font-size: 18px;
      color: #303036;
    }

    .plus {
      cursor: pointer;
      margin-right: 20px;
      font-size: 24px;
      color: #D0D8E2;
    }

    .minus {
      cursor: pointer;
      margin-left: 20px;
      font-size: 24px;
      color: #D0D8E2;
    }
  }

  .total-sort-desc {
    text-align: center;
    font-size: 16px;
    color: #686872;
    line-height: 16px;
    margin-bottom: 30px;

    b {
      margin: 0 5px;
      color: #41A6F3;
      font-weight: 500;
    }
  }

  .total-sort-list {
    text-align: center;

    .item {
      display: inline-block;
      margin: 0 30px;

      .sort-num {
        position: relative;
        margin-bottom: 10px;

        .sort-text {
          display: inline-block;
          font-size: 16px;
          color: #686872;
        }

        input {
          margin-left: 5px;
          border: none;
          background: #F7F7F7;
          display: inline-block;
          width: 40px;
          height: 32px;
          color: #303036;
          padding: 6px 0;
          text-align: center;
          line-height: 20px;
          font-size: 16px;
        }

        .up {
          cursor: pointer;
          position: absolute;
          right: -20px;
          top: 4px;
          font-size: 12px;
          color: #D0D8E2;

        }

        .down {
          cursor: pointer;
          position: absolute;
          right: -20px;
          top: 20px;
          font-size: 12px;
          color: #D0D8E2;
        }
      }

      .t2 {
        font-size: 12px;
        color: #686872;

        b {
          color: #41A6F3;
          margin: 0 5px;
          font-weight: 500;
        }
      }
    }
  }
}