@charset "utf-8";

html,body,ul,li,ol,p,h1,h2,h3,h4,h5,h6,dl,dt,dd,table,thead,tfooter,th,tr,td,textarea{
margin:0;
padding:0;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, a, textarea, input, button, span, em, strong, img, div ,i{
-webkit-touch-callout: none;                    /*防止用户复制和保存图片*/
-moz-touch-callout: none;
-ms-touch-callout: none;
touch-callout: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);  /*IOS闪屏，背景有灰色半透明*/
-moz-tap-highlight-color: rgba(0, 0, 0, 0);
-ms-tap-highlight-color: rgba(0, 0, 0, 0);
tap-highlight-color: rgba(0, 0, 0, 0);
}

li{
list-style:none;
}

a{
text-decoration:none;
}

img{
border:none;
}

input{
outline:none;
padding:0;
margin:0;
border:0;
}

input,button,select,textarea{
outline:none
appearance: none;   /*去掉苹果内阴影*/
-webkit-appearance: none;
}

.clearfix{
zoom:1;
}

.clearfix:after{
content:'';
clear:both;
display:table;
height:0;
}

html{
font-family:"Microsoft Yahei";
font-size: 62.5%;
-webkit-text-size-adjust: 100%; /*字体尺寸调整,字体自适应*/
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
}
