body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

html {
    background: none repeat scroll 0 0 #fff;
    color: #000;
}

body,
button,
input,
select,
textarea,
pre {
    font-family: ".PingFangSC-Regular", "Microsoft Yahei", Arial, sans-serif, Arial, STHeiti;
    font-size: 12px;
    line-height: 150%;
    color: #444;
}

body {
    overflow-x: hidden;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 500;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

small {
    font-size: 12px;
}

ul,
ol {
    list-style: none outside none;
}

li {
    vertical-align: top;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #ffa000;
    cursor: pointer;
    /*transition:color 0.15s linear 0s,background-color 0.3s linear 0s;*/
    text-decoration: underline
}

a:focus {
    outline: 0;
    -moz-outline: 0;
    -webkit-outline: 0
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000000;
}

fieldset,
img {
    border: 0 none;
}

button,
input,
select,
textarea {
    font-size: 12px;
    vertical-align: middle;
    border: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    vertical-align: top;
    border: 0;
}

textarea {
    resize: none;
}

:focus {
    outline: 0 none;
}

.overflow {
    overflow: hidden;
}

.hide {
    display: none;
}

.disblock {
    display: block;
}

.inlineBlock {
    display: inline-block;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.error {
    color: #f00;
    font-size: 12px;
}

button {
    cursor: pointer;
}

i {
    font-style: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,
input {
    line-height: normal
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}

button[disabled],
input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

.wordwrap {
    word-break: break-all;
    word-wrap: break-word;
}

pre.wordwrap {
    white-space: pre-wrap;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

input {
    border: none;
}

.zIndex6 {
    z-index: 6;
}

.zIndex5 {
    z-index: 5;
}

.zIndex4 {
    z-index: 4;
}

.zIndex3 {
    z-index: 3;
}

.zIndex2 {
    z-index: 2;
}

.zIndex1 {
    z-index: 1;
}

.hidden {
    overflow: hidden;
}

.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

a {
    text-decoration: none;
    color: #444;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: #ffa000;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.org {
    color: #ffa000;
}

.red {
    color: #f00;
}

.blue {
    color: #0088b5;
}

.gray-8 {
    color: #888;
}

.gray-9 {
    color: #999;
}

.gray-6 {
    color: #666;
}

.gray-a {
    color: #aaa;
}

.c_black {
    color: #000;
}

.fb {
    font-weight: bold;
}

.font_wr {
    font-weight: 500;
    font-family: 'Microsoft Yahei';
}

.en,
.date {
    font-family: Arial, Helvetica, sans-serif;
}

.area {
    width: 1200px;
    margin: 0px auto;
    text-align: left;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.fs24 {
    font-size: 24px;
}

.fs25 {
    font-size: 25px;
}

.fs30 {
    font-size: 30px;
}

::selection {
    background-color: rgba(13, 173, 81, 0);
    color: #333
}

::-moz-selection {
    background-color: rgba(13, 173, 81, 0);
    color: #333
}

::-webkit-selection {
    background-color: rgba(13, 173, 81, 0);
    color: #333
}

html {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.pb10 {
    padding-bottom: 10px;
}

.pl10 {
    padding-left: 10px;
}

.pl20 {
    padding-left: 20px;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.ellipsis {
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ani {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.ani2 {
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

::-ms-clear,
 ::-ms-reveal {
    display: none;
}

input::-ms-clear {
    display: none;
}

body,
html {
    height: 100%;
    width: 100%;
    background: #fff;
    color: #444;
    overflow: hidden;
}

.wrapper {
    width: 100%;
    height: 100%;
}

#allmap {
    width: 100%;
    height: 100%;
}

.header {
    height: 70px;
    border-bottom: solid 1px #ddd;
    position: relative;
    z-index: 9;
    background: #fff;
}

.header .logo {
    padding: 21px 0 21px 32px;
    float: left;
    position: relative;
    z-index: 2;
    position: relative;
    width: 178px;
    height: 28px;
}

.header .logo a {
    display: block;
    position: relative;
    width: 178px;
    height: 28px;
}

.cityBox {
    float: left;
    width: 100px;
    height: 50px;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    position: relative;
    z-index: 2;
}

.cityBox dt {
    font-size: 16px;
    line-height: 50px;
    cursor: pointer;
}

.cityBox dt span {
    background: url(../images/city.png) no-repeat right bottom;
    display: inline-block;
    width: 60px;
    line-height: 20px;
}

.cityBox dd {
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.10);
    position: absolute;
    left: 10px;
    top: 70px;
    width: 100%;
    padding: 10px 0;
    display: none;
}

.cityBox dd a {
    display: block;
    line-height: 35px;
    position: relative;
}

.cityBox dd a b {
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100px;
    height: 3px;
}

.cityBox dd a b s {
    display: block;
    margin: 0 auto;
    width: 0%;
    height: 3px;
    background: #ffa000;
}

.cityBox dd a:hover b s {
    width: 34px;
}

.cityBox dd a.active {
    color: #ffa000;
}

.cityBox dd a.active b s {
    width: 34px;
}

.cityBox:hover dd {
    display: block;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ddd;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ddd;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ddd;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #ddd;
}

.searchBox {
    position: absolute;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 1;
    background: #fff;
}

.searchBox .con {
    margin-left: 320px;
    border-left: solid 1px #ddd;
    height: 70px;
    position: relative
}

.searchBox .inp {
    width: 97%;
    height: 30px;
    padding: 20px 0 20px 50px;
    font-size: 16px;
    background: #fff url(../images/search.png) no-repeat 15px center;
    line-height: 30px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.t_ajaxbox {
    position: absolute;
    left: -1px;
    top: 70px;
    border: 1px solid #ddd;
    width: 99.9%;
    background: #fff;
    display: none;
    font-size: 16px;
    color: #666;
    z-index: 10000;
}

.t_ajaxbox ul {}

.t_ajaxbox ul li {
    line-height: 44px;
    height: 44px;
    color: #666;
    cursor: pointer;
    font-size: 16px;
    padding-left: 20px;
}

.t_ajaxbox ul li.selectd {
    color: #444;
}

.t_ajaxbox ul li:nth-child(odd) {
    background: #f9f9f9;
}

.t_ajaxbox ul li:nth-child(even) {
    background: #fff;
}

.t_ajaxbox ul li.keyhover,
.t_ajaxbox ul li.mousehover {
    background: #ffa000;
    color: #fff;
}

.userState {
    position: absolute;
    right: 20px;
    top: 24px;
    z-index: 9;
}

.userState a {
    padding: 0 10px;
    font-size: 16px;
    color: #666;
}

.userState a:hover {
    color: #ffa000;
    text-decoration: underline
}

.userState i {
    font-size: 12px;
    position: relative;
    top: -2px;
}

.people {
    position: relative;
    background: #fff;
    height: 40px;
    width: 120px;
    text-align: center;
    display: none;
}

.people .user {
    width: 20px;
    height: 20px;
    background: url(../images/personal.png) no-repeat 0 0;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}

.people:hover .user {
    width: 20px;
    height: 20px;
    background: url(../images/personal.png) no-repeat -20px 0;
}

.people:hover .cons {
    display: block;
}

.people .cons {
    position: absolute;
    background: #fff;
    border-radius: 0 0 5px 5px;
    left: 50%;
    top: 30px;
    width: 120px;
    margin-left: -60px;
    display: none;
    padding-top: 16px;
}

.people .cons a {
    font-size: 14px;
    display: block;
    text-align: center;
    line-height: 40px;
}

.people .cons a:hover {
    background: #f7f7f7;
}

.people .cons a:last-child {
    border-radius: 0 0 5px 5px;
}

.tangram-suggestion .route-icon {
    background: none !important;
}

.tangram-suggestion table tr td {
    height: 40px!important;
    line-height: 40px!important;
    font-size: 16px!important;
    color: #444!important;
    padding: 0 !important;
}

.tangram-suggestion-grey {
    color: #999!important;
    font-size: 14px!important;
}

.tangram-suggestion-current {
    background: #ffa000!important;
    color: #fff!important;
}

.tangram-suggestion-current b,
.tangram-suggestion-current .tangram-suggestion-grey {
    color: #fff!important;
}

.tangram-suggestion table tr:nth-child(odd) {
    background: #f9f9f9;
}

.tangram-suggestion table tr:nth-child(even) {
    background: #fff;
}

.tangram-suggestion table tr td.tangram-suggestion-current {
    color: #fff!important;
}

.tangram-suggestion {
    border: solid 1px #ddd;
    margin-left: -1px;
    margin-top: 1px;
}

.anchorBL {}

.tangram-suggestion-main {
    z-index: 11;
    border-left: solid 1px #ddd;
    margin-left: -1px;
    overflow: hidden!important;
}

.selectBox {
    height: 40px;
    position: relative;
    z-index: 8;
    background: #fff;
    border-bottom: solid 1px #ddd;
}

.selectBox .line {
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}

.selectList,
.selectList_last {
    float: left;
    height: 40px;
    position: relative;
    z-index: 1;
    line-height: 40px;
    background: #fff;
    border-bottom: solid 1px #ddd;
}

.selectList_last {
    width: 400px;
    border-right: none;
    z-index: 3;
    height: 40px;
}

.selectList dt span {
    display: inline-block;
    position: relative;
    padding-right: 21px;
}

.selectList dt b {
    width: 8px;
    height: 6px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #666;
}

.selectList_hover dt b {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
    /* Opera */
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #ffa000;
    margin-top: -4px;
}

.selectList dt {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 0 30px;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    cursor: pointer;
}

.selectList dd {
    position: absolute;
    background: #fff;
    left: 0;
    top: -500px;
    padding: 10px 0;
    border-radius: 0 4px 4px 4px;
    z-index: 1;
}

.selectList dd a {
    display: block;
    padding: 0 32px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    min-width: 90px;
}

#J_priceList a {
    min-width: 130px;
}

#J_faceList a {
    min-width: 130px;
}

.selectList dd a span {
    position: relative;
    display: inline-block;
}

.selectList dd a span b {
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 3px;
}

.selectList dd a span b s {
    width: 0;
    height: 3px;
    display: block;
    background: #ffa000;
    margin: 0 auto;
}

.selectList dd a:hover span b s,
.selectList dd a.active span b s {
    width: 100%;
}

.selectList dd a.active {
    color: #ffa000;
}

.selectList dd.shadow {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.10);
}

.selectList .n {
    background: #ffa000;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    text-align: cener;
    line-height: 20px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    margin-left: 5px;
    display: none;
}

.moreList h2 {
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
}

.moreList dd a {
    text-align: left;
    float: left;
    min-width: 70px;
    padding-right: 0px;
}

.moreList dd a.checkbox,
.moreList dd a.radio {
    text-align: left;
    padding-left: 25px;
    background: url(../images/checkbox.png) no-repeat 0 11px;
}

.moreList dd a.checkbox.active,
.moreList dd a.radio.active {
    background-position: 0 -39px;
}


/*.moreList dd a.radios{text-align: left;*/


/*padding-left: 25px; background:url(../images/radios.png) no-repeat 0 11px;}*/


/*.moreList dd a.radios.active{*/


/*background-position:0 -34px;*/


/*}*/

.moreList2 dd a {
    text-align: left;
    float: left;
    min-width: 100px;
    padding-right: 0px;
}

.selectList dd .selRight a.radio {
    text-align: left;
    padding-left: 25px;
}

.selRight .con {
    display: none;
}

.moreList dd {
    width: 420px;
    padding-left: 30px;
}

.moreList .btns input {
    background: none;
    font-size: 16px;
    padding: 0px 60px 0 30px;
    height: 50px;
}

.moreList .cancel {
    float: left;
    color: #999;
}

.moreList .confirm {
    float: right;
    color: #ffa000;
}

.moreList .btns a:hover {
    transform: scale(1.2, 1.2);
}

.typeList dd {
    width: 380px;
}

.content {
    position: relative;
    z-index: 6;
    background-color: #eee;
}

.leftCon {
    height: 100%;
    width: 480px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.mapBox {
    height: 100%;
    margin-left: 480px;
    position: relative;
    background-color: #eee;
}

#allmap {
    width: 100%;
    height: 100%;
    background-color: #eee;
}

.bgShadow {
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/blackbg.png);
    width: 100%;
    height: 100%;
    z-index: 7;
    overflow: hidden;
    display: none;
}

#tips {
    position: absolute;
    right: 10px;
    bottom: 0;
    background: rgba(255, 255, 255, .6);
    padding: 0 10px;
    color: #666;
    font-size: 12px;
    display: none;
}

#J_clear {
    margin-left: 30px;
    background: url(../images/icon-1.png) no-repeat left center;
    padding-left: 24px;
    color: #666;
    display: none;
    height: 24px;
    line-height: 24px;
}

#J_clear:hover {
    color: #ffa000;
    background: url(../images/icon-2.png) no-repeat left center;
}

.sortingList {
    width: 246px;
    accelerator: true;
    2px;
    border: solid 1px #eee;
    border-radius: 4px;
    margin: 20px auto 14px;
}

.sortingList li {
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    float: left;
    width: 33%;
}

.sortingList li.active {
    font-weight: bold;
}

.sortingList li a {
    color: #666;
}

.sortingList li.active a {
    color: #444;
}

.sortingList li.active:hover a {
    color: #444;
}

.sortingList li.middle {
    widows: 34%;
}

.sortingList li.middle a {
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
    display: inline-block;
    width: 100%;
    margin: 8px 0;
    line-height: 16px;
}

.sortingList li a:hover {
    color: #ffa000;
}

.houseList {}

.houseList li {
    height: 132px;
    margin: 0 24px;
    padding: 24px 0;
    border-bottom: solid 1px #eee;
}

.houseList li a {
    display: block;
}

.houseList .img {
    float: left;
    width: 176px;
    height: 132px;
    background: #f9f9f9 url('../images/ic_defaultpic.png') no-repeat center center;
}

.houseList .img img {
    width: 100%;
    height: 100%;
}

.houseList .txt {
    float: right;
    width: 238px;
    position: relative;
    height: 132px;
}

.houseList .txt h3 {
    line-height: 20px;
    position: relative;
    top: -3px;
    height: 46px;
    color: #444;
}

.houseList .txt .desc {
    font-size: 14px;
    color: #999;
    position: relative;
}

.houseList .txt .price {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    color: #444;
}

.houseList .txt .price .org {
    font-size: 16px;
    font-weight: bold;
}

.houseList .txt .desc {
    height: 32px;
}

.houseList .txt .desc .bor_r {
    padding-right: 12px;
    margin-right: 10px;
    border-right: solid 1px #eee;
}

.houseList .txt .desc .gray {
    display: inline-block;
    line-height: 14px;
}

.houseList .txt .pos {
    background: url(../images/pos.png) no-repeat left 3px;
    padding-left: 15px;
    font-size: 14px;
    color: #999;
    line-height: 1.2;
}

.houseList .txt .tags {
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    font-size: 12px;
}

.houseList .txt .tags span {
    border: solid 1px #666;
    border-radius: 2px;
    padding: 2px 6px;
    font-size: 12px;
    color: #666;
    line-height: 14px;
    margin-right: 2px;
    -webkit-text-size-adjust: none;
}

.houseList li.first {
    padding-top: 0;
}

#J_centerTqMarker {
    background: url('../images/tqpos.png') no-repeat center center;
    text-align: center;
    color: #999;
    font-size: 12px;
    width: 106px;
    height: 80px;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    margin: -60px 0 0 -53px;
    line-height: 30px;
    display: none;
    cursor: pointer;
}

#J_centerTqMarker:hover {
    color: #ff8a00;
}

