body {
    font-family: 'Noto Sans SC', sans-serif;
}

[v-cloak] {
    display: none;
}

.tipsMessage {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.tipsMessage .tipsMessageContent {
    padding: 15px 20px;
    min-height: 50px;
    min-width: 200px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .8);
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#companyFooter {
    font-size: 12px;
    margin-top: 15px;
    text-align: center;
}

.systemLink {
    color: #31006F;
}
