@charset "UTF-8";
body {
	font-size: 16px;
}
.title_5 {
    border-bottom: #f60 2px solid;
    color: #f60!important;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
    box-sizing: border-box;
}
.container {
    background-color: #f0f0f0!important;
}
.main {
	padding-top: 40px;
	background-color: #f0f0f0;
	width: 100%;
	margin:0 auto!important;
}
.mainbox {
	width: 100%;
	margin: 0 auto;
	background-color: #f0f0f0;
}
.child_page {
    width: 100%;
    margin: 0 auto;
    min-width: 1024px;
}
.child_page_left {
	float: left;
	width:20%;
	max-width: 300px;
	background-color: #FFF;
}
.screen {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c6c6c6;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 3%;
	width: 93%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.screen div {
	line-height: 40px;
	height: 40px;
	margin-left: 3%;
}
.screen div span {
	font-size: 24px;
}
.condition {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #c6c6c6;
    width: 96%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
.condition_title,.condition_choice_box div {
	line-height: 30px;
	height: 30px;
	margin-left: 3%;
	padding-left: 8%;
	position: relative;
}
.condition_choice_box div {
	cursor:pointer;
}
.condition div span {
	font-size: 30px;
	color: #333;
	cursor:pointer;
	position: absolute;
	right: 5px;
}
.condition_choosen {
	font-size: 14px;
	background-color: #f89230;
	color: #FFF;
	text-indent: 16px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
.condition_choice {
	font-size: 14px;
	text-indent: 16px;
}
.condition_choice_box{
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
}
.condition_choice_box::-webkit-scrollbar{  
    width: 1px;  
    height: 1px;  
    background-color: #F5F5F5;  
}
.condition_choice_box::-webkit-scrollbar-track{  
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0); 
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0); 
	-o-box-shadow: inset 0 0 6px rgba(0,0,0,0); 
	-ms-box-shadow: inset 0 0 6px rgba(0,0,0,0); 
    box-shadow: inset 0 0 6px rgba(0,0,0,0);  
    
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
    border-radius: 10px;  
    background-color: #F5F5F5;  
} 
.condition_choice_box::-webkit-scrollbar-thumb{  
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
    border-radius: 10px;  
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0);  
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);  
	-o-box-shadow: inset 0 0 6px rgba(0,0,0,0);  
	-ms-box-shadow: inset 0 0 6px rgba(0,0,0,0);  
    box-shadow: inset 0 0 6px rgba(0,0,0,0);  
    background-color: #ccc;  
}
.screen div .count {
	color: #f78a35;
}
.child_page_right {
    float: right;
    width: 100%;
    position: relative;
}
.selct {
    width: 98%;
    margin: 0 auto;
    padding: 12px 1%;
    background-color: #FFF;
    font-size: 0.85em;
    overflow: hidden;
    -moz-box-shadow: 1px 1px 2px #D7D7D7;
	-webkit-box-shadow: 1px 1px 2px #D7D7D7;
	-o-box-shadow: 1px 1px 2px #D7D7D7;
	-ms-box-shadow: 1px 1px 2px #D7D7D7;
    box-shadow: 1px 1px 2px #D7D7D7;
}
.selct_title {
    float: left;
    height: 38px;
    line-height: 38px;
    width: 70px;
    text-indent: 10px;
    text-align: center;
    text-align-last: justify;
    padding-right: 20px;
}
.selct_sort {
    width: 82%;
    float: left;
    height: 38px;
    overflow: hidden;
}
.selct_sort span {
    display:inline-block;
    margin:10px 10px;
    cursor:default;
    position: relative;
}
.selct_sort span:hover {
    color:#FF7F00;
}
.selct_sort span img {
    width: 20px;
    position: absolute;
    right: 5px;
    top: 6px;
}
.selcted_box {
    border:1px solid #FF7F00;
    height:32px;
    line-height:32px;
    padding: 0 30px 0 6px;
    margin:3px 3px!important
}
.selct_more {
    float:right;
    margin:10px 0;
    cursor:default;
    padding:0 12px;
    position:relative;
}
.selct_more img {
    float: right;
}
.drop_up1, .drop_up2 {
    color: #FF5923;
    display: none;
}
.search_box {
    border: solid 1px #999;
    height: 36px;
    width: 300px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
    border-radius: 3px;
}
input.search_text {
    height: 100%;
    border: none;
    width: 260px;
    text-indent: 10px;
    font-size: 14px;
    float: left;
}
.search_line {
    float: left;
    height: 20px;
    width: 1px;
    background-color: #999;
    margin-top: 8px;
}
.search_img {
    float: left;
    height: 24px;
    width: 24px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 7px;
    padding-right: 8px;
    cursor: pointer;
}
.selct_more_box {
    display:none;
    width:100px;
    max-height:200px;
    overflow:auto;
    background-color:#FFF;
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .4);
	-o-box-shadow: 0 2px 8px rgba(0, 0, 0, .4);
	-ms-box-shadow: 0 2px 8px rgba(0, 0, 0, .4);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .4);
    position:absolute;
    left:0;
    z-index:1000;
}
.selct_more_box ul li, .mob_selct_more_box ul li {
    margin:5px 0;
    padding:3px 5px;
}
.selct_more_box ul li:hover, .mob_selct_more_box ul li:active {
    background-color:#FDE2CA;
}
.sort_by {
	float: left;
	width: 150px;
	height: 60px;
	line-height: 60px;
	/* [disabled]overflow: hidden; */
}
.change_page {
	float: right;
	height: 60px;
	width: 200px;
}
.change_page .left_btn {
	float: left;
	height: 60px;
	width: 50px;
	text-align: right;
	display: table;
}
.change_page img{
	width:30px;
}
.change_page .page_num_box {
	float: left;
	height: 30px;
	margin-top: 14px;
	border: 1px solid #ddd;
	width: 60px;
	margin-right: 19px;
	margin-left: 19px;
	text-align: center;
	line-height: 30px;
}
.change_page .right_btn {
	float: right;
	height: 60px;
	width: 50px;
	text-align: left;
	display: table;
}
.child_page_right_top {
	overflow: hidden;
	background-color: #FFF;
}
.change_page .left_btn span {
	vertical-align: middle;
	display: table-cell;
}
.change_page .right_btn span {
	vertical-align: middle;
	display: table-cell;
}
.change_page .page_num_box input {
	line-height: 30px;
	width: 60px;
	height: 30px;
	text-align: center;
	border: none;
	margin: 0;
}
.sort_title {
	width: 50%;
	text-align: right;
	float: left;
}
.sort_btn {
	float: right;
	width: 50%;
	height: 60px;
	text-align: left;
}
.sort_btn img {
	width: 15px;

}
.sort_btn .up_btn {
	margin-top: 15px;
	height: 15px;
	width: 15px;
	line-height: 15px;
	margin-left: 8px;
}
.sort_btn .down_btn {
	height: 15px;
	width: 15px;
	line-height: 15px;
	margin-bottom: 15px;
	margin-left: 8px;
}
.border {
	float: left;
	height: 52px;
	width: 1px;
	margin-top: 4px;
	background-color: #CCC;
}
.child_page_right_activities {
	position: relative;
	margin-top: 5px;
	background-color: #FFF;
}
.child_page_right_activities p {
	height: 550px;
	line-height: 550px;
}
.right_activity {
	height: 150px;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
}
.activity_img img {
	max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.activity_img {
    height: 150px;
    float: left;
    width: 20%;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 0 10px;
}
.activity_img a{
	width:100%;
	height:100%;
}
.standard-span {
    height: 100%;
    width: 0 !important;
    display: inline-block;
    vertical-align: middle;
}
.activity_border {
	height: 1px;
	width: 97%;
	background-color: #eee;
	margin: 0 auto;
}
.activity_details {
    height: 150px;
    overflow: hidden;
}
.activity_title {
	line-height: 35px;
	height: 35px;
	font-size: 20px;
}
.state_1 {
	background-color: #ffb80b;
	width: 90px;
	text-align: center;
	color: #FFF;
	float: left;
	font-size: 16px;
	margin-right: 10px;
}
.heat {
	float: right;
	font-size: 13px;
	line-height: 1em;
	padding-top: 10px;
	color: #999;
}
.activity_name {
    float: left;
    width: 67%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: keep-all;
}
.activity_time {
	height: 28px;
	line-height: 28px;
	margin-top: 30px;
}
.activity_adress {
	line-height: 28px;
	height: 28px;
}
.goActivity-btn {
	position: absolute;
	top: 58px;
	right: 10px;
	width: 147px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	border: 1px solid #f19e28;
	border-radius: 3px;
	color: #f89230;
	background-color: #fff;
	cursor: pointer;
}
.activity_cost {
	line-height: 28px;
	height: 28px;
}
.activity_cost span {
	color: #f89230;
}
.state_2 {
	float: left;
	font-size: 16px;
	width: 90px;
	margin-right: 10px;
	text-align: center;
	color: #FFF;
	background-color: #4471ff;
}
.state_3 {
	font-size: 16px;
	text-align: center;
	width: 90px;
	float: left;
	margin-right: 10px;
	background-color: #25a800;
	color: #FFF;
}
.state_4 {
	color: #FFF;
	font-size: 16px;
	text-align: center;
	float: left;
	width: 90px;
	margin-right: 10px;
	background-color: #b4b4b4;
}
.right_activity:hover {
    -moz-box-shadow: 0 0 25px 0 #f89230; 
	-webkit-box-shadow: 0 0 25px 0 #f89230;
	-o-box-shadow: 0 0 25px 0 #f89230;
	-ms-box-shadow: 0 0 25px 0 #f89230; 
    box-shadow: 0 0 25px 0 #f89230;
}
.right_activity:hover .enter_btn{
	display:table;
}
.turn_page {
	margin-top: 10px;
	height: 60px;
	background-color: #FFF;
}
.turn_page_left {
	float: left;
	width: 37%;
	height: 60px;
}
.turn_page_center {
	float: left;
	width: 26%;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.turn_page_right {
	float: right;
	width: 37%;
	height: 60px;
}
.turn_page_center input {
	height: 30px;
	width: 60px;
	margin-top: 14px;
	margin-bottom: 14px;
	text-align: center;
	border: 1px solid #DFDFDF;
}
.to_first {
	background-color: #777;
	text-align: center;
	width: 30px;
	float: right;
	height: 30px;
	display: table;
	margin-top: 15px;
	margin-right: 30px;
}
.last_page {
	background-color: #777;
	float: right;
	height: 30px;
	width: 30px;
	text-align: center;
	display: table;
	margin-top: 15px;
}
.next_page {
	background-color: #777;
	display: table;
	height: 30px;
	width: 30px;
	float: left;
	text-align: center;
	margin-top: 15px;
}
.to_last {
	background-color: #777;
	text-align: center;
	display: table;
	float: left;
	height: 30px;
	width: 30px;
	margin-top: 15px;
	margin-left: 30px;
}
.to_first span {
	vertical-align: middle;
	display: table-cell;
}
.last_page span {
	vertical-align: middle;
	display: table-cell;
}
.next_page span {
	vertical-align: middle;
	display: table-cell;
}
.to_last span {
	vertical-align: middle;
	display: table-cell;
}
.search {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 96%;
	margin: 0 auto;
}.search div {
	margin-left: 3%;
	height: 40px;
	line-height: 40px;
}
.search div input {
	width: 99%;
	height: 38px;
	border: 1px solid #CCC;
	font-size: 14px;
	line-height: 38px;
	text-indent: 1em;
}
.search_btn {
	text-align: center;
	background-color: #f89230;
	color: #FFF;
	font-size: 20px;
	margin-top: 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
.enter_btn {
	position: absolute;
	top: 65px;
	right: 20px;
	height: 40px;
	width: 120px;
	line-height: 40px;
	color: #ff521a;
	font-size: 18px;
	display: table;
	text-align: center;
	border: 2px solid #f8c993;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	display:none;
}
.enter_btn a {
	color: #ff521a;
}
.enter_btn span {
	vertical-align: middle;
}
.hot_events {
	width: 100%;
	margin: 50px auto;
}
.hot_events_title {
	font-size: 22px;
}
.hot_activities {
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 3px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #fe8b1e;
}
.hot_activity_img img {
	max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.hot_activity_img {
	width: 100%;
	height: 150px;
	border: solid 1px #ddd;
	-moz-box-sizing: border-box;  
	-webkit-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}
.hot_activity {
    float: left;
    width: 19%;
    padding-right: 0.5%;
    padding-left: 0.5%;
}
.hot_activity_name {
	line-height: 35px;
    height: 35px;
    cursor: pointer;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: keep-all;
}
.hot_activity_adress {
	color: #555;
	font-size: 14px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: keep-all;
}
.hot_activity_cost {
	color: #555;
}
.hot_activity_adress span {
	color: #000;
}
.hot_activity_cost span {
	color: #000;
}
.cost_num {
	color: #fe8b1e
!important;
	font-size: 20px;
}
.circle_box{
	height: 50px; 
	line-height: 50px; 
	clear: both; 
	margin: 0 auto; 
	padding-top: 30px;
}
.circle {
	height: 12px;
	width: 12px;
	border: 3px solid #ececec;
	float: left;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	margin-right: 4px;
	margin-left: 4px;
	margin-top: 15px;
}
.circle.current_circle {
	background-color: #ff9326;
	border-top-color: #ff9326;
	border-right-color: #ff9326;
	border-bottom-color: #ff9326;
	border-left-color: #ff9326;
}


/* @media screen and (max-device-width:760px){
	
	.container{
		min-width:100%!important;
	}
	.mainbox,.child_page,.child_page_left,.child_page_right,.hot_events{
		width:100%;
		max-width: 100%;
		min-width: auto!important;
	}
	.screen{
	    font-size:12px;
	    overflow:hidden;
	}
	.screen div{
		line-height: 25px;
	    height: 25px;
	    float:left;
	}
	.screen div span {
	    font-size: 18px;
	}
	.condition{
		font-size: 16px;
		padding-top: 3px;
	    padding-bottom: 3px;
	}
	.condition div{
		line-height: 25px;
	    height: 25px;
	}
	.condition_choosen{
		font-size: 13px;
	}
	.search{
		padding-top: 5px;
	    padding-bottom: 5px;
	}
	.search div{
		height: 30px;
	    line-height: 30px;
	}
	.search div input{
		height: 28px;
	    line-height: 28px;
	}
	.search_btn{
		font-size: 16px;
	    margin-top: 5px;
	}
	.child_page_right {
	    padding-right: 0px;
	}
	.sort_by {
	    width: 20%;
	    height: 40px;
	    line-height: 40px;
	    padding-left: 15px;
	}
	.sort_btn {
	    height: 40px;
	}
	.sort_btn .up_btn {
	    margin-top: 10px;
	    height: 10px;
	    width: 10px;
	    line-height: 10px;
	}
	.sort_btn .down_btn {
	    height: 10px;
	    width: 10px;
	    line-height: 10px;
	    margin-bottom: 10px;
	}
	.sort_btn img {
	    width: 10px;
	}
	.border{
		height: 32px;
	}
	.change_page {
	    height: 40px;
	    width: 120px;
	}
	.change_page .left_btn {
	    height: 40px;
	    width: 30px;
	}
	.change_page img {
	    width: 25px;
	}
	.change_page .page_num_box {
	    height: 20px;
	    margin-top: 9px;
	    width: 40px;
	    margin-right: 9px;
	    margin-left: 9px;
	    line-height: 20px;
	}
	.change_page .right_btn {
	    height: 40px;
	    width: 30px;
	}
	.right_activity {
	    width:100%;
	    height: 90px;
	    overflow: hidden;
	    padding-top: 8px;
	    padding-right: 0px;
	    padding-bottom: 8px;
	    padding-left: 8px;
	}
	.activity_img {
	    height: 90px;
	    float: left;
	    margin-right:5px;
	}
	.activity_img img {
	    height: 90px;
	    width:90px;
	}
	.activity_details {
	    height: 100px;
	    float: none;
	    width: auto;
	}
	.activity_title {
	    line-height: 25px;
	    height: 25px;
	    font-size: 14px;
	}
	.state_1,.state_2,.state_3,.state_4 {
	    width: 60px;
	    font-size: 12px;
	    margin-right: 5px;
	}
	.heat {
	    font-size: 8px;
	    position: absolute;
	    top: 105px;
	    left: 5px;
	    display:none;
	}
	.activity_time,.activity_adress,.activity_cost {
	    height: 20px;
	    line-height: 20px;
	    font-size: 12px;
	    overflow: hidden;
	    width: 64%;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	}
	.activity_time{
		margin-top: 10px;
	}
	.turn_page {
	    margin-top: 8px;
	    height: 40px;
	    background-color: #FFF;
	}
	.turn_page_left {
	    float: left;
	    width: 36%;
	    height: 40px;
	}
	.last_page {
	    background-color: #777;
	    float: right;
	    height: 26px;
	    width: 26px;
	    text-align: center;
	    display: table;
	    margin-top: 7px;
	}
	.to_first {
	    background-color: #777;
	    text-align: center;
	    width: 26px;
	    float: right;
	    height: 26px;
	    display: table;
	    margin-top: 7px;
	    margin-right: 30px;
	}
	.turn_page_center {
	    float: left;
	    width: 28%;
	    height: 40px;
	    line-height: 40px;
	    text-align: center;
	    font-size: 12px;
	}
	.turn_page_center input {
	    height: 30px;
	    width: 45px;
	    margin-top: 4px;
	    margin-bottom: 4px;
	    text-align: center;
	    border: 1px solid #DFDFDF;
	}
	.turn_page_right {
	    float: right;
	    width: 36%;
	    height: 40px;
	}
	.next_page {
	    background-color: #777;
	    display: table;
	    height: 26px;
	    width: 26px;
	    float: left;
	    text-align: center;
	    margin-top: 7px;
	}
	.to_last {
	    background-color: #777;
	    text-align: center;
	    display: table;
	    float: left;
	    height: 26px;
	    width: 26px;
	    margin-top: 7px;
	    margin-left: 30px;
	}
	.turn_page img{
		height:16px
	}
	.hot_events {
	    margin: 20px auto;
	    margin-bottom:0px;
	}
	.hot_events_title {
	    font-size: 18px;
	}
	.hot_events_title img{
		height:30px;
	}
	.hot_activity {
	    width: 150px;
	}
	.hot_activity_img {
	    width: 150px;
	}
	.hot_activity_img img {
	    width: 150px;
	}
	.hot_activity_name {
	    font-size: 16px;
	    line-height: 30px;
	    height: 30px;
	    padding-bottom: 0px;
	}
	.hot_activity_adress,.hot_activity_cost{
		font-size:14px;
	}
	.cost_num {
	    font-size: 16px;
	}
	.hot_activities {
	    padding-right: 0;
	    padding-left: 0;
	}
	.circle {
	    height: 10px;
	    width: 10px;
	    border: 3px solid #ececec;
	    float: left;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	    border-radius: 50%;
	    margin-right: 4px;
	    margin-left: 4px;
	    margin-top: 0px;
	}
	.right_activity:hover {
		border-top-color: #f89230;
		border-right-color: #f89230;
		border-bottom-color: #f89230;
		border-left-color: #f89230;
		border-top-width: 1px;
		border-right-width: 4px;
		border-bottom-width: 1px;
		border-left-width: 4px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		width: 98%;
	}
	.enter_btn {
	    position: absolute;
	    top: 100px;
	    right: 5px;
	    height: 25px;
	    width: 87px;
	    line-height: 25px;
	    color: #ff521a;
	    font-size: 15px;
	    display: table;
	    text-align: center;
	    border: 2px solid #f8c993;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	    border-radius: 6px;
	    display: none!important;
	}
	.activity_name {
		width:43%;
	}
	.child_page_left {width:100%;}


} */