.tongqinBox {
    position: absolute;
    left: 20px;
    top: 20px;
    width: auto;
    z-index: 999;
    height: 30px;
    overflow: hidden;
    display: none;
}

.tongqinBox .lCon,
.tongqinBox .rCon {
    float: left;
}

.tongqinBox li {
    float: left;
    line-height: 26px;
}

.tongqinBox a {
    display: inline-block;
    padding: 0 8px;
    line-height: 25px;
    background: #fff;
    font-size: 12px;
    border-right: solid 1px #eee;
}

.tongqinBox li a:hover {
    color: #ffa000;
}

.tongqinBox li.active a {
    color: #fff;
    background: #ffa000;
}

.tongqinBox a.last {
    border-right: none;
}

.tongqinBox ul {
    float: left;
    margin-right: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10);
}

#J_TqLeft {
    margin-left: -500px;
}

#J_loading {
    text-align: center;
    color: #999;
    line-height: 40px;
    display: none;
}

#J_moreNum {
    display: none;
}

.leftPos {
    position: absolute;
    z-index: 9;
    left: 20px;
    bottom: 60px;
}

.leftPos .pos_l {
    width: 26px;
    float: left;
    margin-right: 5px;
}

.leftPos .pos_l .posCen {
    width: 26px;
    height: 26px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10);
    background: #fff url(../images/poscenter.png) no-repeat center center;
    display: block;
    margin-bottom: 3px;
}

