a,a:hover{
	text-decoration: none;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}
.map-header{
	background: #FAFAFA;
    border: 1px solid #E4E4E4;
    padding: 10px 0px 8px 0px;
}
.map-header .searchbar .simple-search-form{
	width:50%;
	float:left;
}
.map-header .searchbar .filterbox{
	width:50%;
	float:left;
}
.navigation .searchbar .form-text{
	width: 420px;
	background: #FFFFFF;
    border: 1px solid #E4E4E4;
    margin-top: 0px;
     height: 32px;
    float: left;
}
.navigation .searchbar .form-submit{
	position: relative;
    left: -5px;
	float: left;
	height: 32px;
	
	border: 1px solid #3A7CE2;
	background: #4687EB url(../images/search-icon-w@X2.png) no-repeat 14px center / 16px;
    background: #4687EB url(../images/search-icon-w.png) no-repeat 14px center\9;
}
.map-header .searchbar .filterbox .m-filterbox{
	display: inline-block;
    position: relative;
    cursor: pointer;
}
.map-header .searchbar .filterbox .m-filterbox .m-filterbox_selector{
	width: 130px;
    line-height: 35px;
    height: 35px;
    text-align: center;
    position: relative;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    margin-right: 10px;
}
.map-header .searchbar .filterbox .m-filterbox .m-filterbox_list{
	display:none;
	position: absolute;
    z-index: 1000;
    top: 100%;
    margin-top: 8px;
    box-sizing: border-box;
    width: 180px;
    padding: 0 2px;
    background-color: #fff;
    border: 1px solid #E0E0E0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0 0 2px 2px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.m-filterbox_list::before {
    content: '';
    position: absolute;
    top: -7px;
    left: 24px;
    padding: 6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
    border-left: 1px solid #E0E0E0;
    border-top: 1px solid #E0E0E0;
}
.m-filterbox_item-wrapper{
    padding-top: 8px;
    padding-bottom: 6px;
}
.map-header .searchbar .filterbox .m-filterbox .m-filterbox_item {
    padding-left: 13px;
    line-height: 36px;
    color: #757575;
    font-size:14px;
}
.map-header .searchbar .filterbox .m-filterbox .m-filterbox_item:hover{
	background:#f5f5f5
}
.map-header .searchbar .filterbox .m-filterbox .m-filterbox_item-selected{
	font-weight: bold;
    color: #00AE66;
}
.map-header .searchbar .filterbox .m-filterbox  i.glyphicon-chevron-down,
.map-header .searchbar .filterbox .m-filterbox  i.glyphicon-chevron-up{
	font-size: 10px;
    margin-left: 50px;
    color:#0178D7;
}
.m-filterbox_item-checkbox {
    display: inline-block;
    padding: 6px;
    margin-right: 4px;
    vertical-align: -2px;
    background: #fff;
    border: 1px solid #C5C5C5;
    border-radius: 2px;
}
.m-filterbox_item-checkbox-checked {
    position: relative;
    background: #00AE66;
    border: 1px solid #00AE66;
}

.m-filterbox_custom-item{
	    margin: 7px 8px 15px 8px;
    text-align: center;
    border-top: 1px solid #ddd;
}
.m-filterbox_custom-item-inner{
	    padding-top: 12px;
    padding-bottom: 10px;
}
.m-filterbox_custom-item-inner input{
	box-sizing: border-box;
    width: 60px;
    padding: 3px 8px;
    border: 1px solid #ddd;
    border-radius: 2px;
}
.m-filterbox_custom-wrapper-slide {
    height: 24px;
}
.m-filterbox_custom-item-btn {
    width: 100px;
    height: 24px;
    background: #00AE66;
    border-radius: 2px;
    color: #fff;
}





