body {
    margin: 0
}

#app {
    font-family: Microsoft YaHei,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50
}


.home-button-text {
    display: none !important;
}

/* 页面水印 */
body:after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 9999;
    opacity: .16;
    background-repeat: repeat;
    background-size: 260px 200px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='200' viewBox='0 0 260 200'%3E%3Ctext x='20' y='120' transform='rotate(-20 130 100)' fill='%232c3e50' font-size='20' font-family='Microsoft YaHei,Arial,sans-serif'%3E%E3%80%90%E7%BF%BC%E9%BE%99%E3%80%91%E5%8C%A0%E5%BF%83%E5%AE%9A%E5%88%B6%E7%89%88%3C/text%3E%3C/svg%3E")
}
