body {
    font-family: "Microsoft YaHei", Arial, Helvetica, "宋体", sans-serif;
    font-size: 14px;
    color: #394043;
    user-select: text;
}
button,input,optgroup,select,textarea
{
    font-family: "Microsoft YaHei", Arial, Helvetica, "宋体", sans-serif;
}
a:focus 
{
    outline: #000 solid 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
a {
    text-decoration: none;
}

.clearfix:before, 
.clearfix:after {
    content: '.'; 
    display: block; 
    width: 0; 
    height: 0;
    overflow: hidden; 
    visibility: hidden; 
    font-size: 0; 
    line-height: 0; 
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.icon {
   width: 1em; height: 1em;
   vertical-align: -0.15em;
   fill: currentColor;
   overflow: hidden;
}


[v-cloak] {
    display: none;
}

.fl {
    float: left;
}
.fr {
    float: right;
}

.list-header {
    min-width: 1150px;
    height: 40px;
    background: #35383E;
}

.color-red {
    color: #f00;
}
.font-bold {
    font-weight: 700;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.hide 
{
    display: none;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.placeholder {
    font-size: 14px;
    color: #777;
    position: absolute;
    top: 0;
}
.font-zero {
    font-size: 0;
}
.nav-cur 
{
    font-weight: 700!important;
    color: #fff!important;    
}
/****************
首页菜单显示
*****************/
.wrapper {
    width: 1150px;
    margin: 0 auto;
    z-index: 3;
    position: relative;
}
.logo {
    font-size: 0;
}
.logo img 
{
    max-height: 70px;    
}
.header-nav-box {
    margin-top: 8px;
}
.header-nav,
.header-user-info {
    float: left;
}
.nav-cut-line 
{
    float: left;
    margin-left: 22px;
    color: #b7b7b7;
    -webkit-text-shadow: 0 0 5px rgba(0,0,0,0.3);
       -moz-text-shadow: 0 0 5px rgba(0,0,0,0.3);
        -ms-text-shadow: 0 0 5px rgba(0,0,0,0.3);
            text-shadow: 0 0 5px rgba(0,0,0,0.3);  
}
.header-nav li,
.header-user-info li {
    float: left;
    position: relative;
    font-size: 17px;
}
.header-nav li>a,
.header-user-info li a {
    margin-left: 22px;
    color: #fff;
    -webkit-text-shadow: 0 0 5px rgba(0,0,0,0.3);
       -moz-text-shadow: 0 0 5px rgba(0,0,0,0.3);
        -ms-text-shadow: 0 0 5px rgba(0,0,0,0.3);
            text-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.header-nav li>a:hover,
.header-user-info li a:hover,
.header-login a:hover {
    font-weight: 700;
}
.nav-select {
    display: none;
    position: absolute;
    box-sizing: border-box;
    top: 18px;
    left: 0;
    z-index: 1000;
    width: 160px;
}
.nav-select dd {
    margin: 0;
    padding: 0;
    margin-top: 13px;
    background: #fff;
    border-radius: 2px;
    padding: 11px 0;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.nav-select i {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    left: 68px;
    top: 3px;
}
.nav-select dl {
    margin: 0;
    padding: 0;
    text-align: center;
    height: 44px;
    line-height: 44px;
}
.nav-select dl a {
    display: block;
    margin: 0 20px;
    text-align: center;
    color: #394043;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nav-select dl:hover 
{
    background: #eff3f6;    
}
.header-login {
    float: left;
    margin: 0 0 0 22px;
    font-size: 0;
}
.header-login a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    -webkit-text-shadow: 0 0 5px rgba(0,0,0,0.3);
       -moz-text-shadow: 0 0 5px rgba(0,0,0,0.3);
        -ms-text-shadow: 0 0 5px rgba(0,0,0,0.3);
            text-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.header-user-info {
    padding-right: 0;
    border-right: 0;
}


/****************
头部菜单
****************/
.list-logo {
    display: block;
    margin: 2px 0;
    height: 36px; 
}
.list-logo img {
    height: 36px;
}
.list-header-nav-box {
    height: 40px;
    line-height: 40px;
}
.list-header-nav-box li {
    font-size: 16px;
}
.list-header-nav-box .nav-select {
    top: 47px;
}
.list-header-nav-box li>a,
.list-header-nav-box .header-login a {
    color: #b7b7b7;
}
/****************
搜索和地图找房
*****************/
.s-head {
    width: 860px;
    margin-bottom: 36px;
    position: relative;
}
.s-input-wrapper,
.s-input-box {
    width: 100%;
    box-sizing: border-box;
    padding-right: 140px;
    height: 45px;
    line-height: 45px;
    vertical-align: top;
    position: relative;
}
.s-input-box {
    position: relative;
    padding-right: 58px;
}
.s-input {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    height: 45px;
    outline: none;
    border: 1px solid #e6e6e6;
    border-radius: 2px 0 0 2px;
}
.s-select-box {
    position: absolute;
    left: 0;
    top: 45px;
    width: 720px;
    z-index: 100;
}
.s-hot-box,
.s-history-box {
    display: none;
    background: #fff;
    border: 1px solid #F2F2F2;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
       -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
        -ms-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
            box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10); 
    padding-bottom: 10px;
    border-radius: 2px;
}
.s-suggest-box 
{
    display: none;   
}
.s-hot-head,
.s-suggest-head,
.s-history-head {
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
    background: #fff;
    color: #718AA6;
    height: 40px;
    line-height: 40px;
}
.s-hot-content,
.s-suggest-content,
.s-history-content {
    max-height: 350px;
    overflow-y: auto;
}
.s-hot-content li,
.s-suggest-content li,
.s-history-content li {
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
    height: 35px;
    font-size: 0;
    line-height: 35px;
}
.s-hot-content li:hover,
.s-suggest-content li:hover,
.s-history-content li:hover {
    background: #eff3f6;
}
.s-hot-content li a,
.s-suggest-content li a,
.s-history-content li a {
    display: inline-block;
    width: 100%;
    height: 34px;
    line-height: 34px;
    color: #394043;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.s-clear-history {
    float: right;
    padding: 0 12px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: #fff;
    cursor: pointer;
    outline: none;
}
.s-clear-history:hover 
{
    background: #efefef;
}
.s-btn,
.s-map {
    width: 128px;
    height: 45px;
    text-align: center;
    border: 0;
    border-radius: 2px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    outline: none;
    vertical-align: top;
}
.s-btn {
    position: absolute;
    top: 0;
    right: 140px;
    width: 58px;
    z-index: 10;
    font-size: 28px;
    border-radius: 0 2px 2px 0;
}
.s-map {
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    background: #fff;
    z-index: 10;
}
.s-map span 
{
    line-height: 43px;     
}
.s-map:hover 
{
    color: #fff;    
}
/****************
右侧内容
****************/
.right-content {
    box-sizing: border-box;
    display: inline-block;
    width: 270px;
    font-size: 14px;
    vertical-align: top;
}
.r-title {
    margin-left: 15px;
    margin-top: 10px; 
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
}
.r-sub-title {
    font-size: 14px;
    margin-left: 15px;
    color: #394043;
    line-height: 24px;
}
/****************
footer
*****************/
.footer {
    width: 100%;
    min-width: 1150px;
    background: #222;
}
.footer-wrapper {
    width: 1100px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
}
.footer-head {
    margin: 20px auto;
    font-size: 0;
}
.footer-head ul {
    display: inline-block;
    font-size: 14px;
}
.footer-head li {
    float: left;
}
.footer-head li a {
    margin-left: 20px;
    font-size: 16px;
    color: #fff;
}
.footer-head li:nth-child(1) a {
    margin-left: 0;
}
.footer-copyright {
    margin: 20px 0 20px;
    text-align: center;
    line-height: 26px;
    color: #777;
}
.footer-copyright a {
    color: #777;
}

/**************
侧边栏
**************/
.side-wrapper {
    position: fixed;
    right: -40px;
    top: 0;
    width: 38px;
    height: 100%;
    background: #fff;
    z-index: 1000;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
       -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
        -ms-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
         -o-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
            box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}
.side-box {
    position: absolute;
    width: 38px;
    height: 200px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.side-box li {
    box-sizing: border-box;
    height: 38px;
}
.side-item {
    display: block;
    position: relative;
    width: 38px;
    height: 38px;
    cursor: pointer;
}
.side-box .side-item:hover {
    background: #394043;
    
}

.side-sub-item {
    display: none;
    padding: 8px;
    position: absolute;
    top: 0;
    right: 80px;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    white-space: nowrap;
    border-radius: 2px;
}
.side-sub-arrow {
    position: absolute;    
    top: 10px;
    right: -16px;
    border: 8px solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}
.side-top {
    display: none;
    position: fixed;
    right: 0;
    bottom: 80px;
    z-index: 1500;
    width: 38px;
    height: 38px;
}
.side-item-top 
{
    position: relative;
    display: block;
    width: 38px;
    height: 38px;
    cursor: pointer;
}
.icon-top 
{
    position: absolute;
    width: 22px;
    height: 22px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url(/Content/ui/images/sprite.png) no-repeat;
    background-position: -134px -32px;
}
.icon-side-item 
{
    position: absolute;
    width: 22px;
    height: 22px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.side-top .side-item {
    background-position: -38px -290px;
}
.side-top a.side-item-top:hover {
    background: #394043;
    
}
.side-top a.side-item-top:hover .icon-top {
    background-position: -112px -32px;
    
}

.select-arrow {
    position: absolute;
    top: 16px;
    right: 14px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #777;
    cursor: pointer;
}


/*左侧小菜单*/
.side-menu {
    display: inline-block;
    vertical-align: top;
    margin-right: 34px;
    box-sizing: border-box;
    width: 198px;
    background: #fff;    
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
       -moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
        -ms-box-shadow: 0 1px 3px rgba(0,0,0,.2);
         -o-box-shadow: 0 1px 3px rgba(0,0,0,.2);
            box-shadow: 0 1px 3px rgba(0,0,0,.2);
} 
.side-menu li {
    width: 100%;
    height: 54px;
    text-align: center;
    line-height: 54px;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.side-menu .on {
    color: #fff;
    background: #06acf8;
}
.side-menu li a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-left: 6px solid transparent;
    color: #394043;
}
.side-menu li a:hover {
    background: #eff3f6;
}
.side-menu .on a {
    color: #394043;
    background: #eff3f6;
}
.user-head-img {
    vertical-align: middle;
    width: 23px;
    height: 23px;
    border-radius: 50%;
}
/*******************
old browser popup
******************/
.old-browser-popup {
    display: none;
    background: #394043;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    width: 100%;
    color: #999;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999
}
.ie .old-browser-popup {
    display: block;
}
.old-browser-popup a {
    color: #fff3be
}

.old-browser-popup .old-close {
    background: url(../images/old-browser-bg.png) -50px 0 no-repeat;
    width: 22px;
    height: 22px;
    float: right;
    display: block;
    position: relative;
    right: 20px;
    top: 18px;
    cursor: pointer;
    z-index: 9999
}

.old-browser-popup label {
    display: inline-block;
    width: 24px;
    height: 25px;
    position: relative;
    top: 5px;
    right: 6px
}

.old-browser-popup .chrome-borwser-ico {
    background: url(../images/old-browser-bg.png) 0 0 no-repeat;
}

.old-browser-popup .firefox-borwser-ico {
    background: url(../images/old-browser-bg.png) -25px 0 no-repeat
}
.popup-icon-box 
{
    width: 320px;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;    
}
.text-center 
{
    text-align: center;    
}


/* autocomplete */
.autocomplete-suggestions 
{
    position: relative!important;
    background: #fff;
    border: 1px solid #F2F2F2;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
       -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
        -ms-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
            box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
    border-radius: 2px;
    box-sizing: border-box;
}
.autocomplete-suggestion 
{
    margin: 0 20px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #394043;
    border-top: 1px solid #eee;
    cursor: pointer;   
}
.autocomplete-suggestions .autocomplete-suggestion:nth-child(1) 
{
    margin-top: 10px;
    border-top: 0;   
}
.autocomplete-suggestions .autocomplete-suggestion:nth-last-child(1) 
{
    margin-bottom: 10px;    
}
.autocomplete-suggestion:hover 
{
    background: #e2e2e2;
    margin: 0 0;
    padding: 0 20px;   
}

.custom-default
{
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}
.custom-default .default-img
{
    width:100%
}
.side-menu-a 
{
    padding-left: 56px;
    text-align: left;
}

.vr-mask,
.video-mask,
.vr-video-mask {
    box-sizing: border-box;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 10;
    margin: auto;
    height: 28px;
}
.map-img-item .vr-mask,
.map-img-item .video-mask,
.map-img-item .vr-video-mask {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: 30px;
}
.home-show-item .vr-mask,
.home-show-item .video-mask,
.home-show-item .vr-video-mask {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: 40px;
}
.vr-mask {
    width: 28px;
    background: url(/Content/ui/images/vr-icon.png) no-repeat center center;
    background-size: contain;
}
.video-mask {
    width: 28px;
    background: url(/Content/ui/images/house-video-icon.png) no-repeat center center;
    background-size: contain;
}
.vr-video-mask {
    width: 67px;
    background: url(/Content/ui/images/vr-video-icon.png) no-repeat center center;
    background-size: contain;
}
.head-badge {
    display: none;
    position: absolute;
    left: 16px;
    top: -18px;
    z-index: 10;
    padding: 0px 4px;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    vertical-align: middle;
    border-radius: 20px;
    background: #f00;
}
.feedback-tip {
    font-size: 14px;
    color: #A9A9A9;
    line-height: 28px;
}
.form-item-title {
    font-size: 16px;
    color: #394043;
    line-height: 32px;
}
.form-item-body {
    margin-top: 5px;
}
.form-item-half {
    box-sizing: border-box;
    float: left;
    width: 50%;
}
.form-item .form-item-half:nth-child(1) {
    padding: 0 10px 0 0;
}
.form-item .form-item-half:nth-child(2) {
    padding: 0 0 0 10px;
}
.push-tab-box {
    position: absolute;
    top: 8px;
    left: -4px;
    z-index: 10;
    width: 68px;
    height: 28px;
}
.show-img-box .push-tab-box {
    width: 74px;
}
.push-tab {
    box-sizing: border-box;
    padding: 0 6px;
    display: flex;
    width: 68px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    border-radius: 0 3px 3px 0;
}
.push-tab span {
    flex: auto;
}
.show-img-box .push-tab {
    width: 74px;
}
.push-tab-icon {
    width: 0;
    height: 0;
    border: 2px solid;
}
.push-tab-box-color0 .push-tab {
    background: #FF5B4E;
}
.push-tab-box-color0 .push-tab-icon {
    border-color: #CE2512;
    border-left-color: transparent;
    border-bottom-color: transparent;
}
.push-tab-box-color1 .push-tab {
    background: #FF7700;
}
.push-tab-box-color1 .push-tab-icon {
    border-color: #D84A00;
    border-left-color: transparent;
    border-bottom-color: transparent;
}
.push-tab-box-color2 .push-tab {
    background: #FFAC00;
}
.push-tab-box-color2 .push-tab-icon {
    border-color: #C1871D;
    border-left-color: transparent;
    border-bottom-color: transparent;
}
.push-tab-box-color3 .push-tab {
    background: #20B939;
}
.push-tab-box-color3 .push-tab-icon {
    border-color: #38970F;
    border-left-color: transparent;
    border-bottom-color: transparent;
}
.push-tab-box-color4 .push-tab {
    background: #008DFF;
}
.push-tab-box-color4 .push-tab-icon {
    border-color: #0764AF;
    border-left-color: transparent;
    border-bottom-color: transparent;
}
.push-tab-box-color5 .push-tab {
    background: #AE39C5;
}
.push-tab-box-color5 .push-tab-icon {
    border-color: #7B1B8E;
    border-left-color: transparent;
    border-bottom-color: transparent;
}
.friendly-links-box {
    padding: 18px 0;
    line-height: 24px;
    background: #fff;
    font-size: 16px;
    color: #394043;
    border-top: 1px solid #F2F2F2;
}
.friendly-links {
    margin: 0 auto;
    width: 1150px;
}
.friendly-links-box p {
    margin: 0;
}
.friendly-links-box a {
    display: inline-block;
    color: #394043;
}
.img-size-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/**房源对比*/

#contrast-bg {
    background-color: #FFFFFF !important;
    padding: 0;
    box-shadow: 0px 3px 9px rgba(0,0,0,0.1);
}
.contrast-list {
    width: 380px;
    min-height: 256px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    color: #616669;
    padding: 20px 0;
    box-sizing:border-box;
    overflow: hidden;
}
.m-nothing {
    height: 112px;
    margin-top: 27px;
}
.img-right {
    width: 16px;
    vertical-align: middle;
    margin-left: 5px;
}
.m-end-after {
    position: absolute;
    right: 3px;
    bottom: 5px;
    width: 14px;
    height: 14px;
    background: rgba(242,83,91,1);
    border: 1px solid rgba(255,255,255,1);
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    text-align: center;
    display: none;
}
.contrast-foot {
    width: 336px;
    height: 44px;
    line-height: 44px;
    opacity: 1;
    border-radius: 2px;
    font-weight: bold;
    color: rgba(255,255,255,1);
    text-align: center;
    font-size: 14px;
    position: absolute;
    left:20px;
    bottom: 20px;
}

.contrast-foot-disable {
    opacity: 0.2;
    cursor:not-allowed;
}

.contrast-list-title {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E6E6E6;
    box-sizing:border-box;
    padding:0 20px 20px 20px;
}
.contrast-data {
    width:100%;
    margin-bottom: 70px;
    padding-top:10px;
}
.contrast-data .contrast-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding:10px 20px;
}
.contrast-data .contrast-item img {
    width: 120px;
    height: 82px;
}
.contrast-item-right {
    height: 82px;
    margin-left: 20px;
    display: flex;
    flex-direction:column;
    justify-content:space-between;
}

.contrast-data .contrast-item:hover .comm-dele {
    display: block;
    background-color: #f4f7f9;
}
.contrast-data .contrast-item:hover {
    background-color: #f4f7f9;
}

.comm-name {
    width: 200px;
    font-size: 16px;
    font-weight: bold;
    color: rgba(57,64,67,1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.comm-del {
    font-size: 14px;
    width: 200px;
    color: #616669;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.price-dele {
    display:flex;
    justify-content:space-between;
    align-items:center;
    width: 200px;
}
.comm-price {
    font-size: 14px;
    color: #F2535B;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.comm-dele {
    text-align:center;
    width: 46px;
    height: 20px;
    line-height: 20px;
    border: 1px solid rgba(183,183,183,1);
    color: rgba(183,183,183,1);
    font-size: 14px;
    display:none;
}
