* {
    margin: 0px;
    padding: 0px;
}
html, body {
    width: 100%;
    height: 100%;
}
input, button, a, select, img, div{
    outline:none;
}
button:hover, a:hover, select:hover, li:hover{
    cursor: pointer;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{
    -webkit-box-shadow: 0 0 0px 1000px white inset
}
button, input, optgroup, option, select, textarea {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
}
.line1ppp{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.line2ppp{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.line5ppp{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}
#h5-footer {
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
    height: 68px;
    overflow: hidden;
    z-index: 1999;
    background-color: whitesmoke;
}
.div-1190px {
    position: relative;
    width: 1190px;
    min-height: 10px;
    height: auto;
    background-color: transparent;
}