.leftPos .pos_l .zoom {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10);
    background: #fff;
}

.leftPos .pos_l .zoom a {
    display: block;
    width: 26px;
    height: 26px;
}

.leftPos .pos_l .zoom a.jia {
    background: url(../images/jia.png) no-repeat center center;
    border-bottom: solid 1px #ddd;
}

.leftPos .pos_l .zoom a.jian {
    background: url(../images/jian.png) no-repeat center center;
}

.leftPos .pos_r {
    position: absolute;
    left: 29px;
    bottom: 0;
    width: 146px;
    height: 26px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10);
    background: #fff;
    font-size: 12px;
}

.leftPos .pos_r .posCen {
    border-left: solid 1px #ddd;
    float: left;
    width: 60px;
    text-align: center;
    line-height: 26px;
}

.leftPos .pos_r a.getDistance {
    float: left;
    width: 41px;
    text-align: center;
    line-height: 26px;
}

.leftPos .pos_r a.active {
    color: #ffa000;
}

.leftPos .pos_r dl {
    cursor: pointer;
    float: left;
    width: 41px;
    height: 26px;
    line-height: 26px;
    border-left: solid 1px #ddd;
    position: relative;
    text-align: center;
}

.leftPos .pos_r dd {
    position: absolute;
    left: 0;
    bottom: 26px;
    background: #fff;
    width: 100%;
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.10);
    display: none;
}

