body {
    position: relative;
    background-size: 100%;
    background-attachment: fixed;
    overflow: hidden;
    -webkit-user-select: none;
    /* Chrome, Safari, Opera */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}

@font-face {
    font-family: "diploma";
    src: url('../font/diploma.ttf') format('truetype');
}

/* #alist{
    position: absolute;
    top: 100px;
    left: 100px;
    height: 120px;
    width: 200px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    font-size: 25px;
    backdrop-filter: blur(8px);
} */

/* #ace{
    position: absolute;
    top: 320px;
    left: 100px;
    height: 120px;
    width: 200px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    font-size: 25px;
    backdrop-filter: blur(8px);
} */

.css-button-sliding-to-top--black {
    min-width: 130px;
    height: 40px;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
    border-radius: 5px;
    z-index: 0;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(8px);
    overflow: hidden;
    border: 2px solid #212529;
    color: #212529;
}

.css-button-sliding-to-top--black:hover {
    color: #fff;
}

.css-button-sliding-to-top--black:hover:after {
    height: 100%;
}

.css-button-sliding-to-top--black:after {
    content: "";
    position: absolute;
    z-index: -1;
    transition: all 0.3s ease;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    background: #212529;
}

.css-button-neumorphic {
    min-width: 130px;
    height: 40px;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
    border-radius: 5px;
    border: none;
    background: #efefef;
    box-shadow: 2px 2px 4px #c8d0e7, -1px -1px 3px #fff;
    color: #585858;
}

.css-button-neumorphic:active {
    box-shadow: inset 1px 1px 3px #c8d0e7, inset -1px -1px 3px #fff;
}

html .sakana-box {
    position: absolute;
    bottom: 0;
    transform-origin: 100% 100%;
    /* 从右下开始变换 */
}

#clock {
    color: black;
    background: none;
    display: inline-block;
    margin: 1px;
    padding: 0px;
    font: 3em consolas, monospace;
    font-family: 'UnidreamLED' !important;
    color: #000;
    border: none;
}

header {
    text-align: center;
    background: rgb(0 0 0 / 25%);
    backdrop-filter: blur(10px);
    height: auto;
    display: block;
    position: fixed;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.power {
    line-height: 46px;
    color: #eeeeee;
    animation: fade;
    -webkit-animation: fade 0.75s;
    -moz-animation: fade 0.75s;
    -o-animation: fade 0.75s;
    -ms-animation: fade 0.75s;
}

/*音乐播放器卡片*/

.music {
    position: absolute;
    top: 80px;
    width: 300px;
    left: 40px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 6px;
    height: 165px;
    backdrop-filter: blur(8px);
    display: flex;
    justify-content: center;
    flex-direction: column;
    animation: fade;
    -webkit-animation: fade 0.3s;
    -moz-animation: fade 0.3s;
    -o-animation: fade 0.3s;
    -ms-animation: fade 0.3s;
}

.music-all {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 100%;
}

.music-button {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.music-control {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}

.music-menu {
    height: 26px;
    display: flex;
    align-items: center;
}

.fa-solid.fa-play,
.fa-solid.fa-pause {
    padding: 4px;
    font-size: 2.25rem;
}

#play {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    padding: 6px 10px;
}

#play:hover {
    background: rgb(255 255 255 / 20%);
}

#last,
#next {
    font-size: 1.75rem;
    border-radius: 6px;
    padding: 6px 10px;
}

#last:hover,
#next:hover {
    background: rgb(255 255 255 / 20%);
}

#play:active,
#last:active,
#next:active {
    transform: scale(0.95);
}

.music-text {
    margin-top: 6px;
    font-size: 1.10rem;
    text-overflow: ellipsis;
    max-width: 220px;
    overflow-x: hidden;
    white-space: nowrap;
    animation: fade;
    -webkit-animation: fade 0.5s;
    -moz-animation: fade 0.5s;
    -o-animation: fade 0.5s;
    -ms-animation: fade 0.5s;
}

#music-open,
#music-close {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 2px 8px;
    border-radius: 6px;
    margin: 0px 6px;
    text-overflow: ellipsis;
    overflow-x: hidden;
    white-space: nowrap;
}

.music-volume {
    margin-top: 6px;
    display: flex;
    align-items: center;
    flex-direction: row;
    animation: fade;
    -webkit-animation: fade 0.5s;
    -moz-animation: fade 0.5s;
    -o-animation: fade 0.5s;
    -ms-animation: fade 0.5s;
}

#volume-ico {
    padding-top: 2px;
    margin-right: 10px;
}

.music-volume i {
    font-size: 1.25rem;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    border-radius: 10px;
    height: 8px;
    background: rgb(0 0 0 / 15%);
}

input[type=range]::-webkit-slider-thumb,
input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
}

