body {
  background: rgba(246, 246, 246, 1);
}
p {
  display: block;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.pay_result_container {
  display: flex;
  flex-direction: column;

  overflow: hidden;

  .right_container {
    height: 5rem;
    margin-bottom: 0.5rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    .right_img {
      width: 1.26rem;
      height: 1.26rem;
    }

    .title_text {
      margin-top: 0.69rem;
      font-size: 0.32rem;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: rgba(46, 46, 46, 1);
      line-height: 0.45rem;
    }

    .tishi_text {
      margin-top: 0.1rem;
      font-size: 0.4rem;
      font-family: PingFangSC-Semibold, PingFang SC;
      font-weight: 600;
      color: rgba(46, 46, 46, 1);
      line-height: 0.56rem;
    }
  }

  .tips_container {
    margin: 0 0.3rem;
    .tips_title {
      font-size: 0.24rem;
      font-family: PingFangSC-Semibold, PingFang SC;
      font-weight: 600;
      color: rgba(51, 51, 51, 1);
      line-height: 0.33rem;
    }
    p {
      font-size: 0.24rem;
      font-family: PingFangSC-Semibold, PingFang SC;
      font-weight: 400;
      color: rgba(168, 168, 168, 1);

      line-height: 0.33rem;
    }
  }

  .info_container {
    margin: 1.32rem 0 1rem 0.4rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;

    .info_img {
      width: 1.54rem;
      height: 1.54rem;
    }
    .info_detail {
      padding: 0 0 0.1rem 0.2rem;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: flex-start;

      div {
        font-size: 0.24rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 300;
        color: rgba(102, 102, 102, 1);
        line-height: 0.33rem;
      }
    }
  }
}
