    html {
        font-size: 16px;
    }
    
  

    /* 新增三恒系统 */
    .nav-top{
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        z-index: 999;
        border-bottom: 1px solid #E2E2E2;
        line-height: 85px;
        padding-left: 70px;
    }
    .nav-top_ul{
        text-align: center;
    }
    .nav-top_ul>li{
        display: inline-block;
        text-align: center;
        margin-left: 55px;
    }
    .nav-top_ul>li:nth-of-type(1){
        margin-left: 0;
    }
    .nav-top_ul>li>a{
        opacity: 0.5;
        font-size : 1.125rem;
        color : #000000;
        position: relative;
        display: block;
        padding: 0 10px;
    }
    .nav-top_ul>li>a::after{
        position: absolute;
        left: 0;
        bottom: -3px;
        width: 0;
        content: "";
        height: 3px;
        background : #3E9783;
        opacity: 1;
    }
    .nav-top_ul>li:hover>a,
    .nav-top_ul>li.active>a{
        opacity: 1;
    }
    .nav-top_ul>li.on>a{
        opacity: 1;
    }
    /* .nav-top_ul>li:hover>a::after, */
    .nav-top_ul>li.on>a::after{
        width: 100%;
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
    }
    .heig{
        height: 100vh;
        padding-top: 86px;
    }
    .tem-wid>div{
        opacity: 0;
        z-index: -1;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        right: 0;
    }
    .tem-wid>div.active{
        opacity: 1;
        z-index: 900;
    }
    .tem-wid{
        width: 100%;
        height: 100%;
        height: calc(100% - 60px);
    }
    .tem-wid>div:nth-of-type(1) .whole_tit_span .fr {

        font-size: 1.25rem;
        color: #000;
    }
    .whole_fl{
        text-align: center;
        position: absolute;
        left: 0;
        top: 0%;
        /* transform: translateY(-50%); */
    }
    .whole_imgtop1{
        /* top: 50%;
        transform: translateY(-50%); */
    }
    .whole_img{
        width: 75%;
        
    }
    .whole_img img{
        width: 100%;
    }
    .Intercom_xd>ul,
