.payResult {
  .paySuccess {
    display: flex;
    flex-direction: column;
    align-items: center;

    .payStatus {
      font-size: 15px;
      font-weight: 400;
      color: #333;
      line-height: 21px;
      margin: 30px 0 36px 0;
    }

    .payStatuImg {
      width: 100px;
      margin-top: 100px;
    }

    .payNum {
      margin-bottom: 5px;
      display: flex;

      .payScuTitle {
        width: 100px;
        color: #909090;
      }

      >div {
        font-size: 15px;
        font-weight: 400;
        color: #616161;
        line-height: 21px;
      }
    }

    .payDate {
      display: flex;

      .payScuTitle {
        width: 100px;
        color: #909090;
      }

      >div {
        font-size: 15px;
        font-weight: 400;
        color: #616161;
        line-height: 21px;
      }
    }

    .payResultBtn {
      margin-top: 40px;

      .goback {
        background-color: #fff;
        color: #fc8713;
        border-color: 1px #fc8713 solid;
        font-weight: 400;
        width: 44vw;
        font-size: 16px;
        margin-right: 15px;
      }

      .checkOrder {
        font-weight: 400;
        font-size: 16px;
        width: 44vw;
      }
    }
  }

  .payFail {
    display: flex;
    flex-direction: column;
    align-items: center;

    .payStatuImg {
      width: 100px;
      margin: 100px 0 33px 0;
    }

    >p {
      width: 300px;
      font-size: 15px;
      font-weight: 400;
      color: #333;
      line-height: 21px;
      margin-bottom: 45px;
      text-align: center;
    }

    .retry {
      width: 165px;
      height: 45px;
      font-weight: 400;
      font-size: 16px;
    }
  }

  .payMent {
    display: flex;
    flex-direction: column;
    align-items: center;

    .payStatuImg {
      width: 100px;
      margin: 100px 0 33px 0;
    }

    >p {
      width: 300px;
      font-size: 15px;
      font-weight: 400;
      color: #333;
      line-height: 21px;
      text-align: center;
      margin-bottom: 7px;
    }

    .promptInfo {
      font-size: 13px;
      font-weight: 400;
      color: #909090;
      line-height: 18px;
      margin-bottom: 40px;
    }

    .payAgain {
      width: 165px;
      height: 45px;
      font-weight: 400;
      font-size: 16px;
    }
  }
}
