li {
    list-style: none;
}

a {
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

input {
    border: none;
    outline: none;
}

::-webkit-scrollbar {
    width: 0px;
    /*height: 4px;*/
}

@font-face {
    font-family: 'SourceHanSans';
    src: url('../fonts/SourceHanSansCN-Regular.otf') format('opentype');
    src: url('../fonts/SourceHanSansCN-Regular.otf?#font-spider') format('opentype');
}

*,
ol,
ul,
p,
div,
span,
text {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    font-family: SourceHanSans;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

img {
    vertical-align: bottom;
}