body { font-family: "Microsoft YaHei","Helvetica Neue", Helvetica, Arial, sans-serif; color: #666666; font-size: 12px; }
.left{ float: left !important; }
.right{ float: right !important; }
.clearboth{ clear: both; }
.dis_none{ display:none !important; }
.dis_block{ display:block; }
a{ color: #666666; text-decoration: none; }
a:hover{ color: #ff6600; text-decoration: none; }
a:focus{ color: #ff6600; text-decoration: none; outline: none; }
.line{
	width:2px;
	height:16px;
	background-color: #7a7a7a;
	display: inline-block;
}
main{
	margin-top:20px;
}
.meetInfo{
	background-color: #fff;
	padding:30px 0;
	height:360px;
}
.meetInfo .frontCover img{
	width:100%;
	max-height:300px;
}
.meetInfo .meetingMessage{
	padding-left:30px;
	height:300px;
}
.meetInfo .meetingMessage h2{
	color:#333;
	margin-top:0;
	font-size: 24px;
}
.meetInfo .meetingMessage p{
	padding-left:26px;
	line-height: 30px;
	margin:0;
	position:relative;
	font-size: 14px;
	color:#333;
}
.meetInfo .meetingMessage p.icon:before{
	background-image: url(/images/meeting/meeting-icon.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:14px;
	height:14px;
	display: inline-block;
	content:"";
	position: absolute;
	left:0;
	top:8px;
}
.meetInfo .meetingMessage p.meetAddress:before{
	background-position: -19px 0;
	width:12px;
	height:16px;
}
.meetInfo .meetingMessage p.meetNumber:before{
	background-position: -36px 0;
	width:12px;
	height:14px;
}
.meetInfo .meetingMessage p.meetNumber span{
	display: inline-block;
	margin-right:18px;
}
.meetInfo .meetingMessage p.meetNumber .line{
	position:relative;
	top:3px;
}
.meetInfo .meetingMessage p.meetNumber .ticketFee{
	/*color:#3089f7;*/
	margin-left:18px;
}
.meetInfo .meetingMessage p.organizers span{
	display: inline-block;
	margin-right:18px;
}
.meetInfo .meetingMessage p.organizers .line{
	position:relative;
	top:3px;
}
.meetInfo .meetingMessage p.organizers .tel{
	margin-left:18px;
}
.meetInfo .meetingMessage .meetTag{
	margin-top:10px;
}
.meetInfo .meetingMessage .meetTag li{
	float: left;
	border:1px dashed #e5e5e5;
	padding:8px 20px;
	margin-right:10px;
}
.meetInfo .meetingMessage .meetMegBot{
	position:absolute;
	bottom:0;
	height:44px;
	line-height: 44px;
}
.meetInfo .meetingMessage .meetMegBot p{
	display:inline-block;
	padding-left:35px;
    position: relative;
    top: -5px;
}
.meetInfo .meetingMessage .meetMegBot p span{
	color:#ff9900;
}
.meetInfo .meetingMessage .meetMegBot p.share{
	float: right;
    margin-top: 10px;
    position:relative;
}
.meetInfo .meetingMessage .meetMegBot p.share:hover .wechatCode{
	display: block;
}
.meetInfo .meetingMessage .meetMegBot p.share img{
	cursor: pointer;
}
.meetInfo .meetingMessage .meetMegBot p.share .wechatCode{
	position:absolute;
	width:100px;
	height:100px;
	right:-40px;
	top:-120px;
	background-color: #fff;
	box-shadow: 0px 5px 10px rgba(153,153,153,.5);
	display: none;
}
.meetInfo .meetingMessage .meetMegBot p.share .wechatCode img{
	width: 100%;
	height:100%;
}
.meetInfo .meetingMessage .meetMegBot p.share:before{
	content:"";
	width:20px;
	height:12px;
	background:url(/images/meeting/new.png) no-repeat;
	position:absolute;
	right:0;
	top:-7px;
}
/* 活动内容 */
.meetContent .container{
	background-color: #fff;
	padding-top:45px;
	margin-top:16px;
	margin-bottom:110px;
}
.meetContent .container h2{
	padding-bottom:30px;
	text-align: center;
	color:#333333;
	font-size: 24px;
	margin:0;
}
.meetContent .container .meetDetail{
	padding:0 70px 30px 70px;
	text-align: center;
}
.meetContent .container .meetDetail img{
	max-width: 100%;
}
.meetContent .container .meetDetail p{
	line-height: 24px;
	font-size: 14px;
	color:#666666;
}
.meetContent .container .status{
	border-top:7px solid #f2f2f2;
	padding:0 70px;
	text-align:center;
	height:95px;
	line-height: 95px;
}
.meetContent .container .status p{
	color:#000;
	font-size: 18px;
}
.meetContent .container .status p span{
	color:#3089f7;
}
.meetContent .container .review{
	text-align: center;
	border-top:7px solid #f2f2f2;
}
.meetContent .container .review .reviewImg {
	padding-top:50px;
}
.meetContent .container .review .reviewImg img{
	width:493px;
	height:287px;
	margin-right:10px;
	margin-bottom: 10px;
}
.meetContent .container .review .praise{
	position: relative;
	height:300px;
	line-height: 300px;
}
.meetContent .container .review .praise #dianzan{
	cursor: pointer;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}
.meetContent .container .review .praise .dianzanNum{
    position: absolute;
    color: #878d9a;
    font-size: 14px;
    height: 20px;
    width: 70px;
    text-align: center;
    top: 163px;
    left: 50%;
    margin-left: -35px;
    z-index: 10000;
	cursor: pointer;
    line-height: 20px;
}
.meetContent .container .review .other{
	width:100%;
	height:226px;
	background: url(/images/meeting/meet-bg.png) no-repeat;
	color:#fff;
	border-top:7px solid #f2f2f2;
}
.meetContent .container .review .other p{
	margin-top:67px;
	font-size: 24px;
}
.meetContent .container .review .other p span{
	color:#252525;
}

/* 报名弹窗 */
.pop-ups{
	width:100%;
	height:100%;
	position:fixed;
	background: rgba(206,206,206,.6);
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:10;
}
.pop-ups .popBody{
	background-color: #fff;
	margin:0 auto;
	position:absolute;
	padding:30px 50px;
	max-height:90%;
	overflow: auto;
}
.pop-ups .popBody h2{
	text-align: center;
	color:#333;
	font-size: 30px;
}
.pop-ups .popBody p{
	margin-bottom:15px;
}
.pop-ups .popBody label{
	display: block;
	margin-bottom:10px;
	font-size: 14px;
	color:#666;
	padding-left:17px;
}
.pop-ups .popBody input{
	width:364px;
	height:40px;
	line-height: 40px;
	border:1px solid #eeeeee;
	border-radius:20px;
	padding:0 17px;
}
.pop-ups .popBody input:focus{
	outline: none;
	border:1px solid #e25822;
}
.pop-ups .popBody .code{
	position:relative;
}
.pop-ups .popBody .imgCode input{
	width:70%;
}
.pop-ups .popBody .mobileCode input{
	padding-right:110px;
}
.pop-ups .popBody .set-pic-code{
	width:26%;
	height:40px;
	display: inline-block;
	position:absolute;
	right:0;
	bottom:0;
	border: 1px solid #eeeeee;
}
.pop-ups .popBody .set-mobile-code{
	width:90px;
	height:20px;
	display: inline-block;
	position:absolute;
	right:0;
	bottom:10px;
	color:#4fd37e;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	border-left:1px solid #e6e6e6;
}
.pop-ups .popBody .set-mobile-code.disabled{
	color:#999999;
	cursor: default;
}
.pop-ups .popBody .set-pic-code img{
	width:100%;
	height:100%;
}
.pop-ups .popBody .mobileCode{
	margin-bottom:30px;
}
.pop-ups .popBody .submit{
	margin-top:10px;
	border:0
}
.pop-ups .popBody .submit:focus{
	border:0;
}
.pop-ups .popBody .form_error_box{
	color:#e25822;
	text-align: center;
	margin-bottom:0;
	height:20px;
}
.pop-ups .popBody .cancelSubmit{
	text-align: center;
	text-decoration: underline;
}
.pop-ups.applyFromSuccess .popBody{
	text-align: center;
	overflow: visible;
}
.pop-ups.applyFromSuccess .popBody h2{
	font-size: 15px;
	color:#333;
	font-weight: bold;
	margin-top:50px;
}
.pop-ups.applyFromSuccess .popBody p{
	font-size: 14px;
	color:#666;
	width:100%;
}
.pop-ups.applyFromSuccess .popBody .applyBtn{
	text-decoration: none;
	margin-top:10px;
	cursor: pointer;
}
.pop-ups.applyFromSuccess .popBody .successIcon{
	position:absolute;
	width:80px;
	height:80px;
	background-color: #4ed27e;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	left:50%;
	margin-left:-40px;
	top:-40px;
}
.pop-ups.applyFromSuccess .popBody .successIcon img{
	width:41px;
	height:27px;
}


@media (max-width: 992px){
	html{
		width:100%;
		height:100%;
		font-size: calc(100vw/3.75);
	}
	body{
		width:100%;
		height:100%;
		min-width:0;
	}
	.container {
	    width:100%;
	    max-width:100%;
	}
	main{
		margin-top:0.1rem;
	}
	.frontCover,.meetingMessage{
		width:100%;
	}
	.meetInfo .frontCover img{
		width:100%;
		height:auto;
		max-height: 2.4rem;
	}
	.meetInfo{
		height:auto;
		padding: 0.1rem;
	}
	.meetInfo .meetingMessage{
		padding-left:0 !important;
	    text-align: center;
	    margin-top:0.2rem;
	    height:auto;
	}
	.meetInfo .meetingMessage h2{
		font-size: 0.16rem;
		font-weight: bold;
	}
	.meetInfo .meetingMessage p{
		padding-left:0 !important;
		font-size: 0.13rem;
		color:#666666;
	}
	.meetInfo .meetingMessage p.icon:before{
		display: none;
	}
	.meetInfo .meetingMessage p.meetNumber{
		margin-top:0.2rem;
	}
	.meetInfo .meetingMessage p.meetNumber span{
		padding:0 0.1rem;
		color:#333;
	}
	.meetInfo .meetingMessage p.meetNumber span i{
		font-style: normal;
	}
	.meetInfo .meetingMessage p.meetNumber img{
		width:0.145rem;
		height:0.145rem;
		margin-right:0.05rem;
		margin-top: -0.02rem;
	}
	.meetInfo .meetingMessage p.organizers span{
		display: block;
		font-size: 0.11rem;
		line-height: 0.22rem;
		margin:0;
	}
	.meetInfo .meetingMessage p.organizers .tel{
		margin:0;
	}
	.applyBtn{
		width:100%;
		height:0.44rem;
		line-height: 0.44rem;
		font-size: 0.15rem;
	}
	.meetInfo .meetingMessage .meetMegBot{
		position: static;
		text-align: center;
		width:100%;
		margin-top:0.2rem;
		margin-bottom:0.2rem;
	}
	.meetContent{
		padding:0.2rem 0.1rem;
		margin-top:0.1rem;
		background-color: #fff;
	}
	.meetContent .container{
		padding:0;
		margin:0;
	}
	.meetContent .container .row{
		margin:0;
	}
	.meetContent .container .meetDetail{
		padding:0;
		padding-bottom:0.2rem;
		word-break:break-all;
		word-wrap:break-word;
	}
	.meetContent .container .meetDetail img{
		max-width: 100%;
	}
	.meetContent .container .meetDetail p{
		font-size: 0.12rem;
		line-height: 0.24rem;
	}
	.meetContent .container .status{
		margin:0 -0.1rem;
		padding:0 0.1rem;
		border-top: 0.1rem solid #f2f2f2;
	}
	.pop-ups .popBody{
		padding:0.1rem 0.1rem 0.2rem 0.1rem;
		width:95%;
	}
	.pop-ups .popBody input{
		width:100%;
		height:0.4rem;
		line-height: 0.4rem;
	}
	.pop-ups .popBody h2{
		font-size: 0.15rem;
		margin-bottom:0.2rem;
		font-weight: bold;
	}
	.pop-ups .popBody p{
		margin-bottom:0.15rem;
	}
	.pop-ups .popBody .set-pic-code{
		height:0.4rem;
	}
}