/* ==========================================================================
   板块一 选项卡
   ========================================================================== */
.proxy_header {
    padding: 150px 0 120px;
    background: url(/static/cn/images/public_page/proxy_service/proxy_service_header.webp) no-repeat;
}

.proxy_header_flex {
    display: flex;
    align-items: center;
    gap: 103px;
}

.proxy_header_left {
    width: 500px;
    flex-shrink: 0;
}

.proxy_header_right {
    width: 597px;
}

.proxy_header_left .title {
    font-family: OPPO;
    font-weight: 600;
    font-size: 50px;
    line-height: 59px;
    color: #333333;
}

.proxy_header_left .desc {
    width: 490px;
    margin-top: 18px;
    font-family: OPPO;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #606368;
}

.proxy_header_left .btn_box {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.proxy_header_left .btn_box a {
    width: 130px;
    height: 42px;
    border-radius: 30px;
    border: 1px solid transparent;

    display: flex;
    align-items: center;
    justify-content: center;

    font-family: OPPO;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}

.proxy_header_left .btn_box .res_btn {
    background: #276bd8;
    border-color: #276bd8;
    color: #ffffff;
}

.proxy_header_left .btn_box .price_btn {
    background: #ffffff;
    border-color: #e5e8eb;
    color: #333333;
}

.case_price {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
}

.case_price .case_price_item {
    width: 270px;
    height: 340px;
    padding: 30px 10px 9px;
    border-radius: 22px;
    background: #fcfcfc;
    border: 1px solid #f3f4f5;
}

.case_price_item .item_title {
    margin-left: 23px;
    font-family: OPPO;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #25242d;
}

.case_price_item .item_box {
    margin-top: 16px;

    width: 250px;
    height: 264px;
    padding: 20px;
    border-radius: 19px;
    background: #ffffff;
    border: 1px solid #f3f4f5;
}

.item_box .price_num {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #30303b;
}

.item_box .price_num span {
    margin-left: 6px;
    font-family: OPPO;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #606368;
}

.feature_list {
    margin-top: 20px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}

.feature_list_item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.feature_list_item .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #333333;
}

.feature_list_item p {
    font-family: OPPO;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
}

.item_box .buy_btn {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;

    width: 160px;
    height: 34px;
    border-radius: 9px;
    background: #060612;

    font-family: OPPO;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
}

.item_box .buy_btn img {
    width: 20px;
    height: 20px;
}

/* ==========================================================================
   板块二 代理计划选项卡
   ========================================================================== */
.case_price .case_price_item:hover {
    background: #ffffff;
    border-color: #f3f4f5;
    box-shadow: 0px 0px 40px 0px #0000000f;
}

.case_price .case_price_item:hover .item_box {
    border-color: #f3f4f5;
    background-image: url('/static/cn/images/public_page/use_cases/price_box_bg.webp');
    background-repeat: no-repeat;
}

/* ==========================================================================
   板块三 热门地区选项卡
   ========================================================================== */
.location_title {
    font-family: OPPO;
    font-weight: 600;
    font-size: 40px;
    line-height: 57px;
    text-align: center;
    color: #333333;
}

.location_desc {
    max-width: 730px;
    width: 100%;
    margin: 18px auto 0;
    font-family: OPPO;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #606368;
}

/* ==========================================================================
   板块四 选项卡
   ========================================================================== */

.proxy_module_flex {
    display: flex;
    flex-direction: column;
}

.proxy_item_flex {
    display: flex;
    align-items: center;
}

.proxy_item_flex .item_text {
    flex-shrink: 0;
    width: 500px;
}

.proxy_item_flex .item_text .title {
    font-family: OPPO;
    font-weight: 600;
    font-size: 40px;
    line-height: 47px;
    color: #333333;
}

.proxy_item_flex .item_text .desc {
    font-family: OPPO;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #606368;
}

