/* ===page home=== */
.slideAndSearch,.slideAndFindBuilding{
    position: relative;
}
.mainSearch{
    position: absolute;
    bottom:70px;
    left:50%;
    z-index: 2;
    margin-left: -410px;
    width:820px;
    height:285px;
    background-color: rgba(0, 0, 0, .6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
}
.mainSearch>.pd{
    padding:40px 58px;
}
.mainSearch .nav-pills{
    margin-bottom: 15px;
}
.mainSearch .nav-pills>li>a{
    margin-right: 10px;
    padding:4px 30px 5px;
    font-size: 15px;
    border-radius:4px;
    color:#fff;
}
.mainSearch .nav-pills>li.active>a, .mainSearch .nav-pills>li.active>a:focus, .mainSearch .nav-pills>li.active>a:hover{
    background-color: #ff8800;
}
.mainSearch .nav>li>a:hover{
    background-color: rgba(255, 136, 0, .4);
}
.mainSearch .tab-content{
    color:#fff;
}
.mainSearch-input{
    position: relative;
}
.mainSearch-input:before{
    content:'';
    position: absolute;
    top:-8px;
    left:35px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    transition: left 0.3s ease-in-out;
}
#mainSearchContent2 .mainSearch-input:before{
    left:138px;
}
.mainSearch-input .form-control{
    height:52px;
    padding-left: 20px;
    border:0;
    font-size: 14px;
}
.mainSearch-input .form-control:focus{
    box-shadow: none;
}
.mainSearch-input .input-group-addon{
    padding:5px 30px;
    cursor: pointer;
    background-color: #ff8800;
    color:#fff;
    border:0;
    font-size: 16px;
}
.mainSearch .dl-horizontal{
    font-size: 12px;
}
.mainSearch .dl-horizontal dt{
    width:50px;
    padding:4px 0;
    text-align: left;
    font-weight: normal;
}
.mainSearch .dl-horizontal dd{
    margin-left:0px;
    padding:4px 0;
    white-space: nowrap;
}
.mainSearch .dl-horizontal dd a{
    display: inline;
    padding:5px 8px;
    color:#fff;
    border-radius:2px;
}
.mainSearch .dl-horizontal dd a:hover,.mainSearch .dl-horizontal dd a:focus{
    background-color: rgba(255, 136, 0, .4);
    text-decoration: none;
}
.mainSearch .dl-horizontal dd a.active{
    background-color: #ff8800;

}
/*幻灯*/

#fullIndexCarousel .carousel-control i{
    position: absolute;
    top:50%;
    margin-top: -30px;
    font-size: 65px;
    color:#fff;
}
#fullIndexCarousel .left i{
    left:20%;
}
#fullIndexCarousel .right i{
    right:20%;
}
.carousel-indicators{
    margin-bottom: 0;
}
.carousel-indicators li,.carousel-indicators .active{
    margin:1px 5px;
    width:12px;
    height:12px;
}

/*home-nav*/
.home-nav{
    width: 1200px;
    margin: 0 auto;
    padding-top: 45px;
    padding-bottom: 50px;
}
.home-nav ul{
    margin:0;
    padding:0;
    list-style: none;
}
.home-nav li{
    float: left;
    width: 290px;
    text-align: center;
}
.home-nav .col-3 li{
    width: 370px;
}
.home-nav li a:hover{
    text-decoration: none;
}
.home-nav li a:hover img{
    -webkit-animation-name: hvr-bob-float,hvr-bob;
    animation-name: hvr-bob-float,hvr-bob;
    -webkit-animation-duration: .3s,1.5s;
    animation-duration: .3s,1.5s;
    -webkit-animation-delay: 0s,.3s;
    animation-delay: 0s,.3s;
    -webkit-animation-timing-function: ease-out,ease-in-out;
    animation-timing-function: ease-out,ease-in-out;
    -webkit-animation-iteration-count: 1,infinite;
    animation-iteration-count: 1,infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal,alternate;
    animation-direction: normal,alternate;
}
.home-nav li img{
    width: 76px;
    height: 65px;
    margin: 0 auto 17px auto;
    display: block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.home-nav li b {
    font-size: 18px;
    color: #394043;
}
.home-nav li p {
    width: 183px;
    margin: 3px auto 5px auto;
    font-size: 12px;
    color: #b0b3b4;
    line-height: 18px;
}
@-webkit-keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }

    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

/*partner*/
.partner{
    padding:35px 0 65px;
}
.partner h2{
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: normal;
    color:#302f35;
}
.partner img{
    margin-right: 5px;
    white-space: nowrap;
    vertical-align: top;

}


@keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }

    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

@-webkit-keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

@keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}
/* ===page 帮我找楼=== */
.slideAndFindBuilding #fullIndexCarousel,.slideAndFindBuilding .incarousel-inner .item img{
    height:650px;
}
.slideAndFindBuilding .carousel-inner>.item>a>img, .slideAndFindBuilding .carousel-inner>.item>img{
    height:650px;
}
.slideAndFindBuilding #fullIndexCarousel .right{
    right:540px;
}
#findBuildingForMe{
    position: absolute;
    z-index: 2;
    right:0;
    top:0;
    width:540px;
    height:100%;
    background-color: rgba(35,47,49,.9);
    color:#fff;
}
#findBuildingForMe>.pd{
    padding:100px 28px 0;
}
.form-findBuilding .form-group{
}
.form-findBuilding .form-control{
    padding-left: 10px;
}
#findBuildingForMe .form-findBuilding .form-control{
    color:#fff;
}
.form-findBuilding input.form-control{
    height:38px;
    box-shadow: none;
}

.form-findBuilding .help-inline{
    padding-top:9px;
}
.form-findBuilding .text-muted{
    font-size: 12px;
    color:rgba(255,255,255,.4);
}
.form-findBuilding .form-group-mobile .input-group-addon{
    cursor: pointer;
    background-color: #0088cc;
    color:#fff;
    border-color:#08c;
}
.form-findBuilding .form-group-mobile .form-control{
    border-right:0
}
.form-findBuilding .dl-horizontal dt{
    width:50px;
    line-height:38px;
    font-weight: normal;
    font-size: 12px;
    text-align: left;
}
#findBuildingForMe .form-findBuilding .dl-horizontal dt{
    color:rgba(255,255,255,.4);
}
.form-findBuilding .dl-horizontal dd{
    margin-left: 50px;
}
.form-findBuilding .dl-horizontal dd a{
    display: inline-block;
    height:38px;
    padding:0 30px;
    line-height:36px;
    border:1px solid #ddd;
    border-radius:4px;
    color:#969696;
}
#findBuildingForMe .form-findBuilding .dl-horizontal dd a{
    /*border:1px solid #fff;*/
    color:#fff;
}

