@charset 'utf-8';
*{
	padding: 0;
	margin:0;
}
img{
	border:0;
}
li{list-style: none;}
a{
	text-decoration: none;	
}
body{
 width: 100%;
 font-size: 12px;
 font-family: arial,'Times New Roman','微软雅黑';
 color: #333;
 background: #F5F5F5;
}
/*活动首页*/
.content{
	width:1000px;
	margin: 0 auto; 
	overflow: hidden;
	}
.event-top{
width: 100%;
overflow: hidden;
position: relative;}
.event-top-left{
	width: 200px;
	float: left;
	
	color:#fff; 
	font-size: 18px;

}
.event-top-left ul li{
	display: block;
	width: 100%;height: 72px;
	background: #00B386;
	line-height: 72px;
	cursor: pointer;
}
.event-top-left ul li img{
	vertical-align: middle;
	
}
.event-top-left ul li.on{
	display: block;
	width: 100%;height: 72px;
	background: #fff;
	color:#00B386;
}
.event-top-left ul li span{
	display: inline-block;
	width: 50px;
	height: 55px;
	line-height: 55px;
	background: url(../../images/event/icon_arrows.png) 90% 70% no-repeat;
		float: right;
}
.event-top-left ul li.on span{
	display: inline-block;
	width: 50px;
	height: 55px;
	line-height: 55px;
	background:  url(../../images/event/icon_arrows_sel.png) 90% 70%  no-repeat;
	float: right;
	color:#00B386;
}
/*.event-top-left ul li.li1{
	background: #00B386 url(../images/icon_activity_type_nor.png) 10% 50% no-repeat;
	
}
.event-top-left ul li.li2{
	background: #00B386 url(../images/icon_place_departure_nor.png) 10% 50% no-repeat;
	
}
.event-top-left ul li.li3{
	background: #00B386 url(../images/icon_activity_time_nor.png) 10% 50% no-repeat;
	
}
.event-top-left ul li.li4{
	background: #00B386 url(../images/icon_cost_nor.png) 10% 50% no-repeat;
	
}
.event-top-left ul li.li5{
	background: #00B386 url(../images/icon_post_activity.png) 10% 50% no-repeat;
	
}*/
.event-top-left ul li img{
	vertical-align: middle;
	margin:10px;
}

