@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-size: 16px;
    color: #000;
    font-family: "微软雅黑";
}

a {
    text-decoration: none;
    color: inherit;
}

ul,
li {
    list-style: none;
    vertical-align: top;
}

input,
a,
a:focus {
    outline: none;
}

i {
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
}
.hide{
    display: none;
}