@charset "UTF-8";
/*全局样式*/
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, span, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, button, caption, tfoot, thead, section, nav, header, footer {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: "Hiragino Sans GB","华文细黑","STHeiti","微软雅黑","Microsoft YaHei",SimHei,"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-align: inherit;
    line-height: inherit;
}

html {
    width: 100%;
}

::-webkit-scrollbar {
    width: 0;
}

body {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    width: 100%;
    height: 100%;
}

strong {
    font-weight: bold;
}

a {
    text-decoration: none;
    text-transform: none;
}

img{
	vertical-align: top;
}

a img {
    border: 0;
}

a span {
    cursor: pointer;
}

em {
    text-transform: none;
    font-style: normal;
}

textarea {
    resize: none;
}

input, textarea, button, select {
    -webkit-appearance: none;
}

input:focus, textarea:focus, select:focus {
    outline: none;
}

ul, ol, dl {
    list-style: none;
    display: block;
}

dd, dt, li {
    display: block;
}
