.event_body .event_filter {
	height: 60px;
}
.venue_right{
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0px;
	flex-flow: column;
	height: 100%;
}
.venue_right label.m-checkbox{
	background-color: #333836;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-weight: 700;
	width: 100%;
	font-size: 14px;
	padding-left: 55px!important;
	margin-bottom: 0!important;
}
.venue_right label.m-checkbox>span{
	background-color: #fff!important;
	border: 2px solid #fff!important;
	top: 50%!important;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	left: 25px;
	width: 16px!important;
	height: 16px!important;
}
.venue_right #container{
	width: 100%;
	height: 100%;
	float: left;
}
.venue_drop{
	margin-top: 0!important;
}
.venue_left .thumbnail{
	position: relative;
}
.venue_left .closed{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 80px;
    height: 20px;
    border-radius: 30px;
    background-color: #57615d;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    vertical-align: middle;
    text-align: center;
    font-weight: 100;
}
.venue_left i.fa-heart{
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 23px;
	cursor: pointer;
}
.venue_left i.fa-heart.active { 
    color: #EE847D!important;
}
.venue_left i.fa-heart:hover{
	color: #EE847D!important;
    opacity: 0.6!important;
}

.venue_left .book_now{
	display: block;
	width: 100px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	color: #fff;
	font-weight: 700;
	position: absolute;
	left: 20px;
	background-color: #A0C181;
	bottom: 185px;
	z-index: 7;
	border-radius: 3px;
}
.venue_left .book_now:hover {
	background-color: #b9d1a6;
}
.venue_left .address,.venue_left .times{
	color: #737154;
	font-size: 13px;
	margin-top: 5px;
	font-weight: normal;
}
.venue_left .times {
	color: #a0c181;
}
.venue_left .price{
	text-align: center;
	font-size: 16px;
	letter-spacing: 3px;
	margin-bottom: 0!important;
	padding-bottom: 15px;
}
.venue_card .business{
	padding-top: 5px!important;
}
.event_card {
	width: 100%;
}
.event_card .business{
	padding-bottom: 15px;
	padding-top: 5px;
	line-height: 1.5;
}
.venue_left .caption{
	padding-bottom: 0px!important;
}
.booked{
	width: 30%;
	height: 38px;
	line-height: 30px;
	color: #57615D;
	font-weight: 700;
	background-color: #F4F7FA;
	margin-left: 4.2%;
	position: relative;
}
.booked label{
	padding-bottom: 0!important;
	margin-bottom: 0!important;
	line-height: 38px;
	position: static!important;
	width: 100%!important;
	color: #57615D!important;
}
.booked label>span{
	right: 15px!important;
	top: 50%;
	left: auto!important;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
    transform: translateY(-50%);
	background-color: #fff;
}
.venue_group{
	padding: 15px 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 0!important;
}
.venue_top{
	border-top: 1px solid #eee;
}
.venue_drop .text-right{
	margin-top: 20px!important;
}
.venue_drop .text-right .btn{
	padding: 10px 30px!important;
	border-color: #E5E5E5!important;
}
/*venues页面css结束*/
/*deals页面css开始*/
.deal_filter .filter_box{
	width: 100%!important;
	max-width: 960px!important;
	/*padding-right: 4%!important;*/
	padding-top: 11px!important;
	padding-bottom: 11px!important;
}
.deal_filter .filter_box .filter_box_inner{
	width: 100%!important;
}
.deals_drop{
	width: 100%!important;
	position: initial;
	margin-top: 0;
}
.deals_drop .filter_drop_content{
	width: 980px;
}
.deal_main{
	width: 960px;
	margin: 0 auto 40px;
}
.deal_main .concierge_list{
	width: 986px;
	padding-top: 0;
	padding-bottom: 70px;
} 
.deal_main .concierge_list .deal_card_list{
	width: 100%!important;
	min-height: 500px;
} 
.deal_main .concierge_list .deal_card_list .deals_list{
	width: 220.5px;
	float: left;
	margin-right: 26px;
}
.deal_main .concierge_list .deal_card_list .deals_list>div {
	margin-bottom: 26px;
}
.deal_main .layui-flow-more {
 	float: left;
	width: 100%;
}
.deal_load {
	height: 44px;
}
.deal_load img {
	margin: 0 auto;
}
.deal-no-result {
	height: 500px;
}
.deal_main .concierge_list .deal_card_list .deals_list .thumbnail{
	position: relative;
}
.deal_main .concierge_list .deal_card_list .deals_list .thumbnail .finshed{
	width: 80px;
	height: 20px;
	border-radius: 30px;
	background-color: #57615D;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	font-weight: normal;
	position: absolute;
	top: 50px;
	left: 20px;
}
.deal_main .concierge_list .deal_card_list .deals_list .thumbnail>i{
	font-size: 23px;
	position: absolute;
	top: 49px;
	right: 20px;
	cursor: pointer;
}

