@charset "UTF-8";

/*初始化*/
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, a, img, button {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul, ol {
    list-style: none;
}

form, fieldset, legend, input {
    border: none;
    outline: none;
}

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

a:hover {
    color: #F60;
}

body, button, input, select, textarea {
       font-size: 12px;
       font-family: "思源黑体 CN Medium";
}

.clearfix:before,
.clearfix:after{
    content: '';
    display: table;
    clear: both;
}
