html,body {width:100%;height:100%;margin:0;padding:0;}
body{overflow: auto;}

/* box-sizing */
.borderBox{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

/* 背景图片 */
.pub-bg-cover{background-repeat: no-repeat;background-position:center center;background-size:cover;}

/* 禁止文字选中 */
.pub-user-select {-moz-user-select:none;-o-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;}

/* 常用 */
.w165{width:165px;}
.w185{width:185px;}
.w205{width:205px;}
.ml6 {margin-left:6px;}
.ml12 {margin-left:12px;}
.ml18 {margin-left:18px;}
.center{text-align:center;}
.hidden{display:none !important;}

/* 默认 */
body {font-family:Microsoft YaHei,serif;}
img {border:none;vertical-align:top;display:inline-block;}
a{text-decoration: none;outline:none;cursor:pointer;}
input{outline:none;}
button{outline:none;cursor:pointer;}
p {margin: 0;padding: 0;}
ul,ol {margin: 0;padding: 0;list-style: none;}

/* 清除浮动 */
.clearFix:after,.clearFix:before {content:" ";display:table;}
.clearFix:after {clear:both;}
.clearFix {*zoom:1;}


