﻿*{
   -webkit-text-size-adjust:100%;
;   margin:0;
   padding: 0
}
i{
    font-style: normal!important;
}
html, body {
    
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    font-family: "微软雅黑",Arial!important;
    font-size: 14px;
    position: relative;
	
}
.red{
    color: red!important;
}
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑",Arial!important;
    outline: none;

}

input, select, textarea ,button{
    font-size: 100%;
    outline: none;
    border:none;
}

 /* 去除默认边框  */
fieldset, img {
    border: 0;
}

/* 去掉 firefox 下此元素的边框 */
abbr, acronym {
    border: 0;
    font-variant: normal;
}

ol, ul {
    list-style: none;
}

/* 默认不显示下划线，保持页面简洁 */
ins, a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/*禁止复制、选中文本*/
Element {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
     user-select: none;
   -webkit-appearance: none;
     -webkit-tap-highlight-color:rgba(255,255,255,0);
    -webkit-transform:translate3d(0, 0, 0)
    transform: translate3d(0, 0, 0);
}
/*长时间按住页面出现闪退*/
element {
    -webkit-touch-callout: none;
}

.clearfix:after{
    content:"";
    display:block;
    clear:both;
    height:0;
    line-height: 0;
    visibility: hidden;
}
.clearfix{
    *zoom:1!important;
}

.L{ float: left;}
.R{ float: right;}

html{
	font-size: 100px;
}

::-webkit-scrollbar{width:0;height:0}
.padding{
    padding: 0;
}