html {
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

html.fixed,
html.fixed body {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body,
button,
input,
select,
textarea {
    font-size: 14px;
    line-height: 1.5;
    font-family:  Helvetica,Arial, "Microsoft YaHei", "微软雅黑",  "STHeiti", "华文黑体","SimSun", "宋体", Tahoma, Arial sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
}

a {
    color: #0f1419;
    vertical-align: top;
    text-decoration: none;
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

// 移除img的底边距
img {
    vertical-align: top;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    word-break: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #0f1419;
}

// remove outline
textarea,
a,
select,
option,
input {
    &:active,
    &:focus {
        outline: 0;
    }
}

textarea,
input,
select,
option {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
    resize: none;
}

body {
    margin: 0;
    color: #363636;
    background-color: #ffffff;
}
*{
    padding: 0;margin: 0;
}
.clearfix:after{
    display:block;content: '';clear: both;
}
.clearfix{
    zoom:1;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