.form-findBuilding .dl-horizontal dd a:hover{
    text-decoration: none;
}
.form-findBuilding .dl-horizontal dd a.active{
    background-color: #ff8800;
    color:#fff;
    border-color:#f80;
}
.form-findBuilding .choose{
    width:235px;
    margin-bottom: 15px;
}
.form-findBuilding .choose:nth-of-type(even){
    float:right;
}
.form-findBuilding .btn-yellow{
    height:40px;
    font-size: 16px;
}
    /* ===page rent=== */
.rentBanner{
    position: relative;
    height:450px;
    /*background: url(../images/rent-banner.jpg) no-repeat center center;*/
}
.rentBanner-ditu{
    width:280px;
    height:100%;
    color:#fff;
    background:url(../images/rentBanner-ditu.jpg) no-repeat center center #232f31;
}
.rentBanner-ditu .pd{
    padding:20px;
}
.rentBanner-ditu h3{
    font-size: 16px;
    font-weight: normal;
}
.rentBanner-ditu div{
    padding-top: 300px;
    color:#fff;
}
.rentBanner-ditu a:hover{
    text-decoration: none;
}
.rentBanner-ditu a:hover div{
    color:#fff;
    text-decoration: none;
}
.rentBanner-ditu b{
    font-size: 16px;
    font-weight: normal;
}
.rentBanner-filter{
    width:260px;
    height: 100%;
    background-color: rgba(35, 47, 49, 0.78);
    color:#fff;
}
.rentBanner-filter .pd{
    padding:68px 20px 10px;
}
.rentBanner-filter .form-control{
    height:38px;
    background-color: transparent;
    color:#fff;
}
.rentBanner-filter .form-control:focus{
    box-shadow: none;
    border-color:#f80;
}
.rentBanner-filter .input-group-addon{
    cursor: pointer;
    background-color: #fff;
    color:#f80;
}
.rentBanner-filter .dl-horizontal{
    font-size: 12px;
}
.rentBanner-filter .dl-horizontal dt{
    width:40px;
    font-weight: normal;
    color:rgba(255,255,255,.5);
}
.rentBanner-filter .dl-horizontal dd{
    margin-left: 45px;
    line-height:21px;
}
.rentBanner-filter .dl-horizontal dd a{
    margin-right: 14px;
    color:#fff;
}

