* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Acumin Pro,acumin-pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    /*color: rgb(244, 244, 244);*/
    /*background-color: rgb(6, 17, 33);*/
}


img {
    width: 100%;
    height: 100%;
    display: block;
}

ol, ul {
    list-style: none
}

li, ul {
    list-style: none;
    margin-bottom: 0
}

a {
    text-decoration: none;
    color: #000
}

em, i, u {
    font-style: normal;
}

input, textarea {
    outline: 0;
    border-radius: 0;
}

textarea {
    resize: none;
    overflow: auto
}

button {
    cursor: pointer;
    border: none;
}

.clearfix:after {
    display: block;
    content: ".";
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear:after {
    display: block;
    content: ".";
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.nowrap-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*要截断的行数*/
.nowrap_hd {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hd-2 {
    -webkit-line-clamp: 2
}

.hd-3 {
    -webkit-line-clamp: 3
}

* {
    box-sizing: border-box
}

a {
    text-decoration: none
}
