body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #333;
    list-style: none;
    cursor: default;
}

html,
body {
    width: 100%;
    height: 100%;
}

input,
button,
img {
    margin: 0;
    padding: 0;
    border: 0 none;
    outline-style: none;
    vertical-align: bottom;
}

a,
a:active,
a:visited {
    text-decoration: none;
    color: #ccc;
}

a:hover {
    color: #333;
}

textarea {
    border: none;
    outline: none;
    resize: none;
}

i,
em {
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix::before,
.clearfix::after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: none;
    clear: both;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.mt10 {
    margin-top: 10px;
}