body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,img {
    border: 0;
}

ol,ul {
    list-style: none;
}

caption,th {
    text-align: left;
}

q:before,q:after {
    content: '';
}

abbr,acronym {
    border: 0;
}

body {
    font-family: "Open Sans",Arial,"Hiragino Sans GB","Microsoft YaHei","微软雅黑","STHeiti","WenQuanYi Micro Hei",SimSun,sans-serif;
}

a {
    text-decoration: none;
    color:#333;
}

a:hover {
    
    text-decoration:none!important;
}

* {
    outline: 0;
}

h1,h2,h3,h4,h5 {
    font-weight: normal;
}

input[type='submit'],input[type='reset'],
input[type='button'],select,button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    font-family: "Open Sans",Arial,"Hiragino Sans GB","Microsoft YaHei","微软雅黑","STHeiti","WenQuanYi Micro Hei",SimSun,sans-serif;
}

select::-ms-expand {
    display: none;
}

input[type='submit'],input[type='reset'],
input[type='button'],button {
    cursor: pointer;
    border: 0;
    font-family: 'Microsoft Yahei';
    background: none;
}


img {
    max-width: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.clear:after{
    content: "";
    display: block;
    clear:both;
}
.clear{
    zoom: 1;
}
