/*重置css*/
blockquote, body, button, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0px;
    padding: 0px;
}

body {
    font: 12px/1.5 "Microsoft YaHei", "微软雅黑", tahoma, arial, 'Hiragino Sans GB', '\5b8b\4f53', sans-serif
}

img {
    border: none;
}

ul, ol, li {
    list-style: none;
}

input, select, textarea {
    outline: none;
    border: none;
    background: none;
}

textarea {
    resize: none;
}

a {
    text-decoration: none;
}

/*清除浮动*/
.clearfix:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}