@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

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; border: 0;}
html { color: #000; }
html,body { height: 100%;}
body,button,input,select,textarea {font-family: 'Microsoft Yahei','微软雅黑', \5FAE\8F6F\96C5\9ED1,'宋体',\5b8b\4f53,arial,'Hiragino Sans GB',Tahoma,Arial,Helvetica; }
ul,ol,li,dl,dd,dt{list-style: none;}
em { font-style: normal; }
a { text-decoration: none;}
legend { color: #000; }
fieldset,img { border: 0; }
label,button { cursor: pointer; }
i{font-style: normal;}
/*去除点击显现蓝色背景*/
body {
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    -o-user-select: none; 
    user-select: none;
}

/*解决IE图片缩放失真*/
img { -ms-interpolation-mode: bicubic; display: block;}
/*清除浮动*/
.clearfix:after { content: ''; display: block; height: 0; clear: both; }
.clearfix { zoom: 1; }
.clear { clear: both; }
/*连续英文、数字换行*/
.wordwrap { word-break: break-all; word-wrap: break-word; }
/*单行文字超出显示省略号*/
.omg{overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.fl{ float:left;}
.fr{ float: right: ;}
.dl{ display: block;}
.redfont{color:#FF0000;}

.ht30{
	height: 0.3rem;
	display: block;
	background:#e1e0e0;
}
