@charset "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Microsoft YaHei';
	min-width: 1200px;
	background: #ebebeb;
}

a {
	text-decoration: none;
	margin: 0;
	font-family: 'Microsoft YaHei';
}

#first {
	text-align: center;
	padding: 20px 30px 20px 30px;
	font-size: 18px;
	color: #666666;
	font-family: 'Microsoft YaHei';
}
#body p {
	font-family: Microsoft YaHei ;
    font-size: 16px ;
    color: rgb(60,60,60);
	line-height:150%;
}
#body  span{
	font-family: Microsoft YaHei ;
    font-size: 16px ;
    color: rgb(60,60,60);
	line-height:150%;
}
#second {
	text-align: center;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 12px;
	color: #666666;
	font-family: 'Microsoft YaHei';
}

#body {
	padding-left: 30px;
	padding-right: 30px;
	word-wrap: break-word;
}

#body img {
	max-width: 100% !important;
	height:auto !important;
}

#body p {
	word-wrap: break-word;
	text-indent: 0 !important;
}

#backButton {
	width: 770px;
	height: 30px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-top: solid 1px #e5e5e5;
	position: absolute;
	bottom: 0;
}

#link {
	width: 10%;
	position: absolute;
	right: 0;
}

#link a {
	float: right;
	font-family: 'Microsoft YaHei';
	font-size: 15px;
	color: #666666;
	text-decoration: none;
}