.ip-table-element thead tr th {
    padding: 16px;
    height: 60px;
    text-align: left;
    color: #6b7280;
    font-size: 14px;
    font-weight: normal;
}

.ip-table-element tbody tr td {
    padding: 16px;
    text-align: left;
    color: #6b7280;
    font-size: 14px;
    font-weight: normal;
}
.ip-table-element tbody tr:hover{
    background: rgba(64,136,255,0.1);
}

.ip-table-element tbody tr:nth-child(even) {
    border-top: 1px solid #e8edf6;
    border-bottom: 1px solid #e8edf6;
}

.order-info-sticky {
    position: sticky;
    top: 120px;
    /* 距离页面顶部的距离，可根据实际header高度调整 */
    z-index: 100;
}

/* area-item 选中状态样式 */
.area-item {
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 8px;
    margin-bottom: 8px;
    height: 76px;
}

.area-item:hover {
    /* border: 1px solid #4088ff;
    background: rgba(64, 136, 255, 0.1); */
    border: 1px solid #EF0720;
    background: #FCE4E8;
    transform: translateY(-2px);
}

.area-item.active {
    /* border: 1px solid #4088ff; */
    /* background: rgba(64, 136, 255, 0.1); */
    border: 1px solid #EF0720;
    background: #FCE4E8;
    transform: translateY(-2px);
}

.area-item.active .area-layout {
    position: relative;
}

/* 确保显示/隐藏功能正常工作 */
.area-item .price-block {
    display: flex !important;
}

.area-item .input-box {
    display: none !important;
}

.area-item.active .price-block {
    display: none !important;
}

.area-item.active .input-box {
    display: flex !important;
}

.isp-ip-form .ip-select-item {
    background-color: #F9FAFB;
    border: 1px solid #DFE6F3;
    border-radius: 4px;
    outline: none;
    width: 191px;
    height: 38px;
    padding: 9px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.isp-ip-form .ip-select-item option {
    background-color: #fff;
    font-family: 'Inter-Regular';
    font-size: 14px;
    height: 38px;
}

.isp-ip-form .options-item_active {
    width: 191px;
    height: 38px;
    background-color: #4088FF33 !important;
    color: #4088FFFF !important;
    font-size: 14px;
}

.isp-ip-form .options-item {
    display: flex;
    align-items: center;
    width: 191px;
    height: 38px;
    color: #16191CFF;
    font-size: 14px;
    padding: 0 13px;
}

.isp-ip-form .options-wrapper {
    background: #FFFFFF;
    box-shadow: 0px 2px 6px 0px rgba(205, 205, 205, 0.5);
    border-radius: 4px;
    border: 1px solid #DFE6F3;
    width: 191px;
    max-height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
}
.prev-page img:hover{
    background-color: rgba(205, 205, 205, 0.3);
}
.next-page img:hover{
    background-color: rgba(205, 205, 205, 0.3);

}

/* 下拉箭头旋转过渡动画 */
.ip-select-item img[src*="ip_select_down"] {
    transition: transform 0.1s ease-in-out;
}

.ip-select-item img[src*="ip_select_down"].rotate-180 {
    transform: rotate(180deg);
}

/* 停顿式轮播样式 */
.swiper-container {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.swiper-wrapper {
    display: flex;
    flex-direction: column;
    transition: transform 0.5s ease-in-out;
}

.swiper-slide {
    display: flex;
    padding: 8px 0;
    box-sizing: border-box;
    min-height: 40px;
    /* 确保每个slide有最小高度 */
}

.isp-swiper-item {
    width: 100%;
    align-items: center;
}

/* 下拉箭头旋转过渡动画 */
.ip-select-item img[src*="ip_select_down"] {
    transition: transform 0.3s ease-in-out;
}

.ip-select-item img[src*="ip_select_down"].rotate-180 {
    transform: rotate(180deg);
}
.ip-list-pagination{
    display: flex;
    gap: 6px;
}
.ip-list-pagination li{
    cursor: pointer;
    width: 32px;
    height: 32px;
    color: #16191CFF;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ip-list-pagination li.current{
    border-radius: 4px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #4088FFFF;
    background-color: #4088FF1A;
}
.right_del_btn:hover .ip-del-btn{
    display: none !important;
}

.right_del_btn:hover .hover-ip-del-btn{
    display: block !important;
}