/* 默认值 */
*{box-sizing:border-box; word-wrap:break-word; word-break: break-all; font-family:Arial,"Microsoft YaHei","微软雅黑",sans-serif}
body, html {background:#fff; color: #333; font-size:12px}
html, body, div, span, p, applet, object, iframe, h1, h2, h3, h4, h5, h6, img, small, strong, ul, li, ol, dd, dl, dt, form, label, table, tbody, tfoot, thead, tr, th, td, input,textarea, select { margin: 0; padding: 0; border: 0}
h1, h2, h3, h4, h5, h6 {font-weight:normal;font-size:inherit}
ul,ol,li,dl,dt,dd { list-style-type:none}
img{vertical-align:middle;max-width:100%}
pre{white-space: pre-wrap}
/*文字超出部分显示省略号*/
.wot{white-space:nowrap; overflow:hidden; text-overflow:ellipsis}
/* 按钮默认指针 */
html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance: button;cursor: pointer}
html input[disabled] {cursor: default}
/* 表格 */
table { border-collapse: collapse; border-spacing: 0;table-layout:fixed}
/* a标签点击 */
a { text-decoration: none; color:inherit}
/* 1.去除android a/button/input标签被点击时产生的边框 2.去除ios a标签被点击时产生的半透明灰色背景 */
a,button,input,div,img{-webkit-tap-highlight-color:rgba(255,0,0,0)}
/*去除手机端select边框和三角*/
select{-moz-appearance:none; /* Firefox */-webkit-appearance:none /* Safari 和 Chrome */}
/*IOS下移除按钮原生样式*/
input,textarea{-webkit-appearance: none;border-radius: 0}
input[disabled]{opacity:1}
/*清除浮动*/
.clear::after{clear:both;content:'';display:block;width: 0;height: 0;visibility:hidden}
/* 圆角 */
.radius{-moz-border-radius:3px; -webkit-border-radius:3px;border-radius:3px}
/* 无框文本框文本域 */ 
.bo-none{border:0; outline:none}
/*textarea禁用拖动*/
.re-none{resize: none}
/*高亮*/
em{font-style:normal;color:#f60}