a,abbr,acronym,address,applet,big,blockquote,body,button,caption,cite,code,dd,del,
dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,img,input,ins,kbd,label,legend,
li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,textarea,tfoot,th,thead,tr,tt,ul,var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    text-align:left;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body,html {
    width:100%;
    min-height:100%;
    font-size:14px;
    font-family:"宋体";
    color:#000000;
    background-color:#f0f0f0;
}
ul,li{ 
    list-style:none;
}
ol,ul {
    list-style: none;
}
fieldset,img {
    border: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th {
    text-align: inherit;
}
caption, th {
    text-align: left;
}
del {
    text-decoration: line-through;
}
ins,a {
    text-decoration: none;
}
a:hover, a:active {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500;
}
address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 500;
}
input, select, textarea {
    font-size: 100%;
}
textarea {
    resize: none;
}
::selection {
    background: #409EFF;
    color: #FFF;
}
button {
    overflow: visible;
    border:none;
    background-color: transparent;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
textarea, input {
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
}
input[type=password] {
    -webkit-text-security: disc;
}
textarea:focus, input:focus, button:focus {
    outline: none;
}