@font-face {
    font-family: "阿里巴巴普惠体";
    src: url("../fonts/Alibaba-PuHuiTi-Medium.ttf") format("truetype");
}

* {
    font-family: 阿里巴巴普惠体
}
html,body{
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}
#load{
    width: 100%;
    height: 100%;
}
.load_logo{
    margin: 30vh auto 0 auto;
    display: block;
}

#container{
    margin: 0 20% 0 20%;
}

.custom-1{
    margin: 100px;
}

.nav-divider {
    position: relative;
    margin-left: 1rem;
    padding-left: 1rem;
}

.nav-divider::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1.2em;
    /* 竖线高度 */
    width: 1px;
    background-color: rgba(0, 0, 0, 0.2);
    /* 竖线颜色 */
}