*{
    padding: 0;
    margin: 0;
    font-family: system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Arial,sans-serif;
}
body{
    background: #ebebeb;
}
@media screen and (min-width: 640px) and (max-width: 2000px) {
    
    .payInfoCard{
        width: 600px;
        margin: 30px auto 0;
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
    }
    .payInfoCard .header{
        width: 100%;
        height: 60px;
        background: #fafafa;
        line-height: 60px;
        text-indent: 20px;
        font-size: 18px;
        color: #333;
        border-bottom: 1px solid #eaeaea;
    }
    .payInfoCard .moneyCard .text{
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 15px;
        color: #b7936c;
        text-align: center;
        margin-top: 10px;
    }
    .payInfoCard .moneyCard .money{
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 40px;
        color: #000;
        text-align: center;
        border-bottom: 1px solid #eaeaea;
        padding-bottom: 15px;
    }
    .payInfoCard .moneyCard .rmb{
        font-size: 30px;
        margin-right: 5px;
    }
    .payInfoCard .moneyCard .payBtn{
        border: none;
        outline: none;
        width: 90%;
        height: 45px;
        margin: 20px auto 25px;
        display: block;
        border-radius: 8px;
        color: #fff;
        font-size: 15px;
        background: #b7936c;
        -webkit-tap-highlight-color:rgba(255,0,0,0);
    }
    .payInfoCard .moneyCard .zsmQrcode{
        width: 200px;
        height: 200px;
        margin: 30px auto;
        display: block;
    }
    .payInfoCard .moneyCard .payWarning{
        text-align: center;
        font-size: 16px;
        color: #666;
        line-height: 30px;
    }
    .payInfoCard .moneyCard .payWarningMini{
        text-align: center;
        font-size: 14px;
        color: #999;
        line-height: 30px;
        padding-bottom: 20px;
    }
    .payTips{
        font-size: 12px;
        color: #999;
        width: 80%;
        text-align: center;
        margin:20px auto;
        line-height: 20px;
    }
    .payInfoCard .moneyCard .payWarning .blueFont{
        color:#39f;
        font-size:15px;
        border-bottom: 1px solid #39f;
        margin: 0 5px 0 5px;
    }
    #orderExpireTime{
        text-align: center;
        font-size: 15px;
        margin:0 auto 25px;
        color: #e90303;
    }
}

@media screen and (max-width: 639px) {
    
    .payInfoCard{
        width: 90%;
        margin: 30px auto 0;
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
    }
    .payInfoCard .header{
        width: 100%;
        height: 60px;
        background: #fafafa;
        line-height: 60px;
        text-indent: 20px;
        font-size: 18px;
        color: #333;
        border-bottom: 1px solid #eaeaea;
    }
    .payInfoCard .moneyCard .text{
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 15px;
        color: #b7936c;
        text-align: center;
        margin-top: 10px;
    }
    .payInfoCard .moneyCard .money{
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 40px;
        color: #000;
        text-align: center;
        border-bottom: 1px solid #eaeaea;
        padding-bottom: 15px;
    }
    .payInfoCard .moneyCard .rmb{
        font-size: 30px;
        margin-right: 5px;
    }
    .payInfoCard .moneyCard .payBtn{
        border: none;
        outline: none;
        width: 90%;
        height: 45px;
        margin: 20px auto 25px;
        display: block;
        border-radius: 8px;
        color: #fff;
        font-size: 15px;
        background: #b7936c;
        -webkit-tap-highlight-color:rgba(255,0,0,0);
    }
    .payInfoCard .moneyCard .zsmQrcode{
        width: 200px;
        height: 200px;
        margin: 30px auto;
        display: block;
    }
    .payInfoCard .moneyCard .payWarning{
        text-align: center;
        font-size: 16px;
        color: #666;
        line-height: 30px;
    }
    .payInfoCard .moneyCard .payWarningMini{
        text-align: center;
        font-size: 14px;
        color: #999;
        line-height: 30px;
        padding-bottom: 20px;
    }
    .payTips{
        font-size: 12px;
        color: #999;
        width: 80%;
        text-align: center;
        margin:20px auto;
        line-height: 20px;
    }
    .payInfoCard .moneyCard .payWarning .blueFont{
        color:#39f;
        font-size:15px;
        border-bottom: 1px solid #39f;
        margin: 0 5px 0 5px;
    }
    #orderExpireTime{
        text-align: center;
        font-size: 15px;
        margin:0 auto 25px;
        color: #e90303;
    }
}