@charset "UTF-8";
/* CSS Document By ahweilai.com */
.wl-clear:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}
.wl-clear {
	zoom: 1
}
.wl-scroll-fix {
  width: 100%;
  position: fixed;
  padding-top: 25px;
  top: -100px;
  left: 0px;
  z-index: 9999;
  background-image: url("../images/body_bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
	transition: all .5s;
	-webkit-transform: translateY(100px);
}
