@charset "utf-8";

/* CSS Document */
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
    margin: 0;
    padding: 0;
}

fieldset,
c {
    border: none;
}

img {
    display: block;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ul,
ol,
li {
    list-style: none;
}

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

/*清除浮动*/
.clear {
    clear: both
}

* {
    box-sizing: border-box;
}

.clearfloat:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    zoom: 1;
}

body,
html {
    width: 100%;
    height: 100%;
    color: #333;
    font: 12px "Microsoft YaHei", "微软雅黑", "Arial Narrow", HELVETICA;
    background: #fff;
}

input {
    outline: none;
    border: none;
}