﻿*{
    /*font-family:"微软雅黑",Arial,Helvetica,sans-serif;*/
    margin:0;
    /*font-size: 14px;*/
    list-style:none;
}
body, h1, h2, h3, h4, h5, h6, hr, p, dl, dt, dd, ul, ol, li, pre, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
    list-style: none;
}
body {
    position:relative;
    min-width:1170px;
    overflow-x:hidden;
}
a{
    text-decoration: none;
    font-size:14px;
    color:#333;
}
a:visited {    
      text-decoration:none;  
}
a:hover {
    text-decoration: none;
}
a:focus,a:active {
    text-decoration: none;
}

.cb {
    clear:both;
}
/*消除浮动*/
.clearfixd:after{
    content:'';
    height:0;
    line-height:0;
    display:block;
    visibility:hidden;
    clear:both;
}

.clearfixd{
    zoom:1;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/*      Set width on the form input elements since they're 100% wide by default */
input,select,textarea {
    outline:none;
    padding:1px 8px;
}
.glyphicon {
    margin-right: 5px;
}

.thumbnail {
    margin-bottom: 4px;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.list-group-item {
    padding: 0;
}

.row {
    margin: 0;
    padding: 0;
}

.item.list-group-item {
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 5px;
}

    .item.list-group-item .list-group-image {
        margin-right: 5px;
    }

    .item.list-group-item .thumbnail {
        margin-bottom: 0;
    }

    .item.list-group-item .caption {
        padding: 4px 4px 0 4px;
    }

    .item.list-group-item:nth-of-type(odd) {
        background: #eeeeee;
    }

    .item.list-group-item:before, .item.list-group-item:after {
        display: table;
        content: " ";
    }

    .item.list-group-item img {
        float: left;
    }

    .item.list-group-item:after {
        clear: both;
    }

.list-group-item-text {
    margin: 0 0 11px;
}
/*  header的样式  */
.main_title {
    width: 100%;
    height: 190px;  
    position:relative;
}


#hall_header,#hot,#hot1{
            margin: 0 auto;
        }
        .searchbox {
            width: 85%;
            height: 40px;
            color: #000;
            border: 1px solid #CCCCCC;
            padding-left: 10px;
            outline:none;
        }
        .h_searchBox{
            width: 68%;
        }
        .submit {
            position: relative;
            width: 40px;
            height: 40px;
            border: none;
            left: -5px;
            top: 14px;
            cursor: pointer;
            outline:none;
            background: #007DAA;
        }
        #h_right{
            position:relative;
            float:right;
            text-align: right;
            margin:0 25px 0 0;
            line-height:50px;
        }
        .navbar{
            background:none;
            overflow-y:inherit;
            margin-bottom:10px;
        }
            .navbar a:hover {
                color:#000;
            }
            .navbar :visited {
                text-decoration:none;
            }
         /* 导航条 */
        .navbar ul{
            height:39px;
            overflow-y:hidden;
            border-bottom: 1px solid #6bbf2f;
        }
      
        .navbar li{
            width:100px;
            float:left;
            height:39px;
            line-height:34px;
            border:1px solid #bebebe;
            border-right:none;
           text-align:center;
            letter-spacing: 1px;
        }
        .navbar li:last-child {
            border-right:1px solid #bebebe;
        }
        #h_right a:first-child{
            margin-right: 13px;
            border-right: 1px solid #888;
        }
        .navbar .current a{
            color:#fff;
        }
        .navbar .current{
            background:#6bbf2f;
        }

        /**交易大厅 的首页展示 样式*/
.apply_open {
    text-align: center;
    cursor: pointer;
}  

.applyMore {
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    color: #50BC72;
    font-weight: bold;
    margin-bottom: 10px;
}
    .applyMore:hover {
        color:#317DD3;
    }
    a:focus{outline:none;}
        #hot:after,#hot1:after,.hot_total{
            display:table;
            content:'';
            clear: both;
        }
        .hot_detail{
            float:left;
            margin:0 10px;
            width:22.9%;
            border:1px solid #ededed;
            box-sizing: border-box;
            margin-bottom:20px;
            background: #fff;
        }
         .hot_detail.list_item {
            width:100%;
         }
        .hot_detail:hover{
            box-shadow: 0 8px 10px 0 rgba(0,0,0,.12);
            /*border-color: #E3686D;*/
        }
        .hot_detail:hover .hot_about > a > h4 {
            color:#ED6B18;
        }
        .hot_detail a>img{
            width:100%;
            height:180px;
        }
        .hot_detail.list_item img {
            float:left;
            width:48%;
        }
        .hot_about{
            height: 135px;
            padding:10px 20px;
            border-top: 0;
        }
        .hot_detail.list_item .hot_about {
            float:right;
        }
        .operation a{
            display: inline-block;
            width: 30%;
            text-align: center;
            color: #fff;
            background: #FF9F00;
            border-radius: 4px;
            margin-top: 12px;
            cursor:pointer;
        }
        .operation a.deta {
            background:#48BD1C;
        }
        .operation a.collect {
            background:red;
        }
        .hot_about>a>h4,.sub_list>li>h4{
            height:20px;
            line-height: 20px;
            color:#333;
            font-size: 16px;
            font-weight:bold;
            margin-bottom: 8px;
            text-overflow: ellipsis;
            white-space: normal;
            overflow: hidden;
            margin-top:0;
        }
        .hot_about>a>h4:hover,.sub_list>li>h4:hover{
            /*color:#ff9f00;*/
        }
        .hot_about>p{
            font-size: 12px;
            height:60px;
            line-height: 20px;
            max-height: 60px;
            margin-bottom: 5px;
            white-space: normal;
            overflow: hidden;
        }
        .hot_detail.list_item .hot_about > p {
            width: 458px;
            margin-right: 15px;
        }
        .hot_tags{
            font-size: 12px;
            letter-spacing: 0;
            line-height: 14px;
            margin-top: 10px;
            white-space: normal;
            overflow: hidden;
        }
        .hot_tags>span{
            margin-right: 8px;
            font-size: 14px;
        }
        .hot_tags > span:first-child {
            display:inline-block;
            width:16px;
            height:16px;
        }
        .hot_tags > span.money ,.sub_list span.money,.tran .money{
            color:#ED6A18;
            font-weight:600;
            font-size:18px;
        }
        .hot_modal{
            width:100%;
            height:100%;
            position: absolute;
            top:0;
            left:0;
            /*transition: background linear 500ms;*/
            background: rgba(4,7,5,.5);
            display: none;
        }
        .hot_detail:hover .hot_modal{
            display: block;
        }
        .hot_modal>a{
            display: inline-block;
            width:37%;
            height:30px;
            line-height: 30px;
            text-align: center;
            border-radius:5px;
            color:#fff;
        }
        .hot_modal>a:first-child{
            margin-top: 144px;
            margin-left: 20px;
            margin-right: 20px;
            background: #ff9f00;
        }
        .hot_modal>a:last-child{
            background: #48bd1c;
        }
