html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

ul,
ol {
    list-style: none;
}

input {
    border: none;
    outline: none;
    -webkit-appearance: none;
}


/* 浮动 */

.fleft {
    float: left;
}

.fright {
    float: right;
}


/* 清除浮动 */

.clearfix:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

a,
a:hover,
a:visited,
a:link,
a:active {
    text-decoration: none;
}

body {
    font-family: "Microsoft YaHei";
    font-size: 14px;
}

body.body-white {
    background-color: #fff;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 17px;
}

h4 {
    font-size: 14px;
}


/* 屏幕适配 */

.container {
    width: 1200px;
    padding: 0;
}

@media screen and (max-width:414px) {
    body {
        width: 1250px
    }
}