<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@media screen and (min-width: 751px) {
    .mod_link {
        display: none;
    }

    .image {
        width: 100%;
        height: 100%;
    }

    .package_order {
        display: flex;
        column-gap: 56px;
        margin-bottom: 20px;
    }

    .package_detail_left {
        width: 330px;
        height: 330px;
        background: #F2F5F8;
    }

    .package_detail_right {
        flex: 1;
    }

    .title_box {
        height: 46px;
        display: flex;
        align-items: center;
    }

    .detail_right_title {
        font-weight: bold;
        font-size: 22px;
        line-height: 22px;
        color: #333333;
        margin-right: 10px;
    }

    .title_city {
        width: 36px;
        height: 20px;
        line-height: 18px;
        border-radius: 4px;
        box-sizing: border-box;
        border: 1px solid #FE552E;
        color: #FE552E;
        font-size: 12px;
        text-align: center;
        margin-right: 6px;
    }

    .title_yys {
        width: 36px;
        height: 20px;
        line-height: 18px;
        border-radius: 4px;
        box-sizing: border-box;
        border: 1px solid #13C2C2;
        color: #13C2C2;
        font-size: 12px;
        text-align: center;
    }

    .detail_right_content {
        margin-top: 8px;
        width: 780px;
    }

    .filter_box {
        padding: 20px 0;
        border-top: 1px solid #E7E7E7;
        border-bottom: 1px solid #E7E7E7;
    }

    .filter_line {
        display: flex;
        align-items: center;
        margin-bottom: 16px;
    }

        .filter_line .filter_name {
            width: 63px;
            font-size: 12px;
            color: #999999;
        }

        .filter_line .filter_list {
            max-width: 717px;
            display: flex;
            align-items: center;
            gap: 10px 20px;
            flex-wrap: wrap;
        }

        .filter_line .filter_item {
            min-width: 77px;
            height: 37px;
            line-height: 35px;
            text-align: center;
            padding: 0 10px;
            box-sizing: border-box;
            border-radius: 6px;
            background: #F2F5F8;
            font-size: 14px;
            color: #333333;
            border: 1px solid #F2F5F8;
            cursor: pointer;
        }

        .filter_line .checked {
            background: #F3FAFF;
            border: 1px solid #2C8FFF;
        }

    .detail_table_line {
        display: flex;
    }

        .detail_table_line .filter_name {
            width: 63px;
            font-size: 12px;
            color: #999999;
        }

    .detail_table {
        border: 1px solid #E0E0E0;
    }

    .detail_th {
        width: 717px;
        display: flex;
        align-items: center;
        background: #F3FAFF;
        border-bottom: 1px solid #E0E0E0;
    }

    .detail_tr {
        width: 717px;
        display: flex;
        align-items: center;
        background: #F9F9F9;
    }

    .detail_td {
        width: 25%;
        height: 38px;
        line-height: 38px;
        text-align: center;
        box-sizing: border-box;
        font-size: 12px;
        color: #333333;
    }

        .detail_td:nth-child(n+2) {
            border-left: 1px solid #E0E0E0;
        }

    .blue {
        color: #1D74FF;
    }

    .selected_box {
        height: 73px;
        background: #F3FAFF;
        margin: 33px 0 36px;
        border: 1px solid #2C8FFF;
        padding: 0 30px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    .selected_title {
        width: 104px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        background: linear-gradient(to right, #39A5FF, #2582FF);
        font-size: 14px;
        color: #FFFFFF;
        position: absolute;
        top: -13px;
        left: 29px;
    }

    .price_info {
        font-size: 12px;
        color: #333333;
    }

        .price_info .price_symbol {
            font-weight: bold;
            font-size: 14px;
            color: #FE552E;
            margin-left: 8px;
        }

        .price_info .price_num {
            font-weight: bold;
            font-size: 26px;
            color: #FE552E;
        }

    .selected_items {
        font-size: 12px;
        color: #999999;
    }

    .form_input {
        display: flex;
        align-items: center;
        margin-bottom: 22px;
    }

        .form_input .input_tit {
            width: 100px;
            font-size: 16px;
            color: #333333;
        }

        .form_input .input_cont {
            width: 520px;
            height: 38px;
            background: #F2F5F8;
            border-radius: 4px;
            padding: 0 20px;
            border: none;
            box-sizing: border-box;
        }

            .form_input .input_cont::placeholder {
                font-size: 16px;
                color: #999999;
            }

        .form_input .select_pcd {
            width: 160px;
            height: 38px;
            background: #F2F5F8;
            border-radius: 4px;
            padding: 0 18px;
            border: none;
            box-sizing: border-box;
            margin-right: 16px;
        }

    .input_textarea {
        width: 680px;
        padding: 8px 18px;
        box-sizing: border-box;
        background: #F2F5F8;
        border-radius: 4px;
    }

    .textarea_input {
        width: 640px;
        height: 50px;
        background: #F2F5F8;
        padding: 0;
        border: none;
        resize: none;
    }

        .textarea_input::placeholder {
            font-size: 16px;
            color: #999999;
        }

    .tips_box {
        background: #FFF5F5;
        border-radius: 10px;
        padding: 20px 25px;
        box-sizing: border-box;
        font-weight: 500;
        font-size: 12px;
        color: #FE552E;
        margin-bottom: 20px;
    }

    .xieyi_box {
        margin-left: 0;
    }

    .submit_btn {
        width: 260px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        margin: 20px auto;
        background: #0282DD;
        border-radius: 10px;
        font-size: 18px;
        color: #FFFFFF;
        cursor: pointer;
    }


    .package_info {
        display: flex;
        column-gap: 20px;
        margin-bottom: 20px;
    }

    .info_left_box {
        width: 220px;
        height: auto;
        border: 1px solid #DEDEDE;
        box-sizing: border-box;
    }

    .info_right_box {
        flex: 1;
        border: 1px solid #E7E7E7;
        box-sizing: border-box;
    }

    .box_title {
        height: 40px;
        line-height: 40px;
        padding: 0 13px;
        font-weight: bold;
        font-size: 16px;
        color: #333333;
        border-bottom: 1px solid #E7E7E7;
    }

    .broadband {
        padding: 10px 0;
        border-top: 1px dashed #DEDEDE;
    }

        .broadband:nth-child(1) {
            border-top: none;
        }

    .broadband-image {
        background: #E7E7E7;
        width: 190px;
        height: 190px;
        margin: 0 auto;
        overflow: hidden;
    }

        .broadband-image img {
            width: 100%;
            height: auto;
        }

    .broadband-info {
        background: #FFFFFF;
        padding: 10px 6px 0;
        color: #101010;
    }

    .broadband-title {
        font-size: 16px;
        text-align: center;
        margin-bottom: 2px;
        max-width: 200px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .broadband-price {
        font-size: 12px;
        text-align: center;
    }

        .broadband-price .price-num {
            font-size: 20px;
            color: #FF1D1D;
        }

    .broadband_btn_box {
        /*width: 208px;*/
        height: 36px;
        font-size: 14px;
        display: flex;
        border-radius: 4px;
        overflow: hidden;
        margin-top: 8px;
    }

        .broadband_btn_box .subscribe_btn {
            width: 50%;
            height: 100%;
            line-height: 36px;
            text-align: center;
            color: #fff;
            box-sizing: border-box;
            background: linear-gradient(to right, #39A5FF, #2582FF);
            cursor: pointer;
        }

        .broadband_btn_box .detail_btn {
            width: 50%;
            height: 100%;
            line-height: 34px;
            box-sizing: border-box;
            background: #fff;
            color: #1D74FF;
            border: 1px solid #39A5FF;
            /*border-radius: 4px 0px 0px 4px;*/
            border-radius: 4px;
            margin: 0 auto;
            text-align: center;
            cursor: pointer;
        }

    .info_right_title_line {
        width: 100%;
        border-bottom: 1px solid #E7E7E7;
    }

    .info_right_title {
        width: 106px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        background: #0282DD;
        font-size: 14px;
        color: #FFFFFF;
    }

    .image_box {
        padding: 20px;
        box-sizing: border-box;
    }
        .image_box img {
            width: 100%;
            height: auto;
        }

    .toast_box {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: -2.5rem 0 0 0;
        width: 500px;
        background: rgba(0, 0, 0, 0.8);
        border-radius: 0.4rem;
    }
        .toast_box .content {
            padding: 3rem;
            text-align: center;
            color: #fff;
            font-size: 16px;
        }

}


@media screen and (max-width: 750px) {
    
    .advanced_search_wrapper {
        max-width: 75rem;
    }

    .package_detail_left {
        width: 100%;
        height: auto;
        background: #F2F5F8;
    }

        .package_detail_left img {
            width: 100%;
            height: auto;
        }

    .package_detail_right {
        padding: 2rem;
        box-sizing: border-box;
    }

    .title_box {
        height: 9.2rem;
        display: flex;
        align-items: center;
    }

    .detail_right_title {
        font-weight: bold;
        font-size: 4.4rem;
        line-height: 4.4rem;
        color: #333333;
        margin-right: 2rem;
    }

    .title_city {
        width: 7.2rem;
        height: 4rem;
        line-height: 3.6rem;
        border-radius: 4px;
        box-sizing: border-box;
        border: 1px solid #FE552E;
        color: #FE552E;
        font-size: 2.4rem;
        text-align: center;
        margin-right: 1.2rem;
    }

    .title_yys {
        width: 7.2rem;
        height: 4rem;
        line-height: 3.6rem;
        border-radius: 4px;
        box-sizing: border-box;
        border: 1px solid #13C2C2;
        color: #13C2C2;
        font-size: 2.4rem;
        text-align: center;
    }

    .filter_name {
        font-size: 2.8rem;
        color: #999999;
        margin-bottom: 1rem;
    }

    .filter_line .filter_list {
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
        margin-bottom: 2rem;
    }

    .filter_line .filter_item {
        min-width: 15rem;
        height: 7.4rem;
        line-height: 7.2rem;
        text-align: center;
        padding: 0 10px;
        box-sizing: border-box;
        border-radius: 6px;
        background: #F2F5F8;
        font-size: 2.8rem;
        color: #333333;
        border: 1px solid #F2F5F8;
        cursor: pointer;
    }

    .filter_line .checked {
        background: #F3FAFF;
        border: 1px solid #2C8FFF;
    }


    .detail_table_line {
    }

    .detail_table {
        border: 1px solid #E0E0E0;
    }

    .detail_th {
        width: 100%;
        display: flex;
        align-items: center;
        background: #F3FAFF;
        border-bottom: 1px solid #E0E0E0;
    }

    .detail_tr {
        width: 100%;
        display: flex;
        align-items: center;
        background: #F9F9F9;
    }

    .detail_td {
        width: 25%;
        height: 7.6rem;
        line-height: 7.6rem;
        text-align: center;
        box-sizing: border-box;
        font-size: 2.4rem;
        color: #333333;
    }

        .detail_td:nth-child(n+2) {
            border-left: 1px solid #E0E0E0;
        }

    .blue {
        color: #1D74FF;
    }

    .selected_box {
        height: 14rem;
        background: #F3FAFF;
        margin: 6.6rem 0 6.6rem;
        border: 1px solid #2C8FFF;
        padding: 0 3rem;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    .selected_title {
        width: 20rem;
        height: 5rem;
        line-height: 5rem;
        text-align: center;
        background: linear-gradient(to right, #39A5FF, #2582FF);
        font-size: 2.6rem;
        color: #FFFFFF;
        position: absolute;
        top: -2.5rem;
        left: 3rem;
    }

    .price_info {
        width: 22rem;
        font-size: 12px;
        color: #333333;
    }

        .price_info .price_symbol {
            font-weight: bold;
            font-size: 14px;
            color: #FE552E;
            margin-left: 8px;
        }

        .price_info .price_num {
            font-weight: bold;
            font-size: 26px;
            color: #FE552E;
        }

    .selected_items {
        flex: 1;
        font-size: 12px;
        color: #999999;
    }

    .form_input {
        width: 100%;
        margin-bottom: 2rem;
    }

    .input_tit {
        font-size: 3.2rem;
        margin-bottom: 1rem;
    }

    .input_cont {
        width: 100%;
        height: 7.6rem;
        font-size: 3rem;
        border: none;
        background: #F2F5F8;
        border-radius: 4px;
        padding: 0 2rem;
        box-sizing: border-box;
    }

        .input_cont::placeholder {
            font-size: 3rem;
            color: #999999;
        }

    .address_box {
        flex: 1;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .select_pcd {
        width: 32%;
        height: 7.6rem;
        border: none;
        background: #F2F5F8;
        border-radius: 4px;
    }

    .input_textarea {
        width: 100%;
        height: 10rem;
        background: #F2F5F8;
        border-radius: 4px;
        overflow: hidden;
        box-sizing: border-box;
        padding: 1rem 2rem;
    }

    .textarea_input {
        width: 100%;
        height: 100%;
        background: #F2F5F8;
        padding: 0;
        border: none;
        resize: none;
    }

        .textarea_input::placeholder {
            font-size: 3rem;
            color: #999999;
        }

    .tips_box {
        background: #FFF5F5;
        border-radius: 10px;
        padding: 2.2rem;
        line-height: 3.4rem;
        box-sizing: border-box;
        font-weight: 500;
        font-size: 2.4rem;
        color: #FE552E;
        margin-bottom: 20px;
    }

    .xieyi_box {
        margin: 0;
        font-size: 2.6rem;
    }

    .submit_btn {
        width: 50rem;
        height: 10rem;
        line-height: 10rem;
        text-align: center;
        margin: 4rem auto;
        background: #0282DD;
        border-radius: 10px;
        font-size: 3.6rem;
        color: #FFFFFF;
    }


    .package_info {
        display: flex;
        column-gap: 20px;
        margin-bottom: 20px;
        flex-direction: column-reverse;
    }

    .info_right_title, .box_title {
        text-align: center;
        font-weight: bold;
        font-size: 3.2rem;
        color: #333333;
    }

    .image_box {
        width: 100%;
        height: auto;
    }

    .broadband_list {
        padding: 4rem 2rem;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    .broadband {
    }

    .broadband-image {
        width: 100%;
        aspect-ratio: 1 / 1;
        background: #E7E7E7;
        border-radius: 8px 8px 0 0;
        overflow: hidden;
    }

        .broadband-image img {
            width: 100%;
            height: 100%;
        }

    .broadband-info {
        background: #FFFFFF;
        border-radius: 0px 0px 8px 8px;
        border: 1px solid #E7E7E7;
        border-top: none;
        margin-top: -1px;
        padding: 2rem 2rem 2rem;
        color: #101010;
    }

    .broadband-title {
        font-size: 2.8rem;
        text-align: center;
        margin-bottom: 0.4rem;
        max-width: 40rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .broadband-price {
        font-size: 2.4rem;
        text-align: center;
    }

        .broadband-price .price-num {
            font-size: 4rem;
            color: #FF1D1D;
        }

    .broadband_btn_box {
        width: 100%;
        height: 7.2rem;
        font-size: 2.8rem;
        display: flex;
        justify-content: center;
        border-radius: 4px;
        overflow: hidden;
        margin-top: 8px;
        cursor: pointer;
    }

        .broadband_btn_box .detail_btn {
            width: 70%;
            height: 100%;
            line-height: 6.8rem;
            box-sizing: border-box;
            background: #fff;
            color: #1D74FF;
            border: 1px solid #39A5FF;
            border-radius: 4px;
            text-align: center;
        }

    .alertFram {
        max-height: 80vh !important;
        max-width: 70rem;
        overflow: hidden;
        margin: 0 auto;
        margin: 0 !important;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 2.5rem !important;
    }
    .scroll_y {
        max-width: 70rem;
        margin: 0 auto;
        position: absolute;
        bottom: 0;
        left: 0 !important;
    }


    .toast_box .content {
        padding: 3rem;
        text-align: center;
        color: #fff;
        font-size: 3rem;
    }

}
</pre></body></html>