* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "微软雅黑";
    font-size: 14px;

}

body {
    padding-right: 0 !important;
}

body,
html {
    color: #333;
    background: #EFF3F6;
}

a {
    color: #333;
    text-decoration: none;
}

span {
    font-size: 14px;
}

ul,
li {
    list-style: none;
}

img {
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

input,
button,
select,
textarea {
    outline: none;
}

.clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}