* {
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
article, aside, footer, header, nav, section {
    display: block;
}
img {
    border-style: none;
}
blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
}
p {
    margin-bottom: 6px;
    font-weight: 400;
}
h6, p {
    font-size: 12px;
    line-height: 20px;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
button, input, optgroup, select, textarea {
    font-family: inherit;
}
button, input {
    overflow: visible;
}
.inline-block {
    display: inline-block;
    vertical-align: middle;
}
em {
    font-style: italic;
}
.box-gap {
    height: 16px;
}
.mr16 {
    margin-right: 16px;
    float: left;
}
.clear:after {
    content: '\0020';
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.page-container {
    background: #f2f2f2;
    position: relative;
}
.white-background {
    z-index: 0;
    background-color: #ffffff;
}
.layout-1200 {
    width: 1200px;
    margin: 0 auto;
    z-index: -5;
}