@charset "utf-8";

#title, #body, #listmenu {
    /* 禁止选中文字 */
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome, Opera, and Edge */
}

body {
    margin: 0px;
    min-height: 100vh;
    background-color: aqua;
    background-image: url('https://files.a2942.top:5904/tp/PC/illust_90486312_20240410_021101.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed; 
    transition: all 0.3s;
}
a {
    color: rgb(211, 211, 211);
    text-decoration: none;
    transition: 
        color 0.3s,
        background-color 0.3s;
}
a:hover{
    color: rgb(0, 238, 255);
    background-color: rgba(0, 0, 0, 0.6);
}
#title {
    background-color: rgba(0, 183, 255, 0.425);
    width: 100%;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0);
    transition:
        background-color 0.3s,
        box-shadow 0.3s ;
}
#logodiv{
    padding: 0px 20px;
    text-align: center;
    align-items: center;
    height: 100%;
    display: flex;
}
#logodiv>h1{
    margin: 0px 10px;
    text-align: center;
    font-size: 1.2em;
}
#title1{
    height: 100%;
    display: flex;
}
#title2 {
    height: 100%;
    text-align: center;
    display: -webkit-inline-box;
}

#title3 {
    display: inline;
    background-color: rgb(251, 255, 0, 0.8);
    height: 100%;
    padding: 0px 20px;
    text-align: center;
    align-content: center;
}
#title2>div {
    margin: 0px;
    padding: 0px 25px;
    height: 100%;
    align-content: center;
    cursor: pointer;
    background-color: rgb(0, 214, 0, 0.8);
    transition:
        background-color 0.3s,
        color 0.3s;
}
#title2>div:hover {
    background-color: rgba(0, 78, 13, 0.6);
    color: #fff;
}
#body {
    width: 100%;
    /* background-color: #015889; */
    min-height: calc(100vh - 55px);
    display: grid;
	/* padding-top: 55px; */
}

#body>#mainFrame {
    width: 100%;
    border: 0px;
    min-height: 100%;
}

#foot {
    background-color: rgba(94, 94, 94, 0.6);
    overflow: hidden;
    margin: 0;
    width: 100%;
    text-align: center;
}
div#foot>div{
    display: inline;
    margin: 0px 5px;
}
#button {
    display: none;
}
#listmenu {
    display: none;
}

@media (max-width: 500px) {
    body {
        background-image: url('https://files.a2942.top:5904/tp/ANDROID/illust_102887048_20240410_021934.jpg');
    }
    #title2,#title3 {
        display: none;
    }
    #logodiv {
        height: 100%;
    }
    #title {
        justify-content: center;
    }
    #button {
        position: absolute;
        left: 0px;
        cursor: pointer;
        background-color: rgba(255, 251, 0, 0.5);
        height: 100%;
        text-align: center;
        align-items: center;
        padding: 0px 10px;
        display: flex;
    }
    #listmenu {
        display: block;
        position: fixed;
        height: 100%;
        width: 50%;
        /* z-index: 1; */
        top: 0px;
        background-color: rgb(0, 153, 255);
        transition: left 0.5s;
        left: -50%;
        /* left: 0; */
        text-align: center;
    }
    #listout {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgb(0, 0, 0, 0.0);
        transition: background-color 0.5s;
        pointer-events: none;
    }
    #offlistbutton {
        width: 100%;
        height: 100%;
        display: none;
        pointer-events: all;
    }
    #offmenulist {
        display: inline-block;
        cursor: pointer;
        padding: 10px 0px;
        transition: all 0.2s;
        width: 100%;
        background-color: rgb(241, 112, 112);
    }

    #offmenulist:hover {
        color: #fff;
        background-color: rgb(122, 0, 0);
    }
    #list>div{
        width: 100%;
        cursor: pointer;
        padding: 5px 0px;
        background-color: rgb(0, 217, 255);
        transition: all 0.2s;
    }
    #list>div:hover {
        background-color: rgb(0, 71, 119);
        color: #fff;
    }
}
#foot>div>text{
    white-space: nowrap
}
#govicon {
    display: inline;
    margin: 0px 0px 0px 5px;
    width: auto;
    box-sizing: border-box;
    vertical-align: bottom;;
    border-style: none;
    max-width: 100%;
    height: 24px;
}

#musicplayer1 {
    display: flex;
}
.mp0 {
    margin: 0px 4px;
    transition: all 0.2s;
}
#musicplayer2 {
    display: ruby-text;
    padding: 10px 0px;
    background-color: rgb(255, 255, 0, 0.8);
    position: absolute;
    bottom: 0;
    width: 100%;
    word-break: break-all;
}