@charset "utf-8";
body {
	font-size: 16px;
	font-family: "Source Han Sans CN",Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#header {
	font-size: 48px;
	font-weight:bold;
	text-align: center;
	margin-top: 70px;
	margin-bottom: 30px;
	color: #039;
}

#header2 {
	height: 80px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #06F;
}

#sitename{
	line-height: 80px;
	font-size: 48px;
	font-weight: bold;
	color: #039;
	float: left;
}

#headmenu {
	float: right;
	margin-top: 50px;
	margin-right:20px;
	line-height: 30px;
	font-size:18px;
}

.content_list{
	clear:both;
	width:900px;
	margin:auto;
	margin-top:30px;
}

#nav{
	width:600px;
	height:30px;
	margin:auto;
	margin-top:30px;
	text-align:center;
}

.output_panel{
	width:600px;
	margin:auto;
	margin-top:10px;
	visibility:hidden;
}

#footer
{
	margin-top:20px;
	text-align:center;
}

#input_url
{
	height: 28px;
	width: 500px;
	font-size: 18px;
	color: #639;
	background-color: #FAF2FB;
	padding-left:2px;
}

#output_url
{
	height:28px;
	width:220px;
	font-size:17px;
	font-weight:bold;
	color:#C00;
	background-color:#EFFBFC;
	padding-left:2px;
}

#output_qr
{
	height:28px;
	width:220px;
	font-size:17px;
	font-weight:bold;
	color:#03F;
	background-color:#EFFBFC;
	padding-left:2px;
}

#submitbtn
{
	height:30px;
	width:85px;
	font-weight:bold;
	font-size: 18px;
	color:#930;
}