.deal_main .concierge_list .deal_card_list .deals_list .thumbnail>i.active{
	color: #EE847D!important;
    opacity: 1!important;
}
.deal_main .concierge_list .deal_card_list .deals_list .thumbnail>i:hover{
	color: #EE847D!important;
    opacity: 0.6!important;
}
.deal_out>div{
	display: inline-block;
	width: 27.5%;
	margin-right: 4%;
}
.event_body .deal_filter{
	width: 100%;
	position: inherit;
	top: 0;
}
.explore_category .category{
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.explore_category .scroll_btn{
	width: 40px;
	position: absolute;
	right: 0;
	display: none;
}
.explore_category .scroll_btn p{
	width: 40px;
	height: 38px;
	cursor: pointer;
    border: 1px solid #E2EAEB;
    line-height: 42px;
    text-align: center;
    position: relative;
}
.explore_category .scroll_btn p:hover{
	background: #f1f1f1;
}
.explore_category .scroll_btn p:nth-child(1){
	margin-bottom: 24px!important;
}
.explore_category .scroll_btn p i{
	font-size: 23px;
	color: #a0c181;
}
.explore_category .category .scroll_main{
	float: left;
    width: 95%;
    overflow: hidden;
    height: 100px;
}
#areaSelected{
	padding-left: 0px!important;
}
.explore_category .category .scroll_main p{
	width: 28%;
	display: flex;
	align-items: center;
    float: left;
    height: 38px;
    color: #57615d;
    line-height: 38px;
    border: none;
    background-color: #f4f7fa;
    text-indent: 2%;
    margin-right: 5%;
    margin-bottom: 24px;
    position: relative;
    cursor: pointer;
    padding-left: 12px;
}
.explore_category .category .scroll_main p:hover{
	background-color: #F1F1F1;
	color: #57615D;
}
.explore_category .category .scroll_main p i {
	margin-right: 8px;
	width: 30px;
	text-align: center;
	font-size: 16px;
}
.explore_category .category .scroll_main p>span:after{
	font-family: "FontAwesome";
	content: "\f0d7";
	font-size:12px;
	position: absolute;
	right: 15px;
}
.price_slect,.filter_search,.event_clndr,.day_slect{
	padding-left: 0!important;
}
.filter_search>input{
	padding-left: 0!important;
	font-family: 'Open Sans';
	font-weight: 700;
	font-size: 13px;
}
.price_slect>div{
	display: inline-block;
	width: 27.5%;
}
.day_change li{
	text-indent: 0.6em;
}
.deal_top{
	border-top: 1px solid #EEEEEE;
}
.deal_bottom{
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 0!important;
}
.explore_category .category .scroll_main>p .active:after{
	content: "\f0d8";
	color: #fff;
}
.explore_category .category .scroll_main .active1{
	background-color: #57615D;
	color: #fff;
}
.explore_category .category_main{
	background-color: #57615d;
    padding: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: auto;
}
.deal_category{
	margin-bottom: 0!important;
}
.explore_category .category_main .top-20{
	top: 20px;
}
.explore_category .category_main .main_left{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.explore_category .category_main .main_wraper {
	width: 95%;
}
.explore_category .category_main .main_wraper p{
	width: 28%;
	height: 36px;
	display: inline-block;
	margin-top: 20px;
	cursor: pointer;
	margin-right: 5%;
}
.explore_category .category_main p>span{
	display: inline-block;
	color: #fff;
	text-indent: 1em;
}
.explore_category .category_main p .m-checkbox{
	width: 100%;
	color: white;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.explore_category .category_main p .m-checkbox>span{
	background-color: #fff;
	border: none !important;
}
.explore_category .category_main p .m-checkbox>span:after{
	border-color: #a0c181;
}
.display{
	display: block;
}
.day_select{
	width: 30%;
	height: 38px;
	cursor: pointer;
	font-size: 13px;
	background-color: #F4F7FA;
	color: #57615D;
	font-weight: 700;
	line-height: 38px;
	padding-left: 0!important;
	padding-right: 0!important;
	position: relative;
}
.day_select .select_head{
	position: relative;
	text-indent: 1em;
}
.day_select .select_head>i{
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.day_select .select_common{
	width: 100%;
	position: absolute;
	z-index: 9999;
	display: none;
	max-height: 190px;
	overflow-y: auto;
}
/*/*凹槽宽度*/
.day_select .select_common::-webkit-scrollbar{
    width:5px;
    height:5px;
}
/*拖动条*/
.day_select .select_common::-webkit-scrollbar-thumb{
    background-color:#ccc;
}
.day_select .active{
	display: block;
}
.day_select .select_common>li{
	width: 100%;
	height: 38px;
	font-size: 13px;
	color: #57615D;
	font-weight: 700;
	background-color: #F4F7FA;
	line-height: 38px;
	text-indent: 1em;
}
.day_select .select_common>li:hover{
	color: #fff;
	background-color: #A0C181;
}
input.no_border::-webkit-input-placeholder{
	font-weight: 700;
}
input.no_border::-moz-input-placeholder{
	font-weight: 700;
}
input.no_border::-ms-input-placeholder{
	font-weight: 700;
}

/*deals页面css结束*/
.event_inputs>span{
	width: 28%!important;
	display: inline-block!important;
	background-color: #fff!important;
	position: relative;
	margin-right: 4%;
	line-height: 34px!important;
	font-size: 13px;
}
.event_inputs>span>input{
	border: 0.5px solid #e2eaeb!important;
	box-shadow: none!important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	-ms-box-shadow: none!important;
	font-size: 13px;
	color: #57615D!important;
	font-weight: 700;
	font-family: "Open Sans";
	padding-left: 20px;
}
.event_inputs>span>input::-webkit-input-placeholder { /* WebKit browsers */
  color: #aaa;
}

.event_inputs>span>input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #aaa;
}

.event_inputs>span>input:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #aaa;
}   
.event_inputs>span #datepicker1-container,.event_inputs>span #datepicker2-container{
	position: absolute;
	z-index: 999;
}
.venue_right .map-canvas{
	height: 60px!important;
	line-height: 60px!important;
	background-color: #333836;
}
.venue_right .map-canvas .tmi .tmil {
	padding: 0 15px;
}
.venue_right .map-canvas .tmi .tmil>a>i{
	font-size: 20px;
	width: 30px;
	text-align: center;
}
.venue_right .map-canvas .tmi .tmil a.active i {
	color: #aaa;
}
.venue_right .map-canvas .tmi .tmil a.active i:hover {
	color: #fff;
}
.venue_right .clndr-control-button{
	opacity: 1!important;
}
.event_right .search-results-map{
	width: 100%;
	position: relative;
	background: #fff;
}
.event_right label.m-checkbox{
	display: none;
	position: absolute;
}
.venue_left .thumbnail{
	padding: 0!important;
}
/*筛选中的价格的样式*/
.venue_group .dropdown{
	background-color: #f4f7fa;
	position: relative;
	cursor: pointer;
}
.venue_group .dropdown>i.fa-caret-down{
	position: absolute;
	right: 15px;
	top: 50%;
	color: #57615D;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.venue_group .dropdown>div{
	display: inline-block;
	text-decoration: none;
	color: #57615D;
	height: 38px;
	line-height: 38px;
	font-size: 13px;
	width: 100%;
	font-weight: 700;
	padding-left: 20px;
}
.venue_group .dropdown ul.dropdown-menu{
	width: 100%;
	background-color: #f4f7fa;
	max-height: 220px;
	overflow: auto;
	cursor: pointer;
	box-shadow: none!important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	-ms-box-shadow: none!important;
}
.venue_group .dropdown ul.dropdown-menu li{
	cursor: pointer;
	padding: 7px 12px;
}
.price_group .dropdown ul.dropdown-menu li{
	padding: 7px 20px!important;
	
}
.price_group .dropdown ul.dropdown-menu li:first-child {
	font-weight: bold;
}
.price_group .dropdown ul.dropdown-menu li:first-child:hover {
	color: #fff;
}
.deal_bottom .dropdown ul.dropdown-menu li{
	color: #57615D;
	font-weight: 700;
	padding: 7px 20px;
}
.deal_bottom .dropdown ul.dropdown-menu li:hover{
	color: #fff;
}
.venue_group .dropdown ul.dropdown-menu li:hover{
	background-color: #A0C181;
}
/*/*凹槽宽度*/
.venue_group .dropdown ul.dropdown-menu::-webkit-scrollbar{
    width:5px;
    height:5px;
}
/*拖动条*/
.venue_group .dropdown ul.dropdown-menu::-webkit-scrollbar-thumb{
    background-color:#ccc;
}
span[data-toggle='price'],li[data-toggle='price']{
	color: #CCCCCC!important;
}
.venue_card .card_list .thumbnail .Ascale{
	display: inline-block;
	width: 100%!important;
	padding-bottom: 31.25%;
}
.venue_card .card_list .thumbnail .Ascale>img{
	width: 100%!important;
	height: 100%!important;
}
.location_select>select{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
}
.location_select>select>option{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	padding: 4px 12px;
}
.location_select{
	position: relative;
}
.location_select>i.fa-caret-down{
	display: inline-block;
	position: absolute;
	color: #57615D;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
/*调整筛选条件分类的宽度超出省略号显示*/
.category_name{
	display: inline-block;
	width: 67%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 700;
}
#createLi em.iconfont {
	font-size: 12px!important;
	color: #ccc!important;
}

