@charset "utf-8";

/* 
reset 
*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, em, button {
    margin: 0;
    padding: 0;
    list-style: none;
}
body {
    font: 14px "Microsoft yahei",arial, Simsun, sans-serif;
    color: #333;
    background-color: #fff;
}
img, fieldset {
    border: none;
    vertical-align: middle;
}
input, textarea {
    font-size: 12px;
}
input[disabled]{color:#ccc!important;}
table {
    border-collapse: collapse;
}
a {
    color: #3983e5;
    text-decoration: none;
}
h1, h2, h3, h4, h5 {
    font-family: "Times New Roman", Simsun;
}
ul, ol {
    list-style: none;
}
input[type="button"], input[type="submit"] {
    -webkit-appearance: none;
}
input[type="text"] {
    border-radius: 0;
}
.hide {
    display: none;
}
.iefix-bg {
    position: absolute;
    height: 33px;
    bottom: 0;
    width: 100%;
    background: #000 \9;
    filter: alpha(opacity=40) \9;
    opacity: 0.4 \9;
    z-index: 1 \9;
}
/*IE6/7/8 alpha bugfix */
:root .iefix-bg {
    display: none \9;
}
/*IE9 alpha bugfix */
.mr20 {
    margin-right: 20px;
}
.mb10 {
    margin-bottom: 10px;
}
.ml5 {
    margin-left: 5px;
}
.clrfix,.clearfix{zoom:1}
.clrfix:after,.clearfix:after{clear:both;display:block;height:0;visibility:hidden;content:"."}
.text-center{
    text-align: center
}