/**
 * 样式重置
 */
 ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}

fieldset, img {
    border: none;
}

ul, ol {
    list-style: none;
}

i {
    font-style: normal;
}

textarea {
    resize: none !important;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}

//#
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
    width: 100%;
    background-color: #fafafa;
}

body {
    margin: 0;
    padding: 0;
    color: #495060;
    font-size: 14px;
    line-height: 1.42857143;
    font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

a:link{ color:#333}
a:hover{ color:#333}
a:active{ color:#333}
a:visited{ color:#333}