/*地块详情--------------样式*/
    /*.main_tabs {
        height: 40px;
        background: #000;
        border-bottom: 4px solid red;
        padding: 0 20px;
    }
    .main_tabs > li {
        display: inline-block;
        height: 30px;
        margin-top: 6px;
        border-radius: 5px 5px 0 0;
        width: 12%;
        text-align: center;
        line-height: 30px;
    
    }
    .main_tabs>li.current {
        background: red;
    }
    .main_tabs > li >a{
        color:#fff;

    }*/
    /*地块详情*/
        .total{
            border-top:0 !important;
            border:1px solid #ddd;
            padding-top:20px;
        }

        .detail{
            width:100%;
            height:837px;
            padding:15px 5px 0 10px;
            box-sizing: border-box;
            background: #FEF9E6;
        }
        .detail>ul{
            width:100%;
            height:117px;
            border-bottom:1px dotted #ddd;
        }
        .detail>ul>li{
            float:left;
            width:31.2%;
            height:70px;
            line-height: 35px;
            margin-right:20px;
        }
        .detail>ul>li:last-child{
            margin-right:0;
        }
        .detail>ul>li>p:last-child{
            height:35px;
            line-height: 35px;
            padding:0 37px;
            box-sizing: border-box;
        }
        .detail>ul>li>p:first-child{
            margin-bottom: 20px;
            padding-left: 55px;
        }
        #detail_div>div:not(:first-child) {
            display:none;
        }
        .pdf {
            height: 900px;
        }
        .detail>ul>li>p:first-child>span:last-child{
            color:#D61111;
        }
        .detail>ul>li>p:last-child>a{
            display: inline-block;
            width:100%;
            height:35px;
            line-height: 31px;
            border:2px solid #F7BA1A;
            background : #FFDB85;
            box-sizing: border-box;
            text-align: center;
        }
        .detail>ul>li>p:first-child>span:last-child{
            font-size: 16px;
        }
        .list{
            width:100%;
        }
        .list>p{
            height:40px;
            line-height: 40px;
        }
        .table_list{
            width:100%;
            border:1px solid #ddd;
            border-collapse: collapse;
            box-sizing: border-box;
        }
        .table_list td{
            border:1px solid #ddd;
            /*cursor: pointer;*/
        }
        .table_list>tbody>tr>td:first-child{
            background: #F2F2F2;
            text-align: center;
            color:#2C2C2C;
        }
        .table_list>tbody>tr>td:nth-child(3){
            background: #F2F2F2;
            text-align: center;
        }
        .table_list>tbody>tr>td:nth-child(2){
            background: #fff;
            text-align: center;
        }
        .table_list>tbody>tr>td:nth-child(4){
            background: #fff;
            text-align: center;
        }
        .table_list tr{
            height:40px;
        }
        .step{
            width:100%;
            height:40px;
            margin-bottom:20px;
        }
        .step_list{
            height:40px;
            margin: 0 40px;
        }
        .step>ul>li{
            width:20.7%;
            height:40px;
            margin-right:10px;
            float:right;
            position: relative;
            line-height: 40px;
            text-align: center;
            font-size: 16px;
            background: #FFEDA2;
        }
        .second{
            width:300px !important;
            padding-left:20px !important;
            box-sizing: border-box;
        }
        .step>ul>li>a{
            color:#990D1B;
        }
        .four{
            border-radius:0 8px 8px 0;
        }
        .first{
            border-radius:8px 0 0 8px;
        }

        /*出价记录*/
        .port{
            border-top:0 !important;
            border:1px solid #ddd;
            padding-top:20px;
        }
        .port_list{
            border-top:2px solid #21A0E1;
        }
        .port_list>li{
            width:100%;
            height:40px;
        }
        .port_list>li:first-child{
            background-image: linear-gradient(180deg,#CAE6FE,#99D4FA);
        }
        .port_list>li:first-child>span{
            display: inline-block;
            width:80px;
            height: 25px;
            line-height: 25px;
            border:1px solid #76CBF3;
            float:right;
            text-align: center;
            margin-right:20px;
        }
        .port_list>li>span{
            margin-top:6px;
            border-radius:10px;
        }
        .port_list>li:nth-child(2){
            border-bottom:1px dotted #DDDDDD;
        }
        .list_detail{
            width:100%;
            height:60px !important;
            line-height: 30px !important;
            padding:0 10px;
            box-sizing: border-box;
        }
        .list_detail>.price>p:first-child{
            float:left;
            color:#872224;
        }
        .list_detail>.price>p:last-child{
            float:right;
        }
        .price{
            height:30px;
        }
        .price span{
            color:#872224;
        }
        .time{
            height:30px;
        }
        .time>span:first-child{
            width:50px;
            float:left;
        }
        .time>span:nth-child(2){
            color:#F45B5E;
            float:left;
        }
        .time>span:last-child{
            float:right;
            color:#f45b5e;
        }


        /*竞买须知*/
        .know{
            width:1200px;
            min-height:300px;
            border-top:0 !important;
            border:1px solid #ddd;
            padding:30px;
            box-sizing: border-box;
            letter-spacing: 2px;
        }
        .know>h3{
            text-align: center;
            margin-bottom: 10px;
            font-size: 16px;
            font-weight:bold;
        }
        .know>h4{
            text-indent: 32px;
            height:30px;
            line-height: 30px;
            font-size: 15px;
            font-weight: bold;
        }
        .know>p{
            text-indent: 32px;
            line-height:30px;
        }

        /*下载出让文件*/
        .down{
            min-height:300px;
            border-top:0 !important;
            border:1px solid #ddd;
        }
        .down>p{
            width:100%;
            height:40px;
            line-height: 40px;
            background: #E2F4FF;
        }
        .down>p>a{
            width:80px;
            border:1px solid #739CBA;
            background: #fff;
            color:#739CBA;
            padding:6px;
            box-sizing: border-box;
        }
        /*.down_table{
            width:100%;
            border-collapse: collapse;
            box-sizing: border-box;
        }
        .down_table>thead>tr{
            background: #8BB3D7;
        }
        .down_table>tbody>tr{
            border-bottom:1px dotted #DDDDDD;
        }
        .down_table>tbody>tr>td{
            height:40px;
            line-height: 40px;
            text-align: center;
            border-right: 1px solid #fff;
        }
        .down_table>thead>tr>th{
            text-align: center;
            height:40px;
            line-height: 40px;
            border-right:1px solid #fff;
            color:#fff;
        }*/

       


        /* 以下为 弹出框样式*/
        .n_modal,.cjr_modal,.jh_modal{
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 1050;
            overflow: hidden;
            background: rgba(221,221,225,.8);
            -webkit-overflow-scrolling: touch;
            outline: 0;
        }
        .n_modal>div>p ,.sale>p,.jh_modal>div>p{
            height: 70px;
            line-height: 70px;
            text-align: center;
            font-size: 24px;
        }
        .cjr_modal > div > p {
            background: #FD653D;
            height: 50px;
            line-height: 50px;
            font-size: 18px;
            color: #fff;
            padding-left: 10px;
        }
        .sale > p {
            text-align:left;
        }
        .n_modal .processPic {
            height:148px;
            background:#f6f6f6;
        }
        .n_modal>div,.cjr_modal>div,.jh_modal>div{
            width: 1200px;
            height: 800px;
            overflow: auto;
            /* margin: 5% auto; */
            background: #fff;
            position: absolute;
            left: 50%;
            margin-top: 50px;
            transform: translate(-50%);
            -ms-transform:translate(-50%);	/* IE 9 */
            -moz-transform:translate(-50%);	/* Firefox */
            -webkit-transform:translate(-50%);
        }
        .cjr_modal > div,.jh_modal>div {
            height: 550px;
            width: 900px;
        }
        .cjr_modal > .modal_detail {
            background: url(../images/jmbg.png);
            background-color: #fff;
        }
        /*第一步的成交人列表*/
        .modal_detail > .personList {
            margin: 32px auto;
            width: 750px;
            margin-bottom:25px;
        }
        .modal_detail > .personList li {
            height:80px;
        }
        .modal_detail > .personList table,.CjrList,.YyrList {
            width: 705px;
            height: 100%;
            border-right: 1px solid #F1EFF0;
            border-bottom: 1px solid #F1EFF0;
        }
        .CjrList,.YyrList {
            width:750px;
        }
        .modal_detail > .personList table td,.CjrList td,.YyrList td{
            border-top: 1px solid #F1EFF0;
            border-left: 1px solid #F1EFF0;
            text-align: center;
            width: 160px;
            background: #FAF6EA;
        }
        .modal_detail > .personList table tr td:nth-child(odd),.CjrList  tr td:nth-child(odd),.YyrList  tr td:nth-child(odd){
            background: #F0D58E;
        }
        .modal_detail > .personList input {
            float:left;
            margin-right:30px;
            margin-top:13px;
        }
        /*第一步的成交人列表*/
        /*第二步的资金监管页面*/
        .modal_money>.zjjg{
            width: 800px;
            margin: 0 auto;
            height: 300px;
            padding-top: 50px;
        }


        .n_modal button {
            padding:8px 10px;width:100px;
            border:none;
            margin:0 30px;
        }
        .cjr_modal button,.jh_modal button{
            padding:8px 10px;width:100px;
            border:none;           
            background:#019944;color:#fff;
        }
        .cjr_modal button:first-child,.jh_modal button:first-child  {
            margin-right:35px;  
        }
        .cjr_modal button:nth-child(2),.jh_modal button:nth-child(2) {
            background:#D2D2D2;
            color:#000;
        }
        .n_modal button:first-child {
            background:#019944;
            margin-left:450px;
            margin-top:30px;
            color:#fff;
        }
        .n_modal button:last-child {
            background:#D2D2D2;
        }
        .n_modal .htList {
            background: #fff;
            height: 350px;
            width: 700px;
            margin: 0 auto;
        }
        .n_modal .htList:after,.n_modal .htList>ul:after {
            content:'';
            display:table;
            clear:both;
        }
        .n_modal .htList > ul > li {
            margin-bottom: 30px;
            width: 50%;
            float: left;
            height: 150px;
            text-align: center;
            position: relative;
        }
        .n_modal .htList > ul > li > span:nth-child(2) {
            position: absolute;
            bottom: 36px;
            left: 142px;
            font-size: 18px;
            font-weight: bold;
        }
        .n_modal .htList > ul > li > span:nth-child(3) {
            position: absolute;
            bottom: 11px;
            left: 118px;
            cursor: pointer;
            text-decoration: underline;
            color: #1155CD;
        }
        .n_modal .htList > ul > li > span:nth-child(4) {
            position: absolute;
            bottom: -11px;
            left: 160px;
            cursor: pointer;
            text-decoration: underline;
            color: #1155CD;
        }
table.htgl tbody tr:last-child td:last-child>a {
    color: rgb(50, 125, 212);
    cursor: pointer;
    text-decoration: underline;
}
.sale-total table.apply_tab tr {
    margin-bottom:10px;
    display: inline-block;
}
.sale-total table.apply_tab td:nth-child(1) {
    width:90px;
}
.sale-total table.apply_tab td:nth-child(3) {
    width:90px;
}
.sale-total table.apply_tab td:nth-child(5) {
    width:100px;
}
.sale-total table.apply_tab td:nth-child(2) input{
    width:255px;
}
.sale-total table.apply_tab td:nth-child(4) input{
    width:240px;
}
.sale-total table.apply_tab input{
    border:none;
    background:#fff;
}
#JyInfo > .sale-total:nth-child(2) table input{
    border-bottom:1px solid #ddd;
    background:#fff;
}
        /*第四步的通知成交人*/
.modal_per .TzContent {
    height:300px;
}
.modal_per .TzContent>p{
    text-align:center;
}
.modal_per .TzContent > p:first-child {
    font-size:20px;
    margin-bottom:10px;
}        

        /*第二部分的样式*/
        /*竞买须知*/
        .know{
            width:100%;
            min-height:300px;
            /*border-top:0 !important;*/
            /*border:1px solid #ddd;*/
            padding:30px;
            box-sizing: border-box;
            letter-spacing: 2px;
        }
        .know>h3{
            text-align: center;
            margin-bottom: 10px;
            font-size: 16px;
            font-weight:bold;
        }
        .know>h4{
            text-indent: 32px;
            height:30px;
            line-height: 30px;
            font-size: 15px;
            font-weight: bold;
        }
        .know>p{
            text-indent: 32px;
            line-height:30px;
        }


        /*所有 select的样式改变 */
