.paymentModeWrap {
  .paymentMode {
    padding-bottom: 100px;
    box-sizing: border-box;
    //height: inherit;
    //overflow: scroll;
    .topInfo {
      margin-top: 30px;
      margin-bottom: 50px;
      .info {
        display: flex;
        flex-direction: column;
        align-items: center;
        .price {
          font-size: 18px;
          color: #333;
          font-weight: bold;
          margin-bottom: 15px;
        }
      }

      .title {
        font-size: 18px;
        margin-bottom: 13px;
        display: flex;
        align-items: center;
        .icon {
          margin-right: 5px;
        }
      }

      .info {
        color: #7a7a7a;
        font-size: 12px;
      }
    }

    .paymentGroup {
      .paymentItem {
        padding: 16px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #f5f5f5;

        &:last-of-type {
          border-bottom: none;
        }

        .paymentItemContent {
          flex: 1;
          margin-left: 5px;
        }

        .base {
          font-size: 14px;
          color: #333;
        }

        .base,
        .info {
          display: flex;
          justify-content: space-between;
        }
        .info {
          padding-top: 20px;
        }

        .icon {
          font-size: 20px;
        }
      }
    }
  }

  .btnGroup {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    position: sticky;
    bottom: 0px;
    //margin-top: -54px;

    .payment {
      background: #34c0bc;
      color: #fff;
      border-radius: 8px;
      width: 100%;
      height: 34px;
      line-height: 34px;
      font-size: 14px;
      text-align: center;
      cursor: pointer;
    }
  }
}

.paymentGroupTitle {
  font-size: 12px;
  color: #333;
  margin-left: 25px;
}
