html,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,select,textarea,input{ font-size: 12px; 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; }
a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
input{outline: none; border:0;}
input:focus{ outline:none; border:0;}
input:active{ outline:none; border:0;}
legend { color: #000; }
fieldset,img { border: 0; }
label,button { cursor: pointer; }

input,textarea,button{
    outline-style: none;
}
/*解决IE图片缩放失真*/
img { -ms-interpolation-mode: bicubic; 
    padding: 0;
    margin: 0;
}
i{
    font-style: normal;
}
/*清除浮动*/
.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;}
.w1200{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
body{
  scrollbar-arrow-color: #eee; /*上下按钮上三角箭头的颜色*/
  scrollbar-face-color: #eee; /*滚动条凸出部分的颜色*/
  scrollbar-3dlight-color: #eee; /*滚动条亮边的颜色*/
  scrollbar-highlight-color: #eee; /*滚动条空白部分的颜色*/
  scrollbar-shadow-color: #eee; /*滚动条阴影的颜色*/
  scrollbar-darkshadow-color: #eee; /*滚动条强阴影的颜色*/
  scrollbar-track-color: #eee; /*滚动条背景颜色*/
  scrollbar-base-color: #eee; /*滚动条的基本颜色*/
  Cursor:url(mouse.cur);/*自定义个性鼠标*/
  /*以上2项适用与：body、div、textarea、iframe*/
}
::-webkit-scrollbar {  /* 滚动条整体部分 */
    width:0;
    margin-right:2px;
}
::-webkit-scrollbar-button { /* 滚动条两端的按钮 */
    width:0;
    background-color: #eee;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0, 0.7); */
}
::-webkit-scrollbar:horizontal {
    height:10px;
    margin-bottom:2px;
}
::-webkit-scrollbar-track {  /* 外层轨道 */
}
::-webkit-scrollbar-track-piece {  /*内层轨道，滚动条中间部分 */
    background-color: #eee;
}
::-webkit-scrollbar-thumb {  /* 滑块 */
    width:0;
    background: #eee;
}
::-webkit-scrollbar-corner { /* 边角 */
    width: 0;
    background-color: #eee;
}
::-webkit-scrollbar-thumb:hover { /* 鼠标移入滑块 */
    background: #eee;
}