* {
    margin: 0px;
    padding: 0px
}

*,
 :after,
 :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
}

body,
button,
input,
select,
textarea {
    font-size: 14px;
    font-family: microsoft yahei;
}

b,
strong {
    font-weight: normal
}

a,
img {
    border: none;
}

img {
    _display: block;
    display: block;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
    cursor: pointer
}

a:hover {
    color: #2a6fca
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img,
area,
a,
button {
    border: 0;
    outline: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
    font-style: normal;
    font-weight: normal;
}

input,
textarea,
button,
select {
    border: 0;
    outline: none;
    resize: none;
}

ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

body {
    background: #f5f5f5;
}

.clear {
    clear: both;
}

.w_1120 {
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    overflow: hidden
}

.fl {
    float: left
}

.fr {
    float: right
}