<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    margin:0px;
    padding:0px;
}
body{
    margin:0px;
    padding:0px;
    width:100%;
    height:100%;
    background-color: black;
    background-image: url("/image/èƒŒæ™¯.png");
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-size: 100% 100%;
}
.header{
    position:absolute;
    left:0px;
    right:0px;
    top:0px;
    margin-left: 80px;
    margin-right: 80px;
    height:50px;
    display:flex;
    justify-content: space-between;
}
.header-left{
    flex:1;
    height:50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items:center;
}
.header-middle{
    flex:5;
}
.header-right{
    flex:2;
    height:50px;
    display: flex;
    justify-content: space-around;
    align-items:center;
}
.header a{
    display: block;
    height:40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items:center;
}
.header img{
    width:100%;
    height:40px;
    transition: all 0.3s ease-in-out;
    border-radius:2px;
    border-left:1px solid rgba(129, 255, 126, 0.5);
    border-top:1px solid rgba(129, 255, 126, 0.5);
}
.header img:active{
    border-left:0px;
    border-top:0px;
    border-right:1px solid rgba(129, 255, 126, 0.5);
    border-bottom:1px solid rgba(129, 255, 126, 0.5);
    box-shadow: 1px 1px 5px rgba(129, 255, 126, 0.5); 
}

/*å³ä¾§â€œå…è´¹è¯„ä¼°â€*/
    .right-fix{
        position: fixed;
        left:96%;
        top:50%;
        width:40px;
        height:100px;
        display: flex;
        justify-content: space-around;
        flex-direction: column;
    }
    .right-fix a{
        display: block;
        height:40px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items:center;
    }
    .right-fix img{
        width:100%;
        height:40px;
        transition: all 0.3s ease-in-out;
        border-radius:2px;
        border-left:1px solid rgba(129, 255, 126, 0.5);
        border-top:1px solid rgba(129, 255, 126, 0.5);
    }
    .right-fix img:active{
        border-left:0px;
        border-top:0px;
        border-right:1px solid rgba(129, 255, 126, 0.5);
        border-bottom:1px solid rgba(129, 255, 126, 0.5);
        box-shadow: 1px 1px 5px rgba(129, 255, 126, 0.5); 
    }
    /*
        ç±»æ&nbsp;·å¼
    */
    .hover{
        color:rgba(129, 255, 126);
    }

/*åˆ†é¡µ*/
.ts-page{
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    height:30px;
    text-align:left;
    /* background-color: brown; */
}
.ts-page span{
    display:inline-block;
    height:30px;
    line-height: 30px;
    padding:0 12px;
    color:#81FF7E;
    background: rgba(129, 255, 126, 0.3);
    backdrop-filter:blur(3px);
    border-left:1px solid rgba(129, 255, 126, 0.5);
    border-top:1px solid rgba(129, 255, 126, 0.5);
    /* cursor:pointer; */
    text-align:center;
    font-size: 14px;
    cursor:pointer;
    margin:0 4px;
}
.ts-page .tspage-ell{
    cursor:auto;
    background: rgba(129, 255, 126, 0.3);
    box-shadow:none;
    margin:0;
}
.ts-page span.disable{
    cursor:not-allowed;
    background: rgba(129, 255, 126, 0.3);
    color:#81FF7E;
}
.ts-page .page.on{
    background-color: #fff;
    color:#109d59;
}

</pre></body></html>