@charset "utf-8";

/*loading*/
@import url("loader.css");

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{
	margin: 0;
	padding: 0;
}

img,body,html {
	border: 0;
	font-family: "宋体";
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

q:before,q:after {
	content: '';
}

textarea {
	resize: none;
	overflow-y: auto;
}

html {
	_overflow-y: scroll;
}

body {
	background-color: #ccc;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif, "宋体";
}

img {
	border: 0px;
	border-radius: 0px;
	visibility: visible ! important;
	/*height: auto ! important;
	max-width: 100% !important;
	width: auto ! important;*/
	box-sizing: border-box !important;
	word-wrap: break-word !important;
}
.hidden{
	margin: 0;
	padding: 0;
	display: none;
	overflow: hidden;
}
.page {
	margin: 0;
	padding: 10px 0;
	text-align: left;
	background-color: #ccc;
}

/**top loading**/
.swipeFresh{
	width: 100%;
	height: 56px;
	line-height: 40px;
	margin-top: 10px;
	text-align: center;
	margin-top:-56px;
}
.swipeFresh .loadimg {
	background-image: url("../images/logo.jpg");
	background-position: 0 center;
	background-repeat: no-repeat;
	background-size: 50px 50px;
	height: 56px;
	line-height: 56px;
	margin: 0 auto;
	width: 75px;
	padding-left: 50px;
}
.swipeFresh .loadingimg{
	background-image: url("../images/loading1.gif");
	background-position: 0 center;
	background-repeat: no-repeat;
	background-size: 50px 56px;
	padding-left: 50px;
} 

/**loading**/
.actionLoader {
	background-color: #fff;
	display: block;
	position: absolute;
	min-height: 75px;
	margin: 0 auto;
	width: 100%;
	padding-top: 60px;
}

/**无数据时样式**/
.notData {
	text-align: center;
	position: relative;
	margin-top: 50px;
	padding: 0 10px;
}

/**search**/
.search {
	height: 30px;
	margin: 0px 10px 0px 10px;
	clear: both;
	height: auto;
	color:orange
}

/**2016-04-26新增**/
.search .s-bg{
    margin-top: 10px;
    border: 1px solid #ccc;
    height: 32px;
    line-height: 32px;
    border-radius: 5px;
    padding: 0 36px 0 0;
    position:relative;
}
.search .s-bg i{
	position:absolute;
	right:0;
	top:0;
    background-image: url("../images/icons-36-green.png");
    background-position:-1017px center;
    background-repeat: no-repeat;
    background-size: auto 30px;
    display:inline-block;
    width:30px;
    height:30px;
    text-indent:-999em;
}
.search .s-bg input{
	height:30px;
	border:none;
	width:100%;
    border-bottom-left-radius:5px;
    border-top-left-radius:5px;
    font-size:1.2em;
    padding-left:4px;
}
/**2016-04-26新增 end**/

.search span {
	display: inline-block;
	min-width: 20px;
	background-color: #fff;
	border-radius: 5px;
	height: 18px;
	line-height: 18px;
	border: 1px solid #eee;
	margin-right: 10px;
	color: #888;
	margin-top: 10px;
	padding:6px 8px 4px 8px;
}
.search span.iphone{
	padding:4px 8px;
}
.search span.type{
	width: 20px;
	padding: 0;
	margin: 0;
	text-indent: -999em;
	background-image: url("../images/activityType.png");
	background-repeat: no-repeat;
	background-position: -20px;
	background-size: 60px 20px;
	border: 0;
	background-color: rgba(0,0,0,0);
	float: right;
	margin:15px 10px 0 0;
}
.search span.setting{
	background-position: 0;
}
.search span.up{
	background-position: -40px;
}

.search span:last-child {
	margin-bottom: 0px;
}

.search span.hover {
	background-color: #04BE02;
	color: #fff;
	font-weight: bold;
}

/**活动列表主要样式**/
.actionPanel {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 10px;
	margin-top: 10px;
	background-color: #fff;
	position: relative;
	height: auto !important;
	height: 130px;
	min-height: 130px;
	clear: both;
}

.actionPanel .top{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
	background-image: url(../images/top.png);
	background-size: 50px auto;
	background-repeat: no-repeat;
	background-position: top right;
	margin-top:-3px;
	z-index:7;
}

.actionPanel .title {
	text-align: left;
	padding: 0 0 8px 0;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	line-height: 1.5;
}

.actionPanel .pic {
	width: 80px;
	height: 100px;
	overflow: hidden;
	float: left;
}

/****活动右边样式****/
.actionPanel .attribute {
	height: 100px;
	float: left;
	padding-left: 10px;
	width: 90%; /*写给不支持calc()的浏览器*/
	width: -moz-calc(100% -     90px);
	width: -webkit-calc(100% -     90px);
	width: calc(100% -     90px);
	display: none;
}

.actionPanel .attribute p {
	line-height: 20px;
	clear: both;
	overflow: hidden;
	height: 20px;
}

.actionPanel .attribute p.icon {
	height: 26px;
	line-height: 26px;
}

.actionPanel .attribute p span:first-child {
	display: inline-block;
	width: 40px;
	overflow: hidden;
}
.actionPanel .attribute p.icon span:first-child{
	width: 30%;
}
.actionPanel .attribute p.icon span {
	display: inline-block;
	width: 23%;
	overflow: hidden;
	float: left;
	height: 26px;
	line-height: 26px;
}

.actionPanel .attribute p:not(.icon) span:nth-child(2n+2){
	width: 90%; /*写给不支持calc()的浏览器*/
	width: -moz-calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	width: calc(100% - 50px);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display:inline-block;
}

/**报名按钮**/
.actionPanel .attribute p .btnNormal {
	width: 100%;
	border-radius: 5px;
	color: #ffffff;
	display: inline-block;
	height: 24px;
	line-height: 22px;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
	text-align: center;
	text-decoration: none;
	background-color: #04BE02;
	border: 0px none;
	outline: 0px none;
	font-weight: bold;
	box-sizing: border-box;
	font-size: 12px;
}

.actionPanel .attribute p i {
	text-indent: -999em;
	display: inline-block;
	width: 12px;
	height: 26px;
	background-image: url("../images/unlike.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px 12px;
	margin-left: 10px;
}

.actionPanel .attribute p i.good {
	background-image: url("../images/unlike.png");
	background-position: 0 7px;
}

.actionPanel .attribute p i.interst {
	background-image: url("../images/uninter.png");
	background-position: 0 8px;
}

.actionPanel .attribute p i.share {
	background-image: url("../images/share.jpg");
	background-position: 0 7px;
}
/**报名 、评论、赞、转发**/
.interactive{
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	background-color: #fff;
	line-height: 30px;
	box-shadow: 1px 1px 1px #f3f3f3;
}
.interactive span{
	display: inline-block;
	width: 25%;
	text-align: center;
	float: left;
	color: #808080;
	font-size: 12px;
}
.interactive span.discuss a{
	display:inline-block;
	width: 100%;
	height: 30;
	text-decoration:none;
	color: #808080;
	font-size: 12px;
}
.interactive span.join{
	background-image: url("../images/line.png");
	background-repeat: no-repeat;
	background-position:right;
	background-size:1px;
}
.interactive span.good i{
	background-image: url("../images/unlike.png");
	background-position: center left;
	background-repeat: no-repeat;
	background-size:12px;
	text-indent: -999em;
	display:inline-block;
	width: 18px;
	height: 30px;
}
.interactive span.good i.like{
	background-image: url("../images/like.png");
}
.interactive span.share i{
	background-image: url("../images/share.png");
	background-position: center left;
	background-repeat: no-repeat;
	background-size:12px;
	text-indent: -999em;
	display:inline-block;
	width: 18px;
	height: 30px;
}
.interactive span em{
	line-height: 30px;
	display:inline-block;
	color: #808080;
}
/**报名 、评论、赞、转发 end **/

/***底部菜单样式***/
.leftMenu {
	width: 51px;
	position: absolute;
	display: none;
	margin-top: -123px;
	background-color: #fff;
}

.leftMenu li {
	height: 30px;
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	text-align: center;
	padding-top: 10px;
}

.leftMenu li i {
	background-image: url("../images/icon.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	text-indent: -999em;
	display: inline-block;
}

.leftMenu li.back i {
	background: rgba(0, 0, 0, 0) url("../images/icon.png") no-repeat scroll
		-110px -360px/ 666px 666px;
}

.action_foot {
	position: fixed;
	z-index: 2;
	height: 40px;
	background-color: #fff;
	width: 100%;
	bottom: 0;
	left: 0;
	border-top: 1px solid #ebebeb;
	padding: 0;
}

.action_foot .leftCnt {
	float: left;
	overflow: hidden;
	width: 40px;
	border-right: 1px solid #ebebeb;
	padding-left: 10px;
}

.leftCnt .leftIcn {
	background: url(../images/icon-prev.png) no-repeat scroll 5px center/
		18px 18px rgba(0, 0, 0, 0);
	border-radius: 5px;
	color: #fff;
	float: left;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	width: 40px;
	/*width: 50px;
	height: 40px;
	text-align: center;*/
}
.leftCnt .leftIcn i{
	background-image: url("../images/icon.png");
	background-position: -124px -70px;
	background-repeat: no-repeat;
	display: inline-block;
	height: 20px;
	text-indent: -999em;
	width: 20px;
	margin-top: 10px;
}

.action_foot .rightCnt {
	float: right;
	padding-left: 10px;
	height: 40px;
	border-left: 1px solid #ebebeb;
}

.rightCnt .rightIcn {
	background: url(../images/icon-menu.png) no-repeat scroll 5px center/
		18px 18px rgba(0, 0, 0, 0);
	border-radius: 5px;
	color: #fff;
	float: left;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	width: 40px;
}

.action_foot .midCnt {
	height: 40px;
	width: auto;
	margin: 0 50px;
}

.midCnt .fbhd {
	background: url(../images/icon-fqhd.png) no-repeat scroll 5px center/
		18px 18px rgba(0, 0, 0, 0);
	border-radius: 5px;
	color: #2489ce;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	padding: 0 5px 0 28px;
	text-decoration: none;
	width: 72px;
}

.midCnt .bmhd {
	border-radius: 5px;
	color: #2489ce;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	text-decoration: none;
	width: auto;
	text-align: center;
}

.menuCnt {
	padding: 0;
	margin: 0;
	width: 95px;
	padding: 0 0 8px;
	display: none;
	position: fixed;
	right: 10px;
	bottom: 45px;
}

#menuCnt>ul {
	border: 1px solid #CCCCCC;
	border-radius: 8px;
}

ul,ul li,li {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	/*text-align: left;*/
}

.menuCnt ul li {
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	height: 35px;
	line-height: 35px;
	font-size: 13px;
	padding-left: 8px;
}

.menuCnt ul li .ui-link,.menuCnt ul li .ui-link:active,.menuCnt ul li .ui-link:hover,.menuCnt ul li .ui-link:visited
	{
	color: #000000;
	font-weight: 100;
	text-decoration: none;
}

#menuCnt ul li:first-child {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.menuCnt ul li:last-child {
	border-bottom: 0;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

#menuCnt img {
	height: 16px;
	margin-bottom: 8px;
	width: 16px;
	padding-right: 3px;
}

.ui-body-c .ui-link:hover {
	color: none;
}
/***end***/
