body,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
    margin: 0;
    padding: 0;
}
p{margin: 0;padding: 0}
ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
body {
    color: #333;
    font: normal normal normal 14px/20px 'Microsoft YaHei', Arial, sans-serif;
}
img {
    border: 0;
}
input[type="text"],
input[type="password"],
textarea,
button {
    vertical-align: middle;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    outline: none;
    margin: 0;
    padding: 0;
}
a {
    color: inherit;
    text-decoration: none;
}
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    outline: none;
}
table {
    border: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
}
table td {
    padding: 0;
}
textarea {
    resize: none;
}
html {
    width: 100%;
    min-height: 100%;
}
.clearFix:before,
.clearFix:after {
    content: " ";
    display: table;
}
.clearFix:after {
    clear: both;
}
.pullLeft {
    float: left;
}
.pullRight {
    float: right;
}
.textCenter {
    text-align: center;
}
.textRight {
    text-align: right;
}
.ellipsisNormal {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}