@charset "utf-8";
blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
lengend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

address,
cite,
code,
em,
th,
b,
i,
strong {
    font-weight: normal;
    font-style: normal;
}

ol,
ul {
    list-style: none
}

a {
    text-decoration: none;
    color: #333;
}

button,
input,
select,
textarea {
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.cf:after {
    content: '\0020';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.fl {
    float: left
}

.fr {
    float: right
}

.pr {
    position: relative;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}