/*公共样式*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin:0;
    padding:0;
    border: none;
    outline: none;
}

body {
    font-family: 'Arial',"Microsoft YaHei";
    color:#222;
    font-size: 18px;
    position: relative;
}
ul,ol {
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
a {
    color:#222;
    text-decoration: none ;
}
a:hover {
    color:#0b63bf;
}
em,i {
    font-style: normal;
}
input,select,textarea,button{
    outline: none;
    padding-top: 0;
    padding-bottom: 0;
    border:none;
    font-family: "Microsoft YaHei";
}

table{
    border-collapse: collapse;
}



.overflow {
    overflow: hidden;
}

