@charset "utf-8";
/**
 * @ignore: reset style
 * @author: lonjoy
 */

html
* {
    margin: 0;
    padding: 0;
}

body {
    font: 14px "微软雅黑", Verdana, Arial, sans-serif;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

iframe{
    border: none;
}
/* 默认不显示下划线，保持页面简洁 */
ins, a {
    color: #000;
    text-decoration: none;
    outline: none;
}
ol, ul {
    list-style: none;
}
.clearfloat:after,
.clearfloat:before{
    content: " ";
    display: table;
    width: 0;
    height: 0;
    clear: both;
}
