﻿*{
    margin: 0;
    padding: 0;    
    box-sizing: border-box;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,
img {
    border: 0;
}
ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
abbr,acronym {
    border: 0;
}
a {
    text-decoration: none;
    text-decoration: none;
    color: #666;
    background: none
}
a:hover {
    color: #1e50ae
}
address,cite,dfn,em,var,i {
    font-style: normal;
}
input,button{
    font-size: 100%;
    border: none;
    outline: none;
    background: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
h1,h2,h3,h4,h5,h6,th {
    font-size: 100%;
    font-weight: normal;
}
body {
    top: auto;
    left: auto;
    position: static;
    background-position: 0% 0%;
    margin: 0 auto;
    font-family: 'Microsoft Yahei', Helvetica, Arial, sans-serif;
    color: #333;
    background: #fff;
}

