@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
    box-sizing: content-box;
    -moz-box-sizing: inherit;
    -webkit-box-sizing: inherit;
}

html,
body,
div,
p,
ul,
li,
ol,
dl,
dt,
dd,
form,
input,
textarea,
table,
tr,
td,
img,
a,
span,
em {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a {
    color: #999;
}

a,
a:hover,
a:active,
a:visited,
a:link {
    text-decoration: none;
    outline: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    padding: 0;
    margin: 0;
}

html,
body {
    width: 100%;
    height: auto;
    min-height: 100%;
    background: #fff;
    font-family: Source Han Sans CN;
    font-size: 16px;
}

img,
object {
    max-width: 100%;
}

input,
select,
option,
button,
textarea {
    border: none;
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* 清除浮动 */

.clear:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0px;
}

.clear {
    zoom: 1;
    clear: both;
}


/* 版心 */

.w1370 {
    width: 1370px;
    margin: 0 auto;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}


/* 等比例缩放 */


/* body {
    min-width: 1200px;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    -webkit-overflow-scrolling: touch;
} */