.m-filterbox_item-checkbox-checked::before {
    content: '';
    width: 8px;
    height: 3px;
    position: absolute;
    left: 2px;
    top: 3px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.map-content .map-right .filter-bar{
	position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 155;
    padding: 6px 120px 11px 15px;
    background: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    color: #333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display:none;
}
.filter-bar-item-wrapper{
	display:inline;
}
.filter-bar .filter-bar-label {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 5px;
    margin-right: 14px;
}
.filter-bar .filter-bar-itembox{
	display:inline;
}
.filter-bar-item {
    display: inline-block;
    line-height: 28px;
    margin-top: 5px;
    margin-right: 6px;
    padding: 0 8px;
    background: #FFFFFF;
    border: 1px solid #FF824C;
    border-radius: 4px;
}
.filter-bar-clear {
    display: inline-block;
    margin-left: 6px;
    color: #999;
    line-height:37px;
}
i.glyphicon-remove{
	font-size: 10px;
    margin-left: 10px;
    cursor: pointer;
}
i.glyphicon-trash{
	font-size: 10px;
    margin-right: 5px;
}
.filter-bar-clear{
	cursor:pointer;
}

.map-content {
	position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-calc(100% - 59px);
    height: calc(100% - 59px);
}
.map-content .ma-infinitypush-wrapper{
	background-color: #f9f7f6;
    position: relative;
    width: 480px;
    height: 740px;
    z-index: 1;
}
.map-content .map-right{
	position: relative;
    width: 100%;
    height: 740px;
    min-width: 20rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.map-wrapper_switch-hand {
    position: absolute;
    z-index: 2;
    top: 330px;
    right: auto;
    bottom: auto;
    left: auto;
    width: 16px;
    height: 80px;
    line-height: 80px;
    color: #999;
    background: #fff;
    border: 1px solid #ddd;
    border-left: 0;
    cursor: pointer;
}
.map-wrapper_switch-hand i.glyphicon-chevron-right,
.map-wrapper_switch-hand i.glyphicon-chevron-left{
	font-size: 10px;
}

.map-left .sidebarWrap{
	width:15%;
	height:100%;
	background: #0178D7;
	float:left;
}
.map-left .search-list{
	position: relative;
    z-index: 2;
    width: 85%;
    height: 740px;
    background: #FAFAFA;
    // border: 1px solid #F0F0F0;
    float:left;
    overflow:hidden;
}
.map-left .sidebarWrap .sidebar-item{
	text-align: center;
    padding: 15px 0px;
    color:#fff;
}
.map-left .sidebarWrap .sidebar-item a{
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0.2px;
}
.map-left .sidebarWrap .sidebar-item a dd{
	margin-top:5px;
}
.map-left .sidebarWrap li.sidebar-item-active{
	background:#1B5081;
}
.map-left .sidebarWrap .sidebar-item-level1{
	width: 190px;
    display: none;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    left: 70px;
    z-index: 5;
}
.map-left .sidebarWrap .sidebar-item-level2{
	width: 240px;
    display: none;
    background: #FAFAFA;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    left: 188px;
    z-index: 5;
}
.map-left .sidebarWrap .sidebar-item-level1 .sidebar-item-level1-item a,
.map-left .sidebarWrap .sidebar-item-level2 .sidebar-item-level2-item a{
	font-size: 13px;
	color: #171717;
	letter-spacing: 0.22px;
	display:block;
	height:40px;
	line-height:40px;
}
.map-left .sidebarWrap .sidebar-item-level1 .sidebar-item-level1-item a:hover,
.map-left .sidebarWrap .sidebar-item-level2 .sidebar-item-level2-item a:hover{
	background: #EAF6FF;
	color:#0BB26E;
	
}
.map-left .sidebarWrap .sidebar-item-level1 .sidebar-item-level1-item.all,
.map-left .sidebarWrap .sidebar-item-level2 .sidebar-item-level2-item.all{
	border-bottom:1px solid #F2F2F2;
}
.map-left .sidebarWrap .sidebar-item-level1 .sidebar-item-level1-item-active a{
	color:#0BB26E;
}





.search-list .listHeaderWrap .search-list_main-info{
	padding: 16px;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    color: inherit;
    color: inherit;
    background: #fafafa;
    border-bottom: 1px solid #dedede;
    margin-bottom: 0px;
    
}

.search-list .listHeaderWrap .search-list_main-show-name{
	background: url(../images/position-icon.png) no-repeat center left;
	padding-left:25px;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.search-list .listHeaderWrap .search-list_breadcrumb {
    font-size: 12px;
    font-weight: normal;
    color: #7A7A7A;
    display: none;
}
.search-list .listHeaderWrap .search-list_gt {
    margin-left: 5px;
    margin-right: 5px;
}
.search-list_list-header {
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    padding-left: 16px;
    font-weight: bold;
    color: #202020;
    background: #fff;
    border-bottom: 1px solid #dedede;
    font-size:14px;
    margin-bottom: 0px;
    display: none;
}
.search-list_stat-num{
	color:#e63636;
}

.search-list_sort-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: right;
    margin-right: 12px;
}
.search-list_sort-item {
    padding: 0 4px;
    font-size: inherit;
    font-weight: normal;
    color: #7a7a7a;
}
.search-list_sort-item--active {
    font-size: inherit;
    font-weight: bold;
    color: #202020;
}
.price-icon-up,.price-icon-down{
	font-size:10px;
	color: #D8D8D8;
}
.search-list_sort-item-price:hover .price-icon-up{
	color:#000;
}

.search-list_list {
	height:645px;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    border-bottom: 1px solid #dfdfdf;
}
.search-list_list-item {
    position: relative;
    overflow: hidden;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    font-weight: inherit;
    color: #7a7a7a;
    border-bottom: 1px solid #dfdfdf;
    padding: 0 16px;
    cursor: pointer;
}
.search-list_list-property{
	height: 155px;
	line-height: normal;
	position: relative;
    overflow: hidden;
    font-size: 14px;
    font-weight: inherit;
    color: #7a7a7a;
    border-bottom: 1px solid #dfdfdf;
    padding: 16px;
    cursor: pointer;
}
.search-list_list-item:hover{
	background:#FAFAFA;
}
.search-list_show-name {
    float: left;
    color: #202020;
    width: 265px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.search-list_price, .search-list_count {
    float: left;
    overflow: hidden;
    width: 75px;
    height: 100%;
    text-align: right;
}
.search-list_separator {
    float: left;
    margin: 0 8px;
    color: #dfdfdf;
}
.search-list_arrow {
    float: right;
    margin-left: 4px;
    line-height: inherit;
    font-size:10px;
    color: #dfdfdf;
}


.search-list_list-property .property-left-block{
	width: 50%;
    float: left;
    padding-right: 10px;
}
.search-list_list-property a.property-link{
	display:block;
}
.search-list_list-property .property-right-block{
	width: 50%;
    float: right;
}
.property-list-type {
    color: #0078d7;
    font-size: 1em;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 10px 0 0;
}
.business-name {
    font-family: Futura-Heavy, Arial, "microsoft yahei", 微软雅黑, SimHei, 中易黑体, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: rgb(64, 64, 64);
}
.property-list-name, .property-list-id, .property-list-price, .property-list-area {
    float: left;
    width: 100%;
    text-transform: uppercase;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom:0px;
}
.property-list-id {
    color: #a7a7a7;
    font-size: 0.875em;
    line-height: 28px;
    float: none;
    width: 100%;
    display: inline-block;
}
.property-list-view, .property-list-viewCount {
    display: inline-block;
    color: #a7a7a7;
    font-size: 0.875em;
    line-height: 40px;
}
.property-list-viewCount {
    position: absolute;
}
.property-list-spec {
    font-size: 0.875em;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
}
.property-list-spec span {
    display: inline-block;
}
.property-list-btn {
    margin-top: 10px;
}
.property-list-price {
    width: auto;
}
.property-list-btn .send-request {
    float: left;
    width: 48%;
    text-align: right;
}
.property-list-btn .btn {
    width: 100%;
    border: none;
    background: #0F80D9;
    color: #FFF;
    padding: 0.8em 1.5em 0.6em;
    margin: 0;
    float: none;
}
.property-list-btn a.request:hover {
    background: #000;
    color: #fff;
}
.property-list-btn .read-more {
    float: right;
    width: 48%;
    text-align: left;
}
.property-list-btn a.request {
    background: #a7a7a7;
}
.noresult-wrapper{
	left: 70px;
    width: 85%;
    background: #fff;
    z-index: 99;
    position: absolute;
    height: 100%;
    padding-top: 160px;
    text-align: center;
    display:none;
}
.noresult-wrapper_icon {
    background: url(../images/bymap-nofind.jpg) no-repeat center top;
    padding-top: 160px;
    font-size: 20px;
    font-weight: inherit;
    color: #7a7a7a;
    text-align: center;
}
.noresult-wrapper_header{
	font-weight:bolder;
	font-size:20px;
	margin-bottom:0;
}
.noresult-wrapper_msg{
	font-size:16px;
	margin-bottom:0;
}
.noresult-wrapper_clear-conditions {
    font-size: 14px;
    font-weight: inherit;
    color: #babdc2;
    text-decoration: none;
    margin-top: 30px;
}






.map-content .map-right #container .circle{
	height: 92px;
    width: 70px;
    max-width: inherit;
    border: none;
    background: url(../images/map_pin_large.png) no-repeat center center;
    background-size: 100%;
    padding-top: 17px;
    font-size: 12px;
}
.map-content .map-right #container .circle span{
	display: block;
    max-height: 3em;
    overflow: hidden;
}
.map-content .map-right #container .rectangle{
	font-size: 12px;
    color: #fff;
    line-height: 1.5em;
    text-align: center;
    padding: 0 5px;
    width: 33px;
    height: 45px;
    background: url(../images/map_pin_large.png) no-repeat center center;
    background-size: 100%;
    padding-top:10px;
}
.map-content .map-right #container .rectangle span{
	color: #fff;
    left: -60px;
    min-width: 150px;
    position: absolute;
    text-align: center;
    bottom:40px;
    background: #0f80d9 none repeat scroll 0 0;
    padding: 5px;
}
.amap-toolbar{
	top:50px !important;
}
.ui-widget.ui-widget-content{
    z-index:170;
}