/*公用头部*/
/*延时加载遮罩*/
body{
	background: #fff;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background:rgb(249,249,249);
    background-size: 100%;
}
.hmzs-header{
	width: 100%;
	height: 1rem;
	margin: 0 auto;
}
