﻿*{ 
    margin:0;
    padding:0;
}
body {
    font-family: 微软雅黑;
    background: #F5F7F9;
}

.feed-tab-wrapper {
    display: none !important;
}

.fixed_tab {
    position: fixed;
    top: 76px;
    left: 0;
    z-index: 10;
    width: 100%;
}
    .fixed_tab .tabs_box {
        margin: 0 auto;
        height: 46px;
        width: 1230px;
        background: #fff;
        border-bottom: 1px solid #ccc;
        font-size: 16px;
        display: flex;
        justify-content: space-around;
    }
    .fixed_tab .tabs_box .tab_item {
        line-height: 46px;
    }
        .fixed_tab .tabs_box .current {
            border-bottom: 3px solid #fe552e;
            color: #fe552e;
            font-weight: 700;
        }


.title {
    width: 1230px;
    font-size: 15px;
    color: #000;
    margin: 3px auto;
    padding: 10px 0;
    cursor: pointer;
}
.title a{
    color: #000 !important;
}
/*.shou {
    color: #000 !important;
}
.shou:hover{ 
    color:#fe552e !important;
}*/
.title a:hover {
    color: #fe552e !important;
}
.book .title {
    width: 1150px;
    font-size: 15px;
    color: #000;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    position: fixed;
    height: 50px;
    background: #fff;
    line-height: 50px;
}
.book p:nth-child(2){
    margin-top:50px;
}
.m-box {
    width: 1230px;
    /*overflow: hidden;*/
    font-size: 15px;
    /*margin-bottom:10px;*/
}
.m-box-left{ 
    /*width:935px;*/
    width: 1230px;
    /*overflow:hidden;*/
    float:left;
    /*background:red;*/
}
.m-box-right {
    width: 180px;
    height: 405px;
    float: right;
    background: url(../image/liucheng.png) no-repeat;
    background-size: 100% 100%;
    display: none;
}
.m-one{ 
    width:100%;
    height:65px;
}
.m-one-tit{ 
    width:160px;
    height:65px;
    background:url(../image/liang.png) no-repeat;
    background-size:100% 100%;
    float:left;
    display: none;
}
.m-one-cnt {
    width: 775px;
    height: 65px;
    /*background:url(/Img/pc/l-bg.png) no-repeat;*/
    background-size: 100% 100%;
    float: left;
    font-size: 36px;
    font-weight: bold;
    line-height: 65px;
    padding-left: 10px;
}
.cor{ 
    color:#FE795A;
}
.m-box-tow{ 
    width:935px;
    overflow:hidden;
    border:1px solid #E7E7E6;
    border-bottom:none;
    margin-bottom:10px;
}
.tab1 {
    width: 100%;
    min-height: 60px;
    border-bottom: 1px solid #E7E7E6;
    display: flex;
}
.tab1-tit1{ 
    width:160px;
    /*height:100%;*/
    background:#F2F2F2;
    line-height:60px;
    text-align:right;
    color:#616161;
}
.tab1-tit1 span{ 
    margin-right:20px;
}
.tab1-cnt1{ 
    width:400px;
    line-height:60px;
    color:#FE552E;
    padding-left:20px;
}
.tab1-tit2 {
    width:110px;
    line-height:60px;
    background:#F2F2F2;
    text-align:center;
    color:#616161;
}
.tab1-cnt2{ 
    width:260px;
    line-height:60px;
    color:#FE552E;
    padding-left:20px;
}
/*.tab-tc1 {
    width: 773px;*/
    /*overflow: hidden;*/
    /*padding: 10px 20px;*/
/*    overflow-x: scroll;
    height: 60px;
    line-height: 60px;*/
/*}*/
.tab-tc {
    /*width:773px;
    height:60px;
    line-height:60px;*/
    width: auto;
    /*height: 28px;*/
    line-height: 28px;
    background: #F5F5F5;
}
.tab-tc span{ 
    padding:3px 10px;
    border:1px solid #E7E7E6;
    /*background:#FCFAF9;*/
    background: #F5F5F5;
    font-size:14px;
}
.tab-tc div{ 
    display:inline-block;
    font-size:14px;
    /*margin-left:20px;*/
    background: #F2F5F8;
}
.tab-tc img{
    cursor:pointer;
}

