*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body, fieldset, html, iframe, img {
    border: 0;
}

html,
body {
    margin: 0;
}

body {
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", SimSun, sans-serif;
    font-size: 14px;
    -webkit-user-select: initial !important;
    user-select: initial !important;
}

a {
    text-decoration: none;
    transition: color .3s ease;
    outline:none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

ul,
ul li,
ol,
ol li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

body {
	min-width: 1060px;
}