.leftPos .pos_r dd a {
    display: block;
    width: 100%;
    position: relative;
}

.leftPos .pos_r dl.active {
    color: #ffa000;
}

.leftPos .pos_r dd a span {
    position: relative;
}

.leftPos .pos_r dd a span b {
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -3px;
}

.leftPos .pos_r dd a span b s {
    width: 0;
    height: 1px;
    display: block;
    background: #ffa000;
    margin: 0 auto;
}

.leftPos .pos_r dd a:hover span b s,
.leftPos .pos_r dd a.active span b s {
    width: 100%;
}

.leftPos .pos_r dd a.active {
    color: #ffa000;
}

.leftPos .pos_r dl.hover dd {
    display: block;
}

#J_tqCloseMarker {
    padding-left: 5px;
}

.keywordMakers {
    background: url('../images/tqpos.png') no-repeat center bottom;
    text-align: center;
    color: #999;
    font-size: 12px;
    width: 106px;
    height: 80px;
    z-index: 999;
    line-height: 30px;
    cursor: pointer;
    position: absolute;
    margin-left: -38px;
    margin-top: -20px;
    cursor: pointer;
}

.keywordMakers:hover {
    color: #ff8a00;
}

.keywordMakersSmall,
.keywordMakersRed {
    background: url('../images/location.png') no-repeat center bottom;
    text-align: center;
    color: #999;
    font-size: 12px;
    width: 30px;
    height: 40px;
    z-index: 999;
    line-height: 30px;
    cursor: pointer;
    position: absolute;
    margin-left: 0px;
    margin-top: 16px;
    cursor: default;
}