input[type=range]::-webkit-slider-runnable-track,
input[type=range]::-moz-range-track {
    height: 15px;
    border-radius: 10px;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 15px;
    width: 15px;
    background: #ffffff;
    border-radius: 50%;
}

/*Aplayer*/
.box-right {
    flex: 0 54%;
    max-width: 54%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.aplayer {
    backdrop-filter: blur(12px);
    background: transparent !important;
    width: 100%;
    border-radius: 6px !important;
    margin-right: 18px;
    font-family: 'HarmonyOS_Regular', sans-serif !important;
}

.aplayer.aplayer-withlrc .aplayer-pic {
    display: none;
}

.aplayer.aplayer-withlrc .aplayer-info {
    margin-left: 0px !important;
}

.aplayer.aplayer-withlrc .aplayer-info {
    background-color: #ffffff26;
    border-radius: 6px;
}

/*歌曲名称*/
.aplayer .aplayer-info .aplayer-music .aplayer-title {
    font-size: 16px !important;
}

/*音乐列表*/
.aplayer.aplayer-withlist .aplayer-list {
    margin-top: 6px;
}

.aplayer .aplayer-list ol li.aplayer-list-light {
    background: #ffffff26 !important;
    border-radius: 6px !important;
}

.aplayer .aplayer-list ol li:hover {
    background: #ffffff26 !important;
    border-radius: 6px !important;
}

.aplayer .aplayer-list ol li {
    border-top: 1px solid transparent !important;
}

.aplayer.aplayer-withlist .aplayer-info {
    border-bottom: 1px solid transparent !important;
}

.aplayer-list-cur {
    background-color: #eeeeee !important;
}

/*控制面板 - Bug*/
.aplayer .aplayer-info .aplayer-controller {
    display: none !important;
}

/*歌词间距*/
.aplayer .aplayer-lrc {
    margin: 4px 0 0px !important;
    height: 34px !important;
}

.aplayer .aplayer-lrc {
    text-align: left !important;
    margin-left: 5px !important;
}

/*歌词大小*/
.aplayer .aplayer-lrc p.aplayer-lrc-current {
    font-size: 14.5px !important;
}

/*全局字体颜色*/
.aplayer .aplayer-info .aplayer-music .aplayer-title,
.aplayer .aplayer-info .aplayer-music .aplayer-author,
.aplayer .aplayer-lrc p,
span.aplayer-list-title,
span.aplayer-list-author,
span.aplayer-list-index {
    color: white !important;
}

/*全局背景*/
.aplayer .aplayer-lrc:after,
.aplayer .aplayer-lrc:before {
    background: transparent !important;
}

/*Aplayer结束*/

/*更多页面*/
.box-left {
    flex: 0 44%;
    min-width: 400px;
    text-align: center;
}

.box {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1996;
    background-color: rgba(0, 0, 0, .5);
    backdrop-filter: blur(20px);
    animation: fade 0.3s;
}

.box-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1997;
    width: 80%;
    height: 80%;
    overflow: hidden;
    background: rgb(255 255 255 / 40%);
    border-radius: 6px;
    -webkit-animation: fade .3s;
    animation: fade .3s;
    padding: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#accordion {
    min-width: 360px;
    margin-right: 40px;
    margin-top: 20px;
    margin-left: 14px;
    border-radius: 8px;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 7%), 0 1px 5px 0 rgb(0 0 0 / 10%);
}

.accordion-item {
    background-color: transparent !important;
    border: none !important;
}

.accordion-item:first-of-type .accordion-button {
    border-radius: 8px;
}

.accordion-button {
    color: white !important;
    background-color: transparent;
    transition: 0.3s;

}

.accordion-button:focus {
    border-color: #ffffff26 !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 8px;
    transition: 0.3s;
}

.accordion-button:not(.collapsed) {
    background-color: #ffffff26;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    font-weight: bold;
    transition: 0.3s;
}

.accordion-button::after {
    border-radius: 8px;
    background-image: none !important;
}

.accordion-body {
    padding: 1rem 0rem !important;
    background-color: #ffffff10;
}

.closebox {
    left: auto;
    top: 10px;
    right: 16px;
    font-size: 1.5rem;
}

.closebox:hover {
    transform: scale(1.2);
}

i.iconfont.icon-close,
i.iconfont.icon-github1 {
    font-size: 1.45rem;
}

/*关闭按钮*/

.close {
    display: none;
    left: auto;
    top: 4px;
    right: 8px;
    font-size: 1.45rem;
}

.close:hover {
    transform: scale(1.2);
}

/*更多页面*/
.more {
    display: none !important;
    width: 46%;
    z-index: 999;
    position: fixed;
    height: 82%;
    right: 4%;
    background: rgb(0 0 0 / 25%);
    backdrop-filter: blur(10px);
    top: 7%;
    border-radius: 6px;
    padding: 30px;
}

