.mt {
    margin-top: var(--mt, 0px) !important;
}

.m-40-auto {
    margin: 40px auto;
}

.m-20-auto {
    margin: 20px auto;
}

/* 自定义滚动条样式 */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    background: #e1e4e8;
    border-radius: 3px;
}

::-webkit-scrollbar-track {
    background: transparent;
}
/* 自定义滚动条样式  end */

.page_main {
    width: 100vw;
    height: auto;
    background: #ffffff;
}

.header_box {
    width: 100%;
    height: auto;
    padding: 150px 0 69px;
    background: url(/static/cn/images/public_page/header_box_bg.webp) no-repeat;
    background-size: 100% 100%;
}

.header_content {
    max-width: 1200px;
    margin: 0 auto;
}

.header_content .breadcrumb {
    display: flex;
    align-items: center;
}

.breadcrumb .bredb_before {
    font-family: OPPO;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #92979e;
}

.bredb_icon {
    margin: 0 10px;
    display: inline-block;
    width: 5px;
    height: 8px;
    background: url(/static/cn/images/products/bredb_icon_pic.webp) no-repeat;
    background-size: cover;
}

.breadcrumb .bredb_current {
    font-family: OPPO;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
}

.header_content .content_des {
    margin-top: 74px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header_content .content_des .title {
    font-family: OPPO;
    font-weight: 600;
    font-size: 54px;
    line-height: 63px;
    text-align: center;
    color: #333333;
}

.header_content .content_des .text {
    max-width: 740px;
    font-family: OPPO;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #606368;
}

.header_content .operate {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.header_content .operate a {
    font-family: OPPO;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    padding: 12px 33px;
    border-radius: 30px;
}

.header_content .operate .res_btn {
    background: #276bd8;
    color: #ffffff;
}

.header_content .operate .price_btn {
    background: #f6f8fc33;
    border: 1px solid #ffffff;
    color: #333333;
}

.header_content .tips {
    font-family: OPPO;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #6a727f;
}

.header_content .header_img {
    width: 100%;
    max-width: 1220px;
    height: auto;
}

.module_box {
    padding: 120px 0;
    background: #ffffff;
}

.module_box.FBFBFB {
    background: #fbfbfb;
}

.module_box_content {
    max-width: 1200px;
    margin: 0 auto;
}

.public_title {
    font-family: OPPO;
    font-weight: 600;
    font-size: 40px;
    line-height: 47px;
    text-align: center;
    color: #333333;
}

.public_title_tip {
    width: 167px;
    padding: 7px 21px;
    border-radius: 15px;
    background: #276bd8;

    font-family: OPPO;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #ffffff;
    margin: 0 auto;
}

.public_des {
    font-family: OPPO;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #606368;
}

.sort_item {
    display: grid;
    grid-template-columns: repeat(auto-fill, 384px);
    justify-content: center;
    gap: 32px 24px;
}

.sort_item_list {
    min-height: 246px;
    border-radius: 22px;
    background: #fcfcfc;
    border: 1px solid #f7f7f7;
    padding: 39px 26px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sort_item_list:hover {
    background: #f5f8fc;
    border: 1px solid #e9eef5;
}

.sort_item_list img {
    width: 40px;
    height: 40px;
}

.sort_item_list .title {
    font-family: OPPO;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}

.sort_item_list .text {
    font-family: OPPO;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #606368;
}

.hot_area_box {
    position: relative;
    width: 100%;
    border-radius: 20px;
    background: #fbfbfb;
}

.hot_area_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #edeff1;
    border-left: 1px solid #edeff1;
}

.hot_area_item {
    display: flex;
    align-items: center;
    padding: 39px 40px;
    border-right: 1px solid #edeff1;
    border-bottom: 1px solid #edeff1;
    background: transparent;
    transition: all 0.3s ease;
    /* cursor: pointer; */
}

.hot_area_item:hover {
    background: linear-gradient(270deg, #fbfbfb 0%, #ffffff 100%);
}

.hot_area_item img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    box-shadow: 0px 2px 4px 0px #00000026;
}

.hot_area_item .info {
    margin-left: 10px;
}

.hot_area_item .info .name {
    font-family: OPPO;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #333333;
}

.hot_area_item .info .ip {
    font-family: OPPO;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #333333;
    margin-top: 4px;
}

.hot_area_more {
    grid-column: 1 / 5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    border-right: 1px solid #edeff1;
    border-bottom: 1px solid #edeff1;

    font-family: OPPO;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #333333;
    transition: all 0.3s;
    cursor: pointer;
}

.hot_area_more a {
    color: #333333;
    text-decoration: none;
    transition: color 0.3s;
}

.hot_area_more:hover {
    background: linear-gradient(270deg, #fbfbfb 0%, #ffffff 100%);
}

.decorator {
    position: absolute;
    width: 45px;
    height: 45px;
    z-index: 3;

    background: url(/static/cn/images/public_page/residential/area_decorator.webp) no-repeat;
    background-size: 100% 100%;
}

.decorator.tl {
    top: -22px;
    left: -22px;
}
.decorator.tr {
    top: -22px;
    right: -22px;
}
.decorator.bl {
    bottom: -22px;
    left: -22px;
}
.decorator.br {
    bottom: -22px;
    right: -22px;
}

@media screen and (max-width: 1024px) {
    .hot_area_list {
        grid-template-columns: repeat(2, 1fr);
    }
    .hot_area_more {
        grid-column: 1 / 3;
    }
}

@media screen and (max-width: 768px) {
    .hot_area_list {
        grid-template-columns: repeat(1, 1fr);
    }
    .hot_area_more {
        grid-column: 1 / 2;
    }
    .hot_area_item {
        padding: 24px 20px;
    }
}

.price_dec {
    font-family: OPPO;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #606368;
}

/* --- packageTabs 核心样式 start --- */
.packageTabs.el-tabs > .el-tabs__header {
    width: 100%;
    margin: 0;
    overflow: visible;
}

.packageTabs.el-tabs > .el-tabs__header > .el-tabs__nav-wrap::after {
    display: none;
}

.packageTabs.el-tabs > .el-tabs__header > .el-tabs__nav-wrap > .el-tabs__nav-prev,
.packageTabs.el-tabs > .el-tabs__header > .el-tabs__nav-wrap > .el-tabs__nav-next {
    display: none !important;
}

.packageTabs.el-tabs > .el-tabs__header > .el-tabs__nav-wrap {
    padding: 0;
    overflow-x: auto !important;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.packageTabs.el-tabs > .el-tabs__header > .el-tabs__nav-wrap::-webkit-scrollbar {
    display: none;
}

.packageTabs.el-tabs > .el-tabs__header > .el-tabs__nav-wrap > .el-tabs__nav-scroll {
    display: flex;
    align-items: center;
    overflow: visible;
    flex-wrap: nowrap;
    width: max-content !important;
    box-sizing: border-box;
}

.packageTabs.el-tabs > .el-tabs__header > .el-tabs__nav-wrap > .el-tabs__nav-scroll > .el-tabs__nav {
    width: auto;
    flex-shrink: 0;
    height: 34px;
    border-radius: 24px;
    padding: 0px;
    background: #ffffff;
    position: relative;
}

.packageTabs.el-tabs > .el-tabs__header > .el-tabs__nav-wrap > .el-tabs__nav-scroll > .el-tabs__nav::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    border: 1px solid #d7d7e0;
    border-radius: 48px;
    transform: scale(0.5);
    transform-origin: 0 0;
    box-sizing: border-box;
    pointer-events: none;
    transition: all 0.2s ease;
}

.packageTabs.el-tabs > .el-tabs__header > .el-tabs__nav-wrap > .el-tabs__nav-scroll > .el-tabs__nav > .el-tabs__active-bar {
    display: none;
}

.packageTabs.el-tabs > .el-tabs__header > .el-tabs__nav-wrap > .el-tabs__nav-scroll > .el-tabs__nav > .el-tabs__item {
    height: 34px;
    padding: 9px 40px 8px 39px;
    border-radius: 18px;
    border: 1px solid transparent;
    transition: all ease-in-out 0.3s;

    font-family: OPPO;
    font-weight: 400;
    font-size: 14px;
    color: #777e87;
    line-height: 16px;
    text-align: center;
}

.packageTabs.el-tabs > .el-tabs__header > .el-tabs__nav-wrap > .el-tabs__nav-scroll > .el-tabs__nav > .el-tabs__item.is-active,
.packageTabs.el-tabs > .el-tabs__header > .el-tabs__nav-wrap > .el-tabs__nav-scroll > .el-tabs__nav > .el-tabs__item:not(.is-disabled):hover {
    background: #276bd8;
    border-color: #276bd8;
    font-weight: 500;
    color: #ffffff;
}

@media (max-width: 768px) {
    .cardTabs.el-tabs > .el-tabs__header > .el-tabs__nav-wrap {
        touch-action: pan-x;
    }
}
/* --- packageTabs 核心样式 end --- */

.header_list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
}

.header_list .header_list_item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header_list .header_list_item img {
    width: 18px;
    height: 18px;
}

.header_list .header_list_item p {
    font-family: OPPO;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #333333;
}

.width_1045 {
    max-width: 1045px;
    margin: 50px auto 0;
}

.box_price {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 28px;
}

.box_price .center_card {
    flex: none;
    width: 240px;
    height: 360px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #efefef;
    padding: 40px 28px;
    margin-top: 15px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s;
}

.box_price .center_card:hover {
    background: #fafafa;
}

.box_price .center_card.is_hot {
    background: linear-gradient(180deg, #e5fcff 0%, #ffffff 60.14%);
}

.box_price .hot_badge {
    position: absolute;
    top: -15px;
    left: calc(50% - 64px);
    width: 128px;
    height: 30px;
    border-radius: 20px;
    background: #27c0d8;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    z-index: 10;
}

.box_price .hot_badge p {
    font-family: OPPO;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
}

.box_price .card_title {
    display: inline-block;
    height: 30px;
    border-radius: 25px;
    padding: 5px 28px 3px;
    background: #fafafa;

    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #25242d;
    white-space: nowrap;
}

.box_price .center_card:hover .card_title {
    background: #ffffff;
}

.box_price .card_title span {
    color: #276bd8;
}

.box_price .is_hot .card_title,
.box_price .is_hot.center_card:hover .card_title {
    background: #d8f1f5;
}

.box_price .card_price_area {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.box_price .price_num {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #30303b;
}

.box_price .price_num .unit {
    font-family: OPPO;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #25242d;
}

.box_price .traffic_num {
    margin-top: 6px;
    display: inline-block;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #276bd8;
    white-space: nowrap;
}

.box_price .price_title {
    font-family: OPPO;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #30303b;
    margin: -4px 0 17px;
}

.box_price .price_text {
    width: 145px;
    font-family: OPPO;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    color: #777e87;
}

.box_price .total_price_text {
    margin-top: 6px;
    font-family: OPPO;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #777e87;
    text-align: center;
}

.box_price .card_divider {
    width: 34px;
    height: 0px;
    border-top: 1px solid #d9dfe6;
    margin: 30px auto;
}

.box_price .card_desc {
    font-family: OPPO;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #777e87;
    text-align: center;
}

.box_price .card_action {
    width: 100%;
    margin-top: auto;
}

.box_price .card_day_select {
    padding: 20px 0 0;
}

.box_price .card_day_select .el-select .el-input__inner {
    height: 32px;
    line-height: 32px;
    border-radius: 6px;
    border: 1px solid #ebebeb;
}

.box_price .card_day_select .el-input__icon {
    line-height: 32px;
}

.box_price .card_day_select .el-icon-arrow-up:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 6px;
    background: #90949a;
    clip-path: polygon(0 100%, 100% 100%, 50% 0);
    vertical-align: middle;
}

.box_price .buy_btn {
    width: 100%;
    height: 34px;
    border-radius: 21px;
    font-family: OPPO;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
    transition: all 0.3s;
    outline: none;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box_price .btn_normal {
    background: #ffffff;
    border: 1px solid #d7dae0;
    color: #25242d;
}

.box_price .btn_normal:hover,
.box_price .btn_normal:active,
.box_price .center_card:hover .btn_normal {
    background: #060612;
    border-color: #060612;
    color: #ffffff;
}

.box_price .btn_black,
.box_price .btn_black:hover {
    background: #060612;
    border-color: #060612;
    color: #ffffff;
}

.box_price .btn_blue,
.box_price .btn_blue:hover {
    background: #ffffff;
    color: #276bd8;
    border-color: #276bd8;
}

.box_price .center_card:hover .btn_blue,
.box_price .center_card:hover .btn_blue:hover {
    background: #276bd8;
    color: #ffffff;
    border-color: transparent;
}

.box_price .btn_hot,
.box_price .btn_hot:focus,
.box_price .btn_hot:hover {
    background: #276bd8;
    color: #ffffff;
    border-color: transparent;
}

.box_divider {
    width: 100%;
    height: 0px;
    border-top: 1px dashed #d7d7e0;
}

.contact_us {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: OPPO;
    font-weight: 400;
    font-size: 14px;
}

.contact_us p {
    line-height: 16px;
    color: #777e87;
}

.contact_us a {
    line-height: 20px;
    color: #0f60e3;
}

.box_footer {
    margin: 22px auto 0;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #edeff1;
    padding: 30px 40px 30px 50px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 80px;
}

.box_footer_left {
    flex-shrink: 0;
    width: 217px;
    font-family: OPPO;
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    color: #3c3e46;
}

.box_footer_right {
    flex: 1;
    display: grid;
    row-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.right_item {
    display: flex;
    align-items: center;
    gap: 7px;
}

.right_item p {
    font-family: OPPO;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #30303b;
}

/* --- infra_cards --- */
.infra_cards {
    width: 100%;
}

.infra_card_row {
    display: grid;
}

.infra_card_row1 {
    gap: 26px;
    grid-template-columns: repeat(3, 1fr);
}

.infra_card_row2 {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}

.infra_card {
    width: 100%;
    min-height: 298px;
    border-radius: 22px;
    padding: 30px;
    background: #ffffff;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.infra_card:hover {
    box-shadow: 0px 4px 4px 0px #0000000d;
}

.infra_card .icon_placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.infra_card .icon_placeholder img {
    width: 100%;
}

.infra_card .card_text .title {
    font-family: OPPO;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
}

.infra_card .card_text .text {
    font-family: OPPO;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #606368;
}

@media screen and (max-width: 1024px) {
    .infra_card_row1,
    .infra_card_row2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .infra_card_row1,
    .infra_card_row2 {
        grid-template-columns: repeat(1, 1fr);
    }
}
/* --- infra_cards end --- */

/* --- fet_item --- */
.fet_item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
}

.fet_item_desc {
    flex: 1;
}

.fet_item_tit {
    font-family: OPPO;
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    color: #1c1c1c;
}

.fet_item_txt {
    font-family: OPPO;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #606368;
}

.fet_item_list {
    list-style: none;
    padding: 0;
    margin: 0;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.fet_item_list_li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.fet_item_list_li:last-child {
    margin-bottom: 0;
}

.fet_item_list_li img {
    width: 16px;
    height: 16px;
}

.fet_item_list_li span {
    font-family: OPPO;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #606368;
}

.fet_item_pic {
    /* flex: 1; */
    display: flex;
    justify-content: center;
}

.fet_item_list_text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.fet_item_list_text .title {
    display: flex;
    align-items: center;
    gap: 6px;
}

.fet_item_list_text .title img {
    width: 18px;
    height: auto;
}

.fet_item_list_text .title p {
    font-family: OPPO;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #333333;
}

.fet_item_list_text .text {
    font-family: OPPO;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #606368;
}

@media screen and (max-width: 1024px) {
    .fet_item {
        flex-direction: column;
        gap: 40px;
    }

    .fet_item.fet_item_right {
        flex-direction: column-reverse;
    }

    .fet_item_desc {
        max-width: 100%;
        text-align: center;
    }

    .fet_item_list_li {
        justify-content: center;
    }
}
/* --- fet_item end --- */

.unlmd_api_right {
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid #ededed;
    overflow: hidden;
}

.api_name_wrap {
    width: 100%;
    background: #fcfcfc;
    border-bottom: 1px solid #eeeeee;

    position: relative;
    padding: 0 30px;
}

.api_name {
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.api_name p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #333333;
}

.api_namefas {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/static/cn/images/products/api_namefas.webp) no-repeat center;
    background-size: 16px 16px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.api_namefas.is_down {
    transform: rotate(-180deg);
}

.api_name_dropdown {
    position: absolute;
    top: 35px;
    right: 10px;
    z-index: 99;

    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #fff;
    transition: all 0.3s ease-in-out;
}

.dropdown-item {
    width: 120px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;

    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
}

.dropdown-item:hover {
    background: #f7f7f7;
}

.unlmd_api_item {
    position: relative;
}

.unlmd_api_item .el-tabs__content {
    height: 313px;
    overflow-y: auto !important;
}

.unlmd_api_item .code_copy {
    position: absolute;
    top: 30px;
    right: 30px;
    background: url(/static/cn/images/products/unl_copy_icon.webp) no-repeat center;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 90;
}

.unlmd_api_item pre code.hljs {
    display: block;
    padding: 0 30px;
    background: #fff;

    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.unlmd_api_item ::-webkit-scrollbar {
    height: 0;
}

.hljs-meta .hljs-string,
.hljs-regexp,
.hljs-string {
    color: #56b97b !important;
}

.hljs-doctag,
.hljs-keyword,
.hljs-meta .hljs-keyword,
.hljs-template-tag,
.hljs-template-variable,
.hljs-type,
.hljs-variable.language_ {
    color: #cf72db !important;
}

.hljs-title,
.hljs-title.class_,
.hljs-title.class_.inherited__,
.hljs-title.function_ {
    color: #6f27ff !important;
}

.code_tab .el-tabs__header.is-bottom {
    width: 100%;
    height: 46px;
    background: #fcfcfc;
}

.code_tab .el-tabs__header .el-tabs__nav-wrap {
}

.code_tab .el-tabs__header .el-tabs__nav-wrap::after {
    bottom: 45px;
    height: 1px;
    background-color: #eeeeee;
}

.code_tab .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav-scroll {
    width: 100%;
}

.code_tab .el-tabs__item {
    height: 46px;
    padding: 0 25px !important;
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 46px;
    color: #333333;
}

.code_tab .el-tabs__active-bar {
    display: none;
}

.code_tab .el-tabs__item.is-active {
    color: #000 !important;
    font-weight: 600 !important;
    background: #fff !important;
    border-top: 2px solid #000 !important;
}

.module_box2 {
    padding: 0 0 46px;
    background: #ffffff;
}

.contact_us_box {
    width: 100%;
    min-height: 180px;
    border-radius: 22px;
    background: #276bd8;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.contact_us_box p {
    font-family: OPPO;
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    color: #ffffff;
}

.contact_us_box a {
    padding: 9px 50px;
    border-radius: 30px;
    background: #ffffff;

    font-family: OPPO;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}

.sort_item2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.sort_item2_list {
    width: 400px;
    padding: 40px 30px;
    background: transparent;
    border: 1px solid #f3f3f3;
}

.sort_item2_list:hover {
    background: linear-gradient(270deg, #fbfbfb 0%, #eff6ff 100%);
}

.sort_item2_list .icon_box {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: #e4eeff;

    display: flex;
    align-items: center;
    justify-content: center;
}

.sort_item2_list .icon_box img {
    width: 20px;
    height: 20px;
}

.sort_item2_list .title {
    font-family: OPPO;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #333333;
}

.sort_item2_list .text {
    font-family: OPPO;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #606368;
}

.sort_item2_list .tips {
    display: flex;
    align-items: center;
    gap: 12px;
}

.sort_item2_list .tips .tips_item {
    padding: 6px 12px 7px;
    border-radius: 6px;
    border: 1px solid #eaeef1;

    font-family: OPPO;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #333333;
}

.sort_item2_list:hover .tips .tips_item {
    background: #e2eaf5;
    border-color: #e2eaf5;
}

.integration_title {
    display: flex;
    align-items: center;
    gap: 4px;
    height: 30px;
}

.integration_title img {
    width: 30px;
    height: 30px;
    margin: 0;
}

.integration_title p {
    font-family: OPPO;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: transparent;
    background: linear-gradient(90deg, #3e8cff 0%, #ff3bdd 100%) 0% 0% / 200% 100% text;
    animation: 3.5s linear 0s infinite normal none running gradient-text;
}

.view_more {
    width: 146px;
    height: 36px;
    border-radius: 30px;
    background: #ffffff;
    border: 1px solid #333333;

    display: flex;
    align-items: center;
    justify-content: center;

    font-family: OPPO;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #333333;
}

.border_top {
    border-top: 1px solid #f3f3f3;
}

.buy_box {
    width: 100%;
    height: auto;
    padding: 50px 0;
    background: url(/static/cn/images/public_page/cta_bg.webp) no-repeat;
    background-size: 100% 100%;
}

.buy_box_content {
    width: 100%;
    max-width: 1200px;
    min-height: 292px;
    border-radius: 26px;
    margin: 0 auto;
    background: url(/static/cn/images/public_page/cta_box_bg.webp) no-repeat;
    background-size: 100% 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.buy_box_content .tips {
    padding: 7px 20px 8px;
    border-radius: 30px;
    background: #d8e9f0;
    border: 1px solid transparent;
    background:
        linear-gradient(#d8e9f0, #d8e9f0) padding-box,
        linear-gradient(90deg, #267aff, #5792ff, #2bacff) border-box;

    font-family: OPPO;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    color: #276bd8;
}

.buy_box_content .text {
    font-family: OPPO;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #333333;
}

.buy_box_content .all_buy_btn {
    display: flex;
    align-items: center;
    gap: 30px;
}

.buy_box_content .buy_btn {
    padding: 9px 50px;
    border-radius: 30px;
    background: linear-gradient(90deg, #267aff 0%, #5792ff 50%, #2bacff 100%);

    font-family: OPPO;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #ffffff;
}

.buy_box_content .test_btn {
    padding: 9px 50px;
    border-radius: 30px;
    position: relative;
    background: transparent;
    z-index: 1;
    border: none;

    font-family: OPPO;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #276bd8;
}

.buy_box_content .test_btn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    padding: 1px;
    background: linear-gradient(90deg, #267aff, #5792ff, #2bacff);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

/* --- 静态住宅代理的优势 start --- */
.static_adv_grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 26px;
    width: 100%;
}

.static_adv_item {
    background: #fcfcfc;
    border: 1px solid #fcfcfc;
    border-radius: 22px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.static_adv_item:hover {
    background: #f5f8fc;
    border-color: #e9eef5;
}

.static_adv_item .title {
    font-family: OPPO;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
}

.static_adv_item .text {
    font-family: OPPO;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #606368;
}

.static_adv_item .item_img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.static_adv_grid .item1 {
    grid-column: span 4;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px 0 30px;
}

.static_adv_grid .item1 .item_info {
    flex: 1;
    max-width: 340px;
}

.static_adv_grid .item1 .item_img {
    margin: 0;
}

.static_adv_grid .item2 {
    width: 400px;
    grid-column: span 2;
    grid-row: span 2;
    padding: 40px 30px 25px;
    justify-content: space-between;
}

.static_adv_grid .item3 {
    grid-column: span 2;
    padding: 30px 30px 20px;
}

.item3 .item_img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.static_adv_grid .item4 {
    grid-column: span 3;
    padding: 40px 40px 52px;
}

.static_adv_grid .item5 {
    grid-column: span 3;
    padding: 40px 40px 10px;
}

@media screen and (max-width: 1024px) {
    .static_adv_grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .static_adv_grid .item1,
    .static_adv_grid .item2,
    .static_adv_grid .item3,
    .static_adv_grid .item4,
    .static_adv_grid .item5 {
        grid-column: span 2;
        grid-row: auto;
    }
    .static_adv_grid .item1 {
        flex-direction: column;
        align-items: flex-start;
    }
    .static_adv_grid .item1 .item_info {
        max-width: 100%;
    }
    .static_adv_grid .item1 .item_img {
        margin-top: 24px;
        margin-left: 0;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .static_adv_grid {
        grid-template-columns: 1fr;
    }
    .static_adv_grid .item1,
    .static_adv_grid .item2,
    .static_adv_grid .item3,
    .static_adv_grid .item4,
    .static_adv_grid .item5 {
        grid-column: span 1;
    }
}
/* 静态住宅代理的优势 end  */

/* 静态住宅价格  */
.static_price {
    width: 100%;
    height: 604px;
    display: flex;
    gap: 20px;
}

.static_price_left {
    flex: 1;
    max-width: 774px;
    height: 100%;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid #f3f4f5;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.static_price_left > div:not(.static-card-main) {
    flex-shrink: 0;
}

.static_price_left .static_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.static_price_left .static_header .header_left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.static_price_left .static_header .header_left .title {
    font-family: OPPO;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #30303b;
    white-space: nowrap;
}

.static_price_left .static_header .header_left .days {
    padding: 2px 15px;
    border-radius: 18px;
    background: #e5efff;
    border: 1px solid #4584e9;

    font-family: OPPO;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #276bd8;
    white-space: nowrap;
}

.static_price_left .static_header .el-input {
    width: 200px;
}

.static_header .el-input .el-input__inner {
    padding: 7px 12px;
    height: 34px;
    line-height: 34px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #ececec;

    font-family: OPPO;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #b3b5b8;
}

.static_main .area_filter {
    display: flex;
    align-items: center;
    gap: 40px;
    border-bottom: 1px solid #e4e7ed;
    padding-bottom: 0;
    overflow: auto;
}

.static_main .area_filter .area_item {
    flex-shrink: 0;
    cursor: pointer;
    font-family: OPPO;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #777e87;
    padding-bottom: 10px;
    position: relative;
}

.static_main .area_filter .area_item.active {
    font-weight: 500;
    color: #25242d;
}

.static_main .area_filter .area_item.active::after {
    content: '';
    width: 100%;
    height: 2px;
    background: linear-gradient(180deg, #2857ff 0%, #0038ff 100%);
    position: absolute;
    bottom: -2px;
    left: 0;
}

.custom-country-list {
    display: flex;
    /* align-content: center; */
    flex-wrap: wrap;
    align-content: stretch;
    align-items: flex-end;
    gap: 16px;
    overflow-y: auto;
}

.custom-country-item {
    border-radius: 30px;
    padding: 5px 28px;
    background: #ffffff;
    border: 1px solid #f3f4f5;

    font-family: OPPO;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #25242d;
    white-space: nowrap;

    cursor: pointer;
    position: relative;
    transition: all 0.3s;
}

.custom-country-item.active {
    background-color: #276bd8;
    border-color: #276bd8;
    color: #ffffff;
}

.custom-country-item.hip {
    margin-top: 7px;
    margin-right: 20px;
}

.custom-hip-badge {
    width: 48px;
    height: 22px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    background: #e8faef;
    border: 1px solid #c6f0d6;
    box-shadow: 0px 4px 10px 0px #00c94817;

    font-family: OPPO;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #19a44b;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-country-item.hip .custom-hip-badge {
    position: absolute;
    top: -7px;
    right: -20px;
}

.static-card-main {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 15px 20px;
    overflow-y: auto;
    flex: 1;
    min-height: 0;
}

.custom-card-one {
    width: 220px;
    height: 108px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #f3f4f5;
    padding: 34px 12px 14px;
    cursor: default;
    position: relative;
    overflow: hidden;
}

.custom-card-one.is-checked {
    border-color: #276bd8;
}

.custom-card-middle {
    font-family: OPPO;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #25242d;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}

.custom-card-bottom {
    width: 100%;
    height: 34px;
    border-radius: 6px;
    padding: 7px 12px;
    background: #fafafa;
    border: 1px solid #f2f2f5;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-price-text {
    display: flex;
    align-items: center;
}

.custom-price-text .amount {
    font-family: OPPO;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #30303b;
}

.custom-price-text .unit {
    font-family: OPPO;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #90949a;
}

.custom-card-bottom .el-input-number--mini {
    width: 60px;
}

.custom-card-bottom .el-input-number--mini .el-input__inner {
    background-color: transparent;
    border: none;
    padding: 0;

    font-family: Montserrat;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #25242d;
}

.custom-card-bottom .el-input-number--mini .el-input-number__decrease,
.custom-card-bottom .el-input-number--mini .el-input-number__increase {
    background-color: transparent;
    border: none;
    width: 8px;
    color: #90949a;
    font-weight: 600;
}

.custom-hot-badge {
    width: 54px;
    height: 22px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    background: #fff0e6;
    border: 1px solid #ffd9bf;
    box-shadow: 0px 4px 10px 0px #ff81291c;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;

    position: absolute;
    top: 0;
    left: 12px;
}

.custom-hot-badge img {
    width: 12px;
    height: 12px;
}

.custom-hot-badge p {
    font-family: 'Kanit';
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #ff6e09;
}

.custom-sign-badge {
    width: 52px;
    height: 22px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    background: #e8faef;
    border: 1px solid #c6f0d6;
    box-shadow: 0px 4px 10px 0px #00c94817;
    display: flex;
    align-items: center;
    justify-content: center;

    position: absolute;
    top: 0;
    right: 12px;
}

.custom-sign-badge p {
    font-family: OPPO;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #19a44b;
}

.static_price_right {
    width: 34%;
    max-width: 406px;
    height: 100%;
    flex-shrink: 0;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid #f3f4f5;
    padding: 30px;
}

.static_price_right .static_price_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.static_price_right .static_price_top p {
    font-family: OPPO;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #25242d;
}

.static_price_right .static_price_top img {
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.select_static_min {
    height: 148px;
    overflow: auto;
}

.select_static_min .select_empty {
    height: 100%;
    background: url(/static/cn/images/empty_text.svg?v={$res_ver}) no-repeat;
    background-size: 100% 100%;
}

.select_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.select_list .select_one {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.select_one .one_area {
    display: flex;
    align-items: center;
    gap: 8px;
}

.select_one .one_area img {
    width: 22px;
    height: 22px;
    border-radius: 50%;
}

.select_one .one_area p {
    max-width: 75px;
    font-family: OPPO;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #777e87;
    white-space: nowrap;
    overflow: hidden;
}

.one_right {
    display: flex;
    align-items: center;
    gap: 50px;
}

.select_one .one_price {
    font-family: OPPO;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #25242d;
}

.select_one .one_input .el-input-number {
    width: 76px;
    line-height: 20px;
}

.select_one .one_input .el-input-number .el-input__inner {
    height: 20px;
    line-height: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border: none;

    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #25242d;
}

.select_one .one_input .el-input-number .el-input-number__decrease,
.select_one .one_input .el-input-number .el-input-number__increase {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    background: #eeedf1;
    font-size: 8px;
}

.select_one .one_input .el-input-number .el-input-number__decrease .el-icon-minus:before,
.select_one .one_input .el-input-number .el-input-number__increase .el-icon-plus:before {
    font-weight: bold;
    color: #25242d;
}

.select_one .text_lable {
    font-family: OPPO;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #777e87;
}

.select_one .text_value {
    font-family: OPPO;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #25242d;
}

.select_one .total_lable {
    font-family: OPPO;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #25242d;
}

.select_one .total_value {
    font-family: OPPO;
    font-weight: 500;
    font-size: 26px;
    line-height: 20px;
    color: #ff6e09;
}

.select_submit .el-button.sign {
    width: 100%;
    height: 42px;
    border-radius: 25px;
    background: #276bd8;
    box-shadow: 0px 4px 10px 0px #0038ff4d;
    display: flex;
    align-items: center;
    justify-content: center;
}

.select_submit .el-button.sign span {
    font-family: OPPO;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
}

/* --- Proxy Compare Table --- */
.proxy_compare_table {
    display: grid;
    grid-template-columns: 300px 1fr 1fr;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.proxy_compare_table .comp_cell {
    padding: 21px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: OPPO;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #333333;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}

.proxy_compare_table .comp_cell.comp_title {
    justify-content: flex-start;
    padding-left: 49px;
}

.proxy_compare_table .comp_cell.comp_static,
.proxy_compare_table .comp_cell.comp_dynamic {
    border-left: 1px solid #f3f4f5;
    border-right: 1px solid #f3f4f5;
    transition: all 0.3s;
    background: transparent;
}

.proxy_compare_table .comp_cell.comp_dynamic.comp_top,
.proxy_compare_table .comp_cell.comp_static.comp_top {
    border-top: 1px solid #f3f4f5;
    padding-top: 30px;
    padding-bottom: 26px;
    flex-direction: column;
}

.proxy_compare_table .comp_cell.comp_dynamic.comp_bottom,
.proxy_compare_table .comp_cell.comp_static.comp_bottom {
    border-bottom: 1px solid #f3f4f5;
    padding-bottom: 18px;
    padding-top: 18px;
}

.proxy_compare_table:has(.comp_dynamic:hover) .comp_dynamic,
.proxy_compare_table:has(.comp_static:hover) .comp_static {
    background: #f7faff;
    border-left: 1px solid #5795f7;
    border-right: 1px solid #5795f7;
}

.proxy_compare_table:has(.comp_dynamic:hover) .comp_dynamic.comp_top,
.proxy_compare_table:has(.comp_static:hover) .comp_static.comp_top {
    border-top: 1px solid #5795f7;
}

.proxy_compare_table:has(.comp_dynamic:hover) .comp_dynamic.comp_bottom,
.proxy_compare_table:has(.comp_static:hover) .comp_static.comp_bottom {
    border-bottom: 1px solid #5795f7;
}

.proxy_compare_table .comp_cell.border_b {
    border-bottom: 1px solid #f3f4f5;
}

.proxy_compare_table .comp_top .title {
    font-family: OPPO;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #333333;
}

.proxy_compare_table .comp_top .subtitle {
    font-family: OPPO;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #606368;
    margin-top: 8px;
}

.proxy_compare_table .check_icon {
    font-size: 20px;
    color: #276bd8;
    font-weight: bold;
}

.proxy_compare_table .fw500 {
    font-weight: 500;
    color: #333333;
}

.proxy_compare_table .comp_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 64px 10px;
    border-radius: 18px;

    font-family: OPPO;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #276bd8;
    transition: all 0.3s;
    background: transparent;
    text-decoration: underline;
}

.proxy_compare_table .comp_btn:hover {
    color: #1e5ab8;
}

.proxy_compare_table:has(.comp_dynamic:hover) .comp_dynamic .comp_btn,
.proxy_compare_table:has(.comp_static:hover) .comp_static .comp_btn {
    background: #276bd8;
    color: #ffffff;
    text-decoration: none;
}

.proxy_compare_table:has(.comp_dynamic:hover) .comp_dynamic .comp_btn:hover,
.proxy_compare_table:has(.comp_static:hover) .comp_static .comp_btn:hover {
    background: #276bd8;
}

@media screen and (max-width: 768px) {
    .proxy_compare_table {
        grid-template-columns: 100px 1fr 1fr;
    }
    .proxy_compare_table .comp_cell {
        padding: 15px 5px;
        font-size: 12px;
    }
    .proxy_compare_table .comp_btn {
        width: 100px;
        height: 30px;
        font-size: 12px;
    }
    .proxy_compare_table .comp_top .title {
        font-size: 14px;
    }
    .proxy_compare_table .comp_top .subtitle {
        font-size: 12px;
    }
}

/* --- box_price_buy 模块样式 start --- */
.box_price_buy {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 4px;
    max-width: 1200px;
    width: 100%;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}

.box_price_buy .label_card {
    flex: none;
    width: 218px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #ffffff;
    margin-top: 15px;
    margin-bottom: 6px;
    border: 1px solid #eef2f8;
    box-shadow: 0px 8px 24px 0px rgba(13, 22, 38, 0.02);

    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.box_price_buy .cards_scroll_wrapper {
    flex: 1;
    display: flex;
    overflow-x: scroll;
    gap: 4px;
    margin-bottom: 0;
    -webkit-overflow-scrolling: touch;
}

.box_price_buy .cards_scroll_wrapper::-webkit-scrollbar {
    height: 6px;
}
.box_price_buy .cards_scroll_wrapper::-webkit-scrollbar-thumb {
    background: #e4e7ed;
    border-radius: 3px;
}
.box_price_buy .cards_scroll_wrapper::-webkit-scrollbar-thumb:hover {
    background: #c0c4cc;
}
.box_price_buy .cards_scroll_wrapper::-webkit-scrollbar-track {
    background: transparent;
}

.box_price_buy .label_cell {
    padding: 13px 34px;
    font-family: OPPO;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #606368;

    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #f3f4f5;
    box-sizing: border-box;
    transition: background-color 0.2s ease;
}

.box_price_buy .label_cell:last-child {
    border-bottom: none;
}

.box_price_buy .center_card {
    flex: none;
    width: 240px;
    background: #ffffff;
    border-radius: 22px;
    margin-top: 15px;

    display: flex;
    flex-direction: column;
    position: relative;
    overflow: visible;
    box-sizing: border-box;
}

.box_price_buy .center_card:hover {
    background: #fafafa;
}

.box_price_buy .center_card.is_hot {
    background: linear-gradient(180deg, #e5fcff 0%, #ffffff 60.14%);
}

.box_price_buy .hot_badge {
    position: absolute;
    top: -15px;
    left: calc(50% - 64px);
    width: 128px;
    height: 30px;
    border-radius: 20px;
    background: #27c0d8;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    z-index: 10;
}

.box_price_buy .hot_badge p {
    font-family: OPPO;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
}

.box_price_buy .card_header_box {
    padding: 36px 20px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid #f5f8fc;
}

.box_price_buy .card_title_wrap {
    display: flex;
    justify-content: center;
    width: 100%;
}

.box_price_buy .card_title {
    display: inline-block;
    height: 30px;
    border-radius: 25px;
    padding: 5px 28px 3px;
    background: #fafafa;

    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #25242d;
    white-space: nowrap;
}

.box_price_buy .center_card:hover .card_title {
    background: #ffffff;
}

.box_price_buy .card_title span {
    color: #276bd8;
}

.box_price_buy .is_hot .card_title,
.box_price_buy .is_hot.center_card:hover .card_title {
    background: #d8f1f5;
}

.box_price_buy .card_price_area {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.box_price_buy .price_num {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #30303b;
}

.box_price_buy .price_num .unit {
    font-family: OPPO;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #25242d;
}

.box_price_buy .traffic_num {
    margin-top: 6px;
    display: inline-block;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #276bd8;
    white-space: nowrap;
}

.box_price_buy .total_price_text {
    margin-top: 6px;
    font-family: OPPO;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #777e87;
    text-align: center;
}

.box_price_buy .price_title {
    font-family: OPPO;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #30303b;
    margin: -4px 0 17px;
}

.box_price_buy .price_text {
    width: 145px;
    font-family: OPPO;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    color: #777e87;
}

.box_price_buy .card_action {
    width: 100%;
    margin-top: 43px;
}

.box_price_buy .card_day_select {
    padding: 20px 0 0;
}

.box_price_buy .card_day_select .el-select .el-input__inner {
    height: 32px;
    line-height: 32px;
    border-radius: 6px;
    border: 1px solid #ebebeb;
}

.box_price_buy .card_day_select .el-input__icon {
    line-height: 32px;
}

.box_price_buy .card_day_select .el-icon-arrow-up:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 6px;
    background: #90949a;
    clip-path: polygon(0 100%, 100% 100%, 50% 0);
    vertical-align: middle;
}

.box_price_buy .buy_btn {
    width: 100%;
    height: 34px;
    border-radius: 21px;
    font-family: OPPO;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
    transition: all 0.3s;
    outline: none;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box_price_buy .btn_normal {
    background: #ffffff;
    border: 1px solid #d7dae0;
    color: #25242d;
}

.box_price_buy .btn_normal:hover,
.box_price_buy .btn_normal:active,
.box_price_buy .center_card:hover .btn_normal {
    background: #060612;
    border-color: #060612;
    color: #ffffff;
}

.box_price_buy .btn_black,
.box_price_buy .btn_black:hover {
    background: #060612;
    border-color: #060612;
    color: #ffffff;
}

.box_price_buy .btn_blue,
.box_price_buy .btn_blue:hover {
    background: #ffffff;
    color: #276bd8;
    border-color: #276bd8;
}

.box_price_buy .center_card:hover .btn_blue,
.box_price_buy .center_card:hover .btn_blue:hover {
    background: #276bd8;
    color: #ffffff;
    border-color: transparent;
}

.box_price_buy .btn_hot,
.box_price_buy .btn_hot:focus,
.box_price_buy .btn_hot:hover {
    background: #276bd8;
    color: #ffffff;
    border-color: transparent;
}

.box_price_buy .card_rows {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.box_price_buy .row_cell {
    padding: 13px 0;
    font-family: OPPO;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #333333;

    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #f3f4f5;
    box-sizing: border-box;
    transition: background-color 0.2s ease;
}

.box_price_buy .row_cell:last-child {
    border-bottom: none;
}

.box_price_buy .row_cell.row_alt,
.box_price_buy .label_card .label_cell.row_alt {
    background: #eff5ff !important;
}

.box_price_buy .blue_check {
    color: #276bd8;
    font-weight: bold;
    font-size: 18px;
}

.header_content .box_footer {
    padding: 30px 60px;
    gap: 108px;
    margin-bottom: 10px;
}

.header_content .box_footer .box_footer_right {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

@media screen and (max-width: 1200px) {
    .box_price_buy {
        padding: 16px 20px;
    }
}

.box_price_buy .center_card.first_in_tab,
.box_price_buy .center_card:first-of-type {
    border-bottom-left-radius: 0 !important;
}

.box_price_buy .center_card.first_in_tab .card_rows,
.box_price_buy .center_card:first-of-type .card_rows {
    border-bottom-left-radius: 0 !important;
}

.box_price_buy .center_card.first_in_tab .row_cell:last-child,
.box_price_buy .center_card:first-of-type .row_cell:last-child {
    border-bottom-left-radius: 0 !important;
}
/* --- box_price_buy 模块样式 end --- */

@media screen and (max-width: 1200px) {
    /* Global Container Adjustments */
    .page_main {
        overflow-x: hidden;
    }

    .module_box,
    .module_box2 {
        padding: 50px 0 !important;
    }

    .module_box_content {
        padding: 0 20px !important;
        box-sizing: border-box !important;
    }

    .public_title {
        font-size: 28px !important;
        line-height: 36px !important;
        text-align: center !important;
    }

    .public_des {
        font-size: 14px !important;
        line-height: 22px !important;
        text-align: center !important;
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    /* 1. Header Box Section */
    .header_box {
        padding: 100px 0 40px !important;
        background-size: cover !important;
    }

    .header_content {
        padding: 0 20px !important;
        box-sizing: border-box !important;
    }

    .header_content .content_des {
        margin-top: 40px !important;
    }

    .header_content .content_des .title {
        font-size: 32px !important;
        line-height: 42px !important;
    }

    .header_content .content_des .text {
        font-size: 14px !important;
        line-height: 22px !important;
        margin-top: 15px !important;
        max-width: 100% !important;
    }

    .header_content .operate {
        margin-top: 30px !important;
        flex-direction: column !important;
        gap: 15px !important;
        width: 100% !important;
    }

    .header_content .operate a {
        width: 100% !important;
        max-width: 280px !important;
        text-align: center !important;
        box-sizing: border-box !important;
    }

    .header_content .tips {
        margin-top: 15px !important;
        font-size: 12px !important;
    }

    .header_content .header_img {
        margin-top: 40px !important;
    }

    /* 2. Sort Item (Advantages List) */
    .sort_item {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
        gap: 20px !important;
        margin-top: 30px !important;
        padding: 0 10px !important;
    }

    .sort_item_list {
        min-height: auto !important;
        padding: 30px 20px !important;
        border-radius: 16px !important;
    }

    .sort_item_list img {
        width: 60px !important;
        height: auto !important;
    }

    .sort_item_list .title {
        font-size: 18px !important;
        margin-top: 15px !important;
    }

    .sort_item_list .text {
        font-size: 13px !important;
        line-height: 20px !important;
        margin-top: 10px !important;
        text-align: center !important;
    }

    /* 3. Pricing & Packages (Dynamic Residential) */
    .price_dec {
        font-size: 14px !important;
        line-height: 22px !important;
        text-align: center !important;
        padding: 0 10px !important;
    }

    .packageTabs {
        margin-top: 20px !important;
    }

    .header_list {
        flex-wrap: wrap !important;
        gap: 15px 30px !important;
        margin-top: 20px !important;
    }

    .width_1045 {
        margin-top: 30px !important;
        padding: 0 10px !important;
        box-sizing: border-box !important;
    }

    .box_price {
        gap: 20px !important;
    }

    .box_price .center_card {
        width: 46% !important;
        max-width: 280px !important;
        height: auto !important;
        padding: 24px 15px !important;
        box-sizing: border-box !important;
    }

    .contact_us {
        flex-direction: column !important;
        gap: 8px !important;
        text-align: center !important;
        margin-top: 20px !important;
    }

    .box_footer {
        flex-direction: column !important;
        gap: 20px !important;
        padding: 20px !important;
        margin-top: 30px !important;
        text-align: center !important;
    }

    .box_footer_left {
        width: 100% !important;
        font-size: 16px !important;
        line-height: 24px !important;
        flex-shrink: 1 !important;
    }

    .box_footer_right {
        width: 100% !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
    }

    /* 4. Applications (Sort Item 2) */
    .sort_item2 {
        gap: 20px !important;
        margin-top: 30px !important;
    }

    .sort_item2_list {
        width: 100% !important;
        max-width: 360px !important;
        box-sizing: border-box !important;
        padding: 30px 20px !important;
        border-radius: 16px !important;
    }

    .sort_item2_list .title {
        font-size: 18px !important;
        margin-top: 20px !important;
    }

    .sort_item2_list .text {
        font-size: 13px !important;
        line-height: 20px !important;
        margin-top: 10px !important;
    }

    .sort_item2_list .tips {
        margin-top: 15px !important;
        flex-wrap: wrap !important;
        gap: 8px !important;
    }

    .sort_item2_list .tips .tips_item {
        font-size: 12px !important;
        padding: 4px 10px !important;
    }

    /* 5. Static Residential Advantages Grid Override */
    .static_adv_grid .item2 {
        width: auto !important;
    }

    /* 6. Static Proxy Pricing Selector Panel */
    .static_price {
        flex-direction: column !important;
        height: auto !important;
        gap: 30px !important;
    }

    .static_price_left {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        padding: 20px !important;
        box-sizing: border-box !important;
    }

    .static_price_left .static_header {
        flex-direction: column !important;
        align-items: center !important;
        gap: 15px !important;
    }

    .static_price_left .static_header .el-input {
        width: 100% !important;
        max-width: 280px !important;
    }

    .static_main .area_filter {
        gap: 20px !important;
        justify-content: flex-start !important;
        padding-bottom: 5px !important;
    }

    .custom-country-list {
        gap: 10px !important;
        justify-content: center !important;
    }

    .custom-country-item {
        padding: 5px 18px !important;
        font-size: 13px !important;
    }

    .static-card-main {
        height: 320px !important;
        gap: 12px !important;
        margin-top: 20px !important;
        justify-content: center !important;
    }

    .custom-card-one {
        width: 45% !important;
        max-width: 220px !important;
        box-sizing: border-box !important;
    }

    .static_price_right {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        padding: 20px !important;
        box-sizing: border-box !important;
    }

    .select_static_min {
        height: auto !important;
        max-height: 180px !important;
    }

    .select_submit {
        margin-top: 30px !important;
    }

    .select_submit .sign {
        width: 100% !important;
        max-width: 280px !important;
        display: block !important;
        margin: 0 auto !important;
    }

    /* 7. Proxy Compare Table Intermediate Column sizes */
    .proxy_compare_table {
        grid-template-columns: 180px 1fr 1fr !important;
    }

    .proxy_compare_table .comp_cell.comp_title {
        padding-left: 20px !important;
    }

    .proxy_compare_table .comp_btn {
        padding: 8px 20px 10px !important;
        font-size: 14px !important;
    }

    /* 18. Buy Page Pricing Matrix (.box_price_buy) */
    .box_price_buy {
        padding: 10px 0 !important;
    }

    .box_price_buy .label_card {
        width: 130px !important;
        margin-top: 10px !important;
    }

    .box_price_buy .center_card {
        width: 180px !important;
        margin-top: 10px !important;
        border-radius: 16px !important;
    }

    .box_price_buy .label_cell,
    .box_price_buy .row_cell {
        height: 46px !important;
        padding: 0 10px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-sizing: border-box !important;
        font-size: 13px !important;
    }

    .box_price_buy .label_cell {
        justify-content: flex-start !important;
        font-size: 13px !important;
    }

    .box_price_buy .price_num {
        font-size: 24px !important;
        line-height: 30px !important;
    }

    .box_price_buy .price_num .unit {
        font-size: 12px !important;
    }

    .box_price_buy .traffic_num {
        font-size: 14px !important;
        line-height: 18px !important;
    }

    .box_price_buy .total_price_text {
        font-size: 13px !important;
        line-height: 16px !important;
    }

    .box_price_buy .card_title {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .box_price_buy .price_title {
        font-size: 18px !important;
        line-height: 22px !important;
    }

    .box_price_buy .price_text {
        width: 100% !important;
        padding: 0 10px !important;
        box-sizing: border-box !important;
        font-size: 12px !important;
        line-height: 14px !important;
    }

    .box_price_buy .card_header_box {
        padding: 20px 10px !important;
    }

    .box_price_buy .buy_btn {
        font-size: 12px !important;
        height: 30px !important;
    }

    .box_price_buy .hot_badge {
        width: 100px !important;
        height: 24px !important;
        top: -12px !important;
        left: calc(50% - 50px) !important;
    }

    .box_price_buy .hot_badge p {
        font-size: 11px !important;
        line-height: 13px !important;
    }

    .box_price .card_action {
        margin-top: 20px;
    }
}

@media screen and (max-width: 1024px) {
    /* 8. Features Left/Right & API Code Blocks */
    .fet_item {
        flex-direction: column !important;
        gap: 30px !important;
    }

    .fet_item_left {
        gap: 30px !important;
    }

    .fet_item_right {
        flex-direction: column-reverse !important;
        gap: 30px !important;
        margin-top: 40px !important;
    }

    .fet_item_desc {
        max-width: 100% !important;
        width: 100% !important;
        text-align: center !important;
    }

    .fet_item_list {
        align-items: center !important;
    }

    .fet_item_list_li {
        justify-content: center !important;
    }

    .fet_item_pic {
        width: 100% !important;
        max-width: 450px !important;
        margin: 0 auto !important;
    }

    .fet_item_pic img {
        width: 100% !important;
        height: auto !important;
    }

    .unlmd_api_right {
        width: 100% !important;
        max-width: 500px !important;
        margin: 0 auto !important;
    }

    /* 9. Infrastructure Cards & Columns */
    .infra_cards {
        margin-top: 30px !important;
    }

    .infra_card_row1,
    .infra_card_row2 {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        margin-top: 20px !important;
    }

    .infra_card {
        min-height: auto !important;
        padding: 130px 20px 30px !important;
        border-radius: 16px !important;
    }

    .infra_card .icon_placeholder {
        height: 120px !important;
        overflow: hidden !important;
    }

    .infra_card .icon_placeholder img {
        height: 100% !important;
        width: auto !important;
        display: block !important;
        margin: 0 auto !important;
    }

    .infra_card .card_text {
        text-align: center !important;
    }

    .infra_card .card_text .title {
        font-size: 18px !important;
    }

    .infra_card .card_text .text {
        font-size: 13px !important;
        line-height: 20px !important;
        margin-top: 10px !important;
    }

    /* 10. One-Stop Contact Box */
    .contact_us_box {
        min-height: auto !important;
        padding: 40px 20px !important;
        border-radius: 16px !important;
        gap: 20px !important;
    }

    .contact_us_box p {
        font-size: 20px !important;
        line-height: 28px !important;
        text-align: center !important;
    }

    .contact_us_box a {
        padding: 9px 40px !important;
    }

    /* 11. Shared CTA Box */
    .buy_box {
        padding: 40px 15px !important;
    }

    .buy_box_content {
        min-height: auto !important;
        padding: 40px 20px !important;
        border-radius: 16px !important;
        background-size: cover !important;
    }

    .buy_box_content .public_title {
        font-size: 24px !important;
        line-height: 32px !important;
        margin-top: 10px !important;
    }

    .buy_box_content .text {
        font-size: 13px !important;
        line-height: 20px !important;
        margin-top: 10px !important;
        padding: 0 10px !important;
    }

    .buy_box_content .buy_btn {
        margin-top: 24px !important;
        padding: 9px 40px !important;
    }
}

@media (max-width: 999px) {
    /* 12. Main Outer Spacing refinement */
    .page_main {
        padding: 10px;
    }
}

@media screen and (max-width: 768px) {
    /* 13. Hot Area refined bounds */
    .hot_area_box {
        margin-top: 30px !important;
        padding: 20px 15px !important;
        border-radius: 16px !important;
    }

    .hot_area_box .decorator {
        display: none !important;
    }

    /* 20. Proxy Compare Table Mobile columns override */
    .proxy_compare_table {
        grid-template-columns: 100px 1fr 1fr !important;
    }

    .proxy_compare_table .comp_cell.comp_title {
        padding-left: 10px !important;
    }

    .proxy_compare_table .comp_btn {
        width: 100% !important;
        max-width: 110px !important;
        height: 32px !important;
        padding: 0 !important;
        font-size: 12px !important;
        line-height: 32px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-sizing: border-box !important;
    }
}

@media screen and (max-width: 576px) {
    /* 14. Mobile Specific refinement of grid items */
    .box_price .center_card {
        width: 100% !important;
        max-width: 100% !important;
    }

    .box_footer_right {
        grid-template-columns: 1fr !important;
    }

    /* 19. Buy Page Pricing Matrix extreme narrow screen overrides */
    .box_price_buy .label_card {
        width: 100px !important;
    }

    .box_price_buy .label_cell,
    .box_price_buy .row_cell {
        font-size: 12px !important;
        height: 42px !important;
    }

    .box_price_buy .center_card {
        width: 150px !important;
    }

    .box_price_buy .price_num {
        font-size: 20px !important;
        line-height: 24px !important;
    }
}

@media screen and (max-width: 480px) {
    /* 15. Mobile country card sizing */
    .custom-card-one {
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* 618 活动 start */
.box_price_buy .hot_badge.hot_618 {
    left: calc(50% - 92px);
    width: 184px;
    border-radius: 28px;
    background: linear-gradient(270deg, #7df5cc 0%, #cefa89 100%);
}

.box_price_buy .hot_badge.hot_618 p {
    color: #000000;
}

.box_price_buy .center_card.is_hot.is_618 {
    background: linear-gradient(180deg, rgba(201, 250, 141, 0.3) 0%, #ffffff 60.14%);
}

.box_price_buy .hot_badge.hot_618 {
    left: calc(50% - 92px);
    width: 184px;
    border-radius: 28px;
    background: linear-gradient(270deg, #7df5cc 0%, #cefa89 100%);
}

.box_price_buy .hot_badge.hot_618 p {
    color: #000000;
}

.box_price_buy .is_618 .title_618 {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #25242d;
}

.box_price_buy .is_618 .card_title,
.box_price_buy .is_618.center_card:hover .card_title {
    margin-top: 6px;
    background: #333333 !important;
    color: #ffffff;
}

.box_price_buy .is_618 .is_hot .card_title,
.box_price_buy .is_618.is_hot.center_card:hover .card_title {
    background: #333333;
    color: #ffffff;
}

.box_price_buy .is_618 .btn_hot,
.box_price_buy .is_618 .btn_hot:focus,
.box_price_buy .is_618 .btn_hot:hover {
    background: linear-gradient(270deg, #7df5cc 0%, #cefa89 100%);
    color: #000000;
}

.box_price_buy .is_618 .card_title span {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;

    white-space: nowrap;
    background: linear-gradient(270deg, #7df5cc 0%, #cefa89 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

.box_price_buy .is_618 .card_title_wrap {
    flex-direction: column;
}

.box_price_buy .card_action {
    margin-top: 70px;
}

.box_price_buy .is_618 .card_action {
    margin-top: 34px;
}
/* 618 活动 end */
