.pay-dialog-box {
    padding: 8px 4px 0;
    text-align: left;
    color: #333;
    font-size: 14px;
}
.pay-price-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 14px;
}
.pay-price-label {
    font-size: 15px;
    color: #333;
    margin-bottom: 6px;
}
.pay-countdown {
    font-size: 12px;
    color: #c17a4a;
}
.pay-countdown em {
    font-style: normal;
    font-weight: 600;
}
.pay-price-right {
    text-align: right;
    flex-shrink: 0;
    margin-left: 12px;
}
.pay-current {
    font-size: 14px;
    color: #e64340;
    line-height: 1.2;
}
.pay-current strong {
    font-size: 28px;
    font-weight: 700;
}
.pay-origin {
    margin-top: 4px;
    font-size: 12px;
    color: #c17a4a;
    text-decoration: line-through;
}
.pay-divider {
    border-top: 1px dashed #ddd;
    margin: 12px 0 10px;
}
.pay-method-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    cursor: pointer;
    user-select: none;
}
.pay-method-item + .pay-method-item {
    border-top: 1px solid #f5f5f5;
}
.pay-method-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    flex-shrink: 0;
}
.pay-method-icon.alipay {
    background: #1677ff;
}
.pay-method-icon.wechat {
    background: #09bb07;
    font-size: 12px;
}
.pay-method-name {
    flex: 1;
    margin-left: 10px;
    font-size: 15px;
    color: #8a6b4a;
}
.pay-method-check {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    flex-shrink: 0;
}
.pay-method-item.active .pay-method-check {
    background: #a67c52;
    border-color: #a67c52;
}
.pay-method-item input {
    display: none;
}