select {
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
   background: url("../images/san.png") no-repeat right center;
    padding-right:18px;
  /*background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent;*/
}
select::-ms-expand { display: none; }
        .online{
          /*margin-top: 20px;*/
          box-sizing: border-box;
        }
        .online:after{
            content:'';
            display:table;
            clear: both;
        }
        .online_right{
            float:right;
            /*border:1px solid #ddd;*/
        }
        .online_right .online_content{
            width:100%;
        }
        .online_right .content_list{
            margin-top: 20px;
            margin-bottom: 20px;
            height:40px;
            width: 970px;
        }
        .online_right .content_list>li>a{
            color:#990D1B;
        }
        .online_right .content_list>li{
            float:right;
            height:40px;
            line-height: 40px;
            width:300px;
            position: relative;
            text-align: center;
            font-size: 16px;
            background: #FFEDA2;
        }
        .online_right .first{
            border-radius:8px 0 0 8px;
        }
        .online_right .second:before{
            content: "";
            width:0;
            height:0;
            border:solid transparent;
            position: absolute;
            top:50%;
            left:0%;
            border-left-color:#fff;
            border-width:30px;
            margin-top:-30px;
        }
        .online_right .three:before{
            content: "";
            width:0;
            height:0;
            border:solid transparent;
            position: absolute;
            top:50%;
            left:0;
            border-left-color:#fff;
            border-width:30px;
            margin-top:-30px;
        }
       .online_right  .first:after,.online_right .second:after{
            content: "";width:0;
            height:0;
            border:solid transparent;
            position: absolute;
            top:76%;
            left:300px;
            border-left-color:#FFEDA2;
            border-width:20px;
            margin-top:-30px;
        }
       
        .online_right .three:after{
            content: "";width:0;
            height:0;
            border:solid transparent;
            position: absolute;
            top:76%;
            left:0;
            border-left-color:#FFEDA2;
            border-width:20px;
            margin-top:-30px;
        }
        .online_right .three{
            margin-right: 70px;
        }
        .online_right i{
            font-style: italic;
            font-size: 16px;
            margin-right: 10px;
        }
        .online_right .content_detail{
            float:left;
            width:100%;
            padding-left: 20px;
            margin-top: 20px;
            box-sizing: border-box;
        }
       .online_right  #containerMap{
            height: 500px;
            background: rgb(252, 249, 242);
        }
        .online_right .content_detail>ul>li>input{
            float: left;
            width: 240px;
            height: 30px;
            border: 1px solid #888;
            border-radius: 3px;
            outline: none;
        }
        .online_right>ul>li:nth-child(4) .second{
            margin-right: 287px;
        }
        .online_right>ul>li:nth-child(5) .second{
            margin-right: 287px;
        }
        .online_right .content_detail>p{
            width:86%;
            height:70px;
            line-height: 40px;
            /*background: #ff9f00;*/
            border-bottom:2px solid #ff9f00;
            /*text-indent: 16px;*/
            margin-bottom: 50px;
        }
        .online_right .content_detail>p>a{
            display:inline-block;
            width:200px;
            height:40px;
            line-height: 40px;
            text-align: center;
            background: #ff9f00;
            color:#fff;
            font-size: 16px;
        }
            .online_right .content_detail > ul:after {
                content:'';
                display:table;
                clear:both;
            }
       .online_right  .content_detail>ul>li{
            width:50%;
            height:40px;
            float:left;
            margin-bottom: 15px;
        }
        .online_right .content_detail>ul>li>p{
            float:left;
            width:77px;
            height:30px;
            line-height: 30px;
        }
        .online_right .content_pic>ul>li{
            float:left;
            margin-right: 15px;
        }
        .online_right .content_area{
            width:100%;
            height:154px;
        }
        .online_right .content_area>p{
            float:left;
            width:104px;
            height:154px;
        }
        .online_right .content_area>div{
            float:left;
            margin-left: 60px;
        }
        .online_right .content_area>div select{
            width:200px;
            height:45px;
            line-height: 45px;
            border:1px solid #ddd;
            padding:0 0  0 15px;
            cursor: pointer;
            box-sizing: border-box;
            margin-bottom: 20px;
        }
        .online_right #input {
            width: 612px;
            margin-bottom: 10px;
            padding-left: 100px;
            height: 30px;
            font-size: 15px;
            border: none;
            border-radius: 2px;
            /* background-color: #fff; */
            /* color: #000; */
            border: 1px solid #000;
        }



        /*除了首页外 的弹出窗口的样式*/
.login_modal {
    overflow: auto;
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    /*z-index: 11;*/
    background-color: rgba(0, 0, 0, 0.7);
}
    .login_modal .closeModal{
        display:inline-block;
        width:30px;
        height:30px;
        background-image:url(/images/console1.png);
        position:absolute;
        top: 5px;
        right: 7px;
    }
        /*左边的列表*/
        #content_left{
            width:200px;
            float:left;
            margin-right: 25px;
        }
        .searching{
            width:200px;
            padding:15px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
        .searching_left{
            width:100%;
            display: inline-block;
        }
        .searching_left>div{
            padding-bottom:25px;
        }
        .searching_items{
            padding:0 20px;
        }
        .searching_items>ul>li{
            padding-bottom:10px;
        }
        /*.t1{
            display: block;
        }
        .t2{
            display: none;
        }
        .diff5{
            display: none;
        }
        .diff5>li{
            padding-bottom: 10px;
        }
        .diff6{
            display: none;
        }
        .diff6>li{
            padding-bottom:10px;
        }
        .diff7{
            display: none;
        }
        .diff7>li{
            padding-bottom: 10px;
        }
        .diff8{
            display: none;
        }
        .diff8>li{
            padding-bottom: 10px;
        }
        .diff5>ul>li{
            padding-bottom: 10px;
        }*/


    /***上传多张图片****/
 .image_container {
            display: inline-block;
            float: left;
        }

        #tdRoomPicture a, .image_container a {
            text-align: center;
            vertical-align: middle;
            text-decoration: none;
            margin-right:30px;
            margin-bottom:20px;
        }

        a.addImg {
            width: 130px;
            height: 130px;
            line-height: 130px;
            display: inline-block;
            font-size: 23px;
            color: #FFB337;
            background-color: #dae6f3;
        }

        .image_container a.previewBox {
            background-color: #dae6f3;
            margin: 0 3px 0 0;
            display: none;
            /*display: inline-block;*/
        }

        .image_container .delImg {
            position: absolute;
            color: #ff9f00;
            font-size: 20px;
            width: 20px;
            height: 20px;
            line-height: 16px;
            text-align: center;
            vertical-align: middle;
            background-color: #fff;
        }

        .defaultImg:after {
            content: "";
        }
.transfer {
    display:inline-block;
    padding:5px 10px;
    color:#fff;
    border:none;
    outline:none;
}
#sbtn {
    margin-left:100px;
    background:#ff9f00;
}
#save {
    margin-left:400px;
    background:#6CE26C;
}



/*新的主页样式  编写**/
/*页头的样式*/
.toptool {
    height: 36px;
    background: #007CBB;
    min-width: 1200px;
}
 .h_right>ul>li{
    display:inline-block;
    padding: 0 10px;
    height:30px;
}
.toptool .h_left>ul>li{
    display:inline-block;
    padding: 0 20px;
}
 .h_right>ul > li > a {
   font-size:16px;
   color:#fff;
    /*font-weight:bold;*/
}
.toptool .h_left>ul > li > a {
    color:#fff;
    font-weight:bold;
}
/******************************/
.nav1 > ul > li {
    display:inline-block;
    width:13.9%;
}

.nav1 > ul > li:HOVER {
    -moz-box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.1), -1px 0px 10px
 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.1), -1px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.1), -1px 0px 10px rgba(0, 0, 0, 0.1);
}
.nav1 ul a {
    display: inline-block;
    width: 100%;
    height: 50px;
    float: left;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.nav1 ul a>ul.popup,.nav1 ul a>ul.popup2,.nav1 ul a>ul.popup3 {
    position: absolute;
    top: 50px;
    width: 100%;
    /*background: #98BEE9;*/
        background: rgba(229,68,75,0.7);
}
.nav1 ul a > ul.popup > li:hover {
    box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.1), -1px 0px 10px rgba(0, 0, 0, 0.1);
}

/*改后的hall 页面*/
.pos {
    height: 45px;
    padding: 8px 5px;
    box-shadow: 0px 2px 5px #3e85b4;
    -ms-box-shadow: 0px 2px 5px #3e85b4;
    margin: 7px auto;
}

/*求购信息页面.apply_box,*/
.sub_box {
    margin-bottom:20px;
}


/**供需发布样式*/
.sidebar_m1 {
    width:260px;
    height:140px;
}
 .title {
    border-bottom: 4px solid #ddd;
    padding: 10px 0 0px 0px;
}
 .title > p {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    border: 3px solid #00BBA3;
    color: #00BBA3;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    top: 3px;
}
.basic > ul:after,.added > ul:after  {
    display:table;
    content:'';
    clear:both;
}
.threeForm li {
    margin-top:15px;
    height:50px;
    width:48%;
    /**float:left;*/
}
    .threeForm li.block {
        display:block;
        width:100%;
    }
.threeForm>div>form ul>li>p {
    display:inline-block;
    width:180px;
    font-weight:bold;
    font-size: 15px;
    color: #6F6F6F;
    text-align:right;
    margin-right:20px;
    float: left;
    margin-top: 10px;
}

.threeForm ul input,.threeForm ul select {
    width:52%;
    height:40px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
textarea {
    height:170px;
    width:70%;
    border:1px solid #ddd;
    padding:14px 10px;
}

.fourborder>form ul .td_location > select {
    width:138px;
}
#form3 ul .td_location > select {
    width: 138px;
}
#form1 {
    position:relative;
}
#form1, #form2, #form3 , #form4{
    width:100%;
    margin-right:20px;
    border:1px solid #dcdcdc;
    padding: 0 20px 40px 90px;
    box-sizing:border-box;
}
#form1 input[type="text"]:focus, #form2 input[type="text"]:focus, #form3 input[type="text"]:focus, #form4 input[type="text"]:focus {
    border-color:rgba(82,168,236,0.8);
    box-shadow:inset 0 1px 1px rgba(0,0,0,0),0 0 8px rgba(82,168,236,0.6);
} 
#form4 ul>li input[type="radio"]{
    width:20px;
    height:12px;
}
    #form1 > ul:after,#form2 > ul:after,#form3 > ul:after {
    content:'';
    display:table;
    clear:both;
    }
    #form1 .redStar p::before ,#form2 .redStar p::before,#form3 .redStar p::before,#form4 .redStar p::before{
    content:'*';
    display:inline-block;
    color:red;
    position:relative;
    top:2px;
    left:-2px;
    }

.threeForm li.FJ {
    width:100%;
    display:block;
}
.threeForm li.FJ > p {
    width:200px;
}
li.FJ span.showFileName {
    display:inline-block;
    padding: 3px;
   width:323px;
   overflow:hidden;
    height:40px;
    /*padding-left: 20px;*/
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid rgb(221, 221, 221);
    position:relative;
    top:4px;
}
/*自定义 type=file的样式*/
.file {
    position: absolute;
    top: 9px;
    left: 345px;
    display: inline-block;
    /*background: #D0EEFF;*/
    background:#F7E3A3;
    /*border: 1px solid #99D3F5;*/
    border-radius: 4px;
    padding: 4px 12px;
    overflow: hidden;
    /*color: #1E88C7;*/
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
}
#form1 ul .file input,#form2 ul .file input,#form4 .secondStep ul .file input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 30px;
}
#form2 ul .file:hover {
    background: #AADFFD;
    border-color: #78C3F3;
    color: #004974;
    text-decoration: none;
}
.showFileName {
    /*border: 1px solid #ddd;*/
    padding: 3px;
    padding-left: 39px;
    border-radius: 5px;
}
.com-btn{
    width: 185px;
    height: 47px;
    border: 0;
    background:#F1A52E;
    color: #fff;
    text-align: center;
    border-radius:6px;
    margin-top:20px;
    box-shadow:0 2px 0 #c8631d;
    font-size:18px;
}
    .com-btn:hover {
    background:#ff6f00;
    box-shadow:0 2px 0 #af4c08;
    }