/*号码信息*/
.number_info_box {
    /*width:935px;*/
    width: 1230px;
    overflow: visible;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 18px;
    padding: 40px;
    padding-bottom: 16px;
    display: flex;
    position: relative;
}

    .number_info_box .left_liucheng {
        width: 240px;
        height: 502px;
        position: absolute;
        left: -260px;
        top: 0;
    }

    .number_info_box .info_box {
        width: 50%;
        padding-left: 100px;
    }
        .number_info_box .info_box:nth-child(2) {
            border-right: 1px solid #F2F2F2;
        }

        .number_info_box .info_box .info_row {
            display: flex;
            margin-bottom: 24px;
            align-items: center;
        }

        .info_box .info_row .info_tit {
            width: 80px;
            min-width: 80px;
            margin-right: 10px;
            font-size: 16px;
        }
        .info_box .info_row .info_cnt {
            /*background: #EFEFEF;*/
            background: #F2F5F8;
            border-radius: 6px;
            padding: 0 20px;
            /*height: 28px;*/
            line-height: 36px;
            font-size: 14px;
        }
        .info_box .info_row info_cnts {
            display: block;
        }
            .info_box .info_row .info_cnt .jc {
                color: #FE552E;
                font-size: 16px;
            }
            .info_box .info_row .info_cnt .fw {
                margin-left: 8px;
                font-size: 14px;
            }
            .info_box .info_row .info_cnt .kp {
                border: none !important;
                color: #FE552E;
            }
            .info_box .info_row .info_cnt .info_cnt_tip {
                color: #AFAFB1;
                font-size: 12px;
                margin-left: 10px;
            }
            .info_box .info_remark {
                display: block !important;
            }
                .info_box .info_remark .info_cnt {
                    margin-top: 16px;
                }



                .pack_mask {
                    width: 100%;
                    height: 100%;
                    background: rgba(0,0,0,0.5);
                    position: fixed;
                    left: 0;
                    top: 0;
                    z-index: 99;
                    display: none;
                }