.keywordMakersRed {
    background: url('../images/locationred.png') no-repeat center bottom;
}

.areaMarkers,
.businessMarkers {
    z-index: 1!important;
    background: url(../images/areamarker.png) no-repeat center center;
    background: rgba(255, 202, 77, 0.95);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.10);
    position: absolute;
    width: 94px;
    height: 94px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    color: #85580F;
    margin: -50px 0 0 -50px;
    cursor: pointer;
}

.areaMarkers .t,
.businessMarkers .t {
    padding-top: 25px;
    height: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.areaMarkers .n,
.businessMarkers .n {
    font-size: 14px;
}

.areaMarkers:hover,
.businessMarkers:hover {
    color: #fff;
    background: url(../images/areamarker.png) no-repeat center center;
    background: rgba(255, 98, 98, 0.90);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.10);
    z-index: 99!important;
}

.roundMarkers {
    width: 30px;
    height: 40px;
    position: absolute;
    background: url(../images/markers_round.png) no-repeat center center;
    cursor: pointer;
}

.houseMarkers {
    position: absolute;
    min-width: 60px;
    margin-left: -10px;
    margin-top: 4px;
    height: 27px;
    line-height: 27px;
    color: #85580F;
    font-size: 12px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.20);
    border-radius: 2px;
    z-index: 9!important;
    cursor: pointer;
}

.houseMarkers p {
    background: #fccb53; 
    padding: 0 10px;
    position: relative;
    z-index: 2;
    white-space: nowrap;
}

.houseMarkers span {
    background: #fff;
    white-space: nowrap;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.20);
    color: #444;
    padding: 0 10px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    display: none;
}

.houseMarkers b {
    border: 6px solid transparent;
    border-top-color: #fdcc55;
    border-top-width: 8px;
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 20px;
    top: 25px;
}

.houseMarkers:hover,
.houseMarkersActive {
    z-index: 99!important;
}

.houseMarkers:hover span,
.houseMarkersActive span {
    left: 100%;
    opacity: 1
}

