.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    align-items: center;
    justify-content: center;
}

.modal.active {
    display: flex;
}

.modal-dialog {
    background-color: white;
    border-radius: 8px;
    width: 100%;
    max-width: 800px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.modal-header {
    padding: 16px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f2f2f2;
    border-radius: 10px 10px 0 0;
}

.modal-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.modal-close {
    background: none;
    border: none;
    font-size: 30px;
    cursor: pointer;
    color: #6b7280;
}

.modal-body {
    padding: 24px;
}

.table {
    width: 100%;
    border-collapse: collapse;
}

.table th,
.table td {
    padding: 12px 0;
    text-align: center;
}

.table th {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.table td {
    font-size: 14px;
    border-top: 1px solid #e5e7eb;
}

.button {
    padding: 6px 16px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    border: none;
}

.bg-primary {
    background-color: #165DFF;
    color: white;
}

.format-name{
    background: #f7f7f7;
    padding: 5px 10px;
    border-radius: 5px;
    color: #165DFF;
    font-weight: bold;
}

.vip-flag {
    display: inline-block;
}

.pay-confirm {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 15px 0;
}

.pay-btn {
    padding: 10px 15px;
    background-color: #165DFF;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
}

.premium-btn {
    padding: 10px 15px;
    background-color: #FF7D00;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.premium-btn img {
    width: 16px;
    height: 16px;
}

.pay-account {
    text-align: center;
    margin-top: 10px;
    color: #666;
}

.user-point-value {
    color: #165DFF;
    font-weight: bold;
}

.recharge-btn {
    background-color: #9CA3AF;
}

.download-info {
    /* height: 320px; */
    background: #F7F9FA;
    border-radius: 5px 5px 5px 5px;
    margin-top: 15px;
    padding: 25px 25px 5px;
}

.download-info .info-li {
    display: flex;
    line-height: 22px;
    font-size: 15px;
    margin-bottom: 18px;
}