.no-result {
	padding: 30px 0;
	text-align: center;
	width: 100%;
	font-weight: bold;
}
.amap-marker-label {
	background: transparent !important;
	border: 0 !important;
	padding: 0 !important;
}
.map-marker {
	position: relative;
}
.amap-marker.active {
	z-index: 9999 !important;
}
.amap-marker.active i.evecategory {
	color: #A0C181 !important;
}
.map-marker i.evecategory {
	font-size: 30px;
}

.amap-info-content {
	border: none;
	padding: 0;
	width: 180px;
	border-radius: 0;
	box-shadow: 0 3px 14px #aaa;
}

.amap-info-content h3,#container .map_overlay h3 {
	padding: 10px;
	line-height: 1.8;
	height: 61.4px;
	overflow: hidden;
	font-size: 23px;
	background: #fff;
}
.amap-info-sharp {
	background: none;
	width: 8px;
	height: 8px;
	border-width: 8px 8px 0;
	border-style: solid solid solid;
	border-color: #fff transparent #fff;
}
.amap-info-close,.gm-ui-hover-effect {
	display: none;
}

/*google map*/
#container .gm-style .gm-style-iw-c,#container .gm-style .gm-style-iw-d {
	border-radius: 0;
	padding: 0;
	max-height: none;
	width: 180px;
	overflow: hidden !important;
}
#container .gm-style .gm-style-iw-c:hover {
	box-shadow: 0 3px 14px #333;
}
#container .gm-style .gm-style-iw-d div {
	width: 180px;
	background-color: #fff;
}
#container .map_overlay {
	width: 180px;
	background-color: #fff;
}
#container .amap-info-close, .gm-ui-hover-effect {
	display: none !important;
}