/*----------------------分出权属认证模块之后---------------------*/
#form2 ul input, #form2 ul select {
    width: 53%;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
} 
#form2 li,#form4 .secondStep li {
    position: relative;
    margin-top: 20px;
    height: 50px;
    width: 70%;
   
}
#form2 ul p,#form4 .secondStep p{
    margin-bottom: 10px;
    width:167px;
    height:40px;
    line-height:40px;
    font-weight:bold;
    font-size: 15px;
    color: #6F6F6F;
    margin-right:20px;
    text-align:right;
    float:left;
}
.ownerList {
   width: 59%;
    float: left;
    height: 50px;
    position: relative;
}
/*面积转换器*/
.alert-message * {
    box-sizing: content-box;
    margin: 0;
    padding: 0;
}
.clearfix {
    display: block;
}
.alert-message {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    display: none;
}
.alert-message .alert-del {
     position:absolute;
    right: -40px;
    top: -5px;
    /*position:relative;*/
    /*right:-43px;
    top:-24px;*/
    float: right;
    height: 30px;
    width: 24px;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 3px;
    background:url(../images/close1.png) center center no-repeat;
}
.alert-message .login_total .del-login {
    position:absolute;
    right: -40px;
    top: -5px;
}
.alert-message .alert-del:hover {
    background: url(../images/close_red.png) center center no-repeat;
}
.alert-message .alert-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    /*z-index: 1;*/
    background:rgba(0,0,0,0.6);
    opacity: .6;
    filter: alpha(opacity=60);
}
.alert-message .alert-content {
    border:4px solid #007eb4;
    position: absolute;
    left: 50%;
    top: 20%;
    width: 520px;
    height: 320px;
    margin-left: -260px;
    margin-top: -160px;
    background: #fff;
    /*z-index: 2;*/
}
.alert-message .alert-del-wrap {
    padding-top: 15px;
}
.alert-message .alert-title {
    font-size: 18px;
    color: #333;
    text-align: center;
    padding: 10px 0 20px;
}
.alert-message .alert-change {
    width: 360px;
    margin: 0 auto;
}
.alert-message .alert-change .alert-input {
    height: 33px;
    border: 1px solid #ccc;
    width: 238px;
    border-right: 0;
    text-indent: 5px;
    font-size: 14px;
    color: #333;
    outline: 0;
    line-height: 33px;
    padding: 0;
}
.alert-message .alert-change .alert-Company {
    height: 35px;
    width: 80px;
    background: #317DD3;
    text-align: center;
    line-height: 35px;
    position: relative;
    color: #fff;
}
.alert-message .alert-change .alert-select {
    height: 35px;
    width: 39px;
    margin-left: 1px;
    background: #317DD3;
    text-align: center;
    line-height: 35px;
    position: relative;
    cursor: pointer;
}
.alert-message .alert-Company .alert-select-ul {
    position: absolute;
    left: 0;
    top: 35px;
    height: 60px;
    width: 118px;
    border: 1px solid #ccc;
    border-top: 0;
    display: none;
    background: #fff;
}
.alert-message .alert-select-ul li {
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #333;
    font-size: 14px;
}
.alert-message .alert-select-ul li:hover {
    background: #f4f7f9;
}
.alert-message .alert-select img {
    margin: 6px auto 0;
    display: block;
}
.fl {
    float:left;
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.alert-message .message-change {
    text-align: center;
    padding: 26px 0 40px;
    font-size: 14px;
    color: #333;
}
.alert-message .message-ensure {
    background: #317DD3;
    width: 180px;
    height: 38px;
    font-size: 14px;
    color: #fff;
    line-height: 38px;
    border: 0;
    outline: 0;
    text-align: center;
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -90px;
    cursor: pointer;
}
/*面积转换器样式完毕*/
.star>span{
    color:red;
}
.cacl {
    width: 85px;
    height: 40px;
    display:inline-block;
    cursor: pointer;
    border: 1px solid #2cb1d1;
    color: #2cb1d1;
    line-height: 40px;
    text-align: center;
    border-radius: 2px !important;
}
.sort span {
    display:inline-block;
    height:26px;
}

/*apply页面的修改  .apply_box,   **/
.sub_box {
    height:50px;
}
.apply_switch {
   display:block;
   min-height:45px;
}
.apply_more {
    float:left;
    margin-left:20px;
   
 
}
.apply_more button {
    background:#6CBA2A;
    color:#fff;
    border:none;
    outline:none;
    border:1px solid #559a0d;
    padding:8px 20px;
    }
.apply_switch > .btn-group {
    top:1px !important;
}
.apply_more input {
height:38px;
}


/**修改的供需市场*/
 .apply-box {
    position: relative;
    padding-left: 20px;
}
.apply-pub {
    width:1120px;
    margin:0 20px;
    height:50px;
   margin-bottom:20px;
    border-bottom:3px solid #EC000C;
}
.apply-publish {
    display:inline-block;
    float:right;
    height:40px;
    line-height:40px;
    background:#fff6e7;
    border:1px solid #ffdda4;
    color:#ff9f00;
    text-align:center;
    padding:0 20px;
    font-size:16px;
    border-radius:4px;
}
    .apply-publish:hover {
        background:#ff9f00;
        color:#fff;
    }
.apply-menu {
    display:inline-block;
    width:100px;
    font-size:22px;
    font-weight:bold;
}
.apply-cond {
    float:left;
    width: 90px;
    text-align:center;
    margin-left:15px;
    font-weight:bold;
}
.apply-choice {
    float:left;
    width:770px;
}
.apply-choice > li,.order>li {
    float:left;
    margin-right:10px;
}
.apply-choice > li > a,.order>li >a {
    display:inline-block;
    height:30px;
    line-height:30px;
    text-align:center;
    min-width:52px;
    padding:0 4px;
    border-radius:4px;
    box-sizing:border-box;
}
.apply-choice > li > a:hover ,.order>li>a:hover{
     color: #fff;
    background: #50BC72;
}
       
.apply-choice > li.active>a,.order>li.active>a{
       color: #fff;
    background: #50BC72;
}
.apply-list {
    width:1120px;
    height: 44px;
    line-height: 42px;
    border-bottom: 1px dashed #ccc;
    margin-right: 40px;
    border-left: 1px dashed #ccc;
    border-right:1px dashed #ccc;
}
/*.apply-none > .apply-list {
    border-left:none;
    border-right:none;
    border-bottom:none;
}*/
.apply-box .apply_switch {
    display: inline-block;
    min-height: 36px;
    width: 200px;
    position: absolute;
    top: 160px;
    right: 25px;

}
#table_qgqz td {
    text-align:center;
}
#table_qgqz_wrapper thead {
    background:#ede9e8;
}
#table_qgqz {
    border:1px solid #dcdcdc;
    box-sizing:border-box;
}
#table_qgqz_wrapper thead tr {
    height:50px;
}
#table_qgqz_filter {
    margin-bottom:14px;
}
/*访问数量**/
.apply-choice > li.active > span,.apply-content>.order>li.active>span {
    background: url(../images/sprite.png) no-repeat -87px -8px;
}
.apply-choice > li:hover > span,.apply-content>.order>li:hover > span {
    background: url(../images/sprite.png) no-repeat -87px -8px;
}
.apply-choice > li > span,.apply-content>.order>li>span {
    display:inline-block;
    width: 13px;
    height: 14px;
    background: url(../images/sprite.png) no-repeat -98px -8px;
    position:relative;
    left:-15px;
    top:3px;
}


/*弹出地图的样式*/
.alert-content #container {
    height:430px;
    width:100%;
}
.alert-content #tip {
    color: #333;
    border: 1px solid silver;
    box-shadow: 3px 4px 3px 0px silver;
    border-radius: 5px;
    overflow: hidden;
    line-height: 20px;
    padding:20px 20px;
}
.alert-content #tip input[type="text"] {
    height: 28px;
    border: 1px solid #ddd;
    padding-left: 8px;
    width: 360px;
    border-radius: 3px;
    outline: none;
}
.alert-content .button-group {
    position: relative;
    top: -30px;
    background: #fff;
    z-index: 999;
    height: 30px;
    line-height: 30px;
    width: 350px;
}
.alert-content .button-group .button,#map_search {
    height: 28px;
    line-height: 28px;
    background-color: #0D9BF2;
    color: #FFF;
    border: 0;
    outline: none;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px;
    margin-bottom: 4px;
    cursor: pointer;
}
.alert-content .button-group #confirm {
    background-color: #4CCB72;
    margin-left:17px;
}
/**交易大厅 的样式*/
#sub{
            width:1170px;
            margin:0 auto;
            margin-top: 20px;
        }
        .sub_detail{
            display:inline-block;
            margin:0 10px;
            width:23%;
            height:340px;
            border:1px solid #ededed;
            box-sizing: border-box;
            margin-bottom:15px;
            position: relative;
        }
        .sub_detail:hover {
            box-shadow: 0 8px 10px 0 rgba(0,0,0,.12);
            border-color: #ff9f00;
        }
        .sub_detail img{
            width:100%;
            height:180px;
        }
.sub_detail div.area-home {
    position: absolute; 
    bottom: 178px; 
    left: 0; width: 100%; 
    font-size:16px;
}
.sub_detail .area-home i{
    display: inline-block;
    width: 24px;
    height: 24px;
    float: left;
    margin-top: 4px;
    margin-left: 6px;
}

.sub_pic {
    display:inline-block;
    width:100%;
    height:180px;
    position:relative;
}
.status {
    display: inline-block;
    padding: 5px 10px;
    position: absolute;
    top: 4px;
    color: red;
    right: 1px;
    font-size: 18px;
    border: 2px solid red;
    font-weight: bold;
}
   .sub_detail_title{
       display: block;
       font-size: 14px;
       text-indent: 15px;
       background: #E9EAE9;
       margin-bottom: 20px;
   }
.sub_list > li{
    height: 20px;
    line-height: 20px;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 8px; 
}
.sub_list > li:last-child {
    height: 25px;
    line-height: 25px;
}

.sub_list>li>span {
    font-size:13px;
}
.sub_list > li > span:first-child {
    margin-right:10px;
}
    .sub_list > li > a {
        display: inline-block;
        width: 102px;
        color: #FFF;
        height: 25px;
        text-align: center;
        margin-right: 20px;
        border-radius: 3px;
    }
        .sub_list > li > a.goDetail {
        background:#63C394;
        }
  
        .sub_count{
            border-top:1px solid #ddd;
            height:34px;
        }
        .sub_count>p{
            float:left;
            height:34px;
            line-height: 34px;
            width:48.5%;
            text-align:center;
            box-sizing: border-box;
        }
        .sub_count>p:first-child{
            border-right:1px solid #ddd;
        }
        .sub_count>p>span{
            font-weight: bold;
        }
.pull-right > a.ss {
    background:#EBEBEB;
}
/*交易大厅的列表样式   ,.apply_table       ,.apply_table tr>td       ,.apply_table>thead>tr 
     ,.apply_table>tbody>tr  ,.apply_table>thead>tr>th      ,.apply_table>tbody>tr:hover*/
