html, body {
    width: 100%;
    height: 100%;
    margin: 0
}

html {
    font-size: 12px;
    color: #666;
}

body {
    font-size: 1em;
}

body > div {
    font-family: Microsoft YaHei
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, hgroup, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
}

a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

a img, img {
    border: none;
    margin: 0;
    padding: 0;
}

img, input, label {
    vertical-align: middle;
    outline: none;
    border: none;
}

/*垂直居中*/
ul, li {
    list-style: none;
}

.main {
    position: relative;
    box-sizing: border-box;
    padding-top: 81px;
    width: 100%;
    height: 100%;
}

.top {
    position: absolute;
    left: 0;
    top: 0;
    float: left;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}

.bottom {
    position: relative;
    box-sizing: border-box;
    /* padding-left: 438px; */
    /* 默认加载不显示左侧房源列表 */
    padding-left: 0px;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.left {
    position: absolute;
    box-sizing: border-box;
    left: 0;
    bottom: 0px;
    width: 438px;
    height: 100%;
    padding-bottom: 50px;
    /* margin-left: 0px; */
    /* 默认加载不显示左侧房源列表 */
    margin-left: -438px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.bottom1 {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.left1 {
    position: absolute;
    box-sizing: border-box;
    left: 0;
    bottom: 0px;
    width: 438px;
    height: 100%;
    padding-bottom: 50px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    z-index: 999;
    background-color: #FFFFFF;
    margin-left: -438px;
}

#page {
    box-sizing: border-box;
    padding-top: 10px;
    color: #ccc;
    text-align: center;
    width: 438px;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
}

#page a {
    display: inline-block;
    color: #428bca;
    display: inline-block;
    height: 15px;
    line-height: 15px;
    padding: 0 2px;
    border: 1px solid #ddd;
    margin: 0 2px;
    border-radius: 2px;
    vertical-align: middle;
}

#page a:hover {
    text-decoration: none;
    border: 1px solid #428bca;
}

#page span.current {
    display: inline-block;
    height: 15px;
    line-height: 15px;
    padding: 0 2px;
    margin: 0 2px;
    color: #fff;
    background-color: #428bca;
    border: 1px solid #428bca;
    border-radius: 2px;
    vertical-align: middle;
}

#page span.disabled {
    display: inline-block;
    height: 15px;
    line-height: 15px;
    padding: 0 2px;
    margin: 0 2px;
    color: #bfbfbf;
    background: #f2f2f2;
    border: 1px solid #bfbfbf;
    border-radius: 2px;
    vertical-align: middle;
}

#showLeft {
    box-sizing: border-box;
    line-height: 60px;
    text-align: center;
    width: 40px;
    height: 60px;
    position: absolute;
    left: 437px;
    bottom: 50%;
    z-index: 999;
    background-color: #FFFFFF;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border:1px solid rgba(0,0,0,0.3);
    border-left:none;
}

#showLeft_i{
    /* background-position: -180px 0; */
    /* 默认加载不显示左侧房源列表 */
    background-position: -171px 0;
    width: 10px;
    height: 16px;
    line-height: 60px;
    display: inline-block;
    background-image: url(../images/sprite.svg);
    background-repeat: no-repeat;
    cursor: pointer
}

.right {
    width: 100%;
    height: 100%;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.tophead {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    min-width: 1200px;
    height: 40px;
    line-height: 40px;
    background: #f2f2f2;
    font-size: 14px;
    color: #666;
}

.search {
    height: 40px;
    margin-left: auto;
    margin-right: auto;
}

.tophead .search a {
    margin: 0 0 0 32px;
}

.tophead a img {
    vertical-align: middle;
    margin: -4px 6px 0 0;
}

.bymap.nav {
    background: #fff;
    padding: 11px 20px;
}

.bymap.nav .logo {
    padding: 0;
}

.rt-search {
    margin-top: 10px;
    float: right
}

.rt-search select {
    float: left;
    width: 150px;
    height: 40px;
    border: 1px solid #1b92fd;
    color: #666;
    font-size: 16px;
    margin: 0 15px;
}

.bymap.nav .rt-search > div {
    float: left;
    margin-left: 15px;
}

.bymap.nav .input input {
    float: left;
    width: 330px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #1b92fd;
    line-height: 40px;
    padding: 0 15px;
    font-size: 16px;
    color: #666;
}

.bymap.nav .input a {
    float: left;
    width: 81px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #1b92fd;
}

.bymap.nav .rt-search .clear {
    line-height: 40px;
    margin-left: 20px;
    color: #666666;
    font-size: 16px;
    cursor: pointer
}

.search-result {
    height: 100%;
    overflow-y: scroll;
}

.search-result ul li {
    padding: 15px 10px 15px 15px;
    box-sizing: border-box;
    border-top: 1px solid #efeceb;
}

.yjkfl {
    float: left;
    cursor: pointer;
}

.yjkfr {
    float: left;
    margin-left: 10px;
    cursor: pointer;
}

.search-result ul li .yjkfl img {
    /* width: 200px; */
    /* height: 120px; */
    width: 150px;
    height: 100px;
}

.search-result ul li .tit {
    width: 100%;
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    /* padding-top: 5px; */
}

.search-result ul li .price {
    width: 100%;
    height: 25px;
    padding-top: 5px;
}

.search-result ul li .price b {
    font-size: 18px;
    color: #e75658;
    float: left;
}

.search-result ul li .price b span {
    font-size: 14px;
}

.search-result ul li .hxmjcx {
    padding-top: 7px;
}

.search-result ul li .as {
    margin-top: 7px;
}

.search-result ul li .as span {
    float: left;
    margin-right: 10px;
    height: 20px;
    border: 1px solid #1b92fd;
    line-height: 20px;
    padding: 0 17px;
    box-sizing: border-box;
    color: #1b92fd;
    transition: all .3s;
    font-weight: normal
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}