@charset "utf-8";

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body,div,dl,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,th,td,form,fieldset,legend,input,textarea,select,p,blockquote,span {
	margin: 0;
	padding: 0
}

a {
	text-decoration: none
}

li {
	list-style: none
}

fieldset {
	border: 0
}
img {
	border: 0;
	vertical-align: middle
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

address,caption,cite,code,dfn,em,th,var {
	font-weight: normal;
	font-style: normal
}

q:before,q:after {
	content: '';
	content: none
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%
}

caption,th {
	text-align: left
}

abbr,acronym {
	border: 0;
	font-variant: normal
}

iframe {
	display: block
}

.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	zoom: 1
}

.db {
	display: block
}

.dn {
	display: none
}

.dib {
	-moz-inline-stack: inline-block;
	display: inline-block
}

.di {
	display: inline
}

.pr {
	position: relative
}

.pa {
	position: absolute
}

.pf {
	position: fixed
}

.fl {
	float: left
}

.fr {
	float: right
}

.tc {
	text-align: center
}

.tl {
	text-align: left
}

.tr {
	text-align: right
}

.tj {
	text-align: justify
}

.fn {
	font-weight: normal;
	font-style: normal
}

.fb {
	font-weight: bold
}

.fi {
	font-style: italic
}

.f12 {
	font-size: 12px
}

.f13 {
	font-size: 13px
}

.f14 {
	font-size: 14px
}

.f16 {
	font-size: 16px
}

.f20 {
	font-size: 20px
}

.f24 {
	font-size: 24px
}

.c0 {
	color: #000
}

.c3 {
	color: #333
}

.c6 {
	color: #666
}

.c9 {
	color: #999
}

.ep{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%
}
.bsb{box-sizing: border-box;}
/*
 zhengyepan  971188675@qq.com
标签以及属性名称总是小写。
一行一个不连续元素。
每个嵌套元素使用一个额外的缩进。
布尔属性无值（如checked而不是checked="checked"）。
属性值总是使用双引号引起来。

总是包含结束标签。
自闭元素(img, br)不要包含斜杠。

使用有效的CSS, 除非是bugs处理或专属语法（浏览器私有前缀）
使用短ID或类命名，但确保他们不要太过隐晦，或直白（如#blue-button）
大型项目使用前缀，如#xyz-help, .xyz-column
选择器尽可能简单，如#example，而不是ul#example
使用缩写
url()中不使用引号，0后面不跟单位
使用#ABC这种简写的16进制颜色表示，而不是#AABBCC
每个声明最后都要有分号（即使是最后一个）
避免浏览器hacks
前端代码一律使用下划线区分命名 如   h_new_a{}
尽可能使用缩写


不同项目之前添加项目前缀
如  

*/


