/*清楚默认边距*/
html,body,p,h1,h2,h3,h4,h5,h6,table,tr,td,input,button,textarea,ul,ol,li,dl,dt,dd,div,img,form,fieldset,legend,p,iframe{padding:0;margin:0;}
/*去除外边线（针对谷歌浏览器）*/
input,button,select,textarea{outline:none}
/*h5标签块显示*/
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
/*表格默认样式清除*/
table{border-collapse:collapse;border-spacing:0}
/*h标签去除加粗*/
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%}
/*textarea禁止缩放*/
textarea{resize:none}
/*去除默认边框*/
img,input,button{border:none;}
/*去除苹果手机默认按钮样式*/
input,button{
	-webkit-appearance: none;
}
/*去除无需列表默认样式*/
li{list-style:none;}

img{
	vertical-align: top;
    /*max-width: 100%;*/
    /*width: 100%;*/
    /*height: auto;*/
	/*下为禁止苹果用户保存/复制图片*/
	/*-webkit-touch-callout:none;*/
}
body a{
	outline:none;
	blr:expression(this.onFocus=this.blur());
	-webkit-tap-highlight-color:rgba(0,0,0,0);}
html{
	/* 禁止iphone文字缩放 */
	-webkit-text-size-adjust: none;
	font-size:62.5%;}
body{
	font-size:1.2rem;
	font-family: "Heiti SC","Droid Sans","Helvetica Neue","Microsoft YaHei",Helvetica,Arial,sans-serif;}
body,html{
	height:100%;
	width:100%;
	}
.w100{width:100%;}
.h100{height:100%;}
.abso{position: absolute;}
.zhezhao{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(10,10,10,0.7);
    z-index: 1000;
}

