@charset "utf-8";

/* ----------重置样式---------- */
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
object,
code,
legend,
button,
input,
textarea,
label,
th,
td,
a,
img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font: inherit;
    vertical-align: baseline;
    word-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

dd,
dl,
dt,
ul,
ul li {
    list-style: none;
    display: block;
}

/*设置默认字体*/
:focus {
    outline: 0;
}

img {
    max-width: 83%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    -webkit-touch-callout: none;
}