.proxy_item_flex .item_text .text_box1 {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.proxy_item_flex .item_text .text_box1 p {
    font-family: OPPO;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #606368;
}

.proxy_item_flex .item_text .text_box1 .dot {
    font-size: 15px;
    line-height: 18px;
}

.proxy_item_flex .item_text .text_box1 .dot {
    padding-left: 16px;
    position: relative;
}

.proxy_item_flex .item_text .text_box1 .dot::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #333333;

    position: absolute;
    top: 6px;
    left: 0;
}

.timeline_container {
    width: 100%;
    position: relative;
    padding-left: 18px;

    display: flex;
    flex-direction: column;
    gap: 16px;
}

.timeline_container::before {
    content: '';
    position: absolute;
    left: 7.3px;
    top: 11px;
    bottom: 62px;
    width: 1px;
    background-color: #333333;
}

.feature_group {
    position: relative;
}

.feature_group::before {
    content: '';
    position: absolute;
    left: -13px;
    top: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #333333;
    z-index: 1;
}

.feature_title {
    font-family: OPPO;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #333333;
}

.sub_list {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sub_item {
    position: relative;
    padding-left: 16px;

    font-family: OPPO;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #606368;
}

.sub_item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;

    width: 10px;
    height: 5px;
    border-left: 1px solid #606368;
    border-bottom: 1px solid #606368;
    transform: rotate(-45deg);
}

