.g-modal.pay-modal {
  .pay-modal-wrapper {
    display: flex;
  }

  .info-layout {
    flex: 1;

    .desc {
      margin-bottom: 50px;
    }
  }

  .pay-layout {
    width: 240px;
    margin-top: -10px;
    margin-left: 60px;
    margin-bottom: 20px;
    text-align: center;

    .pay {
      overflow: hidden;

      .qrcode {
        margin-top: 15px;
        margin-bottom: 15px;

        .assets {
          width: 140px;
          height: 140px;
        }
      }

      .t {
        color: #8897A8FF;
        font-size: 12px;
      }
    }

    .bank {
      margin-top: 25px;
      background: rgba(250, 250, 250, 1);
      border-radius: 4px;
      margin-bottom: 110px;
      height: 80px;
      padding: 20px 10px;
      text-align: left;

      .t {
        color: #5E677BFF;
        font-size: 12px;
      }
    }

    .agree {
      margin-top: 10px;
      font-size: 12px;
    }
  }
}