body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; } 
body, button, input, select, textarea { font:12px/1.5tahoma, arial, \5b8b\4f53; } 
h1, h2, h3, h4, h5, h6{ font-size:100%; font-weight: normal; } 
address, cite, dfn, em, var { font-style:normal; } 
code, kbd, pre, samp { font-family:couriernew, courier, monospace; } 
small{ font-size:12px; } 
ul, ol { list-style:none; } 
a { text-decoration:none;} 
a:hover { text-decoration:none; } 
i{
	font-style:normal
}
sup { vertical-align:text-top; } 
sub{ vertical-align:text-bottom; } 
legend { color:#000; } 
fieldset, img { border:0; } 
button, input, select, textarea { font-size:100%; } 
table { border-collapse:collapse; border-spacing:0; }
/*去除button默认样式*/
input[type=button]{
	background-color:transparent;
	border:0;
	outline: 0 none !important;
}
.clearfix:after{
   content: ".";/*加一段内容*/
   display: block;/*让生成的元素以块级元素显示，占满剩余空间*/
   height: 0;/*避免生成的内容破坏原有布局高度*/
   clear: both;/*清除浮动*/
   visibility: hidden;/*让生成的内容不可见*/
   overflow: hidden;
}
.clearfix{ zoom: 1;/*为IE6，7的兼容性设置*/}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ellipsis{
	overflow:hidden;
    text-overflow:ellipsis;
}

/*margin 设定*/
.margin-right-0{
	margin-right: 0 !important;
}
.margin-bottom-0{
	margin-bottom: 0 !important;
}
/*字体颜色*/
.E6{
	color: #333 !important;
}
/*图片尺寸*/
img{
	width: 100%;
}
a{
	color: inherit;
}
/*滚动条样式*/
::-webkit-scrollbar {/*滚动条整体样式*/
    width: 7px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}