.pack_box {
    margin-left: -425px;
    width: 850px;
   /* height:300px;*/
    margin:250px auto;
    background:#fff;
    padding-bottom:20px;
}
.pack_box .pack_title{
    height: 44px;
    position: relative;
    line-height: 44px;
    padding: 0 15px;
    background-color: #FC8B42;
    color: #fff;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}
.pack_nav{
    padding:0 20px;
    display:flex;
    flex-wrap:nowrap;
    border-bottom:2px solid #FC8B42;
    margin-top:10px;
}
.pack_nav li{
    min-width:130px;
    max-width:200px;
    padding:0 10px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
    height:35px;
    text-align:center;
    line-height:35px;
    background:#f4f4f4;
    font-size:14px;
    color:#333;
    margin-right:5px;
    border:1px solid #e0e0e0;
    border-bottom:none;
}
.pack_nav li:hover{
    background:#FC8B42;
    color:#fff;
}
.pack_nav_check {
    border: none !important;
    background: #FC8B42 !important;
    color: #fff !important;
}
.pack_content li{
    float:left;
    width:130px;
    height:35px;
    background:#f4f4f4;
    color:#333;
    font-size:14px;
    text-align:center;
    line-height:35px;
    border-radius:5px;
    margin-left:20px;
    position:relative;
}
.pack_content li:hover{
    color:#333;
    background:#f4f4f4;
}
.pack_check{
    border:2px solid #FC8B42 !important;
    line-height:30px !important;
}
.pack_check::before{
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../image/jiaobiao.png") no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.package_content_box{
    overflow:hidden;
}
.order-charge-detail {
    padding: 0 15px;
    margin-top: 12px;
}
.order-charge-detail table {
    line-height: 20px;
    margin: 0 auto;
    font-size: 14px;
}
/*table {
    border-collapse: collapse;
    border-spacing: 0;
}*/
.order-charge-detail table {
    line-height: 20px;
    margin: 0 auto;
    font-size: 14px;
}
.order-charge-detail th.ttop {
    background: #ddd;
}
.order-charge-detail td, .order-charge-detail th {
    padding: 7px;
    text-align: left;
}
.order-charge-detail th {
    background: #f4f4f4;
}
.order-charge-detail td, .order-charge-detail th {
    border: 1px solid #ccc;
    padding: 3px;
    text-align: center;
    font-weight: 400;
    display: table-cell;
    vertical-align: middle;
}
.detail th {
    padding: 7px;
    text-align: left;
}
.order-charge-detail th {
    background: #f4f4f4;
}
.determine_btn{
    width:100px;
    height:40px;
    background:#FC8B42;
    color:#fff;
    font-size:14px;
    text-align:center;
    line-height:40px;
    margin:10px auto;
    cursor:pointer;
}
.kp {
    border: 1px solid #FE552E !important;
    color: #FE552E;
}
.jc{ 
    font-weight:700;
}
.fw{ 
    margin-left:20px;
    color:black;
}
.tab2-tit1{ 
    width:160px;
    height:60px;
    background:#FDF8E6;
    float:left;
    text-align:right;
    line-height:60px;
    color:#616161;
   /* border-bottom: 1px solid #E7E7E6;*/
}
.tab2-tit1 span{ 
    margin-right: 10px;
}
.tab2-cnt1{ 
    width:772px;
    height:60px;
    float:left;
}
.name{ 
    width:180px;
    height:30px;
    border:1px solid #E7E7E6;
    margin-left:20px;
    margin-top:15px;
    padding-left:20px;
}
.name::placeholder {
    font-size: 14px;
}
.zfz{ 
    width:320px;
    height:30px;
    border:1px solid #FE552E;
    margin-left:20px;
    margin-top:15px;
    padding-left:20px;
    color:#FE552E;
}
.zfz::placeholder{ 
    color:#FE552E;
    font-size:14px;
}
.tab2-cnt1 select{ 
    width:100px;
    height:35px;
    border:1px solid #E7E7E6;
    outline:none;
    color:black;
    margin-top:12px;
    /*margin-left:10px;*/
}
.bor-c{ 
    margin-right:5px;
}
.bor-p {
    margin-left: 20px;
}
.xxdz{ 
    width: 400px;
    height: 30px;
    /*border:1px solid #E7E7E6;*/
    border: none;
/*    margin-left: 20px;*/
/*    margin-top: 15px;*/
    padding-left: 10px;
/*    color: #FE552E;*/
}
.xxdz::placeholder{
    font-size:14px;
}
.xxdz:focus {
    border: none;
}
.xxdztab {
    height: 68px;
}
.xxdztab .tab2-tit1 {
    height: 68px;
}
.xxdztab .tab2-cnt1 {
    padding: 10px;
}
.xxdztab .xxdztip {
    color: red;
    font-weight: bold;
}
.xxdztab .diqu {
    font-size: 14px;
    color: red;
}
.tab2 {
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #E7E7E6;
    display: flex;
}
.tab2-tit{ 
    width:161px;
    height:100%;
    color:#616161;
    text-align:right;
    background:#FDF8E6;
    line-height:100px;
}
.tab2-tit span{ 
    margin-right:20px;
}
.tab2-content{ 
    width:775px;
    height:100px;
}
.tar{ 
    width:715px;
    height:75px;
    border:1px solid #E7E7E6;
    margin-top:12px;
    margin-left:20px;
    padding: 5px 20px;
}

.form_box {
    /*width:935px;*/
    width: 1230px;
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 18px;
    padding: 30px 0;
    padding-bottom: 30px;
}
    .form_box .info_tab {
        display: flex;
        justify-content: space-around;
        /*padding-bottom: 8px;*/
        border-bottom: 1px solid #E7E7E6;
        font-size: 20px;
        padding: 0 130px;
    }
    .form_box .info_tab .info_tab_item {
        padding-bottom: 24px;
        color: #888888;
    }
        .form_box .info_tab .current {
            border-bottom: 4px solid #fe552e;
            color: #fe552e;
            font-weight: 700;
        }
    .form_box .order_form {
        padding: 21px 150px 20px 150px;
    }
    .form_box .order_form .order_form_tip {
        color: #E10000;
        font-size: 14px;
        display: block;
        margin-bottom: 30px;
    }
    .form_box .order_form .order_form_inp {
        display: flex;
        align-items: center;
        margin-top: 20px;
    }
    .form_box .order_form .order_form_inp .name {
        margin: 0;
        padding: 0;
        width: 320px;
        background: #F5F5F5;
        border: none;
    }
    .form_box .order_form .order_form_inp .inp_needful {
        color: red;
    }
        .form_box .order_form .order_form_inp .input_tit {
            width: 88px;
            font-size: 16px;
        }
        .form_box .order_form .order_form_inp .input_cont {
            margin-left: 30px;
            background: #F2F5F8;
            padding: 0 10px;
            border-radius: 4px;
        }
            .form_box .order_form .order_form_inp .input_cont input {
                height: 40px;
                font-size: 14px;
                background: #F2F5F8;
            }
        .form_box .order_form .order_form_inp .input_cont input::placeholder {
            font-size: 14px;
        }
        .form_box .order_form .addressbox {
            display: block;
        }
        .form_box .order_form .order_form_inp .input_cont .tar {
            width: 780px;
            background: #F2F5F8;
            padding: 0;
            margin: 8px 0;
            border: none;
        }
        .form_box .order_form .order_form_inp .addresstit {
            display: flex;
            align-items: center;
        }
        .form_box .order_form .order_form_inp .addressinp {
            display: flex;
            align-items: center;
            margin-top: 10px;
        }
        .form_box .order_form .order_form_inp .addressinp .diqu {
            font-size: 14px;
            color: red;
        }
        .form_box .order_form .order_form_inp .adresstip {
            margin-left: 120px;
            margin-top: 10px;
            color: red;
            font-size: 14px;
        }
        .form_box .order_form .order_form_inp .xxdz {
            margin: 0;
            padding: 0;
            width: 300px;
            background: #F5F5F5;
            border: none;
            width: 780px;
        }
        .form_box .order_form .remarkbox {
            margin-top: 40px;
            align-items: normal;
        }
        .form_box .order_form .order_form_inp .select_area {
            background: none;
            padding: 0;
        }

.select_area .bor-p, .select_area .bor-c, .select_area .bor-d {
    width: 150px;
    border: none;
    background: #F2F5F8;
    margin: 0 5px 0 0;
    height: 40px;
    line-height: 30px;
    border-radius: 4px;
    padding: 0 10px 0 8px;
}

.form_box .agreement {
    padding: 8px 150px;
    margin-top: 10px;
}
.form_box .btn_box {
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.form_box .btn_box .yy-btn2 {
    margin: 20px 0;
    border-radius: 10px;
    width: 260px;
    height: 50px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 详情页推荐套餐 */
#detailHotMeals {
    width: 1230px;
    min-height: 240px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 18px;
    padding: 40px;
}
    #detailHotMeals .detail_tit {
        font-size: 16px;
        color: #333333;
    }
    #detailHotMeals .Package-right {
        border: none;
        width: 100%;
        margin-top: 20px;
        border-top: 1px solid #F2F2F2;
        padding: 20px 0 0 0;
    }
    
    #detailHotMeals .Package-right-head {
        display: none;
    }

    #detailHotMeals .Package-big {
        display: flex;
        width: 100%;
        height: auto;
    }
    #detailHotMeals .Package-box {
        width: 200px;
        height: auto;
        margin: 0;
        margin-right: 24px;
    }
    
    #detailHotMeals .Package-box:nth-child(n+6) {
        display: none;
    }

    #detailHotMeals .Package-box img {
        width: 180px;
        height: 180px;
    }
    #detailHotMeals .Package-txt {
        border: none;
        width: 180px;
        font-size: 14px;
        color: #888888;
    }