.t_content{
            width:100%;
            border-collapse: collapse;
            box-sizing: border-box;
            border-top:2px solid #167191;
            border-bottom:0;
            box-shadow: 0px 2px 5px #3e85b4;
        }
        .t_content>tbody>tr>td{
            height:40px;
            line-height: 40px;
            text-align: center;
            font-size:14px;
            border-right:1px solid #ddd;
        }
        .t_content>thead>tr{
            background: #D5EBFF;
            cursor: pointer;
        }
        .t_content>tbody>tr{
            cursor: pointer;
            border-bottom:1px dashed #ddd;
        }
        .t_content>thead>tr>th{
            height:40px;
            line-height: 40px;
            color:#167191;
            text-align: center;
            border-right:1px solid #fff;
        }
        .t_content>tbody>tr:hover{
            background: #fffad5;
        }

        tr.active{
            background: #F6F6F6;
        }


        /*认证图标的样式 */
.approve {
    display:inline-block;
    float: right;
    width:26px;
    height:24px;
    margin-right:23px;
    background: url(../images/sprite.png) no-repeat -430px -10px;
    position: relative;
    top:0;
}
/*用户注册*/
        .sign_title,.forget_title{
            width:100%;
            height:40px;
            line-height: 40px;
            text-align: center;
            background: #EB6000;
            color:#fff;
            font-size:16px;
            border-radius:10px 10px 0 0;
        }
        .sign_content,.forget_content{
            padding:30px 50px 20px;
            box-sizing: border-box;
        }
        .userIcon {
            display: inline-block;
            width: 16px;
            height: 19px;
            background: url(../images/sprite.png) no-repeat -109px -7px;
            position: relative;
            top: 4px;
            left: -3px;
        }
        #sign_phone,#f_phone,#f_new{
            width:100%;
            height:44px;
            padding-left: 44px;
            box-sizing: border-box;
            border:1px solid #ccc;
        }
        #sign_upwd{
            width:100%;
            height:44px;
            padding-left: 44px;
            box-sizing: border-box;
            border:1px solid #ccc;
        }
        .sign_diff1,.sign_diff2,.sign_diff3,.sign_diff4,.diff,.diff2,.diff4{
            height:30px;
            line-height: 30px;
            font-size: 12px;
            text-indent: 15px;
            margin-bottom: 5px;
        }
        .sign_yzm{
            text-indent: 15px;
            height:36px;
            margin-right: 20px;
        }
        .pic_yzm{
            text-indent: 15px;
            height:36px;
        }
.login_list {
    height:35px;
    line-height:35px;
    margin-bottom:20px;
    border-bottom:2px solid #EB3600;
}
.login_ul > div:not(:first-child) {
    display:none;
}
    .login_list > li {
        float:left;
        text-align:center;
        padding:0 20px;
    }
        .login_list > li.active {
            background:#EB3600;
        }
            .login_list > li.active > a {
                color:#fff;
            }
        .mess_btn,#getCode{
            height:36px;
            line-height: 36px;
            color:#fff;
            text-align: center;
            outline:none;
            border:none;
            background: #EB8B00;
            border-radius:4px;
            padding:0 15px;
            cursor: pointer;
        }
#LoginGetCode {
   height:44px;
            line-height: 44px;
            color:#fff;
            text-align: center;
            outline:none;
            border:none;
            background: #EB8B00;
            border-radius:4px;
            width:150px;
            cursor: pointer; 
}
        .sign_zhu>a{
            display: block;
            height:36px;
            line-height: 36px;
            text-align: center;
            color:#fff;
            background: #7FDBF6;
            border-radius:4px;
        }
        .sign_zhu>a:hover{
            background: #007CBB;
        }
        .sign_zhu{
            margin-top: 35px;
        }
.sign_put,.login_btn>.goLogin,.vip_ensure ,.r_btn{
    display:block;
    height:36px;
    line-height:36px;
    text-align:center;
    color:#fff;
    background: #EB3600;
    border-radius:4px;
    letter-spacing: 4px;
    outline:none;
    width:100%;
    border:none;
}
.sign_back {
    height:40px;
    line-height:40px;
    margin-top: 10px;
    text-align:right;
    font-weight:bold;
}
    .sign_back > a:first-child {
        margin-right:20px;
    }
    .sign_back>a:last-child{
        color:#F45A31;
    }
/*用户登录*/
.login_total,.sign_main,.forget{
     width:500px;
     height:500px;
     background: #fff;
     border-radius:10px;
     position: absolute;
     top: 15%;
     left:34%;
}
        .login_title{
            height:50px;
            line-height: 50px;
            background: #7FDBF6;
            color:#fff;
            border-radius:10px 10px 0 0;
        }
            .login_title > li {
                float:left;
                text-align:center;
                width:50%;
                cursor:pointer;
                background: #DCDCDC;
            }
                .login_title > li:first-child {
                border-radius:10px 0 0 0;
                }
                .login_title > li:last-child {
                    border-radius:0 10px 0 0;
                }
                .login_title > li > a {
                    font-size:16px;
                    font-weight:bold;
                    color:#000;
                    letter-spacing:2px;
                }
                .login_title > li.active {
                    background:#EB6100;
                }
                    .login_title > li.active > a {
                        color:#fff;
                    }
        .login_content{
            padding:60px 50px 20px;
            box-sizing: border-box;
        }
.login_vip > ul {
    float:left;
    width:50%;
    line-height:30px;
}
    .login_vip > ul > li > a {
        color: #F45322;
    }
    .login_vip > ul > li > a:hover{
    text-decoration:underline;
    }
.login_back {
    float:left;
    width:50%;
    text-align:center;
    line-height:30px;
}
.login_down {
    height:40px;
    line-height:40px;
    text-align:right;
    font-weight:bold;
    margin-top:18px;
}
    .login_down > a {
        margin-right:15px;
        color: #F45A31;
    }
.login_vip {
    padding:100px 50px 20px;
    box-sizing:border-box;
}
#v_pic {
    height:45px;
    line-height:45px;
    text-indent:15px;
}
.form_group,.sign_group,.forget_group{
    height:44px;
    position: relative;
    /*margin-bottom: 10px;*/
}
.form_group>label,.sign_group>label,.forget_group>label{
    width: 40px;
    height: 44px;
    line-height: 58px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}
.form_group>label>span,.sign_group>label>span,.forget_group>label>span{
    display: inline-block;
    width:25px;
    height:25px;
    background:url(../images/user.png) no-repeat ;
}
#l-sign > span, #l-pwd > span,#f-sign>span {
    background:url(../images/pwd.png) no-repeat ;
}
        #user,#pwd{
            width:100%;
            height:44px;
            padding-left: 40px;
            box-sizing: border-box;
            border:1px solid #ccc;
        }
        .login_next{
            height:30px;
        }
        .next_left{
            float:left;
        }
.next_center {
    float:left;
    margin-left:128px;
}
    .next_center > a {
        display:inline-block;
        /*width:80px;*/
        padding:0 15px;
        height:30px;
        line-height:30px;
        text-align:center;
        /*background:red;*/
        color:#EB3600;
    }
        .next_left>label{
            font-size: 12px;
        }
        .next_right{
            float:right;
        }
        .next_right>a{
            color:#1BA825;
            font-size:14px;
            position:relative;
            top:4px;
        }
.nexttime {
    display:inline-block !important;
    color:#333 !important;
}
        #f_pic{
            width:150px;
            height:36px;
            text-indent: 15px;
        }
        #f_check{
            width:150px;
            height:36px;
            text-indent: 15px;
        }
#login_check {
    width:242px;
    height:42px;
    text-indent:15px;
}
        input{
            /**border-radius:4px !important;*/
            border:1px solid #ccc;
        }
   /********竞买********/
   /*公司信息*/
        
        /*竞买方式*/
        
        .pub_content{
            /*width: 818px;*/
            width:950px;
            /*min-height: 396px;*/
            min-height:600px;
            background: #fff;
            border: 4px solid #007eb4;
            box-sizing: border-box;
            position: absolute;
            top: 5%;
            left: 50%;
            transform:translate(-475px);
            /*padding-top: 43px;*/
        }
.success_content,.fail_content {
            width:672px;
            height:463px;
            padding:30px;
            box-sizing:border-box;
            position:absolute;
            top:16%;
            left:50%;
            transform:translate(-350px);
            background:#fff;
}
    .success_main > p {
        font-size:18px;
        color:#fff;
        line-height:40px;
    }
