html,body {font-size: 12px; color: #000;font-family: "microsoft yahei"}
html, legend {background:none repeat scroll 0 0 #FFFFFF; color:#000000;}
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;}
table {border-collapse:collapse; border-spacing:0;}
fieldset, img {border:medium none;}
li {list-style:none outside none;}
a{text-decoration:none; color:#333333;}
a:hover{text-decoration:none;}
caption, th {text-align:left; font-weight:normal;}
h1, h2, h3, h4, h5, h6 {font-size:100%;}
select, input, button, textarea {font:100% 'Microsoft yahei',Helvetica,Arial,sans-serif;}
small {font-size:100%;}
del {text-decoration:line-through;}
em {font-style:normal;}
hr {background-color:#DEDEDE; border:medium none; color:#DEDEDE; min-height:1px;}
html {overflow-y:auto;}

.clear{clear:both;width:0;height:0; _display:inline; overflow:hidden; font-size:0;}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}
input:-webkit-autofill:focus,
textarea:-webkit-autofill:focus,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder{
    color: #888888 !important;
    font-size: 13px !important;
}
label{
    font-weight: 400;
}
a:focus{
    outline: 0;
    text-decoration: none;
}