div,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
p,
table,
tr,
th,
td,
tbody,
input,
body,
strong,
span,
pre {
    margin: 0;
    padding: 0;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

body {
    width: 100%;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    margin: 0 auto;
    color: #333;
    height: auto;
    line-height: 21px;
    overflow-x: hidden;
}

img {
    border: 0px;
    vertical-align: middle;
}

em {
    font-style: inherit;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000000;
}

.clear {
    clear: both;
    overflow: hidden;
}

.clearFix {
    *zoom: 1;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

input,
textarea {
    background: none;
    border: none;
    outline: none;
}

@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.woff2?t=1629777258649') format('woff2'), url('../font/iconfont.woff?t=1629777258649') format('woff'), url('../font/iconfont.ttf?t=1629777258649') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

i.iconfont {
    float: left;
}

* {
    box-sizing: border-box;
}