.text_box2 {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.text_box2 .box2_item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.text_box2 .box2_item img {
    width: 16px;
    height: 16px;
}

.text_box2 .box2_item p {
    font-family: OPPO;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #606368;
}

.timeline_container2 {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.feature_group2 .feature_title {
    font-family: OPPO;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #333333;
}

.feature_group2 .sub_list {
    margin-top: 12px;
}

.feature_group2 .sub_list .sub_item.socks5 span{
    color: #09bd09;
}

.feature_group2 .sub_list .sub_item.http span{
    color: #ff691d;
}

.feature_group2 .sub_list .sub_item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;

    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: transparent;
    border: none;
}

.feature_group2 .sub_list .sub_item.socks5::before {
    background: #09bd09;
}

.feature_group2 .sub_list .sub_item.http::before {
    background: #ff691d;
}

/* ==========================================================================
   板块五 对比选项卡
   ========================================================================== */
.public_des.center730 {
    max-width: 730px;
    margin: 18px auto 0;
}

.contrast_box {
    max-width: 844px;
    margin: 50px auto 0;
    position: relative;
    padding: 50px 0 0;
}

.contrast_container {
    width: 100%;
    border-radius: 30px;
    border-top-right-radius: 120px;
    background: #f3f5f8;

    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
}

.contrast_labels {
    width: 270px;
    flex-shrink: 0;
    padding: 0 30px 0 40px;

    display: flex;
    flex-direction: column;
}

.premium_card {
    width: 328px;
    flex-shrink: 0;
    padding: 60px 40px;
    border-top-left-radius: 38px;
    border-top-right-radius: 136px;
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px #0000000d;
    margin-top: -50px;
    margin-bottom: 10px;

    display: flex;
    flex-direction: column;
    z-index: 10;
    position: relative;
}

.common_services {
    width: 246px;
    flex-shrink: 0;
    padding: 37px 30px;
}

.labels_header_space {
    height: 88px;
}

.premium_title {
    height: 78px;
    font-family: OPPO;
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    color: #333333;
}

.common_title {
    height: 51px;
    font-family: OPPO;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #333333;
}

.label_item,
.premium_item,
.common_item {
    height: 72px;
    padding: 20px 0;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #f3f5f8;
}

.label_item,
.common_item {
    border-color: #eaecef;
}

.premium_item {
    gap: 12px;
}

.common_item {
    gap: 10px;
}

.label_item,
.premium_item .text,
.common_item .text {
    font-family: OPPO;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
}

.premium_item img,
.common_item img {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.labels_header_space + .label_item,
.premium_item:first-child,
.common_item:first-child {
    height: 52px;
    padding-top: 0;
}

.label_item:last-child,
.premium_item:last-child,
.common_item:last-child {
    height: 52px;
    padding-bottom: 0;
    border-bottom: none;
}

/* ==========================================================================
   板块六 优势选项卡
   ========================================================================== */
.advantage_tab_wrapper {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.advantage_tab_list {
    display: inline-flex;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid #f0f0f0;
}

.advantage_tab_item {
    padding: 13px 40px;
    border-radius: 24px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-family: OPPO;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #606368;
    cursor: pointer;
}

.advantage_tab_item:hover {
    color: #333333;
}

.advantage_tab_item.active {
    background: #0585f2;
    color: #ffffff;
    font-weight: 500;
}

.advantage_list {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(auto-fill, 400px);
    justify-content: center;
}

.advantage_list_item {
    min-height: 254px;
    padding: 40px 30px;
    border-radius: 22px;
}

.advantage_list_item:hover {
    background: linear-gradient(270deg, #ffffff 0%, #eff6ff 100%);
}

.advantage_list_item img {
    width: 38px;
    height: 38px;
}

.advantage_list_item .title {
    margin-top: 30px;
    font-family: OPPO;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #333333;
}

.advantage_list_item .desc {
    margin-top: 14px;
    font-family: OPPO;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #606368;
}

/* ==========================================================================
   板块七 优势选项卡
   ========================================================================== */
.cases_item {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(auto-fill, 386px);
    justify-content: center;
    gap: 20px;
}

.cases_item_list {
    width: 100%;
    border-radius: 22px;
    background: #ffffff;
    padding: 30px;
}

.cases_item_list:hover {
    box-shadow: 0px 0px 30px 0px #0000000d;
}

.cases_item_list .icon_img {
    width: 34px;
    height: 34px;
}

.cases_item_list .title {
    margin-top: 20px;
    font-family: OPPO;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #333333;
}

.cases_item_list .text {
    margin-top: 16px;
    font-family: OPPO;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #606368;
}

/* ==========================================================================
   板块九 CTA选项卡
   ========================================================================== */
.buy_locations_title {
    font-family: OPPO;
    font-weight: 600;
    font-size: 40px;
    line-height: 47px;
    text-align: center;
    background: linear-gradient(90deg, #267aff 0%, #5a57ff 50%, #2bacff 100%);
    background-size: 100% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.buy_locations_text {
    font-family: OPPO;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #606368;
}

/* ==========================================================================
   小屏幕适配
   ========================================================================== */
@media screen and (max-width: 1200px) {
    .proxy_header_flex {
        margin-top: 30px;
        gap: 40px;
    }

    .proxy_header_left {
        width: 45%;
    }

    .proxy_header_right {
        width: 50%;
    }

    .advantage_list {
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    }

    .cases_item {
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    }
}

@media screen and (max-width: 992px) {
    .proxy_header {
        padding: 100px 0 60px;
        background-size: cover;
    }

    .proxy_header_flex {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .proxy_header_left {
        width: 100%;
        max-width: 600px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .proxy_header_right {
        width: 100%;
        max-width: 450px;
    }

    .proxy_header_left .desc {
        width: 100%;
        max-width: 490px;
    }

    .proxy_header_left .btn_box {
        justify-content: center;
    }

    .proxy_module_flex {
        gap: 60px !important;
    }

    .proxy_item_flex {
        flex-direction: column;
        gap: 30px !important;
    }

    .proxy_item_flex:nth-child(even) {
        flex-direction: column-reverse;
    }

    .proxy_item_flex .item_text {
        width: 100%;
        max-width: 600px;
    }

    .proxy_item_flex img {
        max-width: 100%;
        height: auto !important;
    }

    /* 对比选项卡适配 */
    .contrast_container {
        flex-direction: column;
        align-items: center;
        border-top-right-radius: 30px;
        padding: 30px 20px;
        gap: 30px;
    }

    .contrast_labels {
        display: none;
    }

    .premium_card {
        width: 100%;
        max-width: 480px;
        margin-top: 0;
        margin-bottom: 0;
        padding: 40px 20px;
        border-radius: 24px !important;
        border-top-right-radius: 24px !important;
    }

    .common_services {
        width: 100%;
        max-width: 480px;
        padding: 40px 20px;
        border-radius: 24px;
        background: #ffffff;
        box-shadow: 0px 0px 20px 0px #0000000d;
    }

    .premium_title,
    .common_title {
        height: auto;
        margin-bottom: 20px;
        text-align: center;
    }

    .premium_item,
    .common_item {
        height: auto !important;
        min-height: 52px;
        padding: 12px 0;
    }

    .premium_item:first-child,
    .common_item:first-child {
        height: auto !important;
        min-height: 52px;
        padding-top: 0;
    }

    .premium_item:last-child,
    .common_item:last-child {
        height: auto !important;
        min-height: 52px;
        padding-bottom: 0;
        border-bottom: none;
    }
}

@media screen and (max-width: 768px) {
    .mt {
        margin-top: calc(var(--mt) * 0.6) !important;
    }

    .proxy_header {
        padding: 80px 0 40px;
    }

    .proxy_header_left .title {
        font-size: 36px;
        line-height: 44px;
    }

    .proxy_header_left .desc {
        font-size: 15px;
        line-height: 22px;
    }

    .proxy_header_right {
        max-width: 360px;
    }

    /* 定价方案 */
    .case_price .case_price_item {
        width: calc(50% - 10px);
        height: auto;
        min-height: 340px;
    }

    .case_price_item .item_box {
        width: 100%;
        height: auto;
        padding: 16px;
    }

    .location_title {
        font-size: 32px;
        line-height: 42px;
    }

    .location_desc {
        padding: 0 15px;
        font-size: 15px;
        line-height: 22px;
    }

    .public_des.center730 {
        padding: 0 15px;
    }

    .proxy_item_flex .item_text .title {
        font-size: 30px;
        line-height: 38px;
    }

    .proxy_item_flex .item_text .desc {
        font-size: 15px;
        line-height: 22px;
    }

    .advantage_list {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-top: 30px;
    }

    .advantage_list_item {
        min-height: auto;
        padding: 24px 20px;
    }

    .advantage_list_item .title {
        margin-top: 15px;
        font-size: 18px;
    }

    .advantage_list_item .desc {
        margin-top: 8px;
        font-size: 14px;
        line-height: 20px;
    }

    .cases_item {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-top: 30px;
    }

    .cases_item_list {
        padding: 20px;
    }

    .cases_item_list .title {
        margin-top: 15px;
        font-size: 16px;
    }

    .cases_item_list .text {
        margin-top: 10px;
        font-size: 14px;
        line-height: 20px;
    }

    .buy_locations_title {
        font-size: 32px !important;
        line-height: 42px !important;
    }

    .buy_locations_text {
        font-size: 15px !important;
        line-height: 22px !important;
    }
}

@media screen and (max-width: 576px) {
    .case_price {
        flex-direction: column;
        align-items: center;
    }

    .case_price .case_price_item {
        width: 100%;
        max-width: 320px;
    }

    .advantage_tab_item {
        padding: 10px 15px;
        font-size: 13px;
    }

    .text_box2 {
        flex-wrap: wrap;
        gap: 15px;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 414px) {
    .proxy_header_left .title {
        font-size: 26px;
        line-height: 32px;
    }

    .proxy_header_left .desc {
        font-size: 14px;
        line-height: 20px;
    }

    .proxy_header_right {
        max-width: 280px;
    }

    .location_title {
        font-size: 24px;
        line-height: 32px;
    }

    .proxy_item_flex .item_text .title {
        font-size: 24px;
        line-height: 32px;
    }

    .buy_locations_title {
        font-size: 24px !important;
        line-height: 32px !important;
    }
}