.customized_fl>div{
    display: none;
}
.customized_for_dis>div{
    cursor: pointer;
}

    .whole{
        height: 100%;
    }
    /* .heig img{
        max-width: 100%;
    } */
    .whole_div{
        width: 25%;
        height: 100%;
        position: relative;
        padding: 30px 15px 30px 45px;
        border-left: 1px solid #E2E2E2;
    }
    .whole_div_heig{
        /* height: calc(100% - 90px); */
        /*overflow-y: scroll;
        overflow-x: hidden;*/
        flex-grow: 1;
        flex-shrink: 1;
        padding-right: 30px;
        height: 100%;
    }
     /*滚动条样式*/

     .whole_div_heig::-webkit-scrollbar { /*滚动条整体样式*/
        width: 4px; /*高宽分别对应横竖滚动条的尺寸*/
    }

    .whole_div_heig::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
        display: block;
        width: 15px;
        height: 35px;
        background-image: -moz-linear-gradient(-51deg, #E2E2E2 100%, #E2E2E2 100%);
        background-image: -webkit-linear-gradient(-51deg, #E2E2E2 100%, #E2E2E2 100%);
        background-image: -ms-linear-gradient(-51deg, #E2E2E2 100%, #E2E2E2 100%);
        
    }

    .whole_div_heig::-webkit-scrollbar-track { /*滚动条里面轨道*/
        background-color: #fff;
        width: 15px;
        height: 164px;
        position: absolute;
    }
    .whole_tit p{
        font-size : 1.375rem;
        vertical-align : super;
        margin-bottom: 20px;
        font-weight: bold;
    }
    .whole_tit{
        color: #000;
        border-bottom: 1px solid #E2E2E2;
        padding-bottom: 20px;
    }
    /* .whole_tit .whole_tit_span .fl{
        font-size: 1.25rem;
    } */
    .whole_tit_span{
        color: #000;
        font-size : .875rem;
       
    }
    .whole_tit_span div{
        line-height : 24px;
        color : #666666;
    }
    .whole_tit_span .fl{
        font-size : 1.125rem;
    }
    .whole_tit_span .fr{
        /* font-weight : bold; */
        font-size : 1rem;
        line-height : 30px;
        vertical-align : super;
        color: #7e7d7d;
    }
    .whole_ul{
        font-size : .875rem;
        line-height : 26px;
        color : #666666;
        padding: 20px 0;
        border-bottom: 1px solid #E2E2E2;
    }
    .whole_inp_size{
        font-size : .875rem;
        line-height : 26px;
        color : #666666;
    }
    .whole_inp_size .inp_m{
        color: #ccc;
    }
    .whole_inp_top .fl{
        font-size : 1.125rem;
        line-height : 30px;
        color : #000000;
    }
    .whole_inp_top .fr .iconfont{
        color: #E2E2E2;
        font-size: 1.5625rem;
        cursor: pointer;
        font-weight: 300;
    }
    .whole_for_lou{
        padding: 20px 0;
        border-bottom: 1px solid #E2E2E2;
    }
    .whole_inp_size input{
        border: 1px solid #E8E8E8;
        border-radius : 26px;
        -moz-border-radius : 26px;
        -webkit-border-radius : 26px;
        width: 100%;
        padding: 0 40px 0 15px;
        height: 50px;
        font-size: .875rem;
        color: #666666;
    }
    .inp_m{
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }
    .inp_m em{
        font-style: initial;
        font-size: 0.5rem;
        position: relative;
        top: -3px;
    }
    .whole_inp_size input:focus{
        border: 1px solid #3F9786;
    }
    
    .whole_for .whole_tit{
        padding-top: 20px;
    }

    .footer_bott{
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.8);
        padding: 8px 60px;
        color: #fff;
        z-index: 999;
    }
    .footer_bott_fl{
        width: 75%;
        float: left;
        font-weight: 300;
        margin-top: 15px;
    }
    .estimate{
        display: inline-block;
        font-weight: 300;
        padding-right: 90px;
        margin-right: 90px;
        border-right: 1px solid rgba(225, 225, 225, 0.17);
    }
    .estimate p:nth-of-type(1){
        font-size : 1.375rem;
        vertical-align : super;
        font-family: 'DINO';
    }
    .estimate p:nth-of-type(2){
        font-size : .875rem;
        vertical-align : super;
    }
    .estimate_div>div:nth-of-type(2){
        border-right: none;
    }
    .estimate_div_fr{
        padding-right: 60px;
        font-size : 1.125rem;
        cursor: pointer;
        margin-top: 5px;
    }
    .estimate_div_fr a{
        color: #fff;
        border-bottom: 1px solid;
    }
    .footer_bott_fr{
        width: 25%;
        float: right;
        text-align: center;
        
    }
    .footer_bott_fr button{
        text-align: center;
        font-size: 1rem;
        background : #3F9786;
        border-radius : 26px;
        -moz-border-radius : 26px;
        -webkit-border-radius : 26px;
        height: 48px;
        width: 300px;
        border: 1px solid #3F9786;
        margin: 7px 0;
    }
    .pt15{
        padding-top: 20px;
    }
    .customized_div .whole_tit_span{
        margin-bottom: 10px;
    }
    .customized_for .whole_inp_div>div.active input{
        border : 1px Solid #3F9786;
    }
    .step_2_b_div .whole_inp_size label,
    .step_2_f_div .whole_inp_size label{
        width: 100%;
        font-weight: 500;
    }
    .step_2_b_div .whole_inp_size .pr,
    .step_2_f_div .whole_inp_size .pr{
        border: 1px solid #E8E8E8;
        border-radius: 26px;
        -moz-border-radius: 26px;
        -webkit-border-radius: 26px;
        width: 100%;
        padding: 0 40px 0 15px;
        height: 50px;
        font-size: .875rem;
        color: #666666;
        overflow: hidden;
        cursor: pointer;
    }
    .step_2_f_div .whole_inp_size.active .pr,
    .step_2_b_div .whole_inp_size.active .pr{
        border: 1px solid #3F9786;
    }
    .equipment .equipment_inp.active,
    .customized .step_2_f_div .whole_inp_size.active .pr,
    .customized .step_2_b_div .whole_inp_size.active .pr{
        border: 3px solid #3F9786;
    }
    .step_2_b_div .whole_inp_size .pr input,
    .step_2_f_div .whole_inp_size .pr input{
        /* opacity: 1; */
        height: 40px;
    }
    /* .step_2_f_div .whole_inp_size .pr input[type='checkbox']{
        border: 1px solid #E8E8E8;
        border-radius: 26px;
        -moz-border-radius: 26px;
        -webkit-border-radius: 26px;
        width: 100%;
        padding: 0 40px 0 15px;
        height: 50px;
        font-size: .875rem;
        color: #666666;
        overflow: hidden;
    }
    .step_2_f_div .whole_inp_size .pr input[type="checkbox"]::before {
        border: 1px solid #E8E8E8;
        border-radius: 26px;
        -moz-border-radius: 26px;
        -webkit-border-radius: 26px;
        width: 100%;
        padding: 0 40px 0 15px;
        height: 50px;
        font-size: .875rem;
        color: #666666;
        overflow: hidden;
    }
    .step_2_f_div .whole_inp_size .pr input[type="checkbox"]:checked::before {
        border: 3px solid #3E9783;
        border-radius: 26px;
        -moz-border-radius: 26px;
        -webkit-border-radius: 26px;
        width: 100%;
        padding: 0 40px 0 15px;
        height: 50px;
        font-size: .875rem;
        color: #666666;
        overflow: hidden;
    } */
    .customized_div_text{
        margin-top: 10px;
        color: #000;
        color: #D32A29;
    }
    .step_2_f_div .whole_inp_size .pr span{
        display: block;
    }
    .step_2_b_div .whole_inp_size .pr span:nth-of-type(1),
    .step_2_f_div .whole_inp_size .pr span:nth-of-type(1){
        float: left;
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
    }
    .step_2_b_div .whole_inp_size .pr span:nth-of-type(2),
    .step_2_f_div .whole_inp_size .pr span:nth-of-type(2){
        float: right;
    }
    .step_2_b_div .whole_inp_size .pr input,
    .step_2_f_div .whole_inp_size .pr input{
        float: left;
        width: auto;
    }
    .step_inp_box .whole_inp_size .pr input{
        padding: 0;
    }
    .step_inp_box .whole_inp_size .pr span:nth-of-type(1){
        left: 50px;
    }
    .equipment_inp_box .equipment_inp label input{
        float: left;
    }
    .layui-form .equipment_inp_box input[type=checkbox],
    .layui-form .equipment_inp_box input[type=radio],
    .layui-form .equipment_inp_box select {
        display: block !important;
    }
    .equipment_inp_box .equipment_inp label input,
    .step_inp_box .whole_inp_size .pr input {
        width: 21px;
        height:21px;
        background-color:#fff;
        border:solid 1px #BBC1E1;
        /* -webkit-border-radius:50%; */
        border-radius:0;
        font-size:0.8rem;
        margin:0;
        padding:0;
        position:relative;
        display:inline-block;
        vertical-align:top;
        cursor:default;
        -webkit-appearance:none;
        -webkit-user-select:none;
        user-select:none;
        -webkit-transition:background-color ease 0.1s;
        transition:background-color ease 0.1s;
        margin-top: 13px;
        cursor: pointer;
    }
    .equipment_inp_box .equipment_inp label input{
        margin-top: 6px;
    }
    .equipment_inp_box .equipment_inp label input:checked,
    .step_inp_box .whole_inp_size .pr input:checked {
        background:#3E9783;
    }
    .equipment_inp_box .equipment_inp label input:focus,
    .step_inp_box .whole_inp_size .pr input:focus {
        outline: none;
        resize: none;
    }    
    .equipment_inp_box .equipment_inp label input::after,
    .step_inp_box .whole_inp_size .pr input:checked::after {
        content:'';
        top: 4px;
        left: 3px;
        width: 12px;
        height: 8px;
        /* border-radius: 50%; */
        position:absolute;
        background: transparent;
        border: #fff solid 2px;
        /* height: 6px;
        width: 10px; */
        border-top: none;
        border-right: none;
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .equipment_div>div{
        display: none;
    }
    .equipment_inp{
        border : 1px Solid #E8E8E8;
        border-radius : 30px;
        -moz-border-radius : 30px;
        -webkit-border-radius : 30px;
        text-align: center;
        padding-top: 10px;
        height: 50px;
        cursor: pointer;
    
    }
    .equipment_inp:hover{
        border : 1px Solid #3F9786;
    }

    .equipment_inp div:hover{
        border : 1px Solid #3F9786 !important;
    }
    .equipment_inp div{
        line-height: 24.5px !important;
    }
    /* .customized_nuan.active .equipment_huan_div  .equipment_inp{
        border : 3px Solid #3F9786 !important;
    } */
    .customized_nuan .equipment_huan_div  .equipment_inp.active{
        border : 3px Solid #3F9786 !important;
    }
    .equipment_huan{
        font-size : .875rem;
        line-height : 30px;
        color : #666666;
    }
    .equipment_huan .equipment_inp {
        padding: 8px 25px 0 25px;
        cursor: pointer;
        height: 50px !important;
        border: 1px Solid #E8E8E8;
    }
    .Intercom_pei>div:nth-child(1) .equipment_inp {
        padding: 8px 25px 0 25px;
        cursor: pointer;
        height: 50px !important;
        border: 1px Solid #E8E8E8;
    }
    .equipment_bor{
        border-bottom: none;
    }
    .equipment_bor .fr{
        font-size: 1.45rem;
    }
    .Intercom_kz{
        margin-top: 20px;
    }
    .Intercom_kz span{
        display: block;
        width: 45%;
        border : 1px solid #E8E8E8;
        border-radius : 26px;
        -moz-border-radius : 26px;
        -webkit-border-radius : 26px;
        line-height: 50px;
        text-align: center;
        cursor: pointer;
    }
    .Intercom_kz span:nth-of-type(2){
        float: right;
    }
    .whole_for_lou .Intercom_col:nth-child(2){
        margin: 0 2%;
    }
    .Intercom_col label{
        width: 100%;
        cursor: pointer;
    }
    .equipment_inp label{
        width: 100%;
        cursor: pointer;
    }
    .Intercom_col{
        width: 32%;
        float: left;
        border: 1px solid #E8E8E8;
        padding: 8px 12px;
        border-radius : 12px;
        color : #000000;
        cursor: pointer;
    }
    .Intercom_col span{
        display: block;
        width: 100%;
        height: 40px;
        border-radius: 26px;
    }
    .silvery{
        
        background: #e5a975;
    }
    .golden{
        background: #eeecf1;
    }
    .coffee{
        background: #937d6f;
    }
    .Intercom_col p{
        font-size : 1rem;
        line-height : 30px;
        text-align: center;
    }
    .Intercom_kz>span.active,
    .equipment_inp.active,
    .whole_for_lou>div.active{
        border: 3px solid #3F9786;
    }
    .equipment_bor {
        font-size: 1.125rem;
    }

    .fillin_tit{
        font-size : .875rem;
        line-height : 30px;
        color : #666666;
        display: none;
    }
    .fillin_wid{
        margin: 30px auto 0 auto;
        width: 80%;
    }
    .fillin_div_wid{
        width: 90%;
        margin: 85px auto 0 auto;
    }
    .fillin_div_p{
        font-size : 1.25rem;
        color : #000000;
        padding-bottom: 10px;
    }
    .fillin_inp .fillin_inp_size{
        font-size : .75rem;
        line-height : 30px;
        color : #B74134;
        text-align: right;
    }
    .fillin_inp select{
        appearance:none;
        -moz-appearance:none;
        -webkit-appearance:none;
    }
    .fillin_inp select{
        background: url(../img/1x/ico-arrow.png) no-repeat scroll 92% center transparent;
    }
    .fillin_inp select,
    .fillin_inp input{
        width: 100%;
        border :1px Solid #E8E8E8;
        border-radius : 26px;
        -moz-border-radius : 26px;
        -webkit-border-radius : 26px;
        height: 50px;
        padding: 0 15px;
    }
    .fillin_inp p{
        font-size : 1.125rem;
        line-height : 30px;
        color : #000;
        margin-bottom: 12px;
    }
    .fillin_inp p span{
        color: #B74134;
    }
    .fillin_inp{
        padding: 32px 0;
        margin-bottom: 30px;
        border-bottom: 1px solid #E2E1E0;
        border-top: 1px solid #E2E1E0;
    }
    .fillin_inp>div:nth-of-type(1){
        margin-bottom: 30px;
    }
    .fillin_inp .col-sm-9{
        margin-top: 42px;
    }
    .fillin_div_bott{
        font-size : .875rem;
        line-height : 24px;
        color : #666666;
    }
    .fillin_con>div:nth-of-type(2) .whole_ul{
        border-bottom: none;
    }
    .fillin_bor{
        border-bottom: 1px solid #E2E1E0;
    }
    .fillin_div_bott>p:nth-of-type(1){
        font-size : 1.25rem;
        color : #000000;
        padding-bottom: 10px;
        margin-bottom: 15px;
        border-bottom: 1px solid #E2E1E0;
    }
    /* 弹出框 */
    .popup{
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        height: 50;
        background : rgba(0, 0, 0, 0.55);
        z-index: 99999;
        overflow: hidden;
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;

    }
    .popup.active{
        height: 100%;
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
    }
    .popup_wid{
        padding: 30px 38px 50px 38px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        background: #fff;
        border: 1px Solid #EFEFEF;
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        text-align: center;
        z-index: 100;
    }
    .popup_tit{
        font-size : 1.25rem;
        color : #000000;
        margin-bottom: 30px;
    }
    .popup_cil{
        font-size : 1rem;
        line-height : 52px;
        color : #FFFFFF;
        background : #3F9786;
        background : rgba(63, 151, 134, 1);
        border-radius : 26px;
        -moz-border-radius : 26px;
        -webkit-border-radius : 26px;
        padding: 0 120px;
        margin: 0 auto;
        cursor: pointer;
    }
    .popup_ico{
        text-align: right;
        cursor: pointer;
    }
    .popup_ico .iconfont{
        font-size: 1.875rem;
        color: #BAB9B6;
        font-weight: bold;
    }
    .heig{
        overflow: hidden;
    }
    /* 预约体验 */
    .experience{
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
    }
    .experience_tit p:nth-of-type(1){
        font-size : 2rem;
        color : #000000;
        margin-bottom: 15px;
    }
    .experience_tit p:nth-of-type(2){
        font-size : 1.3rem;
        line-height : 24px;
        color : #666666;
    }
    .experience_tit{
        text-align: center;
        margin-bottom: 40px;
    }
    .experience_for{
        margin: 30px 0 45px 0;
    }
    .experience_inp p{
        font-size : 1rem;
        line-height : 30px;
        color : #000000;
        margin: 12px 0;
    }
    .experience_inp p span{
        color: #D32A29;
    }
    .experience_inp input{
        border:1px Solid #E8E8E8;
        border-radius : 26px;
        -moz-border-radius : 26px;
        -webkit-border-radius : 26px;
        width: 550px;
        height: 50px;
        padding: 0 15px;
    }
    .experience_inp input:focus{
        border: 1px solid #3F9786;
    }
    .experience_butt{
        font-size : 1rem;
        color : #FFFFFF;
        text-align: center;
    }
    .experience_butt button{
        height: 50px;
        padding: 0 110px;
        background : #3F9786;
        border: 1px solid #3F9786;
        border-radius : 26px;
        -moz-border-radius : 26px;
        -webkit-border-radius : 26px;
    }

    @media(max-width:1440px){
        .footer_bott {
            padding: 15px 30px;
        }
    }
    @media(max-width:1366px){
        .whole_div {
            width: 25%;
            height: 100%;
            position: relative;
            padding: 15px 15px 15px 25px;
        }
        .experience_tit p:nth-of-type(1) {
            font-size: 2rem;
        }
        .experience_tit p:nth-of-type(2) {
            font-size: 1.4rem;
        }
    }
    @media(max-width:1280px){
        .equipment_inp input{
            width: 120px !important;
        }
        .equipment_inp div {
            line-height: 17.5px !important;
        }
        .equipment_inp {
            padding-top: 10px;
        }
        .equipment_huan .equipment_inp,
        .equipment_inp,
        .step_2_b_div .whole_inp_size .pr,
        .step_2_f_div .whole_inp_size .pr,
        .whole_inp_size input{
            height: 40px !important;
        }
        .whole_div {
            padding: 30px 15px 30px 20px;
        }
        .whole_ul {
            padding: 15px 0;
        }
        .whole_tit {
            padding-bottom: 15px;
        }
        .whole_for_lou {
            padding: 15px 0;
        }
        .whole_for .whole_tit {
            padding-top: 15px;
        }
        .whole_tit p {
            font-size: 1.7rem;
            margin-bottom: 15px;
        }
        .whole_fl_top img{
            width: 100%;
            margin: 0 auto;
        }
        .Intercom_kz span{
            line-height: 40px;
        }
        .fillin_inp select, .fillin_inp input{
            height: 40px;
        }
        .equipment_huan .equipment_inp{
            padding: 5px 25px;
        }
    }
    @media(max-width:1024px){
        .whole_img {
            width: 70%;
        }
        .whole_div {
            width: 30%;
        }
        .footer_bott_fr button {
            height: 42px;
            width: 200px;
        }
        .fillin_inp p {
            font-size: 1rem;
        }
    }
    @media(max-width:990px){
        .nav-top {
            line-height: 75px;
            padding-left: 25px;
        }
        .nav-top_ul>li {
            margin-left: 8px;
        }
        .heig_padd{
            padding-top: 0;
        }
        .estimate {
            padding-right: 30px;
            margin-right: 30px;
        }
        .heig {
            padding-top: 75px;
        }
        .tem-wid {
            height: calc(100% - 83px);
        }
        .whole_fl_top img {
            width: 100%;
        }



        .whole_img{
            width: 100%;
            position: static;
            transform: translateY(0%);
        }
        .whole_div{
            width: 100%;
            padding: 25px 0 0 0;
            border-left: none;
        }
        .whole_div_heig{
            padding-right: 0;padding-bottom: 80px;
            /*overflow: auto;*/
            height: 100%;
        }
     
        .heig {
            overflow: auto;
        }
        .tem-wid{
            height: 100%;
            padding: 35px 15px ;
        }
        .whole_div{
            position: relative;
            height: auto;
        }
        .whole{
            height: auto;
        }
        .tem-wid>div{
           position: static;
           opacity: 1;
        }
        .heig_padd {
            padding-top: 0;
            padding-bottom: 108px;
        }
    }
    @media(max-width:767px){
        .nav-top_ul{
            display: none;
        }
        .nav-top>.fl{
            float: none;
        }
        /* .nav-top>.fl img{
            width: 180px;
        } */
        .nav-top {
            line-height: 60px;
            text-align: center;
            padding-left: 0;
        }
        .heig {
            padding:61px 0 125px 0 !important;
            overflow: auto;
        }

        .footer_bott {
            padding: 10px 15px;
        }
        .footer_bott_fl,
        .footer_bott_fr,
        .footer_bott_fr button{
            width: 100%;
            float: none;
        }
        .estimate{
            padding-right: 0;
            margin-right: 0;
            display: block;
            border-right: none;
        }
        .estimate p{
            display: inline-block;
        }
        .footer_bott_fr{
            margin-top: 8px;
        }
        
        .fillin_wid {
            margin: 0px auto 0 auto;
            width: 100%;
        }
        .fillin_inp {
            padding: 15px 0;
            margin-bottom: 15px;
        }
        .fillin_div_wid {
            width: 100%;
            margin: 15px auto 0 auto;
        }
        .footer_bott_fr button {
            height: 36px;
            margin: 0;
        }
        .footer_bott_fl{
            line-height: 16px;
        }
        .estimate p:nth-of-type(1) {
            font-size: 1.3rem;
        }
        .estimate p:nth-of-type(2){
            font-size: .0625rem;
        }
        .estimate_div_fr {
            padding-right: 0px;
            font-size: 1.3rem;
            margin-top: 0px;
        }
        .experience{
            padding: 35px 15px;
            position: relative;
            transform: translate(0,0);
            left: auto;
            top: auto;
        }
        .experience_inp input{
            width: 100%;
            height: 40px;
        }
        .experience_tit p:nth-of-type(2) {
            font-size: 1rem;
        }
        .experience_tit p:nth-of-type(1) {
            font-size: 1.7rem;
        }
        .experience_butt button {
            height: 40px;
            padding: 0 50px;
        }
        .equipment_huan .equipment_inp {
            padding: 4px 25px;
            /* height: 48px; */
        }
        .Intercom_col span {
            height: 30px;
        }
        .whole_tit p {
            font-size: 1.4rem;
        }
        .whole_tit_span .fr｛
        
        .whole_tit_span .fl {
            font-size: 1.055rem;
        }
        .whole_tit .whole_tit_span .fl {
            font-size: 1.125rem;
        }
        .popup_cil{
            padding: 0 ;
            width: 100%;
            line-height: 40px;
        }
        .popup_wid{
            width: 80%;
            margin: 0 auto;
            padding: 30px 15px;
        }
        .popup_ico{
            margin-bottom: 15px;
        }
        .estimate_div_fr{
            font-size: 1rem;
        }
    }

.text-capital{text-transform:uppercase;}
.step_2_f_div input[type="checkbox"]{
	display: block !important;
	
}
.step_2_b_div input[type="checkbox"]{
	display: block !important;
	
}

    .listtype{
        display: flex;
        justify-content: space-between;
    }
    .type{
        width: 45%;
        text-align: center;
        padding: 10px 20px;
        background: #eee;
        border-radius: 8px;
    }
    .listtype .on{
        color: #fff;
        background: #ffc107;
    }
        .yuyue{
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 1001;
        width: 300px;
        padding: 10px 20px;
        background: #f5f5f5;
        height: 420px;
        border-radius: 8px;
    
    }
    .yuyue button{
        width: 100%;
        background-color: #ff9600;
        border: 0;
        color: #fff;
        height: 38px;
        font-size: 20px;
    }
    .mask{
        display: none;
        top: 0;
        position: fixed;
        width: 100%;
        height: 100%;
        background: #424242c7;
        z-index: 1000;
    }
.xuanze{
display: flex!important;
align-items: center;
}
.xuanze input{
margin: 0!important;
margin-right: 5px!important;
}
.line-g{
background: #eee;
height: 1px;
margin: 10px 0;
}