.fail_main > p {
    font-size:18px;
    line-height:40px;
}
.success_main{
            width: 612px;
            height: 403px;
            text-align:center;
            background:url(../images/gongxi.jpg) no-repeat;
            padding:145px 0;
}
.fail_main {
            width: 612px;
            height: 403px;
            text-align:center;
            background:url(../images/baoqian.jpg) no-repeat; 
            padding:145px 0;
}
        .way_title{
            width:100%;
            height:36px;
            background: #f1f1f1;
            text-align: center;
        }
       
        .way_title>span{
            display: inline-block;
            width:188px;
            background: url(../images/duobianxing.png) no-repeat;
            height:36px;
            line-height: 36px;
            text-align: center;
            color:#fff;
            font-size: 16px;
            letter-spacing:3px;
        }
        /*.bank_detail,.bank_account {
            height: 182px;
            width: 600px;
            margin: 20px auto;
        }
        .bank_detail {
            height: 112px;
            /*width: 600px;
            margin: 20px auto;
        }

        .bank_detail > ul {
            height: 100%;
        }
        .bank_detail > ul > li {
            display: inline-block;
            width: 12.5%;
            height: 46%;
            text-align: center;
            position: relative;
            margin-top: 0;
            margin-bottom: 20px;
        }
        .bank_account ul>li{
            position: relative;
            margin-top: 0;
            margin-bottom: 20px;
        }

         .bank_detail > ul > li > input[type='radio'] {
            position: absolute;
            bottom: -34px;
            left: 61px;
        }

        .btn_box{
            width: 100%;
            height: 72px;
            line-height: 72px;
            background: #ececec;
            box-sizing: border-box;
            text-align: center;
        }
        button.ensure{
            display: inline-block;
            width:76px;
            height:38px;
            line-height: 38px;
            text-align: center;
            color:#fff;
            background: #007cba;
            font-size: 16px;
            border-radius:4px;
            outline: none;
            border: none;
            cursor: pointer;
            letter-spacing:3px;
        }
        .buy_reset, .buy_prev ,.bank_prev,.affirm_prev,.agree{
            margin-right: 20px;
        }
        .way_detail{
            height:260px;
            padding:50px 200px;
            box-sizing: border-box;
        }
        .way_own{
            height:30px;
            line-height: 30px;
            margin-bottom: 10px;
        }
        .way_own,.way_team{
            font-size: 14px;
            font-weight: bold;
            margin-left: 5px;
        }
            .way_own > input, .way_team > input {
                margin-right:6px;
            }
        .way_list{
            min-width:411px;
            min-height:60px;
            padding-left: 30px;
            box-sizing: border-box;
        }
        .way_list>li{
            float:left;
            height:30px;
            line-height: 30px;
            margin-right: 61px;
        }
        .way_list>li{
            font-size: 12px;
        }
        .way_team{
            height:30px;
            line-height: 30px;
        }
        .way_list>li>input{
            margin-right: 5px;
        }



        /*联合竞买*/
        .buy_detail{
            width:100%;
            min-height:260px;
            padding:20px 50px;
            box-sizing: border-box;
        }
        .buy_percent{
            color:#f83030;
            font-size: 16px;
            border:none;background:none;
            width:30px;
            margin-left:5px;
            padding:0;
        }
        .buy_headline{
            height:35px;
            width:100%;
        }
        .buy_headline>p{
            width:90%;
            float:left;
            font-weight: bold;
            color:#474646;
        }
        .buy_add{
            display: inline-block;
            width:55px;
            height:20px;
            line-height: 20px;
            border-radius:10px;
            background: #007CBA;
            color:#fff;
            text-align: center;
        }
            .buy_add:hover {
            color:#fff;
            }
        .form_box {
            max-height:380px;
            overflow:auto;
        }
        .buy_total {
            margin-bottom:20px;
        }
        .buy_total > li {
            display:inline-block;
            width:49%;
            height:40px;
        }
        .buy_total > p {
            width: 53px;
            height: 20px;
            /* line-height: 20px; */
            border-radius: 10px;
            cursor:pointer;
            background: red;
            color: #fff;
            text-align: center;
        }
        .buy_total > li>label{
            display: inline-block;
            width:100px;
            height:30px;
            line-height: 30px;
            font-weight: bold;
            font-size: 14px;
            letter-spacing: 1px;
        }
        .buy_total > li>label:before{
            content:"*";
            display: inline-block;
            color:#f83030;
            font-size: 14px;
            margin-right: 8px;
        }
        .buy_total > li>input{
            width:200px;
            height:30px;
        }
        #b_type{
            width:200px;
            height:30px;
            text-indent: 50px;
            cursor: pointer;
            text-align:center;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background: url(../images/b_type.png) no-repeat right;
        }

        /*申购回执单*/
      
        .receipt_detail{
            width:100%;
            height:260px;
            padding:0 45px;
            box-sizing: border-box;
        }
        .receipt_list> li {
             height:35px;
             margin-bottom:6px;
        }
        .receipt_list > li > label {
            display: inline-block;
            width:135px;
            height:25px;
            line-height:25px;
            font-weight: bold;
            font-size: 14px;
            letter-spacing: 1px;
            text-align:right;
            margin-right:10px;
          
        }
        .receipt_list> li > span {
            display: inline-block;
            height: 30px;
            line-height: 30px;
            width: 250px;
            text-align: center;
            color: #474646;
            border: 1px solid #474646;
            font-size: 14px;
        }
        .receipt_list{
            margin-left: 9px;
            margin-top: 30px;
            float:left;
            width:470px;
        }
        .receipt_part{
            height: 25px;
            margin-bottom: 3px;
        }
        .receipt_right{
            float:left;
            position: relative;
            box-sizing: border-box;
        }
        .receipt_notice{
            color:#fff;
            font-size: 14px;
            position: absolute;
            top: 51px;
            left: 43px;
            font-weight: bold;
            letter-spacing: 1px;
        }
        .receipt_article{
            color: #fd9e28;
            position: absolute;
            top: 113px;
            left: 45px;
            font-size: 14px;
            width: 263px;
            font-weight: bold;
            padding:0 10px;
            text-indent:32px;
            line-height:25px;
        }
        .receipt_right>img{
            position: relative;
            top:2px;
        }

         /*确认单*/

        .affirm_detail {
            width:100%;
            height:260px;
            padding:20px 27px;
            box-sizing:border-box;
        }
        .affirm_title {
            width:100%;
            height:35px;
            line-height:35px;
            color:#f3460a;
            margin-bottom:10px;
            font-weight:bold;
            letter-spacing:1px;
        }
        .affirm_table {
            text-align:center;
            width:100%;
            border:1px solid #969696;
            border-collapse:collapse;
            box-sizing:border-box;
  
        }
            .affirm_table tr {
                height:45px;
                border-bottom:1px solid #969696;
            }
        .affirm_table td {
            border-right:1px solid #969696; 
             font-size:12px;
             font-weight:bold;
             letter-spacing:1px;
        }
            .affirm_table tr td:nth-child(odd) {
                background:#eee;
                }
            .affirm_table tr td:nth-child(even) {
                color:#f3460a;
            }
     /*申购须知**/
        .agree_detail {
            width:100%;
            height:260px;
            padding:20px 175px;
            box-sizing:border-box;
        }
        .agree_title {
            width:100%;
            height:35px;
            line-height:35px;
            color:#f3460a;
            font-weight:bold;
            margin-bottom:10px;
            letter-spacing:1px;
        }
        .agree_list {
            text-indent:16px;
        }
        .agree_list > li {
            height:25px;
            line-height:25px;
            font-size:12px;
            font-weight:bold;
            color:#20201f;
            letter-spacing:1px;
        }

    .del-modal{
        width: 26px;
        height: 26px;
        position: absolute;
        top: -1%;
        right: -4%;
        cursor: pointer;
        background: url(../images/close1.png) center center no-repeat;
    }
    .del-modal:hover {
        background: url(../images/close_red.png) center center no-repeat;
    }

    /**交易大厅*/
/*.contend_count a {
    display: inline-block;
    width: 30%;
    height:25px;
    line-height:25px;
    text-align: center;
    color: #fff;
    background: #FF9F00;
    border-radius: 4px;
    cursor: pointer;
}*/
/*竞价页面--- price*/
.bid_total {
    min-height:700px;
}
.bid_left {
    float:left;
    width:462px;
    height:100%;
    border:1px solid #DDDDDD;
}
.bid_pic {
    height:115px;
    background:url(../images/bid_bj2.png) no-repeat;
}
.bid_time {
    width:400px;
    height:60px;
    padding:10px;
    box-sizing:border-box;
    background:#EFEDEF;
    position:relative;
    top:48%;
    left:5%;
}
    .bid_time > span {
    display:inline-block;
    width:50px;
    height:30px;
    line-height:30px;
    text-align:center;
    background:#fff;
    border-radius:4px;
    margin-right:15px;
    }
    .bid_time > b {
    display:inline-block;
   position:relative;
   top:0;
   margin-right:10px;
    }
.bid_recently {
width:100%;
height:35px;
background:#F5F5F5;
}
    .bid_recently > span {
    display:inline-block;
    width:100px;
    height:40px;
    line-height:40px;
    text-align:center;
    background:#DDDDDD;
    }
    .bid_recently > a {
        float:right;
        margin-right:20px;
        margin-top:10px;
    }
.bid_table {
width:100%;
border-collapse:collapse;
box-sizing:border-box;


}
    .bid_table > thead > tr {
        background:#EFEDEF;
        height:40px;
        line-height:40px;
       
    }
    .bid_table th {
     text-align:center;
    }
    .bid_table > tbody > tr {
        height:38px;
        line-height:38px;
        text-align:center;
        border-bottom:1px dashed #ddd;
        cursor:pointer;
    }
        .bid_table > tbody > tr > td:first-child > span {
            display:inline-block;
            width:12px;
            height:10px;
            background:url(../images/bid_person.png) no-repeat;
        }
        .bid_table > tbody > tr > td:first-child > i {
            display:inline-block;
            width:12px;
            height:10px;
        }
        .bid_table > tbody > tr > td:first-child > b {
            font-weight:normal;
            display: inline-block;
            width: 20px;
        }
         .bid_table > tbody > tr > td:last-child > span {
            display:inline-block;
            width:16px;
            height:15px;
            background:url(../images/bid_chujia.png) no-repeat;
            margin-left:15px;
        }
    .bid_table tr:last-child {
        border-bottom:1px solid #ddd;
    }
    
.bid_stand {
    height:58px;
}
.bid_stand > li {
    width:33%;
    text-align:center;
    float:left;
    height:58px;
    line-height:58px;
}
    .bid_stand > li > span {
        display:inline-block;
        width:16px;
        height:15px;
        margin-right:4px;
    }
    .bid_stand > li:first-child > span {
        background:url(../images/bid_person.png) no-repeat;
        position:relative;
        top:5px;
    }
    .bid_stand > li:nth-child(2) > span {
        background:url(../images/bid_stand.png) no-repeat;
    }.bid_stand > li:nth-child(3) > span {
        background:url(../images/bid_chujia.png) no-repeat;
    }
    .bid_table > tbody > tr > td:nth-child(2) > span{
        background:url(../images/bid_stand.png) no-repeat;
    }
     .bid_table > tbody > tr > td:nth-child(3) > span{
        background:url(../images/bid_chujia.png) no-repeat;
    }

.bid_right {
    float:left;
    width:462px;
    border:1px solid #ddd;
    box-sizing:border-box;
    margin-left: 10px;
    position: relative;
}
.AllJmh > li{
    display: inline-block;
    line-height: 24px;
    width: 130px;
    text-align: center;
    margin-right: 8px;
    border-radius: 3px;
}
.bid_bg {
    width:100%;
    height:190px;
    background:url(../images/bid_chuizi.png) no-repeat center center; 
    position:relative;
}
.bid_content > li {
    height:40px;
    line-height:40px;
    font-weight:bold;
    padding-left: 60px;
}
.bid_content > li > span:first-child {
    width:75px;
    display: inline-block;
}
.bid_content > li:nth-child(odd) {
    background:#EFEDEF;
}
.bid_price {

    position:absolute;
    top:50px;
    left:143px;
    
}
    .bid_price > li:first-child {
        font-size:24px;
        font-weight:bold;
    }
    .bid_price > li:last-child {
        font-size:30px;
        color:#f3460a;
         font-weight:bold;
    }
    .bid_price > li:last-child > span {
         font-size:30px;
        color:#f3460a;
        font-weight:bold;
        }

.bid_word {
    width:100%;
    height:205px;
    padding:20px 33px;
    box-sizing:border-box;
    color:#F56636;
    letter-spacing:1px;
}
    .bid_word > h4 {
    width:100%;
    height:40px;
    line-height:40px;
    text-align:center;
    font-weight:bold;
    }


.bid_ensure {
    display: inline-block;
    outline: none;
    border: none;
    background: #007DBA;
    color: #fff;
    float: right;
    margin-right: 56px;
    padding: 0 15px;
    margin-top: 5px;
}


