@font-face {
    font-family: 'Regular';
    src: url('./SourceHanSansCN/SourceHanSansCN-Regular.otf');
}

@font-face {
    font-family: 'Medium';
    src: url('./SourceHanSansCN/SourceHanSansCN-Medium.otf');
}

@font-face {
    font-family: 'OPPOSans-R';
    src: url('./Font-OPPOSans/OPPOSans-R.ttf');
}

@font-face {
    font-family: 'OPPOSans-B';
    src: url('./Font-OPPOSans/OPPOSans-B.ttf');
}

@font-face {
    font-family: 'OPPOSans-L';
    src: url('./Font-OPPOSans/OPPOSans-L.ttf');
}

@font-face {
    font-family: 'YouSheBiaoTiHei';
    src: url('./YouSheBiaoTiHei-2.ttf');
}

* {
    box-sizing: border-box;
}

.text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

::-webkit-scrollbar {
    width: 0;
    height: 10px;
    background: #FFF
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ccc;
}

body {
    background: #f9f9f9;
    overflow: auto;
    min-width: 1600px;
    font-family: Microsoft Yahei, Helvetica Neue, Roboto, Segoe UI, sans-serif;
}

p {
    margin: 0;
    padding: 0;
}

.empoworx-home {
    background-color: #fbfbfb;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.empoworx-home__main {
    user-select: none;
    width: 100%;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.empoworx-home__footer {
    width: 100%;
    flex-grow: 0;
    text-align: center;
    padding: 1em 0;
    font-size: 12px;
    color: #999;
}

.empoworx-home__loading {
    height: 280px;
    width: 280px;
    margin-bottom: 20px;
}

.empoworx-home__sub-title {
    color: #ABABAB;
    font-size: 12px;
}