* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #f2be45;
    background-image: url("/wenjian/木鱼/美化版/static/bg.texture-58Pqblmy.png");
    background-repeat: repeat, repeat-x;
    background-position: 0 0, 0 -40px;
    background-size: auto, auto 1.5rem;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.muyu {
    position: absolute;
    margin: auto 0;
    display: flex;
    bottom: 0px;
    top: 0px;
    width: 100%;
    height: 300px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.muyu > img {
    width: 300px;
    height: 200px;
    user-select: none;
    transition: all 0.3s;
    cursor: pointer;
}

.gongde {
    position: relative;
    color: #fff;
    height: 10px;
}

.gongde-item {
    position: absolute;
    left: -50vw;
    width: 100vw;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    transform: translateY(0px);
    animation: move 1s;
    user-select: none;
}

@keyframes move {
    0% {
        transform: translateY(0px);
        opacity: 1;
    }
    100% {
        transform: translateY(-100px);
        opacity: 0;
    }
}

.setting {
    position: relative;
    left: 15px;
    top: 15px;
}

.clickDown {
    transform: scale(0.9);
}

#reload {
    outline: none;
    border-radius: 100px;
    background: #5d5d5d;
    border: none;
    height: 30px;
    width: 30px;
    cursor: pointer;
    transition: all 1s;
}

#clickNum {
    outline: none;
    border-radius: 100px;
    background: #5d5d5d;
    border: none;
    height: 30px;
    min-width: 30px;
    cursor: pointer;
    font-size: 14px;
    color: #FFFFFF;
    padding: 0 15px;
}

#reload > img {
    margin-top: 2px;
    width: 16px;
    height: 16px;
    pointer-events: none;
}

dialog {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.1);
    outline: none;
    border: none;
    inset: 0;
}
.settings{
    position: absolute;
    left: -100%;
    width: 300px;
    height: 100vh;
    border-radius:0 12px 12px 0;
    background-color: rgba(255, 255, 255, 0.58);
    backdrop-filter: blur(10px);
    transition: left 0.5s;
    padding: 15px;
}
.settings>.top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.close-settings{
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.suspendedContent{
    margin-top: 20px;
}
.suspendedContent>input{
    width: 100%;
    outline: none;
    height: 30px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 8px;
    background-color: transparent;
    text-indent: 15px;
}
.suspendedContent>input:focus{
    border: 1px solid #f2be45;
}
#save{
    margin-top: 20px;
    width: 100%;
    outline: none;
    height: 30px;
    border: 1px solid #f2be45;
    border-radius: 8px;
    background-color: #f2be45;
    color: #FFFFFF;
    cursor: pointer;
}

#openSetting{
    position: absolute;
    width: 25px;
    height: 25px;
    inset: 15px;
    cursor: pointer;
}