/* CSS Document */

/*网站基本定义*/
*{outline: none; outline-style: none; -webkit-touch-callout: none; -webkit-tap-highlight-color: transparent; -webkit-font-smoothing: antialiased !important; -moz-font-smoothing: antialiased !important; -o-font-smoothing: antialiased !important; -ms-font-smoothing: antialiased !important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;margin:0; padding:0;}
div,form,img,ul,ol,li,dl,dt,dd,p,tr,td,input,body,strong,span,pre{margin:0; padding-top:0; border:0; background-repeat:no-repeat;}
h1,h2,h3,h4,h5,h6,p{ margin:0; padding:0; font-weight:normal;}
body{ font-family:'微软雅黑',Microsoft YaHei, Arial, Helvetica, sans-serif;/*font-family:"Microsoft Yahei";*/margin:0px;padding:0px;height:auto;clear:both;color:#666;background-size: cover; background:#f4f6f9;}
img{border:0px;}
ul,li{ list-style-type:none;}
em, i{ font-style:normal;}
a{ text-decoration:none; color:#666; }
.del_float{ clear:both; line-height:0; height:0; font-size:0; }
a,area{blr:expression(this.onFocus=this.blur());}
a,button,input{-webkit-tap-highlight-color:rgba(255,0,0,0);}/* 1.去除android a/button/input标签被点击时产生的边框 2.去除ios a标签被点击时产生的半透明灰色背景 */