.mores .more {
    display: flex !important;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
    animation: fade;
    -webkit-animation: fade 0.3s;
    -moz-animation: fade 0.3s;
    -o-animation: fade 0.3s;
    -ms-animation: fade 0.3s;
}

.mores .col.right {
    display: none;
}

/*播放音乐时底栏歌词*/
#lrc {
    display: none;
    line-height: 46px;
    color: #eeeeee;
    animation: fade;
    -webkit-animation: fade 0.75s;
    -moz-animation: fade 0.75s;
    -o-animation: fade 0.75s;
    -ms-animation: fade 0.75s;
}

.lrc-show {
    display: flex;
    justify-content: center;
    align-items: center;
}

#bbox {
    text-align: center;
    position: absolute;
    width: 200px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    height: 100%;
    right: 0;
    top: 0;
    display: inline-block;
    color: #eeeeee;
    animation: fade;
    -webkit-animation: fade 0.75s;
    -moz-animation: fade 0.75s;
    -o-animation: fade 0.75s;
    -ms-animation: fade 0.75s;
}

#main-box {
    position: absolute;
    top: 50%;
    height: 90%;
    transform: translateY(-50%);
    overflow-y: auto;
    overflow-x: hidden;
}

#main-box button {
    margin-top: 30px;
    margin-bottom: 30px;
}

#box-button {
    font-family: diploma;
    font-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 200px;
    height: 100px;
    width: 60px;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.css-button-gradient--1 {
    min-width: 130px;
    height: 40px;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
    border-radius: 5px;
    border: none;
    background-size: 120% auto;
    background-image: linear-gradient(315deg, #4ecdc4 0%, #c797eb 75%);
}

.css-button-gradient--1:hover {
    background-position: right center;
}

.css-button-gradient--1:active {
    top: 2px;
}

.css-button-3d--sand {
    min-width: 130px;
    height: 40px;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
    border-radius: 5px;
    border: none;
    background: #ced4da;
    box-shadow: 0 5px #adb5bd;
}

.css-button-3d--sand:hover {
    box-shadow: 0 3px #adb5bd;
    top: 1px;
}

.css-button-3d--sand:active {
    box-shadow: 0 0 #adb5bd;
    top: 5px;
}

.css-button-shadow-border-sliding--sand {
    min-width: 162px;
    height: 40px;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
    border-radius: 5px;
    border: none;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
    background: #adb5bd;
    z-index: 1;
}

.css-button-shadow-border-sliding--sand:hover:after {
    width: 100%;
    left: 0;
}

.css-button-shadow-border-sliding--sand:after {
    border-radius: 5px;
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    z-index: -1;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
    transition: all 0.3s ease;
    background-color: #ced4da;
    right: 0;
}

.css-button-shadow-border-sliding--sand:active {
    top: 2px;
}

/*滚动条样式*/
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #eeeeee;
}

.projectTitle {
    display: inline-block;
    margin: auto;
    width: 300px;
    font-size: 60px;
    text-align: center;
    font-family: diploma;
}

.projectList {
    display: inline-block;
    width: 650px;
    margin: auto;
    border-radius: 25px;
    background-color: rgba(200, 200, 200, 0.6);
    height: 470px;
    overflow: auto;
}

.projectList button {
    display: inline-block;
    height: 150px;
    width: 247px;
    border-radius: 20px;
    margin: 25px 36px;
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0.2);
}

/*滚动条样式结束*/

#logo-title-other {
    font-family: diploma;
    height: 25%;
    font-size: 6vw;

}

#logo-title-other-small {
    height: 15%;
    font-size: 2vw;
}

img {
    width: 100%;
    opacity: 0.8;
}

#yami{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

#searchBox {
    position: relative;
    height: 50px;
    width: 600px;
    border-radius: 30px;
    overflow: hidden;
    top: 45vh;
}

#engineC {
    position: fixed;
    display: none;
    bottom: 45vh;
    height: 160px;
    width: 600px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 40px;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(50px);
}

#engineC button {
    padding: 10px 20px;
    margin: 10px;
    border: none;
    font-size: 16px;
    cursor: pointer;
}

#searchEngine {
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(20px);
    height: 50px;
    left: 0;
    bottom: 0;
    width: 80px;
    text-align: center;
    border: none;
    line-height: 60px;
}

#searchId {
    position: absolute;
    left: 85px;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(20px);
    height: 50px;
    width: 430px;
    border: none;
}

#go {
    position: absolute;
    line-height: 50px;
    text-align: center;
    right: 0;
    height: 50px;
    width: 80px;
    border: none;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(20px);
}

#searchEngine i {
    font-size: 30px;
    font-weight: 600;
    display: none;
    cursor: pointer;
}
