body {
    font-family: Arial, sans-serif;
    background-color: #fff;
    color: #333;
    margin: 0;
    padding: 0;
}

.navbar {
    background-color: #333;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 20px;
}

.nav-links li a {
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
}

.nav-links li a.active {
    border-bottom: 2px solid #007bff;
}

.purchase-info a {
    color: #007bff;
    text-decoration: none;
}

.main-content {
    padding: 20px;
}

.section {
    margin-bottom: 20px;
}

.price-box {
    display: flex;
    align-items: center;
    background-color: #f0f0f0;
    padding: 10px;
    border-radius: 5px;
}

.duration-options button {
    margin-right: 10px;
    padding: 10px 20px;
    background-color: #444;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.custom-number-input {
    width: 80px;
}

.duration-options button.active {
    background-color: #ff4a17;
}

.quantity .decrement, .quantity .increment {
    background-color: #ff4a17;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

.auto-renew-section label {
    display: flex;
    align-items: center;
}

.auto-renew-section input[type="checkbox"] {
    margin-right: 10px;
}




.order-details {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    margin-top: -22px;
    background-color: #f9f9f9;
    border-radius: 5px;
}

.order-details h2 {
    margin: 0 0 10px;
    font-size: 18px;
}

.order-details .tooltip {
    font-size: 14px;
    cursor: pointer;
}

.detail-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #fff;
    border-radius: 3px;
}

.detail-item label {
    font-weight: bold;
}

.coupon-section, .payment-section, .total-section {
    margin-bottom: 20px;
}

.coupon-section select {
    width: 100%;
    padding: 10px;
    background-color: #fff;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.payment-option {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.payment-option input[type="radio"] {
    margin-right: 10px;
}

.payment-option label {
    cursor: pointer;
}
.payment-option p{
    margin-left: 60px;
    margin-top: 10px;
}
.reload-balance {
    margin-left: 20px;
    cursor: pointer;
}

.recharge-button {
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #ff4a17;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.total-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.total-section strong {
    font-size: 24px;
    color: #007bff;
}

.view-details {
    color: #007bff;
    text-decoration: none;
}

.submit-payment {
    width: 100%;
    padding: 15px;
    background-color: #ff4a17;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 10px;
}

.agreement {
    margin-top: 20px;
}

.agreement input[type="checkbox"] {
    margin-right: 5px;
}

.agreement a {
    color: #007bff;
    text-decoration: none;
}

.package-item {
    cursor: pointer;
    transition: all 0.3s ease;
}
.subid {
    text-decoration: none;
}

.combo {
    text-decoration: none;
}
.mouthid{
    text-decoration: none;
}
.comboid{
    text-decoration: none;
}

.payment{
    position: absolute; right: 100px;
}
.location-selection-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.location-select-group {
    flex: 1;
    min-width: 200px;
}

.location-select-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.location-select-group .location-select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .location-selection-row {
        flex-direction: column;
        gap: 15px;
    }

    .location-select-group {
        min-width: 100%;
    }
}.location-selection-row {
     display: flex;
     flex-wrap: wrap;
     gap: 20px;
     margin-bottom: 20px;
 }

.location-select-group {
    flex: 1;
    min-width: 100px;
}

.location-select-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.location-select-group .location-select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .location-selection-row {
        flex-direction: column;
        gap: 15px;
    }

    .location-select-group {
        min-width: 100%;
    }
}