html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, input, form, textarea, p, th, td, hr, button, a, s, b, i {
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
    font-family: "microsoft yahei";
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
img {
    vertical-align: middle;
    display: inline-block;
}
span {
    vertical-align: middle;
}
ul li {
    list-style-type: none;
}
body, html {
    width: 100%;
    height: 100%;
}
a, a:hover, a:focus {
    outline: none;
    text-decoration: none;
}
hr {
    width: 100%;
    height: 1px;
    background-color: #E4E4E4;
    margin-bottom: 24px;
}
.btn, .btn:hover, .btn:focus {
    outline: none !important;
}
input[type="password"]::-ms-reveal {
    display: none;
}
textarea {
    resize: none;
    outline: none;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #eee;
    padding: 10px;
}