
.activitie-banner{
	text-align: center;
}
.activitie-banner img{
	display: block;
	margin: 0 auto;
}
.activities-detail{
	margin:0px auto 100px auto;
	position: relative;

	background-color: #fff;
	min-height: 1000px;
	box-sizing: border-box;
	padding:30px 40px;
}
.activities-detail .status_finish{
	position: absolute;
	left:30px;
	top:10px;
	width: 234px;
	height: 180px;

	background-image: url(../status_finish.png);
}
.activities-detail>.title{
	line-height: 40px;
	font-size: 28px;
	color:#000;
	text-align: center;
}
.activities-detail>.info{
	line-height: 50px;
	font-size: 14px;
	color:#656565;
	text-align: center;
}
.activities-detail>.info .time{
	
}
.activities-detail>.detail{
	padding-top:20px;	
	line-height: 200%;
}
.activities-detail>.detail *{
	color: #333;
	font-size: 14px;
}
.activities-detail>.detail img{
	max-width:820px;
}

.award-list{
	margin-top:80px;
}
.award-list>.title{
	line-height: 40px;
	font-size: 28px;
	color:#FF7333;
	font-weight: bold;
}

.award-list>ul{
	margin-top:30px;
}
.award-list>ul>li{
	margin-bottom:30px;
}
.award-list>ul>li>span{
	display: inline-block;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	vertical-align: top;
}
.award-list>ul>li>ul{
	display: inline-block;
	margin-left:20px;
	width:1000px;
}
.award-list>ul>li>ul>li{
	display: inline-block;
	width: 450px;
	margin-bottom:15px;
}
.award-list>ul>li>ul>li>.user{
	display: inline-block;
	color: #333;
	font-size: 16px;
	line-height: 40px;
	width:110px;
}
.award-list>ul>li>ul>li>.user>img{
	width:32px;
	height: 32px;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 10px;
}

.award-list>ul>li>ul>li>.wtitle{
	margin-left: 20px;
	color: #656565;
	font-size: 16px;
}
.award-list>ul>li>ul>li:nth-of-type(even){
	margin-left:80px;
}


.activities-detail .btn-join{
	display: block;
	width:240px;
	height:50px;
	line-height:50px;
	background-color: #FF7333;
	margin:50px auto;

	font-size: 20px;
	color:#fff;
	text-align: center;

}
.activities-detail .btn-join:hover{
	opacity: 0.8;
}

.join-dialog{
	position: fixed;
	z-index: 100;
	left:0;
	top:0;
	width:100%;
	height: 100%;
	background-color: rgba(0,0,0, 0.3);
	display: none;
}
.join-dialog>.dialog{
	position:absolute;
	left:50%;
	top:50%;
	width:640px;
	height:420px;
	margin-left:-320px;
	margin-top:-210px;
	background-color: #fff;
}
.join-dialog>.dialog>.info{
	height:290px;
}
.join-dialog>.dialog>.info .icon-tip{
	display: block;
	height:180px;

	background-image: url(../icon-tip.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 88px 88px;
}
.join-dialog>.dialog>.info>div{
	padding: 0 40px;
	font-size: 18px;
	color: #000000;
	line-height: 200%;
}
.join-dialog>.dialog>.btn-join-submit{
	display: block;
	width:240px;
	height:50px;
	line-height:50px;
	background-color: #FF7333;
	margin:20px auto;

	font-size: 20px;
	color:#fff;
	text-align: center;
}
.join-dialog>.dialog>.btn-join-submit:hover{
	opacity: 0.8;
}