﻿@charset "utf-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
body {
    color: #333333;
    font-family: Arial,Helvetica,sans-serif,"宋体";
    font-size: 12px;
    text-align: left;
}
a:link, a:visited {
    color: #000000;
    text-decoration: none;
}
a:hover, a:active {
    color: #EB0101;
}
fieldset, img {
    border: medium none;
}
legend {
    display: none;
}
em {
    font-style: normal;
}
li {
    list-style: none outside none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 12px;
}
input, button, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
input, button, textarea, select {
}
q:before, q:after {
    content: "";
}
