@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-family: "microsoft yahei";
    font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
textarea,
select {
    font-size: 100%;
}

fieldset,
img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

caption,
th {
    text-align: left;
}

li {
    list-style: none;
}

address,
cite,
code,
dfn,
var,
em,
th,
i {
    font-style: normal;
    font-weight: normal;
}

button,
input,
textarea {
    outline: none;
    font-family: inherit;
}

body {
    font: 14px/1.5 "Microsoft YaHei", \5b8b\4f53;
    color: #333;
    word-wrap: break-word;
    word-break: break-all;
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #666666;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #318fd2;
}

select,
dl {
    word-wrap: normal;
}

input,
button {
    border: 0px;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.wrap {
    width: 1120px;
    margin: 0 auto;
}

.body-gray {
    background: #fdfdfd;
}

.none {
    display: none;
}

/** 限制宽度，最大用1024*768的平板访问可自适应，大于1024后固定为1024的访问屏 **/
.wrap-box {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.line-background {
    background: #f6f6f6;
    height: .8rem;
    line-height: .8rem;
}