* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    list-style: none;
    resize: none;
    outline: none;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    word-break: break-all;
    border-radius: 0;
    line-height: 1;
    border: 0;
    background: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    box-sizing: border-box;
}

body, html {
    overflow-y: auto;
}

.f-h {
    height: 100vh;
}

.f-w {
    width: 100vw;
}

.h-100 {
    height: 100%;
}

.w-100 {
    width: 100%;
}

.flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.warp {
    flex-wrap: wrap;
}

.j-s-c {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.j-s-b {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.j-s-a {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.j-c-c {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.j-c-b {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.j-c-a {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.j-c-c {
    -ms-flex-pack: center;
    justify-content: center
}

.flex-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.a-i-c {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}

.relative {
    position: relative;
}

.f-12 {
    font-size: 12px;
}

.f-14 {
    font-size: 14px;
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}

.size-12 {
    font-size: 12px;
}

.size-14 {
    font-size: 14px;
}
.size-13 {
    font-size: 13px;
}

.size-15 {
    font-size: 15px;
}

.size-16 {
    font-size: 16px;
}
.size-17 {
    font-size: 17px;
}
.size-18 {
    font-size: 18px;
}

.c-3 {
    color: #333;
}

.c-5 {
    color: #555;
}

.c-9 {
    color: #999;
}

.p-l-20 {
    padding-left: 20px;
}

.p-r-20 {
    padding-right: 20px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-lr-20 {
    padding: 0 20px;
}

.p-20 {
    padding: 20px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-lr-20 {
    margin: 0 20px;
}

.m-20 {
    margin: 20px;
}

.bc-f {
    background: #fff;
}

.bc-e {
    background: #eee;
}

.c-f {
    color: #fff;
}

.bor-b-1 {
    border-bottom: 1px solid #eee;
}

.bor-b-5 {
    border-bottom: 5px solid #eee;
}

.bor-b-10 {
    border-bottom: 10px solid #eee;
}

.c-red {
    color: #f0594e;
}

.c-green {
    color: #66be99;
}

.c-yellow {
    color: #e5ad52 !important;
}

.c-blue {
    color: #6a8cd0;
}

.ellipsis, .ellipsis-2, .ellipsis-3, .ellipsis-4, .ellipsis-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    -webkit-line-clamp: 2;
}

.ellipsis-3 {
    -webkit-line-clamp: 3;
}

.ellipsis-4 {
    -webkit-line-clamp: 4;
}

.ellipsis-5 {
    -webkit-line-clamp: 5;
}

.translate-x-0 {
    transform: translateX(0) !important;
}

.translate-x-33 {
    transform: translateX(-33.33%) !important;
}

.translate-x-66 {
    transform: translateX(-66.66%) !important;
}

.loading-box {
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    background: #fff;
    height: 100vh;
    width: 100vw;
}

.loading-box img {
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -50px;
    width: 100px;
}

