html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,button,input,select,option,textarea{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    color:inherit;
    font-size: 12px;
    font-style: inherit;
    font-weight: inherit;
    box-sizing: border-box;
    vertical-align: baseline;
    font-family:"Microsoft YaHei",Helvetica,Arial sans-serif;
}
body {
    line-height: 1;
    overflow: hidden;
    height: 100%
}
ol, ul ,li,dt,dd,dl{
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a{
    display: block;
    cursor:pointer;
    text-decoration: none;
}
img{
    width: 100%;
    display: block;
}
button{
    box-shadow: none;
    background:none;
    cursor: pointer;
}
i,header,nav,article,section,aside,footer,video{
    display: block;
}
/*#edui1_imagescale{display:none !important;} /*去除点击图片后出现的拉伸边框*/*/