


.c-QueryPay-com{
    min-height: 100vh;
    background-color:#fff ;
    display: flex;
    flex-direction: column;

    .logo{
        display: flex;
        justify-content: center;
        margin-top: 100px;
        >img{
            display: flex;
            width:103px;
            height:80px;
        }
    }

 
    .c-zhonganpay{
        display: flex;
        justify-content: center;
        height:22px;
        font-size:14px;
    font-family:PingFangSC-Semibold,PingFang SC;
    font-weight:600;
    color:rgba(51,51,51,1);
    margin-top: 20px;
    
    }


    .c-QueryPay {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(153, 153, 153, 1);
        display: flex;
        flex-direction: column;
        justify-content: center;
        line-height: 22px;
        margin-top: 28px;
        >div{
          display: flex;
          
          justify-content: center;
          >.time{
              color: #00BC70;
          }
        }
      }
    

}

