.pay-dialog .dialog-box {
    width: 460px;
    height: 580px;
    background: url(../../img/ai/pay-bg.png) no-repeat center / cover;
    padding: 30px 25px;
}

.pay-dialog-box {
    margin-top: 20px;
    width: 100%;
    background: #fff;
    flex: 1;
    border-radius: 8px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);;
}





.pay-tip {
    color:#881F1F;
    font-weight: bold;
    margin: 5px 0 0;
}

.pay-price {
    color:#D53030;
    font-weight: bold;
    margin: 20px 0 0;
    font-size: 36px;
}

.pay-price small {
    font-size: 12px;
}

.pay-qrcode {
    width: 200px;
    height: 200px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 10px;
    margin: 10px 0 0;
    
}

.pay-qrcode img {
    width: 100%;
    height: 100%;
    
}

.pay-methods {
    margin: 15px 0 0;
}

.pay-methods img {
    width: 14px;
    height: 14px;
    margin: 0 5px;
}

.left-time {
    margin: 30px 0 0;
}

.left-time span{
    color: #fe7e01;
}


.nc_code-fresh[data-v-4717d07b] {
    width: 197px;
    height: 197px;
    background-color: rgba(0, 0, 0, .6);
}
 .nc_code-fresh .code-fresh-content[data-v-4717d07b] {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
 .nc_code-fresh .code-fresh-content p[data-v-4717d07b] {
    line-height: 20px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    font-size: 13px;
}
.nc_code-fresh .code-fresh-content .nc_fresh-btn[data-v-4717d07b] {
    width: 110px;
    height: 38px;
    background: #ce4042;
    border-radius: 2px;
    line-height: 38px;
    color: #fff;
    margin: 5px auto 0;
    cursor: pointer;
    text-align: center;
}