.choose{
    position: relative;
    display: inline-block;
    margin:0 5px 12px 0;
}
.rentBanner-filter .choose{
    width:105px;
}
.rentBanner-filter .choose:nth-of-type(even){
    margin-right: 0;
}
.choose-result{
    padding:0 22px 0 10px;
    border:1px solid #fff;
    height: 38px;
    border-radius:2px;
    font-size: 14px;
    line-height:36px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.choose-result:after{
    content:'';
    position: absolute;
    right:10px;
    top:16px;
    width:0;
    height:0;
    border:5px solid transparent;
    border-top:5px solid #fff;
}
.choose:hover .choose-result{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.choose:hover .choose-items{
    z-index: 2;
    display: block;
}
.choose-items{
    display: none;
    position: absolute;
    top:38px;
    right:0;
    left:0;
    z-index: 2;
    padding:0;
    list-style: none;
    background-color: #fff;
    max-height:152px;
    overflow-y:auto;

}
.choose-items li{
    height:38px;
    padding-left: 10px;
    line-height:38px;
    color:#666;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.choose-items li:hover,.choose-items li.active{
    background-color: #eeeeee;

}
.rentbanner-filter-condition{
    margin-top: 50px;
}
.rentbanner-filter-condition>p{
    font-size: 14px;
}
.rentbanner-filter-condition .btn{
    margin-top: 33px;
    padding:7px 15px;
    font-size: 16px;
    color: #f80;
    border-color: #fff;
    background-color: #fff;
}

.title1{
    font-size: 24px;
    text-align: center;
}
.filter-building .title1{
    margin:50px 0 25px;
}
.filter-hot-tag{
    margin-bottom: 30px;
}
.filter-hot-tag a{
    position: relative;
    display: inline-block;
    margin:0 5px;
    padding:12px 18px;
    color:#666;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}
.filter-hot-tag a:hover{
    text-decoration: none;
    color:#f80;
}
.filter-hot-tag a:hover:after,.filter-hot-tag a.active:after{
    content:'';
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    height:4px;
    border-radius:3px;
    background-color: #f80;
}
.filter-hot-tag a.more{
    color:#447da1;
    font-size: 14px;
}
.filter-hot-tag a.more:hover:after{
    display: none;
}
.filter-hot-4col{
    margin-left: -10px;
    margin-right:-10px;
}
.filter-hot-4col>a:nth-of-type(4n) .filter-hot-item{
    margin-right: 0;
}
.filter-hot-item{
    position: relative;
    float: left;
    margin:0 26px 30px 0;
    width:280px;
    height:280px;
    border-radius:10px;
    overflow: hidden;
    color:#fff;
}
.filter-hot-item img{
    width:280px;
    height:280px;
}
.filter-hot-item .pricePerDay{
    position: absolute;
    z-index: 1;
    right:10px;
    top:20px;
    padding:6px 16px;
    font-size: 12px;
    border-radius:6px;
    background-color: rgba(0, 0, 0, .6);
    transition: opacity 0.2s ease-in-out;
}
.filter-hot-item .pricePerDay b{
    font-size: 18px;
    font-weight: normal;
    line-height:1;
}
.filter-hot-item-detail{
    position: absolute;
    z-index: 2;
    top:100%;
    margin-top:-60px;
    left:0;
    right:0;
    heihgt:60px;
    padding:0 10px;
    background-color: #000;
    background: -moz-linear-gradient(90deg, #000, rgba(0,0,0,.1));
    background: -webkit-linear-gradient(90deg, #000, rgba(0,0,0,.1));
    background: -o-linear-gradient(90deg, #000, rgba(0,0,0,.1));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#19000000);
    transition: all 0.3s ease-in-out;
}
a:hover .filter-hot-item-detail{
    top:0;
    margin-top:0;
    height:100%;
    background:rgba(0,0,0,.6);
}
a:hover .filter-hot-item .pricePerDay{
    opacity:0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.filter-hot-item-detail h3{
    margin:0;
    margin-bottom: 10px;
    height:60px;
    font-weight: normal;
    line-height:60px;
}
.filter-hot-item-detail h3 strong{
    font-size: 18px;
    font-weight: normal;
}
.filter-hot-item-detail h3 span{
    float: right;
    font-size: 14px;
}
.filter-hot-item-detail .availableArea{
    height:45px;
    line-height:45px;
    text-align: center;
    font-size: 14px;
    border:1px solid rgba(255,255,255,.35);
    border:1px solid #eee\9;
}
.filter-hot-item-detail .availableArea em{
    font-size: 18px;
}
.filter-hot-item-detail .tenMinus{
    margin-top:20px;
    padding:40px 0 10px;
    border-bottom:1px solid rgba(255,255,255,.35);
    border-bottom:1px solid #eee\9;
    text-align: center;
    background: url(../images/10minute.png) no-repeat center top;
}

.filter-hot-item-detail .micon{
    margin-right:5px;
}
.tenMinus-address ul{
    margin:10px 10px 0;
}
.tenMinus-address li{
    display: inline-block;
    width:49%;
    padding:5px 0 5px 20px;
    line-height:16px;
    white-space: nowrap;
}
/*=== 详情页-更多列表页 ===*/
.bd{
    border-radius: 2px;
    border:1px solid #ddd;
}
.houseList{
    margin-bottom: 80px;
}
.houseList-header>.pd{
    padding:20px 40px;
}
.houseList-header{
    font-size: 14px;
    background-color: #fafafa;
    color:#666;
    border-bottom:1px solid #ddd;
}
.houseList-header-name{
    color:#333;
}
.select-result .btn-group .btn{
    width:72px;
    height:34px;
    padding:0;
    line-height:34px;
    text-align: center;
    background-color: #fafafa;
}
.select-result .btn-group .btn .icon-long-arrow-up{
    display: none;
    position: absolute;
    top:10px;
    right:10px;
    font-size: 11px;
}
.select-result  .btn-group .active{
    background-color: #252a2b;
    border-color:#252a2b;
    color:#fff;
}
.select-result  .btn-group .active .icon-long-arrow-up{
    display: inline;
    margin-right:-3px;
}
.houseList-body>.pd{
    padding:25px 40px;
}
/* media */
.media{
    margin-top:25px;
}
.media2{
    margin-top:15px;
    border-bottom:1px solid #eee;
}
.media:first-child{
    margin-top:0;
}
.houseList-body .media{
    padding-bottom: 25px;
    border-bottom:1px solid #eee;
}
.media-left{
    float: left;
    width:220px;
    height:160px;
    overflow: hidden;
}
.media-left img{
    width:220px;
    height:160px;
    transition: all 0.3s ease-in-out;
}
.media-left2{
    float: left;
    width:120px;
    height:90px;
    overflow: hidden;
}
.media-left2 img{
    width:120px;
    height:90px;
    transition: all 0.3s ease-in-out;
}
.media-left:hover img{
    transform: scale(1.1);
}
.media-left2:hover img{
    transform: scale(1.1);
}
.media-body{
    margin-left: 240px;
    font-size: 14px;
    color:#666;
}
.media-body2{
    margin-left: 130px;
    font-size: 14px;
    color:#666;
}
.media-heading{
    margin-bottom: 25px;
}
.media-heading2{
    margin-bottom: 10px;
}
.media-heading .outline-yellow{
    width:100px;
    margin-right:13px;
    padding:8px 22px;
    font-size: 16px;
}
.media-heading .btn-darkblue,.media-heading .btn-yellow{
    width:120px;
    padding:8px 22px;
    font-size: 16px;
    color:#fff;
}
.media-heading .btn-darkblue{
    margin-left:13px;
}
.media-heading strong{
  font-size: 28px;
    font-weight: normal;
    color:#f80;
}
.media-heading2 strong{
  font-size: 16px;
    color:#f80;
}
.media-heading em{
    margin-left: 45px;
    font-size: 20px;
    font-family: arial, 'Microsoft Yahei';
}
.media-heading2 em{
    margin-left: 20px;
    font-size: 14px;
    font-family: arial, 'Microsoft Yahei';
}
.media-footer{
    margin-top:25px;
    line-height:32px;
    color:#969696;
}
.media-footer .label{
    margin-right:15px;
    padding:4px 16px;
    font-size: 14px;
}
a.btn-tipOff{
    color:#08c;
    font-size: 16px;
}
.item-operation *{
    vertical-align: middle;
}
.item-operation span.mlr20{
    display: inline;
    margin-top:-5px;
    color:#ccc;
    font-size: 15px;
}
a.item-collect{
    color:#f80;
}
a.item-collect .icon{
    font-size: 22px;
    transition: tranform 0.3s ease-in-out;
}
.media-des{
    color:#969696;
}
.media-des b{
    font-weight: normal;
    color:#555555;
}
.media-des span{
    margin:0 30px;
}
.houseList-body .pager{
    padding:20px 0 0px;
}

.houseList-header-select{
    margin-top:10px;
    margin-bottom:0;
    padding:0;
}
.houseList-header-select dt{
    width:50px;
    left:-50px;
    text-align: left;
    font-weight: normal;
}
.houseList-header-select li{
    padding:5px 0 5px 50px;
}

/*==== 房源详情页 =====*/
.bd-block>.pd{
    padding:20px 40px;
}
.houseDetail-slide{
    width:600px;
    height:550px;
}
.houseDetail-txt{
    float: right;
    width:500px;
    color:#555;
    margin-right:-5px;
}
.btn-favorite{
    padding: 8px 22px;
    font-size: 16px;
}
.houseDetail-txt-1{
    margin-bottom: 16px;
    padding-top: 10px;
    color:#515151;
}
.houseDetail-txt-1 strong{
    color:#f80;
    font-size: 36px;
    font-weight: normal;
}
.houseDetail-txt-1 em{
    font-size: 22px;
}
.houseDetail-txt-3{
    position: relative;
    margin-top:25px;
}
.houseDetail-txt-3 ul{
    margin:0;
    padding:0;
    list-style: none;
    font-size: 14px;
}
.houseDetail-txt-3 li{
    padding:7px 0;
}
.houseDetail-txt-3 li:last-child{
    margin-top: 10px;
}
.houseDetail-txt-3 li span{
    color:#969696;
}
.houseDetail-txt-3 li strong{
    color:#555;
    font-weight: normal;
}
.houseDetail-txt .btn-tipOff{
    margin-right: 10px;
}
.calc{
    position: absolute;
    top:10px;
    right:10px;
}
a.btn-calc{
    display: block;
    margin-top:10px;
    padding-top:55px;
    background:url(../images/calc.png) no-repeat center top;
    color:#969696;
}
a.btn-calc:hover{
    color:#f80;
    text-decoration: none;
}
.houseDetail-txt-4{
    margin-top:14px;
    padding:22px 20px;
    background-color: #f7f7f7;
    color:#555;
    font-size: 16px;
}
.houseDetail-txt-1,.houseDetail-txt-2,.houseDetail-txt-3{
    padding-left: 20px;
}
.houseDetail-txt-5 .btn-lg{
    margin-top:42px;
    margin-left:30px;
    padding:22px 50px 21px;
    font-size: 20px;
}
#affixNav{
    margin: 0 0 20px;
}
#affixNav.affix{
    top:0;
    margin-top:0;
    width:1179px;
    z-index: 99;
}
.houseDetail-tabs{
    height:52px;
    background-color: #f7f7f7;
    border-bottom: 0;
}
.houseDetail-tabs>li>a{
    height:52px;
    padding:0px 30px;
    line-height:52px;
    font-size: 16px;
    color:#555555;
    border-radius:0;
    border:0;
}
.houseDetail-tabs>li.active>a,.houseDetail-tabs>li.active>a:hover,.houseDetail-tabs>li.active>a:focus{
    background-color: #252a2b;
    color:#fff;
    border:0;
}
.houseDetail-tabs>li.active:after{
    content:'';
    position: absolute;
    left:50%;
    bottom:-16px;
    margin-left: -8px;
    width:0;
    height:0;
    border:8px solid transparent;
    border-top:8px solid #252a2b;
}
#houseItemInfo tfoot td{
    border-bottom:0;
}
.table-thRight{
    margin-bottom: 0;
}
.table-thRight tbody th{
    color:#969696;
    font-weight: normal;
}
.table-thRight td, .table-thRight th{
    padding:19px 8px;
}
#houseItemInfo{
    margin-bottom: 30px;
}
#houseItemInfo .table tr>th:first-child{
    padding-left: 40px;
}
#houseItemInfo .table tr>td:last-child{
    padding-right:40px;
}
#houseItemInfo .table-thRight{
    border-bottom: 0;
}
#houseItemInfo .table-thRight tfoot td{
    padding:40px;
    border-bottom:0;
}
#houseItemInfo .table-thRight tfoot td h3{
    margin:0 0 16px;
    font-size: 17px;
    color:#666;
}
#houseItemInfo table th{
    text-align: right;
}
.collapseInfo{
    line-height:32px;
    color:#555;
    height:64px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
#houseItemTraffic{
     margin-bottom:80px;
}