.list-show{
	
	
	width: 1000px;
	

	z-index:100;
	padding-bottom:20px;
	border-bottom:1px solid #ddd;
}
.list-show ul {
	margin-top:10px;
	font-size: 15px;
}
.list-show ul a {
	color: #333;
}
.list-show ul span.bg{
	display:inline-block;
	height:15px;
	border-left:4px solid #00b386;
	padding-left:10px;
}
.list-show ul li{
	color:#333;
	cursor: pointer;
	font-size:14px;
	display:inline-block;
	
}
.list-show ul li>a{
	color:#333;
	padding:5px 10px;
}
.list-show .time li{
	padding:5px 10px;
}
/* .list-show ul li.f-li{
	background:#ddd;
} */
.list-show ul li.on{
/* 	color:#00B386; */
	background:#ddd;
}
.list-show dl dd {	
	padding:5px 10px;
	display: inline-block;
	cursor: pointer;
}
.list-show dl dd.on{
	color:#00B386;
}
.list-show .more-city{

	width:350px;
	position:absolute;
	top:30px;
	left:-270px;
	background:#fff;
	display:none;
	padding: 10px;
	z-index:10;
}
.list-show .more-city dd{color:#333;}
.list-show dl .other{
	margin:5px;
 display: block;
 overflow: hidden;
}
.show_city{display: none;}
.more-c span{
	display:inline-block;
/* 	width:80px; */
	padding:0 5px;
	height:30px;
	background: #ddd ;
	line-height:30px;
}
.more-c span.active{
	background: #fff url(../../images/event/more.png) 75px 12px no-repeat;
}
a.confirm{
	width:50px;
	    padding: 5px 10px;
    background: #00B386;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-top: 0px;
    text-align: center;
}
.list-show dl .other li{
	display:inline-block;
	width:82px;
	height:30px;
	line-height:30px;
	border:1px solid #efefef;
	text-align:center;
	padding:0;
	float: left;
}
.list-show dl .other li.on{
	color:#fff;
	background:#00B386;
	border:1px solid #00B386;
}
.event-top-right{
	width: 1000px;
	/* float: left; */
}
.event-top-right .main_pic{
	width: 100%;
	height: 275px;
}
.event-top-right .main_pic img{
	width: 100%;
}
/*活动展示*/
.wrap_ul{
	margin-top:10px;
	overflow:hidden;
}
.event_show{
	width: 1000px;

}
.search_right{
	float:right;
	width:200px;
	height:30px;
	line-height: 30px;
	border:1px solid #ccc;
	margin-right:265px;
	margin-top:-40px;
	border-radius:3px;
	background: #fff;
}
.search_right input{
	border:0;
		background: 0;
		width:160px;
		height:30px;
	line-height: 30px;
	outline: none;
	padding-left:10px;
}
.search_right img{
	vertical-align: middle;
	cursor: pointer;

}
 ul.tab{
 	    font-size: 18px;
    width: 550px;
    height: 30px;
    line-height: 30px;
    float: left;
    padding-bottom: 10px;
}
ul.tab li{
display: inline-block;
cursor: pointer;
}
ul.tab li.on{
	color:#00B386;
}
.ceng{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	display:none;
	 filter: alpha(opacity=50);
    opacity: 0.5;
    z-index:2;
	
}
.city{display: none;}
.city .list-show{
	position:absolute;
	top:400px;
	left:600px;
}
.city .list-show .btn_close{
	float: right;
}
.cityName{
	display:inline-block;
	width:130px;
	float:right;
	margin-right: 250px;
	height:30px;
	line-height:30px;	
}
.cityName a{
	color:#666;
}
.cityName span{
	color:#00B386;
}
.event_left_wrap {
	width: 750px;
}
.event_list ul li{
	display: inline-block;
	width: 31.3%;
	color:#666666;
	background: #fff;
	overflow: hidden;
	box-sizing:border-box;
	float: left;
	margin-right:2%;
	margin-top: 10px;
	cursor:pointer;
}
.event_list ul li .img {
	position: relative;
}
.event_list ul li .img p{
	position: absolute;
	bottom:0;

	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #fff;
	/*background: rgba(0,0,0,.5) url(../../images/event/icon_sign.png) 8px 8px no-repeat;*/
	background: rgba(0,0,0,.5);
	text-indent: 2em;
}
.event_list ul li .img p img{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	bottom: -10px;
	right: 10px;
	border:2px solid #fff;
	background: #fff;
}
.event_list ul li .biaoqian{
	position: absolute;
	top: 0;
	right: 0;
	padding:0 10px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	text-align: center;
	border-radius: 0 0 0 8px;
}
/*.green{background: #00B386;}*/
.orange{background: #ED7C6C;}
 .grey{background: #ccc;}
.event_list ul li .img img{
	width: 100%;
	height: 175px;
    vertical-align: middle;
}
.event_name{
	width: 94%;
	line-height: 20px;
	font-size: 14px;
	color:#666666;
	font-weight: bold;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}
.event_name a{color:#666666;}
.event_time{
	
	display: block;
	width: 150px;
	height: 30px;
	line-height: 30px;
	background: #fff url(../../images/event/icon_time.png) 10px 10px no-repeat;
	text-indent: 2em;
	float: left;
}
.event_people{
	
	display: block;
	width: 70px;
	height: 30px;
	line-height: 30px;
	background: #fff url(../../images/event/icon_member.png) 10px 10px no-repeat;
	float: right;
	text-indent: 2em;
}
/*右边活动栏*/
.event_main_wrap {
 	position: relative;
	 min-height: 810px;
}
.event_right{
	position: absolute;
	top: 10px;
	right: 0;
	width: 250px;
}
.btn_orange{
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #F9963B url(../../images/event/i_flag.png) no-repeat 50px center;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    text-indent: 30px;
}

.page{
	margin-top:50px;
	width: 100%;
	
	line-height: 30px;
	text-align: center;
}
.page a{
	text-decoration: none;
	display: inline-block;
	padding: 0 15px;
	height: 30px;
	border:1px solid #ddd;
	color:#666;
	background: #fff;
}
.page span.current{
	text-decoration: none;
	display: inline-block;
	padding: 0 15px;
	height: 30px;
	border:1px solid #ddd;	
	background: #00B386;
	color:#fff;
}
/* 轮播图 */
.flexslider {  
    border: 0;   
}
.flex-direction-nav {
    display: none;
}
ol.flex-control-nav.flex-control-paging{
	z-index:1000;
}
.flex-control-paging li{
	vertical-align: middle;
}
.flex-control-paging li a{
  background: rgba(255,255,255,0.5);
  box-shadow: inset 0 0 3px rgba(0,0,0,0.1);
   width:8px;
  height:8px;
  
}
.flex-control-paging li a.flex-active{
  background: rgba(255,255,255,1);
  box-shadow: inset 0 0 3px rgba(0,0,0,0.1);
  width:11px;
  height:11px;
 
}
.songxian{color:#F99639;font-size: 16px;text-indent:0.5em;line-height: 40px;}
.songxian .user_name{
    color: #555;
    font-size: 12px;
    display: inline-block;
    max-width: 98px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    float: right;
    text-align: center;
    margin-right: 14px;
    min-width: 40px
}
.songxian img{width:50px;vertical-align: middle;}
/* 时间插件 */
input[name="datetime"]{
	width:100px;
	border:1px solid #ddd;
	/* height:30px;
	line-height: 30px; */
	padding-left:10px;
	outline:none;
}
.btn_green{
	width: 80px;
	padding:10px 20px;
	background: #00B386;
	color:#fff;
	display: inline-block;
	font-size: 18px;
	margin-top: 10px;
	text-align: center;
}
/* 分享回到顶部 start */
.totop {
	position: fixed;
	bottom: 100px;
	right:10px;
	z-index: 10;
}
.totop>div{
	position: relative;
}
.totop .gototop{
	display: block;
	width: 50px;
	height: 50px;
	background: #fff url(../../images/community/up02.png) 0 0 no-repeat;
	background-size: 50px 50px;
}
.totop .gotoshare{
	display: block;
	width: 50px;
	height: 50px;
	background: #fff url(../../images/community/share02.png) 0 0 no-repeat;
	background-size: 50px 50px;
}
.totop .erweima{
	display: block;
	width: 50px;
	height: 50px;
	background: #fff url(../../images/community/code02.png) 0 0 no-repeat;
	background-size: 50px 50px;
}
.totop .gototop:hover {
	background: #fff url(../../images/community/up.png) 0 0 no-repeat;
	background-size: 50px 50px;
}
.totop .gotoshare:hover {
	background: #fff url(../../images/community/share01.png) 0 0 no-repeat;
	background-size: 50px 50px;
}
.totop .erweima:hover {
	background: #fff url(../../images/community/code.png) 0 0 no-repeat;
	background-size: 50px 50px;
}
.totop .gotoshare ul{
	position: absolute;
	bottom: -1px;
	right: 50px;
	width: 202px;
	background: #fff;
	border: 1px solid #ddd;
	height: 50px;
	overflow: hidden;
	box-sizing: border-box;
	display: none
}
.totop .gotoshare:hover ul{
	display: block;
}

.totop .gotoshare ul li{
	display: inline-block;
	width:50px;
	height: 50px;
	float: left;
	cursor: pointer;
	}
.totop .gotoshare ul li.l1{
	background: url(../../images/community/qzone.png) 10px 10px no-repeat;
	background-size:30px 30px; 
}
.totop .gotoshare ul li.l2{
	background: url(../../images/community/weibo.png) 10px 10px no-repeat;
	background-size:30px 30px; 
}
.totop .gotoshare ul li.l3{
	background: url(../../images/community/wechat.png) 10px 10px no-repeat;
	background-size:30px 30px; 
}
.totop .gotoshare ul li.l4{
	background: url(../../images/community/qq.png) 10px 10px no-repeat;
	background-size:30px 30px; 
}
.totop .erweima .erwei{
		position: absolute;
		bottom: -1px;
		right: 50px;
		width: 344px;
		background: #fff url("../../images/community/code03.jpg?v=1") 0 0 no-repeat;
		display:none;
		height: 150px;
		overflow: hidden;
		box-sizing: border-box;
		background-size: 344px 150px;
}
.totop .erweima:hover .erwei{
	display: block;
}
/* 分享回到顶部 end */