@charset "utf-8";
/* CSS Document */

/* Body内布局 */
#htmlbody{
	display: flex;
	justify-content: center;
}

/* 总体显示区域 */
#wholediv{
	left: 0px;
	right: 0px;
	margin: auto;
	width: 1280px;
	height: 800px;
	background-color: white;
}

/* 网站备案文本 */
#onrecord{
	position: absolute;
	margin: 0%;
	padding: 0%;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-size: 100% 100%;
	line-height: 24px;
	left: 0%;
	top: 100%;
	width: 100%;
	height: 4%;
	font: 16px "微软雅黑";
	text-align: center;
	justify-content: center;
}

/* 上方操作按钮 */
#divarea1{
	left: 0%;
	top: 0%;
	width: 25%;
	height: 10%;
	text-align: left;
}
#divarea2{
	left: 25%;
	top: 0%;
	width: 25%;
	height: 10%;
	text-align: center;
}
#divarea3{
	left: 50%;
	top: 0%;
	width: 25%;
	height: 10%;
	text-align: center;
}
#divarea4{
	left: 75%;
	top: 0%;
	width: 25%;
	height: 10%;
	text-align: right;
}
/* 上方操作按钮中的图片 */
.divarea_buttons{
	left: 30%;
	top: 0%;
	width: 40%;
	height: 60%;
}

/* 各个大区的共同属性 */
.divareas{
	position: absolute;
	margin: 0%;
	padding: 0%;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-size: 100% 100%;
	line-height: 24px;
	font: 24px "微软雅黑";
}

/* 各证书页 */
.divareamanual{
	position: absolute;
	margin: 0%;
	padding: 0%;
	width: 18%;
	height: 40%;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-size: 100% 100%;
	line-height: 24px;
	font: 24px "微软雅黑";
}
#divareaM01{
	left: 1.5%;
	top: 10%;
}
#divareaM02{
	left: 21%;
	top: 10%;
}
#divareaM03{
	left: 40.5%;
	top: 10%;
}
#divareaM04{
	left: 60%;
	top: 10%;
}
#divareaM05{
	left: 79.5%;
	top: 10%;
}
#divareaM06{
	left: 11.25%;
	top: 50%;
}
#divareaM07{
	left: 30.75%;
	top: 50%;
}
#divareaM08{
	left: 50.25%;
	top: 50%;
}
#divareaM09{
	left: 69.75%;
	top: 50%;
}
#divareaM11{
	left: 21%;
	top: 10%;
}
#divareaM12{
	left: 40.5%;
	top: 10%;
}
#divareaM13{
	left: 60%;
	top: 10%;
}
#divareaM14{
	left: 30.75%;
	top: 50%;
}
#divareaM15{
	left: 50.25%;
	top: 50%;
}
/* 上方操作按钮中的图片 */
.divarea_images{
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
}