/**倒计时*/
.bid_warm {
    width: 458px;
    height: 155px;
    border: 1px solid #F3460A;
    position: absolute;
    left: 17%;
    top: 16%;
    background: #fff;
}
.bid_notice {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: #F3460A;
    color: #000;
    font-size: 17px;
    /* font-weight: bold; */
    padding-left: 20px;
    /* left: 0; */
    letter-spacing: 3px;
    /* padding-left: 85px; */
    color: #fff;
}
.bid_notice > span{
    color:#fff;
    font-size:16px;
    position:relative;
    top:7px;
}
    .bid_notice > em {
        font-style:normal;
        position:relative;
        top:7px;
    }
.bid_notice > b {
    display:inline-block;
    width:30px;
    height:20px;
    line-height:20px;
    text-align:center;
    background:#fff;
    border-radius:4px;
    position:relative;
    top:12px;
    margin-right:5px;
}
.bid_prepare {
    height: 60px;
    font-size: 16px;
    margin-top: 13px;
    color: #474646;
    background: #fff;
    letter-spacing: 1px;
    padding: 0 15px;
    box-sizing: border-box;
}

/**个人中心*/
.center_left{
    width: 170px;
    float: left;
    border: 1px solid #D8D8D8;
    height: 700px;
    margin-top: 10px;
}
.center_left ul {
    height:100%;
    /*padding-top: 20px;*/
}
.center_left li {
    height: 64px;
    line-height: 64px;
    text-align: center;
    position: relative;
    /*border-bottom: 1px solid #00cae4;*/
}
.center_left li:hover {
    background:#E3326E;
}
.center_left li span {
    width: 32px;
    height: 32px;
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 14px;
}

.center_left li > a {
    display: inline-block;
    width: 90px;
    text-align: left;
    margin-left:32px;
}
.center_right {
    width:980px;
    float:left;    background: #fff;
    margin-left: 15px;
    /*height:900px;*/
    /*overflow-y: auto;*/
}

.center_right p {
    height:50px;line-height:50px;
    font-weight:900;
    padding-left:10px;
}
.same_table > table {
    width:980px;
    border-top: 1px solid rgba(55,123,210,0.3);
    border-right: 1px solid rgba(55,123,210,0.3);
    border-left: 1px solid rgba(55,123,210,0.3);
}
.same_table thead > tr {
        background:#D5EBFF;
    height:45px;
    border-bottom:1px solid rgba(55,123,210,0.3);
}
.same_table tbody > tr {
    height:40px;
    border-bottom:1px solid rgba(55,123,210,0.3);
}

     .same_table tbody > tr > td.jtwz {
        width:300px;
        height:65px;
        line-height:65px;
        overflow:hidden;
        white-space:nowrap;
        text-overflow:ellipsis;
    }
.same_table thead > tr > th,.same_table tbody > tr > td {
    color:#6F7374;
    text-align:center;
    font-size:14px;
    letter-spacing:2px;
    border-right:1px solid rgba(55,123,210,0.3)
}
.same_table thead > tr > th {
     border-right:1px solid rgba(55,123,210,0.3) !important;
}
.same_table tbody > tr > td :last-child{
    color: rgb(50,125,212);
    text-decoration: underline;
}
.same_table thead > tr > th:first-child {
    padding-left:5px;
}
.per-same {
    padding:10px 0;
    line-height:25px;
    border-bottom:1px solid #ddd;
    overflow:hidden;
}
.per-same a {
    background:#FD653D;
    color: #fff;
    display:inline-block;
    width:50px;
    height:35px;
    line-height:35px;
    text-align:center;
    border-radius:5px;
}  
.per-same>dt {
    width:120px;
    float:left;
    height:50px;
    line-height:50px;
    text-align:center;
    padding-right:30px;
}
.per-same > dd {
    float:left;
    width:680px;
    line-height:50px;
    padding-right:40px;
}
.per-same > dd > p {
    float:left;
    width:450px;
    padding-left:45px;
}
.per-same > dd > span {
    float:right;
    height:50px;
    line-height:50px;
}
    .per-same > dd input {
    height:52px;
    line-height:52px;
    }
.position-same {
    height:56px;
    line-height:56px;
     box-shadow:0 2px 5px #3e85b4;
    padding-left:20px;
    margin-bottom:20px;
    letter-spacing:1px;
}
.position-same > span {
    margin-right:7px;
}
    /**底部信息*/
.bid_footer {
    width:100%;
    min-height:300px;
    background:#EFEFEF;
    margin-top:40px;
}
.bid_num {
    width:100%;
    height:100%;
    padding:88px 272px;
    box-sizing:border-box;
}
.bid_num > ul {
        float:left;
        margin-right:100px;
    }
 .bid_num > ul:first-child > li {
            height:35px;
            line-height:35px;
   }
    .bid_num > ul:last-child > li {
        margin-bottom:10px;
        text-align:center;
    }
/*我的地源情况*/
.source {
    position:relative;
    border-bottom:1px solid #ddd ;
    padding:6px 0;
}
.source table {
    float: right;
    position: absolute;
    left: 726px;
    top: 50px;
}
.source table tr {
    height:35px;
}
.source table tr td{
    width: 108px;
    text-align: center;
}


.same_page {
    height:60px;
    line-height:60px;
    text-align:right;
}
    .same_page > a {
        display:inline-block;
        padding:0 10px;
        line-height:28px;
        border:1px solid #ddd;
        font-size:12px;
        border-radius:4px;
        margin-right:10px;
    }
        .same_page > a.active {
            background:#0084be;
            color:#fff;
        }
        .same_page > a:hover {
            background:#0084be;
            color:#fff;
        }
    .same_page > input {
        width:40px;
        height:30px;
    }

.same_list {
    height:40px;
    border-bottom:1px solid #ddd;
}
    .same_list > li {
        height:35px;
        line-height:35px;
        float:left;
        margin-right:30px;
        cursor:pointer;
    }
     .same_list > li.active {
            border-bottom:3px solid #3792ca;
        }
.same_form {
    width:100%;
    min-height:90px;
    padding:40px 0;
    box-sizing:border-box;

}
.same_input>li{
    float:left;
    margin-right:15px;
}
.same_input .short {
    width:106px;
    height:30px;
}
.same_input .long {
    width:150px;
    height:30px;
}
.same_input > li:last-child > a {
    display:inline-block;
    height:30px;
    line-height:30px;
    text-align:center;
    border:1px solid #ddd;
    background:#F1F1F1;
    padding:0 20px;
    margin-right:15px;
    border-radius:4px; 
}
    .same_input > li:last-child > a:last-child {
        background:#0084BE;
        color:#fff;
    }

   /**交易大厅修改的样式*/
.sub_search,.apply_search,.wsjj_search{
    position:relative;
    left:63px;
    float:left;
}
.sub_search > input,.apply_search> input,.wsjj_search> input,.wdfb_search>input {
    width:390px;
    height:40px;
    border-radius:20px;
    padding:0 20px;
}
    .sub_search > img,.apply_search> img,.wsjj_search>img,.wdfb_search>img {
        position: absolute;
        right: 8px;
        top: 10px;
        display: inline-block;
        width: 24px;
        height: 24px;
        cursor: pointer;
    }
.sub_search input[type="text"]:focus,.apply_search input[type="text"]:focus,.alert-content #tip input[type="text"]:focus {
    border-color:rgba(82,168,236,0.8);
    box-shadow:inset 0 1px 1px rgba(0,0,0,0),0 0 8px rgba(82,168,236,0.6);
}
.sub_choose {
    float:left;
    margin-top:4px;
}

/*,.apply_choose > li     , .apply_choose > li > a        ,.apply_choose > li.current  */
    .sub_choose > li {
        float:left; 
        border-radius:20px;
        margin-right:10px;
    }
        .sub_choose > li > a {
            display:inline-block;
            width:78px;
            height:30px;
            line-height:30px;
            text-align:center; 
        }
        .sub_choose > li.current {
            background:#64C59C;
        }
            .sub_choose > li.current > a {
            color:#fff;
            }
.sub_main {
    min-height:700px;
}
.pagebox > div {
    display:inline-block;
    margin-right:10px;
}
.pagebox {
    height:60px;
    line-height:60px;
    text-align:center;
}
    .pagebox input {
        width:40px;
        height:35px;
        line-height:35px;
        text-align:center;
        border-radius:4px;
        color: #e85700;
    }
    .pagebox button {
        outline:none;
        border:none;
        width: 45px;
        height:26px;
        line-height:26px;
        text-align:center;
        background:#fff;
        border:1px solid #ddd;
        border-radius:4px;
        margin-left: 6px;
    }
.prebtn, .nextbtn {
    display:inline-block;
    width:60px;
    height:30px;
    line-height:30px;
    text-align:center;
    box-sizing:border-box;
    cursor:pointer;
    border-radius:4px;
    border: 1px solid #e85700;
    color: #e85700;
}
.prebtn:hover,.nextbtn:hover {
    background:#e85700;
    color:#fff;
}
#jumpbtn:hover {
    background:#e85700;
    color:#fff;
}
.sumnum,.curnumspan,.recordspan {
    color: #e85700;
}
/*网上竞价的分页样式*/
.pagebox1 > div,.pagebox2 > div {
    display:inline-block;
    margin-right:10px;
}
.pagebox1,.pagebox2 {
    height:60px;
    line-height:60px;
    text-align:center;
}
    .pagebox1 input,.pagebox2 input {
        width:40px;
        height:35px;
        line-height:35px;
        text-align:center;
        border-radius:4px;
        color: #e85700;
    }
    .pagebox1 button,.pagebox2 button {
        outline:none;
        border:none;
        width: 45px;
        height:26px;
        line-height:26px;
        text-align:center;
        background:#fff;
        border:1px solid #ddd;
        border-radius:4px;
        margin-left: 6px;
    }
.prebtn1, .nextbtn1,.prebtn2, .nextbtn2 {
    display:inline-block;
    width:60px;
    height:30px;
    line-height:30px;
    text-align:center;
    box-sizing:border-box;
    cursor:pointer;
    border-radius:4px;
    border: 1px solid #e85700;
    color: #e85700;
}
.prebtn1:hover,.nextbtn1:hover,.prebtn2:hover,.nextbtn2:hover {
    background:#e85700;
    color:#fff;
}
#jumpbtn1:hover,#jumpbtn2:hover {
    background:#e85700;
    color:#fff;
}
.sumnum1,.curnumspan1,.recordspan1 ,.sumnum2,.curnumspan2,.recordspan2{
    color: #e85700;
}
/**供需市场中  收藏按钮的样式 */
.area-home,.area-time {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    position: absolute;
    bottom: 135px;
    right: 0;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: rgba(0,0,0,.3);
    z-index: 2;
}
.area-time {
    width: 100px; left: 0;
}
.area-time > .fa-time {
    font-style:normal;
    font-size: 16px;
}
.area-home .fa{
    display: inline-block; 
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit; 
    text-rendering: auto; 
    -webkit-font-smoothing: antialiased; 
    transform: translate(0,0); 
}
.area-home .fa:before{
    content: "\f08a";
}
/*主页修改的内容**/
.land_item {
    width:100%;
    height:55px;
    border-bottom:4px solid #ddd;
    margin-bottom:15px;
}
.same_title {
    display:inline-block;
    height:55px;
    line-height:55px;
    
    font-size:16px;
    font-weight:bold;
    border-bottom:4px solid #00b8ee;
    color:#00b8ee;
}
    .same_title > span {
     display:inline-block;
    width:27px;
    height:26px;
    margin-right:8px;
    position:relative;
    top:5px;
    }
