@charset "utf-8";

/* CSS Document */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ul,
li,
dt,
dl,
dd,
ol,
li,
tr,
td,
input {
    padding: 0;
    margin: 0;
}

ul,
li {
    list-style: none;
}

img {
    display: block;
    border: 0
}

input {
    outline: none
}

body {
    font-size: 12px;
}

a {
    text-decoration: none;
    display: block;
    color: inherit;
}

.width {
    width: 1200px;
    margin: 0 auto;
}

.left {
    float: left;
}

.right {
    float: right;
}


.clear::after {
    content: "";
    clear: both;
    display: block;
}

h1 {
    font-weight: 100;
}

body {
    min-width: 1200px;
    background: #ffffff;
    /* font-family: "Source Han Sans CN"; */
    color: #333;
}