.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-group-panel {
    margin-top: 16px;
    margin-left: 22px;
    background: #fff;
    border-radius: 6px;
    padding: 22px 24px;
    box-sizing: border-box;
}

.static-ip-group-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
    color: #202b42;
    font-size: 16px;
    font-weight: 600;
}

.static-ip-group-title span:first-child:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 16px;
    margin-right: 8px;
    background: #1266ff;
    border-radius: 2px;
}

.static-ip-group-title span:first-child {
    display: flex;
    align-items: center;
}

.static-ip-group-tip {
    color: #9aa3b4;
    font-size: 12px;
    font-weight: 400;
    background: #f7f9fc;
    padding: 6px 10px;
    border-radius: 3px;
}

.static-ip-group-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.static-ip-group-item {
    display: flex;
    align-items: center;
    min-height: 66px;
    border: 1px solid #e1e7f0;
    border-radius: 6px;
    background: #fff;
    padding: 13px 14px;
    box-sizing: border-box;
    cursor: pointer;
}

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

.static-ip-radio {
    width: 16px;
    height: 16px;
    border: 1px solid #aeb8c8;
    border-radius: 50%;
    margin-right: 16px;
    box-sizing: border-box;
    position: relative;
    flex: none;
}

.static-ip-group-item.active .static-ip-radio {
    border-color: #1266ff;
    box-shadow: inset 0 0 0 4px #fff;
    background: #10b8c7;
}

.static-ip-group-info {
    flex: 1;
    min-width: 0;
}

.static-ip-group-name {
    color: #1f2937;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}

.static-ip-group-meta {
    display: flex;
    gap: 8px;
    margin-top: 6px;
    color: #7c879a;
    font-size: 12px;
}

.static-ip-group-meta span {
    background: #f2f5f9;
    padding: 2px 6px;
    border-radius: 3px;
}

.static-ip-group-price {
    width: 148px;
    text-align: right;
    color: #ff4450;
    font-size: 18px;
    font-weight: 700;
}

.static-ip-group-price small {
    color: #8d97aa;
    font-size: 12px;
    font-weight: 400;
    margin-right: 8px;
}

.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: 260px;
    overflow-y: auto;
    padding-right: 4px;
}

.static-ip-selected-group {
    border: 1px solid #dce8ff;
    border-radius: 5px;
    background: #f8fbff;
    padding: 11px 12px;
    color: #334155;
    font-size: 13px;
    line-height: 20px;
}

.static-ip-selected-group strong {
    display: block;
    color: #1f2937;
    margin-bottom: 4px;
}

.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);
}