html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}
html{
    font-size: 100px;
}
fieldset, img {
    border: none;
}
img {
    display: block;
}
address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal;
}
ul, ol {
    list-style: none;
}
body {
    font: 12px/20px "微软雅黑", "SimSun", "宋体", "Arial Narrow", HELVETICA;
    overflow-x: hidden;
}
i {
    font-style: normal;
}
a {
    color: #666;
    text-decoration: none;
}
a:visited {
    color: #666 ;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    color: #009ad6;
    text-decoration: none;
}
input {
    outline: none
}
/*input::-webkit-input-placeholder {
    WebKit browsers
    font-size: 14px;
    color: #666;
}
input::-moz-input-placeholder {
    Mozilla Firefox
    font-size: 14px;
    color: #666;
}
input::-ms-input-placeholder {
    Internet Explorer
    font-size: 14px;
    color: #666;
}*/
.shade {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    display: none;
}
button {
    outline: none;
}