.auction {
    min-height:756px;
}
.landInfo {
    min-height:330px;
}
.hotLand {
    min-height:694px;
}
.hot-icon {
    background:url(../images/hotLand.png) no-repeat;
}
.auction-icon {
    background:url(../images/auction.png) no-repeat;
}
.landBuy-icon {
    background:url(../images/landBuy.png) no-repeat;
}
.landMessage-icon {
    background:url(../images/landMessage.png) no-repeat;
}
.landBuy, .landMessage {
    width:45%;
    float:left;
    margin-top:15px;
}
.landBuy {
   margin-right:70px; 
}
.landM_list > li {
    height:30px;
    line-height:30px;
    position:relative;
    padding-left:15px;
    box-sizing:border-box;
}
    .landM_list > li > a:before {
        content:"";
        width:5px;
        height:5px;
        background:#ff9f00;
        border-radius:100%;
        position:absolute;
        top:12px;
        left:4px;
    }
    .landM_list > li > span {
        float:right;
    }
.landB_list > li {
    height:30px;
    line-height:30px;
    position:relative;
    padding-left:15px;
    box-sizing:border-box;
}
    .landB_list > li > span {
    float:right;
    }
 .landB_list > li > a:before {
       content: "\00BB \0020";
       color:#1B65B8;  
    }
 .collect:hover{
     cursor:pointer;
 }
.pull-right span {
    display:inline-block;
    width:20px;
    height:20px;
     position:relative;
    top:5px;
    margin-right:2px;
}
.pull-right>a:first-child>span {
    background:url(../images/grid.png) no-repeat;
}
.pull-right>a:last-child>span {
    background:url(../images/list.png) no-repeat; 
}

    /*尾部的样式*/
#footer {
    width: 100%;
    height: 100%;
    background: #767171;
}
.footer-main {
    width:1170px;
    margin:0 auto;
    text-align:center;
    /*padding:30px 0;*/
    box-sizing:border-box;
    position:relative;
    padding-top: 25px;
}
.footer-main>ul>li{
   color:#fff; 
   height:30px;
   line-height:30px;
   font-size:14px;
}
    .footer-main > ul > li > a {
        color:#FFF;
        cursor:pointer;
    }
        .footer-main > ul > li > a:hover {
        color:#428bca
        }
/**layer插件的样式*/
body>.layui-layer-dialog>.layui-layer-content {
    text-align:center;
    font-size:18px;
    *line-height:93px;
    *padding:40px 20px 20px 55px;
}
    body>.layui-layer-dialog>.layui-layer-content>.layui-layer-ico {
        position:absolute;
        top:40%;
        left:23%;
    }

/**以下为页面Agency的样式 */

.Agency-select *{
    float:left;
}
#tab-pane a{
    margin-left:20px;
}
.service-left {
    float:left;
    width:880px;
    margin-right:20px;
}
.service-right {
    float:left;
    width:270px;
}
.service-list {
    height:227px;
    border:1px solid #ededed;
    background:#fff;
    padding:15px 20px;
    margin-bottom:20px;
}
.service-pic {
    float:left;
    width:250px;
    height:195px;
    margin-right:30px;
}
    .service-pic > img {
        width:100%;
        height:100%;
    }
.service-listBox {
    float:left;
    width:558px;
}
    .service-listBox > h3 {
        height:25px;
        margin-bottom:5px;
    }
.listBox-left {
    width:355px;
    float:left;
    margin-top:8px;
    overflow:hidden;
    font-size:12px;
}
    .listBox-left > dl {
        margin-bottom:8px;
        overflow:hidden;
    }
        .listBox-left > dl > dt {
            width:65px;
            float:left;
            line-height:18px;
            font-weight:400;
            color:#999;
        }
        .listBox-left > dl > dd {
            width:280px;
            float:left;
            line-height:18px;
        }
.listBox-right {
    float:right;
    min-width:100px;
}
    .listBox-right > li {
    height:30px;
    line-height:30px;
    text-align:left;
    }
        .listBox-right > li > span:first-child {
            margin-right:20px;
            color:#999;
        }
.service-btn {
    width:100%;
    height:36px;
    margin-top:15px;
}
    .service-btn > a {
        margin-right:25px;
        display:inline-block;
        padding:8px 40px;
        border:1px solid #317dd3;
        color:#317dd3;
        border-radius:4px;
    }
        .service-btn > a:hover {
            background:#317dd3;
            color:#fff;
        }
.service-choose {
    border:1px solid #ddd;
    padding:10px 12px;
}
    .service-choose > h4 {
        margin-bottom:15px;
    }
.service-step {
    color: #e85700;
    font-size:16px;
}
.service-select > li {
    float:left;
    margin-right:10px;
}
    .service-select > li > a {
        display:inline-block;
        min-width:52px;
        height:30px;
        line-height:30px;
        padding:0 4px;
        border-radius:4px;
        box-sizing:border-box;
        text-align:center;
    }
    .service-select > li.active> a {
        color:#fff;
        background:#50BC72;
    }
    .service-select > li > a:hover {
        color:#fff;
        background:#50BC72;
    }


/**以下为页面Agency的样式 */
.Agency-select{
    height: 50px;
    padding: 12px 0;
    border: none;
}
.Agency-select p {
    width:100px;text-align:center;
    color: #ff9f00;    font-size: 16px;
    font-weight: 700;
    height:30px;line-height:30px;
}
.Agency-select *{
    float:left;
}

.service-left {
    float:left;
    width:880px;
    margin-right:20px;
    margin-left:20px;
}
.service-right {
    float:right;
    width:240px;
    margin-right: 10px;
}
.service-list {
    height:227px;
    border:1px solid #ededed;
    background:#fff;
    padding:15px 20px;
    margin-bottom:20px;
}
.service-pic {
    float:left;
    width:250px;
    height:195px;
    margin-right:30px;
}
    .service-pic > img {
        width:100%;
        height:100%;
    }
.service-listBox {
    float:left;
    width:558px;
    height:195px;
}
    .service-listBox > h3 {
        height:25px;
        margin-bottom:10px;
    }
.service-btn {
    width:100%;
    height:36px;
    margin-top: 20px;
    margin-left: 75px;
}
.service-btn > a {
    margin-right: 25px;
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid #e85700;
    color: #e85700;
    border-radius: 4px;
}
.service-btn > a:hover {
    background: #e85700;
    color: #fff;
}
.service-choose {
    border:1px solid #ddd;
    padding:10px 12px;
}
    .service-choose > h4 {
        margin-bottom:15px;
    }
.service-area > li {
    float:left;
    margin-right:10px;
}
    .service-area > li > a {
        display:inline-block;
        min-width:52px;
        height:30px;
        line-height:30px;
        padding:0 4px;
        border-radius:4px;
        box-sizing:border-box;
        text-align:center;
    }
    .service-area > li.active> a {
        color:#fff;
        background:#6bbf2f;
    }
    .service-area > li > a:hover {
        color:#fff;
        background:#6bbf2f;
    }
.service-tell > p:first-child {
    float:left;
    width:70px;
    letter-spacing:1px;
    margin-right:5px;
    font-weight:bold;
    }
.service-tell > p:last-child{
    float:left;
    width:480px;
  height:70px;
  line-height:25px;
  overflow:hidden;
}
.service-space {
    height:30px;
    line-height:30px;
    }
    .service-space > span:first-child {
        display:inline-block;
        width:70px;
        letter-spacing:1px;
        margin-right:5px;
    font-weight:bold;
    }
.service-text {
    width:80%;
    height:103px;
    font-size:15px;
}
.service-react {
    height:30px;
    line-height:30px;
    text-align:left;
}
    .service-react > input {
        margin:0 10px;
    }
/*.layui-layer-dialog .layui-layer-content {
    padding-top:0 !important;
    }*/
/*.layui-layer-btn .layui-layer-btn0{
    margin-top:0 !important;
    position:relative !important;
    top:-5px !important;
}*/
/*.layui-layer-content {
    min-height:171px !important;
}*/


/**中介详情页*/
.sort {
    width:100%;
   /*border:1px solid #d6e5f8;*/
   margin:10px 0;
   overflow:hidden;
   /*border-top:3px solid #3e7cd4;*/
   padding:20px;
}

.sort-intr {
    height:40px;
    line-height:40px;   
    font-weight:bold;
    font-size:16px; 
    text-indent:16px;
}
.sort-list {
    width:100%;
    height:400px;
    /*border:1px solid #ededed;*/
    background:#fff;
    padding:30px 30px;
    margin-bottom:20px;
}
.sort-pic {
    float:left;
    margin-right:30px;
    width:376px;
    height:297px;
}
    .sort-pic > img {
        width:100%;
        height:100%;
    }
.sort-box {
    float:left;
    width:664px;
}
    .sort-box > ul > li {
        height:30px;
        line-height:30px;
    }
    .sort-box > ul > li > span:first-child {
        font-weight:bold;
        width:80px;
    }
.area-sort {
    width:55px;
    height:55px;
    display:inline-block;
    position:absolute;
    top: 0;
    left: 0;
    z-index:2
}
.intr-down::after,.service::after {
    content:'';
    display:table;
    clear: both;
}
/*.option a {
    width:18px;
    height:18px;
    color:#fff;
    padding:5px;
    display:inline-block;
    border-radius:3px;
    position: relative;
    top:5px;
}*/
/*.option > .delete {
    background: #E43931;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: -505px -6px;
}*/
.delete {
     width:18px;
    height:18px;
    padding:5px;
    display:inline-block;
    border-radius:3px;
    position: relative;
    top:5px;
    background: #E43931;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: -505px -6px;
}
/*补充公告样式*/
.bc_entity {
    width:740px;margin:30px 90px; border:1px solid #CCCCCC;border-radius:10px;height:auto;min-height:80px;
}
    .bc_entity .bc_title {
        height:40px;line-height:40px;width:100%;font-size:18px;text-align:center;padding:5px 10px 0px 10px;
    }
    .bc_entity .bc_content {
        height:auto;padding:0px 10px 10px 10px;
    }

.intr-record_self {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/people2.png) no-repeat;
    position: absolute;
    top: 10px;
    left: 85px;
}