/* 详情页推荐套餐结束 */


.number_append .detail_box {
    /*width: 935px;*/
    width: 1230px;
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 18px;
    padding: 40px;
    padding-bottom: 10px;
}

.number_append .detail_box .detail_tit {
    /*text-align: center;*/
    font-size: 16px;
    color: #333333;
    /*font-weight: 700;*/
}

.yy-btn2 {
    display: block;
    width: 140px;
    height: 40px;
    color: white !important;
    background: #FE552E;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    margin: 50px 0;
    cursor: pointer;
    /*float: right;*/
}
.yy-btn2:hover{ 
    color:white;
}
.zje{ 
    margin:50px 0;
    padding:10px;
    float:right;
    margin-right:50px;
}
.zje span:nth-child(1){
    color:#616161;
    font-size:14px;
}
.zje span:nth-child(2){
    margin: 0 5px;
    font-size:18px;
    color:#FE552E;
}
.zje span:nth-child(3){
    color:#616161;
    font-size:14px;
}
.glyphicon-remove:before {
    content: "✖";

}
.min {
    width: 1230px;
    margin: 0 auto;
    margin-bottom: 50px;
    overflow:hidden;
}
.min-left{ 
    float:right;
}
.min-right {
    float: left;
    width: 990px;
}
.tab {
    width: 100%;
    height: 37px;
    border-bottom: 2px solid #FE552E;
}
.tab div{
    width: 115px;
    height: 35px;
    color: #666666;
    font-size: 16px;
    float: left;
    margin-right: 10px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #E1E1E1;
    background: #F6F6F6;
    border-bottom: none;
    cursor:pointer;
}
.pack-cont {
    color: #FE552E !important;
}
.big-img1 {
    width: 990px;
    margin-top: 20px;
}
.big-img2 {
    width: 990px;
    margin-top: 20px;
    display:none;
}
.big-img img1{ 
    width:100%; 
}
.big-img img2{ 
    width:100%;
}
.big-img3 {
    display: none;
}
.number {
    color: #ff6600;
    float: left;
    margin-left: 30px;
}
.again {
    color: #0188ca;
    float: left;
    margin-left: 20px;
    cursor: pointer;
}
.Frame {
    position: absolute;
    width: 735px;
    height: 535px;
    border: 1px solid #0188ca;
    top:135px;
    left:80px;
    background:white;
    display:none;
}
.frame-head{ 
    width:100%;
    height:80px;
    line-height:80px;
}
.frame-head-one{ 
    font-size:16px;
    margin-left:20px;
    float:left;
}
.frame-head-two {
    width: 100px;
    height: 25px;
    float: left;
    margin-top: 27px;
    margin-left: 20px;
    outline: none;
    border: 1px solid #E1E1E1;
}
.frame-head-three {
    width: 100px;
    height: 25px;
    float: left;
    margin-top: 27px;
    margin-left: 10px;
    outline: none;
    border: 1px solid #E1E1E1;
}
.frame-head-four {
    width: 160px;
    height: 30px;
    float: left;
    margin-top: 25px;
    margin-left: 10px;
    border: 1px solid #E1E1E1;
    padding-left:10px;
}
.frame-head-five {
    width: 50px;
    height: 25px;
    float: left;
    background: #0188C8;
    color: white;
    line-height: 25px;
    text-align: center;
    margin-top: 27px;
    margin-left:20px;
}
.Frame-left{ 
    width:350px;
    float:left;
    margin-left:10px;
}
.Frame-right {
    width: 350px;
    float: right;
    margin-right: 10px;
}
.Frame-nav {
    width: 100%;
    height: 30px;
    border: 1px solid #E1E1E1;
    background: #F7F7F7;
    line-height:30px;
}
.frame-num {
    display: inline-block;
    width: 116px;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    float:left;
}
.frame-fuwu {
    display: inline-block;
    width: 116px;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    float: left;
}
.frame-huafei {
    display: inline-block;
    width: 116px;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    float: left;
}
.num-list-box {
    width:100%;
    list-style:none;
}
.num-list-box li{ 
    width:100%;
    height:45px;
    line-height:45px;
    border-bottom:1px dashed #E1E1E1;
}
#num {
    display: inline-block;
    width: 116px;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    float: left;
}
.xx {
    display: inline-block;
    width: 116px;
    text-align: center;
    float: left;
}
.hh {
    display: inline-block;
    width: 116px;
    text-align: center;
    float: left;
}
.Changebatch {
    width: 188px;
    height: 30px;
    background: #00CAC6;
    color:white;
    font-size:16px;
    line-height:30px;
    text-align:center;
    clear:both;
    margin:0 auto;
}
li:hover {
    background: #CFE1F7;
    color: #094696;
    cursor: pointer;
}
.bf::before {
    content: "荐";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    background-color: rgb(255, 102, 0);
    font-size: 12px;
    color: rgb(255, 255, 255);
    border-bottom-right-radius: 5px;
}
.cjwt {
    width: 100%;
    display: none;
}
.tjhm {
    width: 1000px;
    height: 600px;
    display: none;
}
.blxz {
    width: 100%;
    height: 500px;
    display: none;
}
.hm {
    float: left;
    font-size: 24px;
    font-weight: 900;
    margin-left: 25px;
}
.beijing{ 
    float:left;
    margin-left:25px;
}
.Tips{ 
    width:100%;
    line-height:30px;
}
.Tips span{ 
    margin-left:85px;
    color:#757576;
}
.big-img1{ 
    margin-bottom:80px;
}
.big-img1 img {
    width: 750px;
    height: auto;
}
.Session-box {
    width: 735px;
    height: 560px;
    border: 1px solid #4597CF;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    background:white;
    z-index:999;
    display:none;
}
.Session-tit {
    font-family:宋体;
    width: 99%;
    margin:0 auto;
    height: 35px;
    background: #4597CF;
    margin-top:2px;
    line-height:35px;
    text-align:center;
    color:white;
    font-size:16px;
    font-weight:900;
}
.names{ 
    width:100%;
    margin-top:30px;
}
.Telephone {
    width: 100%;
    margin-top: 15px;
}
.dly-city {
    width: 100%;
    margin-top: 15px;
}
.inp {
    width: 100%;
    margin-top: 15px;
}
.names span {
    font-size: 16px;
    line-height: 40px;
    margin-left: 30px;
}
.names input{ 
    width:320px;
    height:38px;
    border:1px solid #DDE2E8;
    font-size:16px;
    margin-left:30px;
    line-height:40px;
    padding-left:10px;
}
.Telephone span {
    font-size: 16px;
    line-height: 40px;
    margin-left: 30px;
}
.Telephone input {
    width: 320px;
    height: 38px;
    border: 1px solid #DDE2E8;
    font-size: 16px;
    margin-left: 30px;
    padding-left:10px;
}
.Telephone input::-webkit-input-placeholder{ 
       font-size: 16px;
       color:#AFB5CB;
}
.names input::-webkit-input-placeholder{ 
       font-size: 16px;
       color:#AFB5CB;
}
.dly-city span {
    font-size: 16px;
    line-height: 40px;
    margin-left: 30px;
}
.dly-city select {
    width: 190px;
    height: 38px;
    border: 1px solid #DDE2E8;
    font-size: 16px;
    margin-left: 30px;
    padding-left: 10px;
    color: #AFB5CB;
    outline:none;
}
.inp input {
    width:400px;
    height: 38px;
    border: 1px solid #DDE2E8;
    font-size: 16px;
    margin-left: 30px;
    padding-left: 10px;
    margin-left:130px;
}
.inp input::-webkit-input-placeholder {
    font-size: 16px;
    color: #AFB5CB;
}
.txtare{ 
    width:100%;
    margin-top:15px;
}
.txtare span{ 
    font-size: 16px;
    line-height: 40px;
    margin-left: 60px;
    float:left;
}
.txtare textarea{ 
    float:left;
    width:500px;
    height:130px;
    margin-left:35px;
    border:1px solid #DDE2E8;
}
.agreement{ 
    margin:0;
    clear:both;
    line-height:20px;
    overflow:hidden;
    margin-top:40px;
}
.agreement img{
    width:15px;
    height:15px;
    float:left;
    margin-top:5px;
    margin-right:10px;
}
.agreement span{ 
    display:inline-block;
    float:left;
    margin-top:2px;
    cursor:pointer;
}
.Submitbtn {
    width: 180px;
    height: 30px;
    background: #0697F0;
    color: white;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    clear: both;
    margin: 0 auto;
    margin-top:100px;
    font-family:宋体;
}
.kuangzi{ 
    width:880px;
    margin-left:70px;
}
.touxiang {
    margin-left: 370px;
    margin-top: 30px;
}
.touxiang img {
    width: 130px;
    height: 130px;
}
.txt {
    width: 100%;
    line-height: 50px;
    color: #fe552e;
    font-size: 24px;
    font-weight: 500;
    font-family: 微软雅黑;
    text-align: center;
}
.txt2 {
    width: 100%;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    color: #595959;
}
.topxian {
    width: 100%;
    height: 10px;
    border-top: 1px dashed #595959;
    margin-top:40px;
}
.title-one {
    font-size: 15px;
    font-weight: 900;
    color: #525252;
    line-height:30px;
}
.contents {
    font-size: 15px;
    color: #525252;
    margin-top:20px;
}
.ys {
    color: #0196F0
}
.wys:before{ 
    content:"-";
}
.num-list{ 
	width:100%;
	height:100%;
	list-style:none;
	overflow:hidden;
}
.num-tab{ 
	border:1px solid #F4F4F4;
	width:200px;
	height:100px;
	position:relative;
	margin:0px -1px -1px 0px ;
	float:left;
}
.bg-lt {
    background: url(../image/bg-lt.png) 100% no-repeat;
}

