﻿@charset "UTF-8";
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,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei';
}
body, button, input, select, textarea {
    font: 12px/1.5 "\5B8B\4F53",'Microsoft YaHei';
}
ol,ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input,select,textarea {
    font-size: 100%;
    outline: none;
}
th {
    text-align: inherit;
}
img {
    border: 0;
    vertical-align:top;
} 
iframe {
    display: block;
}   
a {
   text-decoration: none;
}
    