body, ul, ol, dl, dd, p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

body {}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}

ul, ol {
    list-style: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

select, input {
    vertical-align: middle;
}

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
}

em, i {
    font-style: normal;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    cursor: pointer;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ellipsis-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.hidden{
    visibility: hidden;
}
.hide{
    display: none;
}