.bg-yd {
    background: url(../image/bg-yd.png) 100% no-repeat;
    background-size: 80px 80px;
}

.bg-dx {
    background: url(../image/bg-dx.png) 100% no-repeat;
    background-size: 80px 80px;
}
.num-list .num-tab:nth-child(6){
	border-bottom:1px solid #F4F4F4;
}
.num-list .num-tab:nth-child(7) {
	border-bottom: 1px solid #F4F4F4;
}
.num-list .num-tab:nth-child(8) {
	border-bottom: 1px solid #F4F4F4;
}
.num-list .num-tab:nth-child(9) {
	border-bottom: 1px solid #F4F4F4;
}
.num-list .num-tab:nth-child(10) {
	border-bottom: 1px solid #F4F4F4;
}
.num-hd{
	width:100%;
	line-height:30px;
	font-size:22px;
	font-weight:900;
	padding-left:10px;
	margin-top:10px;
}
.num-md{ 
	width:100%;
	line-height:25px;
	padding-left:20px;
}
.city-yys{
    max-width:60%;
    overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	color:#979998;
	font-size:14px;
    float: left;
}
.num-lab-lh {
	padding: 1px 3px;
	background: #F84F4F;
	color: white;
}
.num-lab-ql {
	padding: 1px 3px;
	background: #FB6DDE;
	color: white;
}
.num-lab-sr{ 
	padding:1px 3px;
	background:#FC8B42;
	color:white;
}
.num-fd{ 
	width:100%;
	line-height:25px;
	padding-left:15px;
    clear: both;
}
.price{
	font-size:14px;
	color:#F43F4F;
}
.hf{ 
	color:#979998;
	margin-left:10px;
}
.num-split {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 22px;
	vertical-align: text-bottom;
}
.num-split:before {
	position: absolute;
	top: 9px;
	left: 2px;
	width: 6px;
	height: 3px;
	background-color: #c8c8c8;
	content: "";
}
.cor{ 
	color:#FE552E;
}
.num-tab-move{ 
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
	position:absolute;
	top:0;
	left:0;
	display:none;
    cursor: pointer
}
.num-hd-move{ 
	width:100%;
	line-height:30px;
	font-size:22px;
	font-weight:900;
	padding-left:10px;
	margin-top:10px;
	color:white !important;
}
.num-btn-box{ 
	width:100%;
	overflow:hidden;
	display:flex;
	margin-top:10px;
}
.num-btn-box div{ 
	width:70px;
	height:30px;
}
.sc-btn{
	line-height:30px;
	color:white;
	text-align:center;
	font-size:14px;
	margin-left:20px;
    background:#393232;
}
.yy-btn {
    line-height: 30px;
    color: white;
    text-align: center;
    font-size: 14px;
    margin-left: 10px;
    background: #df3033;
}
.num-tab:hover .num-tab-move{ 
	display:block;
}

