.static-ip-page {
    min-width: 1200px;
    background: #f3f6fb;
    padding-bottom: 48px;
}

.static-ip-container {
    width: 1180px;
    margin: 0 auto;
}

.static-ip-container {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding-top: 22px;
}

.static-ip-main {
    width: 830px;
}

.static-ip-summary {
    width: 300px;
    position: sticky;
    margin-top: 16px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 16px rgba(21, 37, 71, .1);
    overflow: hidden;
}

.static-ip-panel {
    margin-top: 16px;
    margin-left: 22px;
    background: #fff;
    border-radius: 6px;
    padding: 24px 24px 22px;
    box-sizing: border-box;
}

.static-ip-row {
    display: flex;
    align-items: center;
    min-height: 44px;
}

.static-ip-row + .static-ip-row {
    margin-top: 6px;
}

.static-ip-row-label {
    width: 86px;
    color: #293247;
    font-size: 15px;
    line-height: 32px;
}

.static-ip-option-list {
    display: flex;
    gap: 10px;
}

.static-ip-option {
    min-width: 64px;
    height: 36px;
    padding: 0 18px;
    border: 1px solid #dde4f0;
    border-radius: 4px;
    background: #fff;
    color: #566176;
    cursor: pointer;
}

.static-ip-option.active {
    border-color: #1266ff;
    background: #f5f9ff;
    color: #1266ff;
    box-shadow: inset 0 0 0 1px #1266ff;
}

.static-ip-region-panel {
    margin-top: 16px;
    margin-left: 22px;
    background: #fff;
    border-radius: 6px;
    padding: 22px 24px;
    box-sizing: border-box;
}

.static-ip-province-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 18px;
    border-bottom: 1px solid #eef1f6;
}

.static-ip-province {
    min-width: 66px;
    height: 30px;
    border: 1px solid #dfe5ef;
    border-radius: 4px;
    background: #fafbfd;
    color: #4f5b70;
    cursor: pointer;
}

.static-ip-province.active {
    border-color: #1266ff;
    background: #1266ff;
    color: #fff;
}

.static-ip-province.has-selected:not(.active) {
    border-color: #8ab7ff;
    background: #eef6ff;
    color: #1266ff;
}

.static-ip-province:disabled {
    border-color: #e6eaf1;
    background: #f5f7fa;
    color: #b5bdcb;
    cursor: not-allowed;
}

.static-ip-province.hidden-province {
    display: none;
}

.static-ip-toggle-province {
    height: 30px;
    border: 0;
    background: transparent;
    color: #1266ff;
    cursor: pointer;
    padding: 0 8px;
}

.static-ip-toggle-province:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 7px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
}

.static-ip-toggle-province.expanded:after {
    transform: rotate(225deg) translate(-2px, -1px);
}

.static-ip-resource-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 20px;
}

.static-ip-resource-card {
    min-height: 98px;
    border: 1px solid #e5ebf5;
    border-radius: 6px;
    background: #fff;
    padding: 13px 12px 12px;
    box-sizing: border-box;
}

.static-ip-resource-card.active {
    border-color: #8ab7ff;
    box-shadow: 0 4px 12px rgba(18, 102, 255, .12);
}

.static-ip-resource-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.static-ip-resource-name {
    color: #263044;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
}

.static-ip-stock {
    flex: none;
    max-width: 72px;
    height: 18px;
    padding: 0 8px;
    border-radius: 9px;
    background: #f2f5fa;
    color: #8d97aa;
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.static-ip-price {
    margin-top: 10px;
    color: #ff4450;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}

.static-ip-card-bottom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 8px;
}

.static-ip-price-unit {
    margin-left: 2px;
    color: #ff6b73;
    font-size: 12px;
    font-weight: 400;
}

.static-ip-stepper {
    display: flex;
    align-items: center;
    width: 92px;
    height: 30px;
    background: #f6f8fb;
    border-radius: 3px;
    overflow: hidden;
}

.static-ip-stepper button {
    width: 26px;
    height: 30px;
    border: 0;
    background: #eef2f7;
    color: #31405a;
    font-size: 16px;
    cursor: pointer;
}

.static-ip-stepper input {
    width: 40px;
    height: 30px;
    border: 0;
    background: #fff;
    text-align: center;
    color: #111827;
    font-weight: 600;
}

.static-ip-summary-title {
    height: 54px;
    padding: 0 18px;
    background: linear-gradient(90deg, #edf6ff, #dcebff);
    color: #1f5ed7;
    font-size: 16px;
    font-weight: 700;
    line-height: 54px;
}

.static-ip-summary-title:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 14px;
    margin-right: 8px;
    vertical-align: -2px;
    border: 2px solid #4b86ff;
    border-radius: 2px;
    box-sizing: border-box;
}

.static-ip-summary-body {
    padding: 18px 20px 20px;
}

.static-ip-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 30px;
    color: #5f6879;
    font-size: 13px;
}

