
body, div, fieldset, form, h1, h2, h3, h4, h5, h6, img, li, ol, p, table, td, ul {
    margin: 0;
    padding: 0;
    border: 0
}

body {
    background: #fff;
    min-width: 1200px;
    color: #333;
    font-size: 12px;
    font-family: arial,tahoma,"Hiragino Sans GB","Microsoft Yahei","宋体",sans-serif
}

ol, ul {
    list-style-type: none
}

img, input, select {
    vertical-align: middle
}

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

a, a:link {
    text-decoration: none
}


a:hover, a:visited {
    text-decoration: none
}

a:hover {
    color: #f2db90
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}