/*告知书弹窗样式协议*/

    .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%;
}

.glyphicon-remove {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 3px;
    right: 10px;
    z-index: 1;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    font-size: 20px;
}
.glyphicon-remove:hover{
    background:#ef3030;
    cursor:pointer;
    color:#fff;
}
.icon-icon_close:before {
    /*font-size: 0.384rem;*/
    color: #333;
}

.book {
    position: absolute;
    top: 35px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0 20px;
    text-align: left;
    padding-bottom: 60px;
}
.book .title {
    font-weight: bold;
    text-align: center;
}
/*.book > *:first-child {
    padding-top: 30px
}*/
.xx-sc {
    width: 17px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}
/*
.p1 {
    text-align: center;
    color: black;
    font-size: 0.36rem;
    font-weight: 900;
}

.p2 {
    font-size: 0.3rem;
    margin-left: 0.2rem;
}
.p3 {
    font-size: 0.3rem;
    text-indent: 2em;
}

.p4 {
    font-size: 0.3rem;
    text-align: right;
}*/



.number-detail-text {
    margin-top: 20px;
    line-height: 1.5;
}


.dg_haoma_content {
    width:980px;
    border: 1px solid #ccc;
    padding-top: 20px;
    padding-bottom: 15px;
    position:relative;
    display:inline-block;
}
.clearfix {
    clear: both;
}
.dg_cardlist_tishi {
    border-top: 1px solid #CCC;
}
.dg_haoma_title .dg_haoma_title_hao {
    font-size: 26px;
    font-family: 黑体;
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 20px 150px 10px 30px;
    display: inline-block;
    color: #666;
}
.dg_haoma_title .dg_haoma_title_style {
    color: #666;
    font-size: 16px;
    font-family: 黑体;
    float: left;
    height: 60px;
    line-height: 60px;
    margin-top: 10px;
    display: inline-block;
}
.dg_haoma_title_hao span {
    font-size: 26px;
    padding: 0px 2px;
    color: #111111;
}
.dg_cardlist_tishi_left {
    float: left;
    width: 480px;
    margin: 10px 20px 50px 30px;
}
.dg_cardlist_tishi_right {
    float: right;
    width: 240px;
}
.dg_cardlist_tishi_content {
    font-size: 14px;
    color: #333;
    line-height: 30px;
}
.dg_cardlist_tishi_content a {
    color: Red;
    font-size: 14px;
}
.myhm_icon{
    width:95px;
    height:90px;
    position:absolute;
    top:-10px;
    right:100px;
}

.tab-tc span {
    cursor: pointer;
    margin-right:10px;
}

.blue {
    color: #FF552E;
}
.after::before {
    content: "-";
    color: #C8C8C8;
}
.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;
}