/*reset*/

body,
blockquote,
dd,
dl,
figure,
form,
p,
pre,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

menu,
ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

body {
    line-height: 1.2;
    background-color: #fff;
    color: #333;
    min-width: 1400px !important;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
select,
textarea {
    font-size: 14px;
    font-weight: normal;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    font-size: 14px;
}

body,
input,
button,
select,
optgroup,
option,
textarea,
pre {
    font-family: Microsoft YaHei, tahoma, arial, Hiragino Sans GB, \\5b8b\4f53, sans-serif;
}

iframe {
    background-color: #FFFFFF;
    vertical-align: middle;
}

a {
    color: #000;
}

a:link,
a:visited {
    /* color: #333; */
    text-decoration: none;
}

a:hover,
a:active {
    color: #c72721;
    text-decoration: none;
}

img {
    vertical-align: middle;
    display: block;
}

a img {
    border: 0 none;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    color: windowtext;
}

button,
input.ie6 {
    overflow: visible;
    padding: .1em .25em;
    cursor: pointer;
}

input[type="text"],
input[type="password"],
select,
textarea {
    background-color: #FFFFFF;
}

select {
    border: 1px inset;
}

textarea {
    overflow: auto;
    vertical-align: text-bottom;
    *vertical-align: auto;
    border: 1px solid;
    resize: vertical;
}

table {
    border-spacing: 0;
}

td,
th,
caption {
    padding: 0;
}

input,
button,
select {
    -webkit-appearance: none;
    outline: none;
    border: none;
    background: none;
}