/**
 * 创蓝前端固定样式reset
 * author: bobo
 */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,input,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;}
dl,ol,ul,dd,li{list-style-type:none;}
a,area,a:focus,a:active,a:hover,button,input{outline:0;blr:expression(this.onFocus=this.blur())}
img{border:0;vertical-align:middle;-ms-interpolation-mode:bicubic}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}
input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
table{width:100%;border-collapse:collapse;border-spacing:0}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,menu,nav,section{display:block}
blockquote,q{quotes:none}
blockquote:after,blockquote:before,q:after,q:before{content:none}

/* common default */
*{box-sizing: border-box;}
body{-webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; }
body,button,input,select,textarea{font: 14px/1.5 "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif; }
a{ text-decoration: none; }
