@charset "utf-8";
body {
    line-height: 1;
    font-family: "Arial", "Verdana", "Microsoft YaHei", serif;
    width: 100%;
    font-size: 100%;
    overflow-x: auto;
    min-width: 1200px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ol,
ul {
    list-style: none;
}

* {
    outline: none;
}


/* CSS Document */


/* reset.css */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dd,
ul,
ol,
form,
input,
textarea,
th,
td,
li {
    margin: 0;
    padding: 0
}

em {
    font-style: normal
}

li {
    list-style: none
}

a {
    text-decoration: none
}

img {
    border: none;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

textarea {
    resize: none;
    overflow: auto;
}

input,
textarea {
    outline: none;
}

h3,
h2,
h4,
h5 {
    font-weight: normal;
}

i {
    font-style: normal;
}

a:hover,
a:focus {
    text-decoration: none;
}


/* end reset.css */


/*public.css*/

.clearFix {
    zoom: 1;
}

.clearFix:after {
    content: "";
    display: block;
    clear: both;
}

.red {
    color: red;
    padding: 0 10px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.wrap {
    width: 1170px;
    margin: 0 auto;
}