/* #container .map-marker.active {
	z-index: 9999;
}
#container .map-marker.active i.evecategory {
	color: #A0C181 !important;
}
.venue_card i.active{
	color: #EE847D!important;
	opacity: 1!important;
}
.event_card i.active{
	color: #EE847D!important;
	opacity: 1!important;
}
.js-info-content {
	box-shadow: 0 3px 14px #aaa;
}
.js-info-content:hover {
	box-shadow: 0 3px 14px #333;
} */


a.dt{
	display: inline-block;
	margin-left: 10px;
}
.filter_span_down{
	margin-left: 10px;
}
.location_select select{
	color: #57615D!important;
	font-size: 13px;
}
.location_select .select2-container--default .select2-selection--single .select2-selection__arrow{
	display: none;
}
.location_select .select2-container--default .select2-selection--single{
	border: none!important;
	background-color: #F4F7FA!important;
	height: 38px!important;
	line-height: 38px!important;
}
.location_select .select2-container{
	width: 100%!important;
}
.location_select .select2-container--default .select2-selection--single .select2-selection__placeholder{
	color: #aaa!important;
	font-weight: 700;
	font-family: "Open Sans";
}
.dropdown-placeholder {
	color: #aaa;
}
.location_select .select2-container .select2-selection--single .select2-selection__rendered{
	padding-left: 20px!important;
	line-height: 22px!important;
	font-weight: 700;
}
.select2-dropdown {
  	background-color: #F4F7FA!important;
  	border:none!important;
  	border-radius: 3px;
}
.select2-container--default .select2-results__option{
	padding: 8px 20px!important;
}
.explore_card_head{
	height: auto!important;
}
/*去掉页码的描边*/
.others_page .pagination li>a{
	border: none;
}
