﻿*{
	margin: 0; padding: 0;
	font-family: "微软雅黑","Helvetica Neue", Helvetica, sans-serif, "microsoft yahei";
	/*-webkit-box-sizing: border-box;
	      	box-sizing: border-box;*/
	/*-webkit-user-select: none;*/
	-webkit-tap-highlight-color: transparent;
	outline: none;
	box-sizing: border-box;
}

ul,ol{
	list-style: none;
}
img{
	border: none;
	display: inline-block;
}
a{
	text-decoration: none;
}
button, input {
    /*appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;*/
    border: 0;
    -webkit-user-select: auto;
}
html,body,header,section,footer,div,ul,ol,li,img,a,span,em,del,legend,center,strong,var,fieldset,form,label,dl,dt,dd,cite,input,hr,time,mark,code,figcaption,figure,textarea,h1,h2,h3,h4,h5,h6,p{
    margin:0;
    border:0;
    padding:0;
    font-style:normal;
}
select{
	appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
}


/*浮动与清浮*/
.h-fl{float: left;}
.h-fr{float: right;}
.h-cb{clear: both;}
.h-cba:after{content: ''; display: block; clear: both;}

/*字号*/
.h-f12{font-size: 12px;}
.h-f14{font-size: 14px;}
.h-f16{font-size: 16px;}
.h-f18{font-size: 18px;}
.h-f20{font-size: 20px;}

/*居中*/
.h-center{margin: 0 auto;}
.h-v-center{vertical-align: middle;}
.h-txt-center{text-align: center;}

/*宽度*/
.h-w100{width: 100%;}
.h-w80{width: 80%;}
.h-w60{width: 60%;}
.h-w50{width: 50%;}
.h-w40{width: 40%;}
.h-w20{width: 20%;}

/*定位*/
.h-pos-r{position: relative;}
.h-pos-a{position: absolute;}
.h-pos-f{position: fixed;}

/*属性*/
.h-db{display: block;}
.h-di{display: inline;}
.h-dib{display: inline-block;}
.h-df{display: flex; display: -webkit-flex;}
.h-dib-who>*{display: inline-block; vertical-align: middle;}



