/*margin的样式初始化*/
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dd{
	margin:0;
}
/* 隐藏底部滚动条 */
html { overflow-x: hidden; overflow-y: auto; }
html{
    color: #ffffff;

}
/*padding的样式初始化*/
ul,ol {
	padding:0;
}

/*列表的样式初始化*/
ul,ol,li {
	list-style:none;
}

/*font-style的样式初始化*/

/*下划线的样式初始化*/
a {
	text-decoration: none;
}
/*BFC的方法*/
.clear:after{
	content: "";display: block;clear: both;
}

  html, body {
	height: 100%;
	width: 100%;
  }
/*背景的线条动态  */
 #area-render{
	  width: 100%;
	  height: 100%;
	position: fixed;
	left: 32px;
	top: 32px;
  }

