@charset "utf-8";
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, dd, dl, dt, li, ol, ul, form, label {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

body, button, input, select, textarea {
    font-family: "Microsoft YaHei", Verdana, Arial;
}

body {
    line-height: 1;
}

ul, ol {
    list-style: none outside none;
}

form, img {
    border: none 0;
}

input, label, button, img {
    vertical-align: middle;
}

input[type="button"], input[type="submit"], button {
    cursor: pointer;
    border: none 0;
}

input:focus, button:focus {
    outline: none;
}

a {
    text-decoration: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

