﻿body {
}

h1, ul {
    margin: 0;
}

.home_footer, .foot-box-bot, .foot-box-top {
    display: none;
}

a:hover {
    text-decoration: none;
}

.toast_content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    min-width: 320px;
    padding: 0 20px;
    height: 64px;
    line-height: 64px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

@media screen and (min-width: 751px) {

    .page_container {
        padding-top: 80px;
    }

    .top_navbar {
        width: 100%;
        background: #fff;
        z-index: 1;
        position: fixed;
        top: 0;
        left: 0;
    }

    .menu_btn {
        display: none;
    }

    .nav_container {
        width: 1200px;
        height: 80px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .logo {
        min-width: 145px;
        height: 53px;
        line-height: 53px;
        background-image: url('/img/pc/broadband_logo.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        text-align: center;
        font-size: 24px;
        color: #F17542;
        font-weight: bold;
    }

    .nav_list {
        display: flex;
        align-items: center;
    }

    .nav_item {
        padding: 0 40px;
        font-size: 18px;
        color: #191919;
        position: relative;
        --curwidth: calc(100% - 70px);
        display: flex;
        justify-content: center;
    }

    .current_nav::after {
        content: '';
        width: var(--curwidth);
        height: 6px;
        background: linear-gradient( to right, #FF8D61, #F17542);
        border-radius: 3px;
        position: absolute;
        top: 32px;
    }

    .banner_container {
        width: 100%;
        max-width: 1200px;
        height: auto;
        margin: 0 auto;
    }

    .banner_img {
        width: 100%;
        height: auto;
    }

    .white_box {
        background: #FFFFFF;
        padding-top: 20px;
    }

    .gray_box {
        background: #F8F8F8;
        padding-top: 40px;
    }

    .content_box {
        width: 1200px;
        height: auto;
        margin: 0 auto;
    }


    .box_title {
        width: 100%;
        text-align: center;
        font-weight: bold;
        font-size: 30px;
        color: #0C0C0C;
    }

    .h1_box_title {
        line-height: 42px;
    }

    .form_box {
        margin: 24px 0 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .info_text {
        width: 380px;
        font-size: 16px;
        color: #151515;
        line-height: 24px;
    }

    .info_list {
        width: 408px;
        height: 300px;
        background-image: url('/img/pc/list_bg.png');
        margin-top: 20px;
    }

    .info_list_text {
        line-height: 60px;
        margin-bottom: 20px;
        padding-left: 92px;
        font-weight: bold;
        font-size: 18px;
        color: #0C0C0C;
    }

    .form_content {
        width: 515px;
        background: #FFFFFF;
        box-shadow: 0px 2px 6px 4px #E7E7E7;
        border-radius: 20px;
        padding: 30px 40px;
        box-sizing: border-box;
    }

    .form_title {
        font-weight: bold;
        font-size: 18px;
        line-height: 18px;
        color: #0E0E0E;
        text-align: center;
    }

    .district_list {
        padding: 20px 0;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px 5px;
    }

    .district_item {
        height: 36px;
        line-height: 36px;
        text-align: center;
        padding: 0 5px;
        box-sizing: border-box;
        background: #F2F2F2;
        border-radius: 18px;
        font-size: 14px;
        color: #0E0E0E;
    }

    .current_district {
        background: #FFF4F2;
        color: #FE552E;
    }

    .district_more {
        height: 36px;
        line-height: 36px;
        text-align: center;
        padding: 0 5px;
        box-sizing: border-box;
        background: #F2F2F2;
        border-radius: 18px;
        font-size: 14px;
        color: #0E0E0E;
        display: flex;
        justify-content: center;
    }

    .current_city {
        height: 36px;
        border-radius: 18px;
        background: #FFF4F2;
        font-size: 14px;
        color: #FE552E;
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 4px;
    }

    .city_icon {
        width: 12px;
        height: 14px;
    }


    .form_line_box {
        margin-bottom: 14px;
        display: flex;
        align-items: center;
        position: relative;
    }

    .input_tit {
        width: 70px;
        font-size: 14px;
        color: #0E0E0E;
    }

    .symbol {
        color: #F53323;
    }

    .input_box {
        flex: 1;
        height: 40px;
        line-height: 38px;
        font-size: 14px;
        color: #888888;
        background: #F2F2F2;
        border-radius: 20px;
        border: 1px solid #E6E6E6;
        box-sizing: border-box;
        padding: 0 16px;
    }

        .input_box input {
            background: #F2F2F2;
            border: none;
            width: 100%;
            font-size: 14px;
            color: #0E0E0E;
        }

            .input_box input::placeholder {
                font-size: 12px;
                color: #888888;
            }

    .select_line {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .select_icon {
        width: 7px;
        height: 7px;
    }

    .package_text {
        width: 90%;
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .select_package_box {
        width: 350px;
        max-height: 200px;
        overflow-y: scroll;
        box-sizing: border-box;
        padding: 8px 0;
        background: #FFFFFF;
        box-shadow: 0px 0px 4px 0px #DADADA;
        border-radius: 8px;
        z-index: 1;
        display: none;
        position: absolute;
        top: 44px;
        left: 70px;
    }

    .current_package {
        background: #FFF4F2;
        color: #FE552E;
    }

    .select_package_item {
        padding: 0 10px;
        height: 38px;
        line-height: 38px;
    }

        .select_package_item:hover {
            background: #F8F8F8;
        }

    .min_line_box {
        width: 50%;
        float: left;
    }

    .min_input_tit {
        padding-left: 12px;
    }

    .min_input {
        width: 140px;
    }

    .clear_both {
        clear: both;
    }

    .select_pcd {
        width: 110px;
        height: 40px;
        line-height: 38px;
        font-size: 12px;
        color: #888888;
        background: #F2F2F2;
        border-radius: 20px;
        border: 1px solid #E6E6E6;
        box-sizing: border-box;
        padding: 0 16px;
    }

    .agreement {
        font-size: 12px;
    }
        .agreement .checked-switch {
            width: 12px;
            height: 12px;
        }
        .agreement .protocol_title_box {
            color: #FE552E;
        }
    .glyphicon {
        display: none;
    }

    .submit_btn {
        width: 288px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: linear-gradient(#FE926F, #FF663C);
        border-radius: 20px;
        font-weight: bold;
        font-size: 18px;
        color: #FFFFFF;
        margin: 20px auto 0;
        cursor: pointer;
    }

    .operator_tab {
        display: none;
    }

    .broadband_list {
        padding: 30px 0 36px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 40px;
    }

    .broadband_item {
        background: #FFFFFF;
        box-shadow: 0px 0px 4px 0px #DADADA;
        border-radius: 10px;
        overflow: hidden;
    }

    .broadband_image {
        width: 100%;
        min-height: 195px;
        background: #E7E7E7;
    }

    .broadband_image img {
        width: 100%;
        height: auto;
    }

    .broadband_item p {
        margin: 0;
    }

    .broadband_info {
        background: #FFFFFF;
        padding: 9px 16px 20px;
    }

    .broadband_title {
        display: block;
        font-weight: bold;
        font-size: 16px;
        color: #0E0E0E;
        margin-bottom: 4px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .broadband_desc {
        display: block;
        font-size: 12px;
        color: #898989;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 10px;
    }

    .broadband_foot {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .broadband_price {
        font-weight: 500;
        font-size: 16px;
        color: #F53323;
    }

    .broadband_btn {
        width: 82px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        background: #FE552E;
        border-radius: 6px;
        font-size: 14px;
        color: #FFFEFE !important;
        cursor: pointer;
    }

    .card_list_text {
        display: none;
    }

    .card_list {
        padding: 25px 0;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
    }

    .process_card {
        box-sizing: border-box;
        padding: 60px 28px;
        background: #FFFFFF;
        box-shadow: 0px 2px 6px 2px #E7E7E7;
        border-radius: 16px;
    }

    .card_icon {
        width: 68px;
        height: 68px;
        display: block;
        margin: 0 auto 22px;
    }

    .card_title {
        font-weight: bold;
        font-size: 18px;
        color: #0E0E0E;
        text-align: center;
        margin-bottom: 9px;
    }

    .card_text {
        font-size: 12px;
        color: #949494;
        text-align: center;
        line-height: 20px;
    }

    .steps_box {
        padding: 0 130px;
        display: flex;
        align-items: center;
        column-gap: 16px;
    }

    .steps_num {
        width: 31px;
        height: 31px;
        line-height: 29px;
        text-align: center;
        font-size: 18px;
        color: #0E0E0E;
        border-radius: 50%;
        box-sizing: border-box;
        border: 1px solid #0E0E0E;
    }

    .steps_line {
        flex: 1;
        height: 1px;
        background: #E2E2E2;
    }

    .tip_box, .mb_form_box {
        display: none;
    }

    .link_box {
        margin-top: 55px;
        box-sizing: border-box;
        background: #FFF8CC;
        padding: 27px 35px;
        font-size: 18px;
        color: #0E0E0E;
    }

        .link_box a {
            margin-right: 10px;
            cursor: pointer;
        }

    .foot_box {
        height: 96px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .foot_text {
        font-size: 14px;
        color: #0E0E0E;
    }

    .foot_btn {
        margin: 0;
    }
    
    .page_foot_box {
        width: 100%;
        background: #F5F5F5;
        text-align: center;
        font-size: 12px;
        line-height: 16px;
        color: #686868;
        padding: 36px 0;
        box-sizing: border-box;
    }

    /*告知书弹窗样式协议*/

    .modal-wrap {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        padding: 0;
        background-color: rgba(25,28,34,.77);
        text-align: center;
        color: #4c5161;
        font-size: 14px;
        overflow: auto;
        z-index: 4;
    }

    .modal-show {
        display: block;
        opacity: 1;
    }

        .modal-show .modal-content {
            transition: all .4s;
            opacity: 1;
        }

    .modal-content {
        max-height: 1000px;
        width: 1200px;
        position: absolute;
        top: 50px;
        bottom: 60px;
        left: 50%;
        margin: auto 0 auto -600px;
        overflow: hidden;
    }

    .modal-footer, .modal-header {
        text-align: center;
        padding: .24rem 0;
        position: relative;
    }

    .modal-header {
        font-size: 0.30rem;
        line-height: 0.48rem;
        color: #333;
        font-weight: 600;
        position: fixed;
        width: 100%;
        background: #ffffff;
        border-top-left-radius: .16rem;
        border-top-right-radius: .16rem;
    }

    .modal-header-title {
        display: inline-block;
        width: 75%;
    }
    .f_dw {
        width: 1198px;
        height: 50px;
        background: #fff;
        position: fixed;
        left: 50%;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        bottom: 50px;
        margin-left: -599px;
    }

    .zdl {
        display: block;
        width: 100px;
        height: 40px;
        background: #ef3030;
        color: #fff;
        text-align: center;
        line-height: 40px;
        font-size: 14px;
        margin: 5px auto;
        border-radius: 5px;
        cursor: pointer;
    }

    /* 下单成功弹框 */
    .order_success_container {
        background-color: rgba(0, 0, 0, 0.4);
        width: 100%;
        height: 100%;
        box-shadow: 0px 0px 4px 0px #DADADA;
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 4;
    }
    .order_success_box {
        width: 600px;
        height: auto;
        border-radius: 10px;
        background: #fff;
        box-sizing: border-box;
        padding: 40px;
        text-align: center;
        position: relative;
    }
    .order_success_icon {
        width: 100px;
        height: 100px;
    }
    .order_success_title {
        color: #0E0E0E;
        font-size: 24px;
        font-weight: bold;
        margin-top: 20px;
    }
    .order_success_text {
        color: #898989;
        font-size: 16px;
        line-height: 24px;
        margin-top: 20px;
    }
    .success_btn {
        width: 66px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        border-radius: 6px;
        margin: 40px auto 0;
        background: #FE552E;
        cursor: pointer;
    }
    .close_btn {
        width: 16px;
        height: 16px;
        position: absolute;
        top: 20px;
        right: 20px;
    }
}


@media screen and (max-width: 750px) {

    .page_container {
        position: relative;
    }

    .top_navbar {
        position: sticky;
        top: 0;
        background: #FFFFFF;
        z-index: 2;
    }

    .nav_container {
        height: 0.8rem;
        padding: 0 0.2rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .logo {
        font-size: 0.32rem;
        color: #F17542;
        font-weight: bold;
    }

    .menu_btn {
        width: 0.6rem;
        height: 0.6rem;
    }

    .nav_list {
        display: none;
        position: absolute;
        top: 0.8rem;
        left: 0;
        width: 100%;
        height: 100vh;
        max-width: 7.5rem;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .nav_item {
        height: 0.8rem;
        line-height: 0.8rem;
        padding: 0 0.2rem;
        background-color: #fff;
        border-top: 1px solid #E6E6E6;
        font-size: 0.28rem;
        color: #0E0E0E;
    }
    .nav_item a {
        font-size: 0.28rem;
        color: #0E0E0E;
    }

    .banner_container {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    
    .banner_img {
        width: 100%;
        height: auto;
    }

    .white_box {
        background: #FFFFFF;
        padding-top: 0.4rem;
    }
    .gray_box {
        background: #F8F8F8;
        padding: 0.4rem 0.2rem 0.36rem;
    }

    .box_title {
        font-weight: bold;
        font-size: 0.34rem;
        color: #0E0E0E;
        text-align: center;
    }

    .form_box {
        padding-top: 0.18rem;
    }

    .info_text {
        font-weight: 500;
        font-size: 0.2rem;
        color: #898989;
        line-height: 0.24rem;
        text-align: center;
        padding: 0 0.7rem;
    }

    .info_list {
        width: 6.99rem;
        height: 4.6rem;
        background-image: url('/img/pc/list_bg.png');
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        margin: 0.3rem auto 0.4rem;
    }

    .info_list_text {
        line-height: 0.92rem;
        margin-bottom: 0.3rem;
        padding-left: 1.6rem;
        font-weight: bold;
        font-size: 0.28rem;
        color: #0C0C0C;
    }

    .form_content {
        width: 7.1rem;
        margin: 0.2rem;
        padding: 0.4rem 0.35rem;
        background: #FFFFFF;
        border-radius: 0.2rem;
        position: absolute;
        bottom: 0.1rem;
    }

    .form_title {
        font-weight: bold;
        font-size: 0.34rem;
        line-height: 0.34rem;
        color: #0E0E0E;
        text-align: center;
    }

    .district_list {
        padding: 0.3rem 0;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 0.16rem 0.08rem;
    }

    .district_item {
        height: 0.66rem;
        line-height: 0.66rem;
        text-align: center;
        padding: 0 5px;
        box-sizing: border-box;
        background: #F2F2F2;
        border-radius: 0.33rem;
        font-size: 0.28rem;
        color: #0E0E0E;
    }

    .current_district {
        background: #FFF4F2;
        color: #FE552E;
    }

    .district_more {
        height: 0.66rem;
        line-height: 0.66rem;
        text-align: center;
        padding: 0 5px;
        box-sizing: border-box;
        background: #F2F2F2;
        border-radius: 0.33rem;
        font-size: 0.28rem;
        color: #0E0E0E;
        display: flex;
        justify-content: center;
    }

    .current_city {
        height: 0.66rem;
        border-radius: 0.33rem;
        background: #FFF4F2;
        font-size: 0.28rem;
        color: #FE552E;
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 0.1rem;
    }

    .city_icon {
        width: 0.22rem;
        height: 0.28rem;
    }


    .form_line_box {
        margin-bottom: 0.22rem;
        display: flex;
        align-items: center;
        position: relative;
    }

    .input_tit {
        width: 1.36rem;
        font-size: 0.28rem;
        color: #0E0E0E;
    }

    .symbol {
        color: #F53323;
    }

    .input_box {
        flex: 1;
        height: 0.82rem;
        line-height: 0.8rem;
        font-size: 0.28rem;
        color: #888888;
        background: #F2F2F2;
        border-radius: 0.41rem;
        border: 0.01rem solid #E6E6E6;
        box-sizing: border-box;
        padding: 0 0.28rem;
    }

        .input_box input {
            background: #F2F2F2;
            border: none;
            width: 100%;
            font-size: 0.28rem;
            color: #0E0E0E;
        }

            .input_box input::placeholder {
                font-size: 0.26rem;
                color: #888888;
            }

    .select_line {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .select_icon {
        width: 0.15rem;
        height: 0.15rem;
    }

    .package_text {
        width: 90%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .select_package_box {
        width: 5rem;
        max-height: 3rem;
        overflow-y: scroll;
        box-sizing: border-box;
        padding: 8px 0;
        background: #FFFFFF;
        box-shadow: 0px 0px 4px 0px #DADADA;
        border-radius: 8px;
        z-index: 1;
        display: none;
        position: absolute;
        top: 0.84rem;
        left: 1.36rem;
    }

    .current_package {
        background: #FFF4F2;
        color: #FE552E;
    }

    .select_package_item {
        padding: 0 0.2rem;
        height: 0.7rem;
        line-height: 0.7rem;
        font-size: 0.26rem;
    }

        .select_package_item:hover {
            background: #F8F8F8;
        }

    .select_pcd {
        width: 1.6rem;
        height: 0.82rem;
        line-height: 0.8rem;
        font-size: 0.26rem;
        color: #888888;
        background: #F2F2F2;
        border-radius: 0.41rem;
        border: 0.01rem solid #E6E6E6;
        box-sizing: border-box;
        padding: 0 0.1rem;
    }

    .agreement {
        font-size: 0.24rem;
    }
        .agreement .checked-switch {
            width: 0.2rem;
            height: 0.2rem;
        }
        .agreement .protocol_title_box {
            color: #FE552E;
        }
    .glyphicon {
        display: none;
    }

    .submit_btn {
        width: 100%;
        height: 0.8rem;
        line-height: 0.8rem;
        text-align: center;
        background: linear-gradient(#FE926F, #FF663C);
        border-radius: 0.4rem;
        font-weight: bold;
        font-size: 0.36rem;
        color: #FFFFFF;
        margin: 0.32rem auto 0;
        cursor: pointer;
    }

    #ydkd, #ltkd, #dxkd {
        display: none;
    }

    .operator_tab {
        width: 100%;
        height: 1.24rem;
    }

    .operator_tab_bg {
        width: 7.1rem;
        height: 1rem;
        background: #EBEBEB;
        border-radius: 0.1rem;
        display: flex;
    }

    .operator_tab_item {
        flex: 1;
        height: 1rem;
        line-height: 1rem;
        text-align: center;
        font-weight: 500;
        font-size: 0.28rem;
        color: #0E0E0E;
    }
    .operator_tab_bg .active_operator {
        width: 100%;
        height: 100%;
        background: #FFFFFF;
        box-shadow: 0rem 0rem 0.04rem 0rem #CFCFCF;
        border-radius: 0.1rem;
        font-size: 0.32rem;
        font-weight: 800;
        display: flex;
        justify-content: center;
        z-index: 1;
        position: relative;
    }
        .operator_tab_bg .active_operator::before {
            content: '';
            width: 0.3rem;
            height: 0.3rem;
            background: #FFFFFF;
            border-radius: 0.05rem;
            transform: rotate(45deg);
            box-shadow: 0.04rem 0.04rem 0.04rem -0.04rem #CFCFCF;
            position: absolute;
            bottom: -0.12rem;
        }
        .operator_tab_bg .active_operator::after {
            content: '';
            width: 0.38rem;
            height: 0.06rem;
            background: linear-gradient(to right, #FF8D61, #F17542);
            border-radius: 0.03rem;
            position: absolute;
            bottom: 0.14rem;
        }


    .broadband_list {
        padding-top: 0.2rem;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.16rem 0.14rem;
    }

    .broadband_item {
        background: #FFFFFF;
        box-shadow: 0px 0px 0.04rem 0px #DADADA;
        border-radius: 0.16rem;
        overflow: hidden;
    }

    .broadband_image {
        width: 100%;
        min-height: 2.5rem;
        background: #E7E7E7;
    }
        .broadband_image img {
            width: 100%;
            height: auto;
        }

    .broadband_info {
        background: #FFFFFF;
        padding: 0.22rem 0.2rem 0.28rem;
    }
        .broadband_info p {
            margin: 0;
        }

    .broadband_title {
        display: block;
        font-weight: bold;
        font-size: 0.28rem;
        line-height: 0.28rem;
        color: #0E0E0E;
        margin-bottom: 0.14rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .broadband_desc {
        display: block;
        font-size: 0.22rem;
        line-height: 0.22rem;
        color: #898989;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 0.18rem;
    }

    .broadband_foot {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .broadband_price {
        font-weight: 500;
        font-size: 0.24rem;
        color: #F53323;
    }

    .broadband_btn {
        width: 1.6rem;
        height: 0.42rem;
        line-height: 0.42rem;
        text-align: center;
        background: #FE552E;
        border-radius: 0.21rem;
        font-size: 0.28rem;
        color: #FFFEFE !important;
        cursor: pointer;
    }

    .card_list_text {
        font-weight: 500;
        font-size: 0.2rem;
        color: #898989;
        line-height: 0.24rem;
        text-align: center;
        margin-top: 0.16rem;
    }

    .card_list {
        padding: 0.3rem 0.6rem 0.27rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .process_card {
        box-sizing: border-box;
    }

    .card_icon {
        width: 0.6rem;
        height: 0.6rem;
        display: block;
        margin: 0 auto 0.25rem;
    }

    .card_title {
        font-weight: bold;
        font-size: 0.28rem;
        line-height: 0.28rem;
        color: #0E0E0E;
        text-align: center;
    }

    .card_text {
        display: none;
    }

    .steps_box {
        padding: 0 1rem;
        display: flex;
        align-items: center;
    }

    .steps_num {
        width: 0.38rem;
        height: 0.38rem;
        line-height: 0.38rem;
        text-align: center;
        border-radius: 50%;
        box-sizing: border-box;
        background: #0E0E0E;
        font-size: 0.28rem;
        color: #FFFFFF;
    }

    .steps_line {
        flex: 1;
        height: 0.01rem;
        min-height: 1px;
        background: #858585;
    }

    .tip_box {
        width: 7.1rem;
        box-sizing: border-box;
        background: #FFF4F2;
        border-radius: 0.2rem;
        padding: 0.32rem 0.4rem;
        margin: 0.4rem auto;
        font-size: 0.24rem;
        color: #898989;
        line-height: 0.3rem;
    }

    .mb_form_box {
        height: 11rem;
        background: #F8F8F8;
    }

    .link_box, .foot_box, .page_foot_box {
        display: none;
    }

    .protocol_detail_box {
/*        display: none;*/
    }

    /*告知书弹窗样式*/
    .modal-wrap {
        display: none;
        opacity: 0;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        background: rgba(0,0,0,.75);
        transition: all .4s;
        z-index: 1;
    }

    .modal-show {
        display: block;
        opacity: 1;
    }

        .modal-show .modal-content {
            transition: all .4s;
            opacity: 1;
        }

            .modal-show .modal-content span {
                background: #fff;
                color: #555;
            }

    .modal-content {
        position: fixed;
        z-index: 9999999;
        overflow: hidden;
        overflow-y: scroll;
        border-radius: 2px;
        background: #fff;
        height: 61%;
        display: flex;
        flex-direction: column;
        border-top-left-radius: .16rem;
        border-top-right-radius: .16rem;
        bottom: 0;
        width: 100%;
    }
    .modal-content .book {
        padding: 0.2rem;
        box-sizing: border-box;
    }
    .f_dw {
        margin-bottom: 0.6rem;
    }
    .zdl {
        display: block;
        width: 2rem;
        height: 0.8rem;
        line-height: 0.8rem;
        text-align: center;
        background: #FE552E !important;
        color: #fff !important;
        border-radius: 0.1rem;
        margin: 0 auto;
    }


    /* 下单成功弹框 */
    .order_success_container {
        background-color: rgba(0, 0, 0, 0.4);
        width: 100%;
        height: 100%;
        box-shadow: 0px 0px 4px 0px #DADADA;
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 4;
    }

    .order_success_box {
        width: 80%;
        height: auto;
        border-radius: 0.12rem;
        background: #fff;
        box-sizing: border-box;
        padding: 0.8rem 0.4rem 0.4rem;
        text-align: center;
        position: relative;
    }

    .order_success_icon {
        width: 1rem;
        height: 1rem;
    }

    .order_success_title {
        color: #0E0E0E;
        font-size: 0.4rem;
        font-weight: bold;
        margin-top: 0.24rem;
    }

    .order_success_text {
        color: #898989;
        font-size: 0.28rem;
        line-height: 0.4rem;
        margin-top: 0.2rem;
    }

    .success_btn {
        width: 1.4rem;
        height: 0.6rem;
        line-height: 0.6rem;
        text-align: center;
        color: #fff;
        font-size: 0.28rem;
        border-radius: 0.1rem;
        margin: 0.4rem auto 0;
        background: #FE552E;
        cursor: pointer;
    }

    .close_btn {
        width: 0.26rem;
        height: 0.26rem;
        position: absolute;
        top: 0.2rem;
        right: 0.2rem;
    }

}