.static-ip-summary-value {
    color: #1f2937;
    font-weight: 700;
}

.static-ip-summary-divider {
    height: 1px;
    background: #edf0f5;
    margin: 12px 0 14px;
}

.static-ip-selected-title {
    color: #6b7280;
    font-size: 13px;
    margin-bottom: 8px;
}

#summarySelected {
    max-height: 150px;
    overflow-y: auto;
    padding-right: 4px;
}

.static-ip-selected-line {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 6px 0;
}

.static-ip-selected-name {
    color: #374151;
    font-size: 13px;
    line-height: 18px;
}

.static-ip-selected-rule {
    color: #9aa3b4;
    font-size: 12px;
    line-height: 18px;
}

.static-ip-selected-price {
    flex: none;
    color: #1f2937;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
}

.static-ip-total {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #edf0f5;
    color: #31394a;
    font-size: 15px;
    font-weight: 700;
}

.static-ip-total-price {
    color: #ff4450;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 0;
}

.static-ip-buy-btn {
    width: 100%;
    height: 48px;
    margin-top: 14px;
    border: 0;
    border-radius: 6px;
    background: #ff4650;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 6px 14px rgba(255, 70, 80, .22);
}

.static-ip-empty {
    grid-column: 1 / -1;
    padding: 34px 0;
    text-align: center;
    color: #8b96a8;
    background: #fafbfd;
    border: 1px dashed #dce3ee;
    border-radius: 6px;
}

.static-ip-page {
    background: #fff;
}

.static-ip-container {
    background: #fafafa;
    margin: 0 auto 30px;
}

.static-ip-tier-price {
    width: 1180px;
    max-width: calc(100% - 32px);
    margin: 18px auto 0;
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid #a9ccff;
    border-radius: 6px;
    background: #fff;
}

.static-ip-tier-table {
    width: 100%;
    min-width: 980px;
    border-collapse: collapse;
    table-layout: fixed;
    color: #1f2937;
    font-size: 14px;
}

.static-ip-tier-table th,
.static-ip-tier-table td {
    height: 35px;
    padding: 0 10px;
    border-right: 1px solid #d7e7ff;
    border-bottom: 1px solid #e6effc;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.static-ip-tier-table tr:last-child td {
    border-bottom: 0;
}

.static-ip-tier-table th:last-child,
.static-ip-tier-table td:last-child {
    border-right: 0;
}

.static-ip-tier-table thead th {
    background: #eef6ff;
    color: #53657d;
    font-weight: 400;
}

.static-ip-tier-table .static-ip-tier-corner {
    width: 135px;
    color: #172033;
    font-weight: 700;
    line-height: 20px;
    white-space: normal;
}

.static-ip-tier-table tbody th {
    background: #f7fbff;
    color: #172033;
    font-weight: 700;
}

.static-ip-tier-price-value {
    color: #4b5563;
    font-size: 15px;
    font-weight: 700;
}

.static-ip-tier-price-value small {
    margin-left: 4px;
    color: #7f8fa6;
    font-size: 12px;
    font-weight: 400;
}

.static-ip-tier-table thead th.static-ip-tier-highlight {
    color: #2f76ff;
    font-weight: 700;
}

.static-ip-tier-table td.static-ip-tier-highlight .static-ip-tier-price-value,
.static-ip-tier-table td.static-ip-tier-highlight .static-ip-tier-price-value small,
.static-ip-tier-table tbody td:last-child .static-ip-tier-price-value,
.static-ip-tier-table tbody td:last-child .static-ip-tier-price-value small {
    color: #2f76ff;
}

.static-ip-summary-refund-tip {
    margin-top: 8px;
    color: #ff4d4f;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
}

.static-ip-summary-value.static-ip-summary-discount-active {
    color: #2f76ff;
    font-weight: 700;
}

.static-ip-bandwidth-service {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 18px;
    color: #666;
    font-size: 13px;
    white-space: nowrap;
}

.static-ip-service-btn {
    display: inline-flex;
    align-items: center;
    height: 30px;
    padding: 0 12px;
    border-radius: 3px;
    background: #fff7ed;
    color: #ff7a1a;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.static-ip-summary-service {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 12px;
    padding: 9px 12px;
    border: 1px dashed #cfe0ff;
    border-radius: 3px;
    background: #f8fbff;
    color: #333;
    font-size: 12px;
}

.static-ip-summary-service a {
    color: #2f76ff;
    font-weight: 700;
}