.houseMarkers:hover,
.houseMarkers:hover p,
.houseMarkersActive p,
.houseMarkersActive {
    background: #fc6c6d;
    color: #fff;
}

.houseMarkers:hover b,
.houseMarkersActive b {
    border-top-color: #fc6c6d;
}

.houseMarkersActive {
    z-index: 100!important;
}


/*.BMap_Marker{display: none!important;}*/

.BMap_mask {
    background: #fff !important;
    opacity: .3;
    filter: alpha(opacity=30)
}

.BMap_Marker[title="终点"] {
    display: none !important;
    opacity: 0;
    visibility: hidden !important;
    width: 0!important;
    height: 0!important;
}

.noneHouse {
    text-align: center;
    font-size: 12px;
    color: #999;
    line-height: 30px;
    padding: 20% 0 0 0;
}


/*.houseList{*/


/*display: none;}*/

.BMapLabel:hover {
    color: #ffa000!important;
}

.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
    /* direct pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto;
}

.mCustomScrollBox {
    /* contains plugin's markup */
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}

.mCSB_container {
    /* contains the original content */
    overflow: hidden;
    width: auto;
    height: auto;
}

.mCSB_inside>.mCSB_container {
    margin-right: 0px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
}


/* non-visible scrollbar */

.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
    /* RTL direction/left-side scrollbar */
    margin-right: 0;
    margin-left: 30px;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0;
}


/* RTL direction/left-side scrollbar */

.mCSB_scrollTools {
    /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
    position: absolute;
    width: 10px;
    height: auto;
    left: auto;
    top: 0;
    right: 3px;
    bottom: 0;
}

.mCSB_outside+.mCSB_scrollTools {
    right: -26px;
}


/* scrollbar position: outside */

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    /* RTL direction/left-side scrollbar */
    right: auto;
    left: 0;
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    left: -26px;
}


/* RTL direction/left-side scrollbar (scrollbar position: outside) */

.mCSB_scrollTools .mCSB_draggerContainer {
    /* contains the draggable element and dragger rail markup */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
    /* the draggable element */
    cursor: pointer;
    width: 100%;
    height: 30px;
    /* minimum dragger height */
    z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    /* the dragger element */
    position: relative;
    width: 6px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px;
    /* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px;
    /* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #eee;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #eee;
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #eee;
}

#J_mainLoading {
    width: 200px;
    height: 40px;
    background: #fff;
    background: rgba(255, 255, 255, .9);
    border-radius: 5px;
    text-align: center;
    display: none;
    color: #333;
    font-size: 12px;
    line-height: 40px;
    position: absolute;
    left: 50%;
    top: 20px;
    margin-left: -100px;
    z-index: 9;
}

#logoSvg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 178px;
    height: 28px;
    overflow: hidden;
    display: none;
    font-size: 28px;
}

@font-face {
    font-family: 'icomoon';
    src: url('http://static8.ziroom.com/phoenix/pc/map/2017/font/icomoon.eot?jyi03d');
    src: url('../fonts/icomoon.eot') format('embedded-opentype'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-logo .path1:before {
    content: "\e900";
    color: rgb(63, 58, 58);
}

.icon-logo .path2:before {
    content: "\e901";
    margin-left: -6.357421875em;
    color: rgb(63, 58, 58);
}

.icon-logo .path3:before {
    content: "\e902";
    margin-left: -6.357421875em;
    color: rgb(63, 58, 58);
}

.icon-logo .path4:before {
    content: "\e903";
    margin-left: -6.357421875em;
    color: rgb(63, 58, 58);
}

.icon-logo .path5:before {
    content: "\e904";
    margin-left: -6.357421875em;
    color: rgb(63, 58, 58);
}

.icon-logo .path6:before {
    content: "\e905";
    margin-left: -6.357421875em;
    color: rgb(63, 58, 58);
}

.icon-logo .path7:before {
    content: "\e906";
    margin-left: -6.357421875em;
    color: rgb(63, 58, 58);
}

.icon-logo .path8:before {
    content: "\e907";
    margin-left: -6.357421875em;
    color: rgb(242, 151, 0);
}

.icon-logo .path9:before {
    content: "\e908";
    margin-left: -6.357421875em;
    color: rgb(252, 208, 10);
}

.icon-logo .path10:before {
    content: "\e909";
    margin-left: -6.357421875em;
    color: rgb(237, 119, 0);
}
.houseMarkers .s-hotel{background: #fc6c6d !important;color: #fff;}
.houseMarkers .s-hotel b{border-top-color: #fc6c6d !important;}