#houseItemTraffic>.tab-pane>.pd,#houseItemView>.tab-pane>.pd{
    padding:20px 40px;
}
#houseItemTraffic h3{
    margin-bottom:30px;
}
#houseItemTraffic h3 strong,#houseItemView h3 strong{
    font-size: 20px;
    font-weight: normal;
    color:#333
}
#houseItemTraffic h3 span{
    font-size: 14px;
    color:#666;
	font-weight:normal;
}
#houseNearbyMap{
    width:100%;
    height:640px;
}
.baiduMap{
    position: relative;
}
.baiduMap img{max-width:none;}
#filterNav a{
    float:left;
    margin-right: 5px;
    width:100px;
    height:43px;
}
#filterNavBus{
    background: url(../images/mapIcon1.png) no-repeat 0 0;
}
#filterNavBus.on{
    background-position: 0 -43px;
}
#filterNavBank{
    background: url(../images/mapIcon2.png) no-repeat 0 0;
}
#filterNavBank.on{
    background-position: 0 -43px;
}
#filterNavHotel{
    background: url(../images/mapIcon3.png) no-repeat 0 0;
}
#filterNavHotel.on{
    background-position: 0 -43px;
}
#filterNavGym{
    background: url(../images/mapIcon4.png) no-repeat 0 0;
}
#filterNavGym.on{
    background-position: 0 -43px;
}
#filterNavInn{
    background: url(../images/mapIcon5.png) no-repeat 0 0;
}
#filterNavInn.on{
    background-position: 0 -43px;
}

ul.nav-pills.affix{
    top: 30px; /* Set the top position of pinned element */
}

