html, body {
	margin: 0;
	padding: 0;
}
.pagebox {
	position: relative;
	width: 1186px;
	margin: 0px auto;
}
body {
	overflow-x: hidden;
}
.p_page .pre {
	/*background-color: #fff!important;*/
	    background-color: rgba(182, 144, 69, 1)!important;

}
.p_page .next {
	background-color: rgba(182, 144, 69, 1)!important;
}
.p_page .pageNum {
	background-color: #fff!important;
}
.p_page .pageNum:hover {
	background-color: rgba(182, 144, 69, 1)!important;
	color: rgba(255, 255, 255, 1)!important;
}
.p_page .pageNum.active {
	background-color: rgba(182, 144, 69, 1)!important;
	color: rgba(255, 255, 255, 1)!important;
}
.p_page .pre:hover {
	background-color: rgba(182, 144, 69, 1)!important;
	color: rgba(255, 255, 255, 1)!important;
}
.resetHtmlCssStyle div, .resetHtmlCssStyle p {
	line-height: 36px;
}
.resetHtmlCssStyle div {
	margin: 0;
	padding: 0;
	line-height: 36px;
	font-size: 14px;
}
#canvas {
	float: right;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 5px;
	cursor: pointer;
}
.left{float: left}
