@charset"utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: relative;
}
*:focus {
    outline: none;
}
html {
    height: 100%;
}
body {
    font-family:"microsoft yahei", tahoma, verdana, arial, "simsun";
    color: #333;
    background-color: #f8f8f8;
    font-size: 14px;
    height: 100%;
}
body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, p, tr, th, td {
    padding: 0;
    margin: 0;
    word-wrap: break-word;
    word-break: break-all;
}
i, em {
    font-style: normal;
    padding: 0;
    margin: 0;
    word-wrap: break-word;
    word-break: break-all;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
    margin: 0;
    padding: 0;
}
address {
    font-style: normal;
}
input[type="button"], input[type="submit"], button {
    cursor: pointer;
    outline: none;
}
input[type="text"], input[type="password"], textarea, select {
    outline: none;
}
input::-ms-reveal {
    display: none;
}
textarea {
    resize: none;
    overflow-y: auto;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
}
ul, ol {
    list-style: none;
}
img {
    border: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
a {
    text-decoration: none;
    cursor: pointer;
    outline: none;
    color: #333;
}