@charset "utf-8";
/* CSS Document */
*{
  margin:0;
  padding:0;
  font: normal 1em "微软雅黑";
}
body{
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
ol, ul{
  list-style:none;
}
a{
  text-decoration:none;
}
.scroll{
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.img img{
	display: block;
	width: 100%;
}
.ll{
  float: left;
}
.rr{
  float:right;
}
.clear{
  clear:both;
}
.mp0{
  margin: 0px;
  padding: 0px;
}
.m0{
  margin: 0px;
}
.p0{
  padding: 0px;
}
.hide{
  display: none;
}
.hd{
	display: none;
}
.img_load{
  text-align: center;
  padding-bottom: 10px;
}
#load_038{
  width: 30px;
}


#load_img{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    z-index: 9999;
    display: none;
}
#load_img img{
    width: 100%;
    height: 100%;
}