.concierge_nav {
	height: 60px;
	line-height: 60px;
	background: #333836;
	font-weight: 700;
	font-size: 13px;
}
.sub_nav li {
	padding: 0 22px;
	display: inline-block;
}
.sub_nav li a {
	color: #828a8f;
	display: block;
}
.sub_nav li.active a {
	color: #fff;
}
.fixed {
	z-index: 9;
	position: fixed;
}
.header_top.fixed {
	width: 100%;
	top: 0;
	z-index: 99;
}
.navbar-default.fixed {
	top: 74px;
	z-index: 98;
}
.concierge_nav.fixed {
	top: 154px;
	width: 100%;
}
#head {
	overflow: hidden;
	width: 100%;
}
.concierge_body {
	overflow: hidden;
	width: 100%;
	position: relative;
}
.page_left {
	width: 65%;
	overflow-x: auto;
}
.filter {
	background: #f4f7fa;
	width: 100%;
	min-width: 780px;
	position: relative;
	z-index: 9;
}
.filter .filter_box {
	width: 90%;
	margin: 0 auto;
	padding: 14px 0;
	height: 60px;
	min-width: 768px;
}
.filter .filter_box .filter_select .fs_info {
	padding: 0 12px;
	border-radius: 3px;
	display: inline-block;
	background: #fff;
	color: #828F87 !important;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	position: relative;
	margin-right: 10px;
	height: 32px;
	line-height: 32px;
	float: left;
}
.filter .filter_box .filter_select .fs_info:hover{
	background-color: rgb(241,241,241);
}
.filter .filter_box .filter_select .fs_filter_add span {
	max-width: 60px;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    display: inline-block;
    float: left;
}
.filter .filter_box .filter_select .fs_info span.fa {
	margin-left: 25px;
	display: inline-block;
}
.filter .filter_box .filter_select .fs_info em {
	margin-left: 15px;
	font-style: normal;
	font-weight: 100!important;
	display: inline-block;
	float: left;
	font-size: 12px!important;
}
.category_list li {
	width: 33%;
	float: left;
}
.category_list li .m-checkbox {
	margin: 7px 0 13px;
	width: calc(100% - 15px);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.price_list li {
	width: 27.5%;
	margin-right: 4%;
	float: left;
	padding: 7px 10px;
	margin-bottom: 10px;
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	color: #57615d;
}
.price_list li.active {
	background: #f4f7fa;
}
.price_list li span {
	color: #d2d2d2;
	margin-left: 2px;
}
.filter .filter_box .filter_select #fs_info_more {
	position: relative;
	display: none;
}
.filter .filter_box .filter_select #fs_info_more ul {
	top: 32px !important;
	left: 1px !important;
	min-width: 200px;
	max-height: 380px;
	overflow-x: hidden;
	overflow-y: auto;
}
.filter .filter_box .filter_select #fs_info_more ul li {
	cursor: pointer;
	font-weight: bold;
	color: #828F87;
	padding: 6px 15px;
	height: 38px;
}
.filter .filter_box .filter_select #fs_info_more ul li span {
	max-width: 148px;
}
.filter .filter_box .filter_select #fs_info_more ul li em {
	float: right;
	font-style: normal;
	font-size: 12px;
}
.filter .filter_box .filter_select #fs_info_more ul li:hover {
	background: #a0c181;
	color: #fff;
}
.filter .filter_box .filter_select #fs_info_more ul li:hover em {
	color: #fff !important;
}
.filter .filter_box .filter_sort {
	padding: 8px 0;
}
.filter_drop {
	background: #fff;
	position: fixed;
	top: 214px;
	left: 0;
	right: 35%;
	bottom: 0;
	z-index: 10;
	margin-top: 60px;
	display: none;
}
.filter_drop .filter_drop_content {
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
}
.filter_drop .filter_drop_content .form-group {
	margin: 0 0 15px;
}
.filter_drop .filter_drop_select li a {
	color: #57615d;
}
.filter_drop .filter_drop_select li.active {
	background: #57615d;
}
.filter_drop .filter_drop_select li.active a {
	color: #fff;
}
.filter_drop .filter_drop_select li i {
	margin-right: 10px;
}
.filter_drop .filter_drop_select p.full-width {
	padding: 0;
}
.filter_drop .filter_drop_toggle {
	width: 38px;
}
.filter_drop .filter_drop_toggle span {
	width: 38px;
	height: 38px;
	line-height: 38px;
	font-size: 24px;
	display: inline-block;
	text-align: center;
	border: 1px solid #A0C181;
	margin-bottom: 15px;
}
.filter_drop .form-horizontal .control-group {
	max-height: 94px;
	overflow: hidden;
}
.filter_drop .category_drop {
	background: #57615d;
	padding: 15px 0;
	margin: 0;
	color: #fff;
	min-height:110px;
	overflow: auto;
}
.filter_drop .category_drop .filter_drop_select p {
	background: transparent;
	position: relative;

}
.filter_drop .category_drop .filter_drop_select p input[type="checkbox"] {
	position: absolute;
	z-index: 1;
	right: 10px;
	top: 12px;
	margin: 0;
	cursor: pointer;
}
.filter_drop .category_drop .filter_drop_select p span {
	width: 14px;
	height: 14px;
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 12px;
	background: #fff;
}
.filter_drop .category_drop .filter_drop_select p span:after {
	content: "";
	position: absolute;
	top: 50%;
  	left: 50%;
  	margin-left: -2px;
  	margin-top: -6px;
  	width: 5px;
  	height: 10px;
  	border-width: 0 2px 2px 0 !important;
  	transform: rotate(45deg);
  	display: none;
}
.filter_drop .category_drop .filter_drop_select p input[type="checkbox"]:checked + span {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.filter_drop .category_drop .filter_drop_select p input[type="checkbox"]:checked + span:after {
	border: solid #A0C181;
	display: block;
}
.comment_control {
	height: 38px;
}
.no_border {
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	padding: 6px 0;
}
.search_group {
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}
.venue_left {
	width: 100%;
	overflow: auto;
}
.concierge_list {
	width: 90%;
	margin: 0 auto;
	min-width: 768px;
	position: relative;
}
.concierge_card_list {
	overflow: hidden;
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
}
.concierge_card_list .card_list {
	width: calc((100% - 60px) / 3);
}
.concierge_list .card_list .thumbnail {
	width: 100%;
}
.loader {
	margin-bottom: 15px;
	text-align: center;
	height: 14px;
}
.loader img {
	display: inline;
}
.no-box {
	display: none;
}
.no-box .no-result {
	color: #babcbb;
	font-size: 15px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}
.no-box .no-result h2 {
	color: #737674;
	font-size: 27px;
}

.concierge_card_list .no-result h2 {
	color: #737674;
}
.concierge_list .card_list:nth-child(3n) {
	margin-right: 0;
}
.concierge_list .card_list .thumbnail {
	padding: 10px;
	position: relative;
}
.concierge_list .card_list .thumbnail .enoughed{
	position: absolute;
	display: inline-block;
    top: 20px;
    left: 20px;
    width: 80px;
    height: 20px;
    border-radius: 30px;
    background-color: #57615d;
    color: #fff;
    font-size: 13px;
    text-align: center;
    font-weight: 700;
}
.concierge_list .card_list .thumbnail .caption {
	padding: 20px;
	position: relative;
}
.concierge_list .card_list .thumbnail .online_caption {
	padding-bottom: 10px!important;
}

.concierge_list .card_list .thumbnail .online_caption .business{
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.concierge_list .card_list .thumbnail .caption .heading p.zh_name{
	width: 100%;
	margin-top: 5px!important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #737154;
    font-size: 13px;
    font-weight: normal;
}
.concierge_list .card_list .thumbnail .caption hr {
	margin:10px 0;
}
.concierge_list .card_list .thumbnail .caption .labelFloat {
	position: absolute;
	top: -30px;
}
.concierge_list .card_list .thumbnail .caption .labelFloat .label-default {
	background-color: #313836;
}
.page_right {
	width: 35%;
}
.page_right .floatRight {
	position: fixed;
	top: 214px;
	right: 0;
	bottom: 0;
	background: #fff;
	left: 65%;
	margin-bottom: 0;
	overflow-y: auto;
	
}
.page_right .floatRight.vertical {
	display: flex;
    justify-content:center;
    align-items:center;
    padding: 0 50px;
}
.page_right .floatRight .frBox {
	color: #819091;
}
.page_right .floatRight .frBox h1 {
	text-align: center;
	font-size: 23px;
}
.page_right .floatRight .frBox p {
	letter-spacing: 1px;
	margin-top: 40px;
}

.page_right .floatRight .frBox a {
	display: block;
	width: 100%;
	font-size: 13px;
	color: #A0C181;
	font-family: "Open Sans";
	text-align: center;
	margin-top: 10px;
	font-weight: 700;
}
/* =======================================*/
#changeColor li a {
	width: 100%;
	display: block;
}