#mag_area{
	width:646px;
	background-color:#e5e5e5;
	margin:0px;
	text-align:center;
	border:#ffffff 1px solid;
}
#mag_area .qrbox01,
#mag_area .qrbox02{
	width:600px;
	margin: 5px auto 30px auto;
	text-align:center;
	
}
#mag_area .qrbox01 .qrtitle{
	height: 30px;
	line-height:30px;
	margin:0px;
	text-align: center;
	font-size: 18px;
	font-weight:bold;
	color: #fff;
	background:#133b7f;

}
#mag_area .qrbox01 .qrtxt{

	margin:0px;
	text-align: center;
	font-size: 12px;
	font-weight:bold;
	line-height:1.4;
	color:#133b7f;

}
#mag_area .qrbox02 .qrtitle{
	height: 30px;
	margin:0px;
	text-align: center;
	font-size: 18px;
	font-weight:bold;
	line-height:30px;
	color: #fff;
	background:#888;
}
#mag_area .qrbox02 .qrtxt{
	color: #666;
	margin:0px;
	text-align: center;
	font-size: 12px;
	font-weight:bold;
	line-height:1.4;

}







.mag_box_name A:LINK,
.mag_box_name A:VISITED,
.mag_box_name A:ACTIVE {
	color: #ff33cc;
	text-decoration: none;
}
.mag_box_name A:HOVER {
	color: #666666;
	text-decoration: none;
}
#mag_event{
	margin:10px auto;
	width: 630px;
	padding: 0;
}
.mag_box_tit{
	width:620px;
	margin:4px;
	padding: 0;
	background-color: #ff33cc;
	height: 32px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 32px;
}
.mag_box_tit2{
	width:620px;
	margin:4px;
	padding: 0;
	background-color: #FFFFFF;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #FF3300;
	line-height: 20px;
}
.mag_box{
	width:200px;
	margin:4px;
	padding: 0;
	background-color: #ffddff;
	border:#ff33cc 1px dashed;
	float: left;
}
.mag_box_name{
	margin:3px 0px 0px 0px;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}
.mag_box_com{
	margin:3px auto 3px auto;
	padding: 3px;
	font-size: 12px;
	line-height: 16px;
	width: 185px;
	background-color: #ff33cc;
	height: 96px;
	text-align: left;
	color: #FFFFFF;
	overflow: hidden;
}

input{
	padding:10px;
	background-color: #ffffff;
	border: 1px solid #0099ff;
	color:#000000;
	font-size:14px;
}
input.tf{
	width:240px!important;
	margin:0 auto;
}

input.btn{
	margin-top:5px;
	padding:15px 30px;
	border-radius:8px;
}
input.btn:hover{
	background:#0099ff;
	color:#fff;
	cursor: pointer;
}