* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.static-shopping-box {
    width: 100%;
    max-width: 1200px;
    /* min-height: 644px; */
    border-radius: 26px;
    overflow: hidden;
    display: flex;
    box-sizing: border-box;
    /* box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.05); */
    border: 1px solid #E9EAEB;
}

.shopping-box-left {
    flex: 0 0 calc(100% - 330px);
    max-width: 870px;
    background: #ffffff;
    position: relative;
    box-sizing: border-box;
}

.shopping-box-left .left-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 30px 30px 28px 30px;
}

.left-top .left-top-title {
    height: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.left-top-title .title-text {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #424143;
    font-style: normal;
    text-transform: none;
}

.title-days .el-radio-group .el-radio-button__inner {
    background: #F4E7FF;
    border: 1px solid var(--themeColor);
    padding: 7px 8px;
    border-radius: 38px !important;
    min-height: 32px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #19181B;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.left-top-search .el-input__inner {
    max-width: 220px;
    height: 34px;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #e6e8e8;
}

.left-top-search .el-input__prefix .el-input__icon {
    color: #cacaca;
    font-size: 12px;
    line-height: 34px;
}

.shopping-box-left .left-content {
    padding: 0 20px;
}

/* tabs style */
.left-content-tabs{
    display: flex;
    gap: 20px;
}
.left-content-tabs .el-tabs__header {
    margin:0;
}

.left-content-tabs .el-tabs__nav {
    display: flex;
    flex-direction: column;
    gap: 26px;

    width: 100%;

    border-left: 1px solid #F6E4FF;

    
}
.left-content-tabs .el-tabs__item {
    /* flex: 1; */
    text-align: center;
    padding-left: 16px !important;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 15px;
    color: #19181B;
    font-style: normal;
    text-transform: none;


    height: 48px;
    width: 156px;
    
    display: flex;
    align-items: center;
    /* border: 1px solid; */

}

.left-content-tabs .el-tabs__item.is-active {
    padding-left: 16px !important;
    font-weight: 400;
    color: #19181B;
    background-color: #ffffff !important;
    /* border-bottom: 2px solid #000000; */

    background: linear-gradient(90deg, #DAA1F6 0%, rgba(255, 255, 255, 0) 103.66%);
}

.left-content-tabs .el-tabs__active-bar {
    display: none;
}
.left-content .el-tabs__content{
    
    padding: 0 10px;
    border: 1px solid #E9EAEB;
    background: #F4F4F7;
    border-radius: 10px;
    width: 100%;

}


/* Native标签样式 */
.native-badge {
    position: relative;
    display: inline-block;
    margin-left: 4px;
    padding: 1px 7px;
    width: 54px;
    height: 20px;
    background: #30bb64;
    border-radius: 5px;

    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    line-height: 1.5;
}

.native-badge::after {
    content: '';
    position: absolute;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 6px solid #30bb64;
}

/* 确保标签在激活状态下也显示 */
.el-tabs__item.is-active .native-badge {
    background: #30bb64;
}

/* tabs style end */

/* 核心内容区域布局 - 响应式重点优化 */
.left-content-card {
    max-height: 400px;
    overflow-y: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 默认2列布局 */
    gap: 20px;
    padding: 10px 0;
    box-sizing: border-box;
}

/* 滚动条样式 */
.minimal::-webkit-scrollbar {
    width: 6px;
}

.minimal::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 8px;
}

.minimal::-webkit-scrollbar-thumb,
.minimal::-webkit-scrollbar-thumb:hover {
    background: #f6f6f6;
    border-radius: 8px;
}
/* 滚动条 end */

.left-content-list {
    max-width: 380px;
    max-width: 300px;
    min-height: 60px;
    height: 60px;
    background: #ffffff;
    padding: 14px 10px;
    border-radius: 12px;
    border: 1px solid #e6e8e8;
    display: flex;
    align-items: center;
    position: relative;
}

.left-content-list .country_img {
    width: 32px;
    height: 32px;
    min-width: 32px;
    box-sizing: content-box;
}

.left-content-list .country_img img {
    width: 100%;
    border-radius: 50%;
}

.left-content-list .country_name {
    padding-left: 6px;
    text-wrap: nowrap;
    overflow: hidden;
    flex: 1;
}

.left-content-list .country_name p:first-child {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.left-content-list .country_name p:last-child {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #9fa3a5;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.left-content-list .ip_price {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-left: 10px;
}

.left-content-list .hot_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 36px;
    background-image: url(/static/snap_proxy/images/home_slices/is_hot.svg);
    background-size: 100% 100%;

    font-family: Odor Mean Chey,Odor Mean Chey;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

/* 数量选择器 */
.card-number {
    padding-left: 20px;
    padding-left: 10px;

}

.card-number .el-input--small .el-input__inner {
    height: 24px;
    padding: 0;
    border: none;
}

.el-input-number {
    line-height: 20px;
    width: 86px;
}

.card-number .el-input-number--small .el-input-number__decrease,
.card-number .el-input-number--small .el-input-number__increase {
    width: 20px;
    height: 20px;
    font-size: 10px;
    color: #333333;
    background: #f4f4f4;
    border-radius: 6px;
}
/* 数量选择器 end */

.shopping-box-left .left-bottom {
    width: 100%;
    height: 82px;
    min-height: 82px;
    background: #fbfcfc;
    padding: 0 30px;
    display: flex;
    align-items: center;
    gap: 22px;
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.left-bottom .payTitle {
    font-family: Microsoft YaHei;
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.left-bottom .typeList {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.left-bottom .typeList img {
    width: 42px;
    height: 42px;
}

.shopping-box-right {
    flex: 0 0 330px;
    padding: 30px 30px 20px 29px;
    background: #fbfcfc;
    box-sizing: border-box;
    overflow: hidden;
}

.shopping-box-right .right-top-title {
    font-family: Microsoft YaHei;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.shopping-box-right .right-content-card {
    width: 100%;
    max-height: 391px;
    /* height: 391px; */
    height: 310px;
    overflow-y: auto;
    margin-top: 20px;
    margin-bottom: 16px;
    padding-top: 16px;
    padding-right: 10px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-sizing: border-box;
}

/* 右侧滚动条样式 */
.right-content-card::-webkit-scrollbar {
    width: 6px;
}

.right-content-card::-webkit-scrollbar-track {
    background: transparent;
}

.right-content-card::-webkit-scrollbar-thumb {
    background: #e0e0e0;
    border-radius: 3px;
}

.right-content-text {
    line-height: 21px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.right-content-list {
    width: 100%;
    height: 78px;
    max-width: 271px;
    min-height: 78px;
    background: #ffffff;
    padding: 0 20px;
    border-radius: 12px;
    border: 1px solid #e6e8e8;
    display: flex;
    align-items: center;
}

.right-content-list .country_img {
    width: 44px;
    height: 44px;
    min-width: 44px;
    box-sizing: content-box;
}

.right-content-list .country_img img {
    width: 100%;
    border-radius: 50%;
}

.right-content-list .country_name {
    padding-left: 8px;
    text-wrap: nowrap;
    overflow: hidden;
    flex: 1;
}

.right-content-list .country_name p:first-child {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 9px;
}

.right-content-list .country_name p:last-child {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #9fa3a5;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.left-content-list .right-number {
    display: flex;
}

.right-number .ip_price {
    font-family: Microsoft YaHei;
    font-weight: 600;
    font-size: 16px;
    color: #ff6f1b;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.right-number .card-number {
    padding: 0;
}

.right-bottom-total {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.right-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.right-total-ipspir {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #7B7B7B;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.right-total-ipsnum {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #7B7B7B;
    text-align: right;
    font-style: normal;
    text-transform: none;
}

.right-total-all {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #19181B;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.right-total-colornum {
    font-family: Microsoft YaHei;
    font-weight: 700;
    font-size: 24px;
    color: var(--themeColor);
    text-align: right;
    font-style: normal;
    text-transform: none;
}

.right-total-button .el-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;


    width: 100%;
    height: 40px;
    /* background: var(--themeColor); */
    border: 1px solid var(--themeColor);
    border-radius: 8px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    font-size: 16px;
    color: #19181B;
    font-style: normal;
    text-transform: none;

    transition: all 0.3s ease-in-out;
}
.right-total-button .el-button:hover {
    width: 100%;
    height: 40px;
    background: var(--themeColor);
    border: 1px solid var(--themeColor);
    border-radius: 8px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    font-style: normal;
    text-transform: none;

    gap: 15px;
}

.right-total-button .el-button span{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease-in-out;
}
.right-total-button .el-button:hover span{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.right-total-button .el-button span img{
    transition: all 0.3s ease-in-out;
}
.right-total-button .el-button:hover span img{
    filter: brightness(0) invert(1);
}

.el-tabs__nav-wrap::after{
    content: "";
    display: none;
}

.blue-tabs-model .el-tabs__nav{
    background: #F4F4F7;
}

.blue-tabs-model .el-tabs__item{
    font-family: Microsoft YaHei;
    font-weight: 700;
    font-size: 16px;
    /* line-height: 100%; */

    color: #19181B;



}
.blue-tabs-model .el-tabs__item:hover{
    color: var(--themeColor);

}

.blue-tabs-model .el-tabs__item.is-active, .blue-tabs-model .el-tabs__item.is-active:hover{
    background: #FFFFFF !important;
    color: #19181B !important;
    box-shadow: 0px 4px 14px 0px #0000000F;
}

.custom_list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.custom_item{
    position: relative;
    /* flex-shrink: 0; */
    width: calc((100% - 60px) / 4);

    background:#fff;
    border: 1px solid #E9EAEB;
    border-radius: 10px;
    padding: 20px;

    transition: all 0.3s ease-in-out;

    
}
.custom_item:hover {
    border: 1px solid transparent;
    border-radius: 10px;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(to right, #fff, #fff), 
                    linear-gradient(to right, #B740F3, #295EFF);

}
.custom_item::after {
    content: "";
    position: absolute;
    left: -1px;
    top:0px;
    z-index: -1 !important; /* 置于主体下方 */
    background: linear-gradient(to right, #B740F3, #295EFF);
    border-radius: 10px;

    width: 285px;
    height: 343px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.custom_item:hover::after {
  content: "";
  position: absolute;
  left: -1px;
  top:2px;
  z-index: -1;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}


/*  */

.custom_item_hd{
    margin-bottom: 14px;
    padding-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;

    border-bottom: 1px solid #EEEEEE;
}
.custom_item_hd_tit{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #19181B;

}
.custom_item_hd span{
    border-radius: 4px;
    background: #FBF3FF;
    padding: 2px 11px;
    
    font-weight: 400;
    font-size: 13px;

    color: #525154;

}
.custom_item_ct_list{
    padding-bottom: 12px;
    border-bottom: 1px solid #EEEEEE;


    display: flex;
    flex-direction: column;
    gap: 7px;
}
.custom_item_ct_item{
    display: flex;

    align-items: center;
    justify-content: space-between;

    height: 18px;
}
.c_ic_i_tit{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;

    color: #19181B;
    opacity: .55;

}
.c_ic_i_val{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;

    color: #19181B;
    opacity: .8;

}

.price_cot{
    margin-top: 32px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;

    height: 32px;



}
.price_t_l{
    display: flex;
    align-items: end;

    font-weight: 700;
    font-size: 24px;
    /* line-height: 100%; */
    height: 32px;

  
    background: linear-gradient(90deg, #B740F3 10%, #295EFF 60% );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;

}
.price_t_l_bf{
    font-weight: 700;
    font-size: 24px;
    /* line-height: 100%; */

     background: #B740F3;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.price_t_l_af{
    font-size: 12px;
    line-height: 26px;
    font-weight: 400;
    color: #19181B;
    opacity: .3;
}
.price_t_r{
    display: flex;
    padding: 3px 7px;
    background: #FFE6E5;
    border: 1px solid #E52A25;
    border-radius: 4px;

    color: #E52A25;
    height: 22px;

    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    text-align: center;




}

/*  购物按钮 */

/* .case-item-wrap {
    flex-wrap: wrap;
    margin: 50px 0;
    gap: 24px;
}
.case-item {
    position: relative;
    border-radius: 16px 16px 16px 16px;
    border: 1px solid #e6eaf0;
    background: #f9f9f9;
    padding: 24px;
    transition: all 0.3s ease-in-out;
    will-change: background-color;
    width: 384px;
    height: 339px;
    
    transition: all 0.3s ease-in-out;
} */




.pri_shopping_btn {
    height: 50px;
    padding: 0 13px;
    border-radius: 10px;
    border: 1px solid #E9EAEB;
    color: #19181B;
    display: flex;
    gap: 4px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    transition-duration: 0.3s;
    align-items: center;
    justify-content: center;
}

.pri_shopping_btn::before {
    content: '';
    width: 100%;
    height: 100%;
    background: none;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease;

    opacity: 0;
}


.pri_shopping_btn:hover::before {
     background: linear-gradient(90deg, #B740F3 0%, #6A43FF 48.56%, #295EFF 100%);
     opacity: 1;
}


.pri_shopping_btn:hover {
    border: 1px solid var(--themeColor);
    border: 0;
}

.pri_section {
    display: flex;
    gap: 8px;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    color: #19181B;
}

.pri_shopping_btn:hover .pri_section {
    color: #fff;
    z-index: 5;
}

.buy-section-svg{
    width: 20px;
    height: 20px;
}
.pri_shopping_btn:hover .buy-section-svg {
    filter: brightness(0) invert(1);
}


/* 分页 */
.custom_native .el-pagination{
    margin-top: 20px;
    text-align: center;
}
.custom_native .el-pager li{
    margin: 0 4px;
    min-width: 32px;

    font-size: 14px;
    font-weight: 400;
    line-height: 32px;

    color: rgba(14, 23, 38, 0.75);

}
.custom_native .el-pager li.active{
    width: 32px;
    height: 32px;
    line-height: 32px;
    border: 1px solid var(--themeColor);
    border-radius: 6px;
    color: var(--themeColor);
}



/*  购物按钮 --end--- */




/* 响应式布局 - 逐步调整left-content-card */
/* 中等屏幕 (≤1200px) */
@media (max-width: 1200px) {
    .static-shopping-box {
        padding: 0;
        margin: 0 auto;
        width: calc(100% - 30px);
    }

    .shopping-box-left {
        flex: 0 0 calc(100% - 300px);
        max-width: calc(100% - 300px);
    }

    .shopping-box-right {
        flex: 0 0 300px;
    }

    /* 调整内容卡片布局 */
    .left-content-card {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .left-content-list {
        max-width: 100%;
    }
}

/* 平板设备 (≤1024px) */
@media (max-width: 1024px) {
    .left-content-card {
        gap: 15px;
    }

    .left-content-list {
        padding: 12px 15px;
    }
}

/* 小平板/大手机 (≤768px) */
@media (max-width: 768px) {
    .static-shopping-box {
        flex-direction: column;
        padding: 0;
    }

    .shopping-box-left,
    .shopping-box-right {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .shopping-box-right {
        width: 100%;
        flex: none;
    }

    .shopping-box-left .left-top {
        flex-direction: column;
        padding: 20px 15px;
        gap: 15px;
    }

    .left-top .left-top-title {
        height: auto;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .title-days .el-radio-group {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .left-top-search .el-input__inner {
        max-width: 100%;
    }

    .shopping-box-left .left-content {
        padding: 0 15px;
    }

    .left-content-tabs .el-tabs__item {
        font-size: 14px;
    }

    /* 内容卡片改为1列布局 */
    .left-content-card {
        grid-template-columns: 1fr;
        gap: 10px;
        max-height: 300px;
        padding: 0 5px;
    }

    .left-content-list {
        max-width: 100%;
        height: auto;
        min-height: 50px;
        padding: 10px 12px;
        flex-wrap: wrap;
    }

    .left-content-list .ip_price {
        padding-left: 10px;
        font-size: 14px;
    }

    .card-number {
        padding-left: 10px;
    }

    .el-input-number {
        width: 70px;
    }

    .shopping-box-left .left-bottom {
        position: static;
        height: auto;
        padding: 15px;
        flex-direction: column;
        gap: 10px;
    }

    .left-bottom .payTitle {
        font-size: 16px;
        text-align: center;
        width: 100%;
    }

    .left-bottom .typeList {
        justify-content: center;
        gap: 12px;
    }

    .left-bottom .typeList img {
        width: 36px;
        height: 36px;
    }

    .shopping-box-right {
        padding: 20px 15px;
    }

    .right-content-card {
        max-height: 250px;
        padding-right: 5px;
    }

    .right-content-list {
        padding: 10px 15px;
        height: auto;
        min-height: 70px;
    }
}

/* 小屏手机 (≤420px) */
@media (max-width: 420px) {
    /* 进一步优化内容卡片布局 */
    .left-content-card {
        gap: 8px;
        max-height: 280px;
    }

    .left-content-list {
        flex-direction: column;
        align-items: flex-start;
        padding: 12px 15px;
        min-height: auto;
    }

    .left-content-list .country_name {
        padding: 8px 0;
        width: 100%;
    }

    .left-content-list .ip_price {
        padding: 5px 0;
    }

    .left-content-list .right-number {
        width: 100%;
        justify-content: space-between;
        padding-top: 8px;
        border-top: 1px dashed #f0f0f0;
        margin-top: 5px;
    }

    .right-total-all {
        font-size: 18px;
    }

    .right-total-colornum {
        font-size: 20px;
    }

    .right-total-button .el-button {
        height: 36px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .left-content-tabs .el-tabs__nav {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding: 0 15px;
        width: auto;
    }

    .left-content-tabs .el-tabs__item {
        flex: none;
        min-width: auto;
        margin: 0 8px;
        padding: 0 12px;
    }

    .left-content-tabs .el-tabs__nav {
        scrollbar-width: none;
    }

    .left-content-tabs .el-tabs__nav::-webkit-scrollbar {
        display: none;
    }

    .left-content-tabs .el-tabs__item.is-active {
        padding-bottom: 5px;
    }
}

.blue-tabs-model > .el-tabs > .el-tabs__header {
    margin: 32px 0 64px;
}

.blue-tabs-model > .el-tabs > .el-tabs__header > .el-tabs__nav-wrap > .el-tabs__nav-scroll > .el-tabs__nav {
    gap: 10px;
}

.tab-native {
    height: 26px;
    padding: 0 13px;
    background: linear-gradient(270deg, #7e22ff 0%, #9d58ff 50%, #7e22ff 100%);
    border-radius: 25px;
    border: 1px solid #d0f3ff;
    display: inline-block;
    line-height: 26px;

    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
