
body,
ul,
dl,
dd,
dt,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
textarea,
form,
select,
fieldset,
table,
td,
div,
input {
    margin: 0;
    padding: 0;
    font-weight: 400;
    -webkit-text-size-adjust: none;
    /* font-family: "微软雅黑"; */
    /*font-family: 'MicrosoftYaHei';*/
    font-family: 'Open Sans', sans-serif;

    box-sizing: border-box;
}

@font-face {
    /*font-family: 'MicrosoftYaHei';*/
    font-family: 'Open Sans', sans-serif;
    src: url('https://fonts.googleapis.com/css?family=Open+Sans');
    src: url('http://js.jrjimg.cn/font/msyh.eot');
    src: url('http://js.jrjimg.cn/font/msyh.eot?#iefix') format('embedded-opentype'),
        /* url('msyh.woff') format('woff'), */
        /* url('msyh.ttf')  format('truetype'), */
        /* url('msyh.svg#msyh') format('svg'); */
}

a img {
    border: 0;
}

i {
    font-style: normal;
}

b {
    font-weight: 400;
}

body {
    background: #fff;
    font-size: 14px;
    color: #333;
}

ul,
ol,
li {
    list-style-type: none;
    vertical-align: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

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

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

select {
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

select::-ms-expand {
    display: none;
}

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

.clearfix {
    *zoom: 1;
}

.w {
    width: 1200px;
    margin: 0 auto;
}