body {
    font-family: "Microsoft YaHei";
    /*overflow: hidden;*/
}
::-webkit-scrollbar {
    width: 0px
}

.loading-modal {
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.loading-icon {
    position: absolute;
    top: 50%;
    background: white;
    width: 160px;
    height: 72px;
    line-height: 72px;
    left: 50%;
    margin-top: -36px;
    margin-left: -80px;
    text-align: center;
    border-radius: 6px;
}

.popTipModal{
    background-color: #525252;
    color:#ffffff;
}

@media (min-width: 320px) {
    body {
        background-color: #f5f5f5;
    }

    .loginBody {
        background-color: #f5f5f5;
    }
    .loginContainer {

    }
}
@media (min-width: 992px) {
    body {
        background-color: #0B0B61;
    }

    .loginBody{
        background-color: #0B0B61;
    }
    .loginContainer {
        background-color: #ffffff;margin-top:10%;border-radius: 10px
    }
}
