#header{
	z-index: 100;
}

#activity_content{
	width: 960px;
	margin-left: 120px;
	position: relative;
	z-index: 10;
	margin-bottom: 100px;
}

#activity_detail_top{
	margin: 0;
}
#activity_detail_top_img{
	margin: 0;
	padding: 0;
	border: 0;
	margin-top: 36px;
	margin-bottom: 36px;
	margin-left: 136px;
}


#activity_content .detail_head{

	
}

#activity_content .head_left{
	position: relative;
	float: left;
	margin-bottom: 65px;
}

#activity_content .head_left img{
	position: relative;
}

#activity_content .head_left .activity_title_name{
	position:absolute;
	display:block;
	color:white;
	font-size:52px;
	left:76px;
	top:130px;
	text-shadow: 5px 5px 5px #D5CECC;
}


#activity_content .head_right{
	float: right;
	width: 598px;
	height: 280px;
	background-color:#Fcfcfc;
	position: relative;
	letter-spacing: 2px;
}

#activity_content .head_right a{
	text-decoration: none;
	display: block;
	position: absolute;
	top: -5px;
	left: 480px;
	font-size: 14px;
	color: white;
	text-align: center;
	width: 115px;
	height: 34px;
	border-radius: 17px;
	background-color: red;
	line-height: 34px;
	font-weight: bold;
	letter-spacing: 2px;
}

#activity_content .head_right h3{
	margin-left: 26px;
	color: red;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

#activity_content .head_right p{
	margin-left: 26px;
	font-size: 10px;
	line-height:18px;
	font-weight: bold;
	width: 540px;
}

/*活动详情*/

/*活动详情标题*/
.detail_content_text .detail_content_text_head{
	height: 32px;
	margin-bottom: 40px;
	position: relative;
}
.detail_content_text .detail_content_text_head .left{
	top: 12px;
	position: absolute;
}
.detail_content_text .detail_content_text_head .line_left{
	display: inline-block;
	width: 364px;
	height: 1px;
	background-color: red;
	position: absolute;
	left: 7px;
	top: 15px;
}

.detail_content_text .detail_content_text_head p{
	font-size: 32px;
	line-height: 32px;
	height: 32px;
	color: red;
	font-weight: bold;
	margin-left: 403px;
}

.detail_content_text .detail_content_text_head .right{
	top: 12px;
	right: 0px;
	position: absolute;
}

.detail_content_text .detail_content_text_head .line_right{
	display: inline-block;
	width: 364px;
	height: 1px;
	background-color: red;
	position: absolute;
	right: 7px;
	top: 15px;
}


/*活动详情文字*/
.detail_content_text_content{
	
}
.detail_content_text_content h3{
	margin-left: 26px;
	color: red;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.detail_content_text_content p{
	margin-left: 26px;
	font-size: 13px;
	line-height:18px;
	width: 918px;
}

/*登录布局*/
#activity_view {
	position: fixed;
	z-index: 2200;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	display: none;
}

/*我要参加表单*/

#activity_view .activity_view_content{
	width:  530px;
	height: 440px;
	background: white;
	text-align: center;
	margin-left: 335px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 50%;
	position: absolute;
	left: -265px;
}
#activity_view .activity_view_content h3{
	color: red;
	padding: 0;
	margin: 0;
	font-size: 20px;
	margin-top: 20px;
	letter-spacing: 2px;
}

/*表单*/
.activity_form{
	border: none;
	width: 530px;
	position: relative;
	top: 20px;
}

.activity_form fieldset{
	margin-bottom: 24px;	
	border: none;
}

.activity_form label{
	width: 55px;
	height: 32px;
	font-weight: bold;
	color: black;
}

.activity_form input{
	width: 270px;
	height: 32px;
}
.activity_form input{
	text-indent: 10px;
}


.activity_form #submit_btn{
	width: 200px;
	height: 36px;
	border-radius: 13px;
	border: none;
	background-color: red;
	font-size: 16px;
	line-height: 36px;
	font-weight: bold;
	color: white;
	cursor: pointer;
}

.activity_form submit_btn:focus{
	outline: none;
	cursor: pointer;
}