/*====page 资讯 =====*/
.newsMain{
    width:820px;
}
.newsMain>.pd{
    padding:25px 20px;
}
.newsMain-banner{
    position: relative;
}
.newsMain-banner p{
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    margin-bottom: 0;
    height:60px;
    line-height:70px;
    text-indent:20px;
    color:#fff;
    font-size: 18px;
    background: -moz-linear-gradient(90deg, #000, rgba(0,0,0,.01));
    background: -webkit-linear-gradient(90deg, #000, rgba(0,0,0,.01));
    background: -o-linear-gradient(90deg, #000, rgba(0,0,0,.01));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#19000000);
}
.newsMain-list{
    margin-bottom: 40px;
}
.newsMain-list .item{
    padding:20px 0;
    font-size: 14px;
}
.newsMain-list .items .item-content>.media.pull-left{
    max-width: 210px;
    margin-right:20px;
}
.newsMain-list .items .item-content>.media.pull-left>img{
    width:210px;
    heigth:156px;
}
.newsMain-list .item-header h4{
    margin-bottom: 20px;
}
.newsMain-list .item-header a{
    font-size: 18px;
    color:#333333;
}
.newsMain-list .item-body{
    margin-bottom: 20px;
    font-size: 14px;
    color:#787878;
    line-height:30px;
}

.newsAside{
    width:360px;
}
.newsAside-form{
    padding:25px 20px 0;
}
.newsAside-form .form-findBuilding .input-group-addon{
    background-color: #ff8800;
    border-color: #f80;
}
.newsAside-form .form-findBuilding .choose{
    width:154px;
}
.newsAside-form .choose-result{
    border-color:#ddd;
}
.newsAside-form .choose-result:after{
    border-top-color:#ddd;
}
.newsAside-formrm-group,.newsAside-form .dl-horizontal{
    margin-bottom: 12px;
}
.newsAside-form .form-findBuilding .choose{
    margin-bottom: 12px;
}
.newsAside-form .form-findBuilding .choose-items{
    border:1px solid #ddd;
    border-top:0;
}
.newsAside-list .pd{
    padding:15px 20px;
}
.newsAside-list h3{
    margin:0 0 20px;
    font-size: 20px;
}
.newsAside-list .item{
    margin-bottom:15px;
    padding-bottom:15px;
    border-bottom: 1px solid #ddd;
}
.newsAside-list .item .media{
    margin-right:15px;
}
.newsAside-list .item .media img{
    width:140px;
    height:100px;
    border:1px solid #ddd;
}
.newsAside-list .item .text{
    height:100px;
}
.newsAside-list .item h4{
    margin:0 0 15px;
    font-size: 16px;
}
.newsAside-list .item h4 a{
    color:#666666
}
.newsAside-list .item ul{
    margin-bottom: 0;
}
.newsAside-list .item li{
    color:#969696;
    font-size: 14px;
}
.newsAside-list .item li:last-child{
    color:#777;
}

.newsMain article{
    padding:0;
}
.article h1{
    margin-top: 0;
    font-size: 24px;
    font-weight: normal;
    color:#333333;
}
.article>header>dl{
    background-color:transparent;
    border-bottom:0;
    line-height:28px;
}
.article>header>dl>dt{
    font-weight: normal;
    font-size: 14px;
    color:#969696;
    text-indent:150px;
}
.article>header>dl>dd span{
    margin-right: 5px;
    line-height:28px;
}
.article .content{
    color:#666;
}

/*=== 登录注册 ===*/
.bg-bigImg{
    height:100%;
    background: url(../images/bg_bigImg.jpg) no-repeat center top;
}
.bigBox{
    width:750px;
    margin:0 auto;
    padding-top:100px;
}
.noaside{
    width:520px;
}
.logo-white{
    margin-bottom: 70px;
    display: block;
    width:326px;
    height:80px;
    background: url(../images/logo-white.png) no-repeat 0 0;
    text-indent:-999em;
    overflow: hidden;
}
.loginBox{
    border-radius: 10px;
    background: rgba(255, 255, 255, .8);
}
.loginBox>.pd{
    position: relative;
    padding:55px 50px;
}
.loginBox>.pd:before{
  content:'';
    position: absolute;
    top:55px;
    bottom:55px;
    left:522px;
    width:1px;
    z-index: 2;
    background-color:rgba(165,165,165,.5);
}
.noaside .loginBox>.pd:before{
    display: none;
}
.loginBox-main{
    width:420px;
}
.loginBox-plus{
    width:150px;
}
.loginBox-plus>p{
    margin-top:16px;
    font-size: 16px;
}
.loginBox-plus>p a{
    color:#f80;
}
.loginBox-plus h3{
    margin-top:4px;
    margin-bottom:36px;
    font-size: 16px;
    font-weight: normal;
    color:#333;
}
.loginBox-main .form-group:last-child{
    margin-bottom:0;
}
.login-third .form-group{
    padding-left: 22px;
    margin-bottom:0;
}
.login-third .btn{
    margin-bottom: 40px;
    width:72px;
    height:72px;
    border-radius:100%;
    font-size: 15px;
    text-align: center;
    line-height:65px;
}
.login-third .btn:last-child{
    margin-bottom:0;
}
.login-third .btn .iconfont{
    font-size: 36px;
}

.loginBox-main h3{
    margin:0 0 24px;
    font-size: 20px;
    font-weight: normal;
    color:#444;
}
.loginBox-main h3 p{
    margin-top: 4px;
    margin-bottom:0;
    font-size: 16px;
    color:#969696;
}
.loginBox-main h3 p a{
    color:#f80;
}
.loginBox-main input.form-control,.loginBox-main select.form-control{
    height:50px;
    border-radius:1px;
    font-size: 16px;
}
.modal-calc .loginBox-main input.form-control{
    height:42px;
}
.loginBox-main textarea.form-control{
    border-radius:0;
}
.loginBox-main .form-control:focus{
    box-shadow: none;
    border-color: #f80;
}
.form-group-telphone .form-control{
    padding-left: 44px;
    background:url(../images/mobile.png) no-repeat 14px center #fff;
}
.form-group-password .form-control{
    padding-left: 44px;
    background:url(../images/mima.png) no-repeat 14px center #fff;
}
.form-group-yzm .form-control{
    padding-left: 44px;
    background:url(../images/yzm.png) no-repeat 14px center #fff;
}
.form-group-id .form-control{
    padding-left: 44px;
    background:url(../images/id.png) no-repeat 14px center #fff;
}
.form-group-user .form-control{
    padding-left: 44px;
    background:url(../images/user.png) no-repeat 14px center #fff;
}
.form-group-company .form-control{
    padding-left: 44px;
    background:url(../images/company.png) no-repeat 14px center #fff;
}
.form-group-date .form-control{
    padding-left: 44px;
    background:url(../images/date.png) no-repeat 14px center #fff;
}
.loginBox-main .btn-yellow,.loginBox-main .btn-gray{
    margin-top:50px;
    height:50px;
    padding-top: 13px;
    font-size: 16px;
}
.loginBox-main label{
    font-weight: normal;
}
.loginBox-main label span{
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    height:18px;
    margin-left:10px;
}
a.btn-findpassword{
    color:#444;
}
.form-group-telphone .input-group-addon{
    cursor: pointer;
    background-color: #0088cc;
    color: #fff;
    border-color: #08c;
}
.modal-mine .loginBox>.pd{
    padding:0 35px 35px;
}
.modal-mine .loginBox>.pd:before{
    display: none;
}
.modal-mine .loginBox-plus{
    width:100%;
}
.modal-mine .loginBox-plus h3{
    margin-top:30px;
    font-size: 18px;
}
.modal-mine .loginBox-plus .form-group{
    padding-left:0;
}
.modal-mine .login-third a{
    display: inline-block;
    width:72px;
    text-align: center;
}
.modal-mine .login-third a:hover{
    text-decoration: none;
}
.modal-mine .login-third a:hover span{
    color:#f80;
}
.modal-mine .login-third a b{
    display: block;
    margin-bttom:15px;
    width:72px;
    height:72px;
    border-radius:100%;
    line-height:72px;
    color:#fff;
    font-size: 36px;
}
.modal-mine .login-third a b i{
    font-size: 36px;
}
.modal-mine .login-third a span{
    color:#666;
}
.modal-mine .login-third .col-md-4:nth-of-type(1) b{
    background-color: #2b9dd5;
}
.modal-mine .login-third .col-md-4:nth-of-type(2) b{
    background-color: #6ed018;
}
.modal-mine .login-third .col-md-4:nth-of-type(2) b i{
    font-size: 42px;
}
.modal-mine .login-third .col-md-4:nth-of-type(3) b{
    background-color: #f45858;
}
.form-group input.form-control[disabled]{
    background-color: #e6e6e6;
}
.footer2{
    padding:20px 0;
    text-align: center;
    color:#fff;
}
.calc-result .input-group{
    background-color: #f7f7f7;
    border-radius: 0;
}
.calc-result .input-group .form-control,.calc-result .input-group .input-group-addon{
    background-color: transparent;
    border:0;
    box-shadow: none;
}
.modal-calc .form-horizontal .control-label{
    padding-top:10px;
    white-space: nowrap;
}
.modal-calc .form-control{
    border-right: 0;
    box-shadow: none;
}
.modal-calc .form-control:focus + .input-group-addon{
    border-color:#f80;
}
.modal-calc .input-group-addon{
    background-color: transparent;
    border-left:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.modal-calc .btn-yellow{
    margin:25px 0 15px;
}
.modal-calc h4{
    margin-bottom:20px;
    font-size: 20px;
    color:#444;
    font-weight: normal;
}
.micon-calc{
    margin-right:10px;
    width:16px;
    height:24px;
    background:url(../images/calc.png) no-repeat 0 0;
    background-size:contain ;
}
/*== page 项目详情页 ==*/
.itemDetail-summary{
    position: relative;
}
.itemDetail-summary-title{
    position: absolute;
    width:100%;
    top:-80px;
    height:80px;
    color:#fff;
    padding-top:20px;
    padding-left:40px;
    font-size: 14px;
    background-color: #000;
    background: -moz-linear-gradient(90deg, #000, rgba(0,0,0,.0));
    background: -webkit-linear-gradient(90deg, #000, rgba(0,0,0,.0));
    background: -o-linear-gradient(90deg, #000, rgba(0,0,0,.0));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#19000000);
}
.itemDetail-summary-title .name{
    margin-right: 30px;
    font-size: 26px;
}
.itemDetail-summary-title .location{
    margin-right:40px;
}
.itemDetail-summary-title .label{
    margin-right:10px;
    font-size: 12px;
    color:#fff;
}
.itemDetail-summary-body{
    padding:16px 0;
    height:80px;
    font-size: 14px;
    background-color: #252a2b;
    color:#fff;
}
.itemDetail-summary-body>div{
    float:left;
}
.itemDetail-summary-body .pricePerDay{
    width:206px;
    padding-left:40px;
}
.itemDetail-summary-body .pricePerDay span{
    font-size: 26px;
}
.itemDetail-summary-body .tenMinus{
    width:165px;
    padding:30px 0 10px;
    text-align: center;
    background: url(../images/10minute.png) no-repeat center top;
}
.itemDetail-summary-body .availableArea{
    position: relative;
    width:230px;
}
/*.itemDetail-summary-body .availableArea:after{
    content:'';
    position: absolute;
    right:0;
    top:0;
    bottom:0;
    width:1px;
    background-color: rgba(255,255,255,.3);
}*/
.itemDetail-summary-body .availableArea p{
    margin-bottom:0;
}
.itemDetail-summary-body .availableArea em{
    font-size: 20px;
}
.itemDetail-summary-body .tenMinus-address ul{
    margin:0;
    width:230px;
}
.itemDetail-summary-body .tenMinus-address li{
    width:110px;
    padding-left: 10px;
}

.itemDetail-summary-body .tenMinus-address li .micon{
    margin-right:10px;
}
.itemDetail-summary-body>.itemDetail-summary-btngroup{
    float:right;
    margin-top:-16px;
}
.itemDetail-summary-body>.itemDetail-summary-btngroup .btn{
    float:left;
    height:80px;
    width:180px;
    padding:0;
    line-height:80px;
    text-align: center;
    font-size: 20px;
    border-radius: 0;
}
.houseDetail-tabs .li-tel{
    padding-top:10px;
    padding-right:20px;
}

.filter-result-item{
    float:left;
    margin:0 25px 25px 0;
    width:260px;
    height:240px;
    overflow: hidden;
}
.filter-result-item:nth-of-type(4n){
    margin-right:0;
}
.filter-result-item .img-container{
    position: relative;
    height:190px;
}
.filter-result-item .img-container img{
    width:260px;
    height:190px;
}
.filter-result-item .img-container .label{
    position: absolute;
    z-index: 9;
    top:10px;
    left:10px;
    padding:6px 15px;
    font-size: 14px;
    background-color: rgba(0, 0, 0, .6);

}
.filter-result-item-des{
    height:50px;
    padding:0px 10px;
    border:1px solid #eee;
    color:#333;
    line-height:50px;
}
.filter-result-item:hover .filter-result-item-des{
    background-color: #f7f7f7;
}
.filter-result-item-des strong{
    color:#f80;
    font-size: 20px;
}
.filter-result-item-des span{
    color:#969696;
}
.quanjingview{
    position: relative;
}
.tipmouse{
    position: absolute;
    width:240px;
    height:90px;
    left:50%;
    margin-left:-120px;
    z-index: 3;
    bottom:60px;
    background: url(../images/tip_mouse.png) no-repeat 0 0;
}
/* ====page 楼宇 ===*/
.hotsearch{
    height:60px;
    padding-top:10px;
}
.form-group-hotsearch{
    width:560px;
}
.form-group-hotsearch .form-control{
    height:42px;
    font-size: 14px;
}
.form-group-hotsearch .form-control:focus{
    border-color: #f80;
}
.form-group-hotsearch .input-group-addon{
    padding-left:42px;
    padding-right:42px;
    font-size: 16px;
    color:#fff;
    background-color: #f80;
    border-color:#f80;
    cursor: pointer;
}
.hotsearch label{
    padding-left:20px;
    font-weight: normal;
    font-size: 14px;
    color:#666;
}
.hotsearch .help-inline a{
    margin-right:24px;
    font-size: 14px;
    color:#969696;

}

/* === page 地图找房 ===*/
.findhousebyMap-aside{
    width:420px;
    border-right: 1px solid #ddd;
}
.findhousebyMap-aside>.pd{
    padding:20px;
}
.findhousebyMap-aside .form-group-hotsearch{
    width:auto;
}
.findhousebyMap-aside .select-list{
    padding-left:0;
}
.findhousebyMap-aside .conditionSelect dt{
    position: relative;
    width:auto;
    margin-top:15px;
    margin-bottom:5px;
    left:0;
    font-size: 20px;
    color:#000;
}
.findhousebyMap-aside .select-all{
    font-weight: bold;
}
.findhousebyMap-aside .conditionSelect dd{
    margin:0 0 5px 0;
}
.findhousebyMap-aside .conditionSelect a{
    padding:0 10px;
}
/*====userCenter===*/
.userCenter{margin-bottom:80px;}
.userCenter .aside{
    float: left;
    width:260px;
    border:1px solid #ddd;
    border-radius:4px;
}
.userCenter .aside dt{
    text-align: center;
}
.userCenter .aside dt img{
    width:160px;
    height:160px;
    border-radius: 100%;
}
.userCenter .aside dt p{
    margin:15px 0 35px;
    font-weight: normal;
    color:#252a2b;
}
.userCenter .aside dd a{
    display: block;
    height:60px;
    text-align: center;
    font-size: 14px;
    line-height:60px;
    color:#666;
}
.userCenter .aside dd.active a,.userCenter .aside dd a:hover{
    background-color: #252a2b;
    color:#fff;
    text-decoration: none;
}
.userCenter-main{
    float: right;
    width:910px;    
}
.userCenter-main>h3{
    margin:0 0 30px;
    font-size: 20px;
    font-weight: normal;
}
.navTabs-black{
}
.navTabs-black .pager{
    margin-top:40px;
}
.navTabs-black .nav-tabs>li>a{
    width: 112px;
    height: 42px;
    border:1px solid #dddddd;
    background-color:#ffffff;
    text-align: center;
    font-size: 14px;
    color:#728d9b;
}
.navTabs-black .nav-tabs>li.active>a{
    border:1px solid #252a2b;
    background-color:#252a2b;
    color:#fff;
}
.navTabs-black>.tab-content{
    padding:20px;
    border:1px solid #ddd;
    border-top:0;
}
.panel-style1 .panel-heading{
    height:70px;
    padding:25px 20px;
    font-size: 14px;
    border-bottom: 0;
}
.panel-style1 .panel-footer{
    background-color: transparent;
}
.mediaStyle1 img{
    width:110px;
    height:80px;
}
.mediaStyle1 p{
    margin-top:10px;
    font-size: 16px;
}
.mediaStyle1 .outline-blue{
    padding-top:7px;
    font-size: 14px;
}
.mediaStyle1 .btn-block{
    float: right;
    margin-top:10px;
    width:90px;
    height:35px;
}

.timeline{
    position: relative;

}
.timeline:after{
    content:'';
    position: absolute;
    width:10px;
    top:-10px;
    bottom:-10px;
    left:100px;
    background-color: #f5f5f5;
}
.timeline-block{
    position: relative;
    padding:20px 0;
}
.timeline-block:after{
    content:"";
    position: absolute;
    z-index: 2;
    top:30px;
    left:85px;
    width:40px;
    height:40px;
    border-radius:100%;
    background-color: #252a2b;
    border:12px solid #dfdfdf;
}
.timeline-block-time{
    float:left;
    width:70px;
    color:#666;
    text-align: right;
}
.timeline-block-time strong{
    font-size: 24px;
}
.timeline-block-content{
    margin-left:140px;
    margin-top:-10px;
    padding:20px;
    border-radius: 4px;
    background-color: #f5f5f5;
    color:#555;
}
.timeline-block-content p{
    margin-bottom:20px;
}
.timeline-block-content p:first-child em{
    color:#969696;
    font-style: normal;
}
.timeline-block-content p:last-child{
    margin-bottom:0;
}
.timeline-block-content .outline-blue{
    width:80px;
    height:32px;
    font-size: 14px;
}

.showings-nodata{
    margin: 210px auto 0;
    width:120px;
    text-align: center;
    font-size: 14px;
}
.showings-nodata p{
    margin:20px 0 50px;
    color:#666;
}
.showings-nodata .btn{
    font-size: 16px;
}

.showings-list .panel-heading .outline-blue{
    width:90px;
}
.showings-list .mediaStyle1 img{
    width:180px;
    height:130px;
}
.showings-list .mediaStyle1 h4{
    margin:0 0px 30px 0;
    font-size: 20px;
    font-weight: normal;
}
.showings-list .mediaStyle1 h4 .label-outline-gray{
    margin-left:20px;
    width:60px;
    height:28px;
    font-size: 14px;
}
.showings-list .mediaStyle1 p{
    margin-bottom:20px;
}
.showings-list .mediaStyle1 p:last-child{
    margin-bottom:0;
}
.showings-list .actionClass{
    margin-top:40px;
    height:40px;
    padding:0;
    line-height:40px;
    font-size: 16px;
}
.showings-list .col-md-7{
    padding-left:0;
}
.showings-list .mediaStyle1 p{
    font-size: 14px;
}

.list-style1 li{
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom:1px solid #ddd;
    font-size: 14px;
}
.collection-list .list-style1 li img{
    width:180px;
    height:130px;
}
.collection-list .mediaStyle1 p{
    font-size: 14px;
}
.collection-list .mediaStyle1 p:last-child{
    margin-bottom:0;
}
.collection-list .btn-cancel-collection{
    margin-top:40px;
    height:40px;
    padding:0;
    line-height:40px;
    font-size: 16px;
}
.house-list .mediaStyle1 img{
    width:180px;
    height:130px;
}
.house-list .mediaStyle1 p{
    font-size: 14px;
}
.houselist-action{
}
.houselist-action a{
    line-height:20px;
    margin:0 5px;
}
.main-title{
    margin-bottom:30px;
}
.main-title strong{
    font-weight: normal;
    font-size: 20px;
}
.modal-calc .choose{
    display:table-cell;
}
.modal-calc .choose-result{
    border-color:#ccc;
    border-right: 0;
}
.modal-calc .choose-result:after{
    border-top-color:#666;
}
.modal-calc .choose-items{
    top:37px;
    border:1px solid #ccc;
    border-top:0;
}
.modal-calc .placeholder{
    padding-right: 30px;
    text-align: right;
    color:#999
}
.modal-calc .input-group-addon{
    color:#999;
}
.modal-calc .form-horizontal .form-group{
    position: relative;
    z-index:0;
}
.modal-calc .form-horizontal .form-group:hover{
    z-index: 2;
}
.accountbind-channel{
    margin-left:30px;
}
.accountbind-channel a.btn{
    padding-left: 35px;
    text-align: left;
    font-size: 14px;
}
.accountbind-channel a.btn .icon{
    margin-right:15px;
    vertical-align: middle;
}
.calc-plus{
    margin-top:30px;
    padding-top:20px;
    padding-left:30px;
    width:345px;
    height:400px;
    border-left:1px solid #eee;
}
.calc-plus h4{
    margin-bottom:30px;
    font-size: 18px;
}
.calc-plus li{
    padding:6px 0;
}
.paymethod{
    margin-bottom:20px;
}
.paymethod label{
    font-weight: normal;
}

.msgbox{
    width:720px;
    margin:150px auto 0;
}
.msgbox .title{
    margin-bottom:40px;
    text-align: center;
    font-size: 46px;
    color:#2e95d0;
    font-weight: bold;
}
.msgbox .bd{
    padding:50px 60px;
    font-size: 20px;
}
.msgbox .bd .outline-yellow{
    padding:12px 50px;
    font-size: 20px;
}
.msgbox .bd p{
    margin-bottom:20px;
}

.allcard{padding-left:30px;padding-top:10px;}
.nocard{margin-left:30px;width:200px;height:96px;border-radius:8px;text-align:center;background:#e1ebf1;line-height:96px;border:1px dashed transparent;}
.nocard a{color:#969696}
.nocard:hover{background:#eee;
    text-decoration: none;}
.nocard i{margin-right:10px;}
.cardinfo{position:relative;
    vertical-align: middle;display: inline-block;
    margin:0 20px 30px;width:240px;height:120px;border:1px solid #ccc;border-radius:5px;}
.card-type{position:relative;padding:5px 10px;color:#666;}
.carset{position:absolute;top:3px;right:45px;width:120px;line-height:27px;background:#dce7ed;}
.carset a{margin-left:10px;}
.carset a:hover{color:#f80;}
.carset span:before{content: "";border-color: transparent #dce7ed;border-style: solid;border-width:8px 0 8px 8px;display: block;height: 0;width: 0;right: -8px;top:5px;position:absolute;}
.card-logo img{width:170px;height:50px;margin-left:10px;}
.card-num{text-indent:75px;}
.tag-default{display: none;position:absolute;left:0px;bottom:0px;width:58px;height:58px;background:url(../images/default.png) no-repeat 0 0;}
.default .tag-default{display:block;}
.nocard.cardinfo{line-height:120px;}
.deldiv{position:absolute;width:100%;height:100%;top:0;left:0;}
.deldiv p{position:absolute;z-index:3;width:100%;margin-top:48px;font-size:0;text-align:center;}
.deldiv a{display:inline-block;background:#d5d5d5;font-size:14px;width:80px;margin:0 5px;padding:0;text-align:center;line-height:27px;color:#666;}
.deldiv .a2{background-color:#f80;color:#fff;}
.delmark{position:absolute;width:100%;height:100%;top:0;left:0;z-index:0;background:#000;opacity:0.7;border-radius:5px;}

.btn-bigradius .btn{
    margin-left:15px;
    width:90px;
    height:36px;
    padding:6px 15px;
    border-radius: 20px;
    font-size: 16px;
}

.chart-asset{position:relative;}
.chart-asset h1{margin-bottom:0;padding-left:0px;font-size:20px;font-weight:normal;line-height:30px;}
.chart-title{margin:20px;}
#chart{margin:0 auto;width:860px;height:400px;*background:url(../images/chart.jpg) no-repeat center 0;background:url(../images/chart.jpg) no-repeat center 0\0/;}
.con-top{position:absolute;width:305px;height:60px; background-repeat:no-repeat;line-height:45px;}
.con-top span{margin:0 16px 0 25px;font-size:16px;color:#666;}
.con-top strong{font-size:24px;color:#f80;}
.con-top small{font-size:16px;}
.con-top-a{left:525px;top:138px;background-image:url(../images/zhexian-a.png);}
.con-top-b{left:-7px;top:198px;width:275px;background-image:url(../images/zhexian-b.png);padding-right:30px;background-position:right 0;text-align:right;}
.con-top-c{left:460px;top:315px;background-image:url(../images/zhexian-c.png);text-indent:10px;}
.con-top-d{width:180px;height:156px;left:370px;top:200px;text-align:center;}
.con-top-d strong{font-size:28px;}.con-top-d span{font-size:18px;color:#333;}.con-top-d small{font-size:18px;}
.con-top-a.animated{-webkit-animation-delay:0.1s;-moz-aniamtion-delay:0.1s;-m-aniamtion-delay:0.1s;aniamtion-delay:0.1s;}
.con-top-b.animated{-webkit-animation-delay:0.4s;-moz-aniamtion-delay:0.4s;-m-aniamtion-delay:0.4s;aniamtion-delay:0.4s;}
.con-top-c.animated{-webkit-animation-delay:0.8s;-moz-aniamtion-delay:0.8s;-m-aniamtion-delay:0.8s;aniamtion-delay:0.8s;}
.con-top-d.animated{-webkit-animation-delay:1.2s;-moz-aniamtion-delay:1.2s;-m-aniamtion-delay:1.2s;aniamtion-delay:1.2s;}

.tab-content-wallet .nav-secondary>li>a:focus{
    background-color: transparent;
}
.tab-content-wallet .nav-secondary>li>a{
    border-bottom-color: transparent;
}
.tab-content-wallet .nav-secondary>li.active>a{
    border-bottom-color: #0088cc;
    color: #0088cc;
}
.tab-content-wallet .table>thead>tr>th{
    padding:14px 10px;
    font-weight: normal;
}
.tab-content-wallet .table>tbody>tr>td{
    padding:14px 10px;
}

.input1{
    padding:8px;
    border-radius:4px;
    border:1px solid #ddd;
}
.input1:focus{outline: none}

.input-group-transparent .input-group-addon{
    background-color: transparent;
}
.input-group-transparent .form-control{
    border-right: 0;
}
.input-group-transparent .form-control:focus+.input-group-addon{
    border-color: #145ccd;
}

.yuan {
    display: inline-block;
    width: 160px;
    text-align: right;
    padding:0 5px;
}

.suspension{position:fixed;z-index:1000;right:0;bottom:85px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color:#252A2B;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:#FF8800;}
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-44px 0;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:34px;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d-service-item{border-bottom:1px solid #eee;padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}