::backdrop {
    color: rgb(95, 153, 230);
    text-align: left;
    font-size: 8pt;
}

html {
    width: 100%;
    height: 100%;
    min-width: 300px;
}

body {
    /* background-image: url("https://jay-blog.oss-cn-zhangjiakou.aliyuncs.com/web/stationmoon.webp"); */
    background-image: url("\stationmoon.webp");
    background-attachment: fixed;
    background-position: center;
    /* background: no-repeat center cover; */
    background-color: #cccccc;
    /* background-size: 100% auto; */
    background-size: cover;
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    min-width: 300px;
}

.hidden {
    display: none;
}

#myname {
    color: aliceblue;
    height: auto;
    padding-top: 1vh;
    font-size: 1vw;
    width: 10vw;
}

#motto {
    box-sizing: content-box;
    height: auto;
    width: 60%;
    margin-top: 38.2vh;
    margin-bottom: auto;
    margin-left: 50%;
    margin-right: auto;
    /* line-height: 100px; */
    /*设置line-height与父级元素的height相等*/
    text-align: center;
    /*设置文本水平居中*/
    overflow: auto;
    /*防止内容超出容器或者产生自动换行*/
    /* font-family: "Microsoft YaHei", Times, serif; */
    font-family: "Snell Roundhand";
    font-size: 5vw;
    color: aliceblue;
    position: absolute;
    overflow: auto;
    transform: translate(-50%, -50%);
    bottom: unset;
    min-width: 300px;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


#icp {
    width: 100%;
    position: fixed;
    z-index: 302;
    bottom: 0;
    text-align: center;
    /* left: 0; */
    /* transform: translate(-50%, -50%); */
    height: 8vh;
    padding-top: 1vh;
    overflow: hidden;
    font-family: "Microsoft YaHei", Times, serif;
    color: rgb(199, 221, 221);
    zoom: 1;
    margin: 0;
    font-size: 1vw;
    line-height: 8vh;
}

@font-face {
    font-family: "Snell Roundhand";
    src: url("/font/SnellBT-Regular.otf");
}
