body{
    margin: 0;
    padding: 0;
    /* background: url(https://bing.mcloc.cn/api) fixed; */
    /* background-color: #f2f4f9;; */
   
}
.bgcolor{
    background: linear-gradient(rgb(39, 239, 119), rgb(202, 72, 72)), 0% 20%;
    /* background: url(1.jpg); */
    /* background: linear-gradient(rgba(225, 253, 236, 0.8), rgba(114, 114, 114, 0.8)), url('https://bing.mcloc.cn/api') fixed no-repeat 0% 20%/ cover; */
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: -3;
}
#backgroundOverlay {
    z-index: -2;
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4; /* 初始透明度 */
    pointer-events: none; /* 确保覆盖层不影响点击事件 */
}
a{
    text-decoration: none;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}
.red{
    background: red;
}
/* 顶部 */
.header-bar{
    width: 100%;
    background: white;
    height: 64px;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);
}
.header-name{
    width: 250px;
    height: 48px;
    margin: 8px;
    float: left; 
    padding-left: 20px;
}
.header-name>h1{
    margin: 0;
    font-size: 20px;
    color: brown;
}
.header-name>p{
    margin: 0;
    font-size: 10px;
    color: gray;
}
.header-rightbar{
    width: 24px;
    height: 48px;
    margin: 8px;
    font-size: 24px;
    line-height: 48px;
    display: none;
}
.header-rightbar:hover{
    color: red;
}
/* 内容主体 */
.content{
    width: calc(50% + 300px);
    float: left;
}
.item6-rightbar{
    width: calc(50% - 300px);
    float: left;
}
.height10{
    height: 10px;
}
.content-item{
    width: 980px;
    margin: 10px;
    float: right;
}
.item6-box{
    height: 1000px;
    width: 380px;
    float: left;
    margin: 10px;
}
.content-left{
    width: calc(70% - 5px);
    float: left;
}
.content-right{
    width: calc(30% - 5px);
    float: right;
}

/* 窗口切换 */
.item1-switch{
    width: 100%;
    margin: 0 auto;
}
.item1-switch-title{
    background: gray;
    width: 100%;
}
.item1-switch-title ul{
    margin: 0px auto 10px;
    display: flex;
    padding: 0;
}
.item1-switch-title ul li{
    background: white;
    width: 20%;
    float: left;
    list-style: none;
}
.item1-switch-title ul li div{
    width: 60px;
    border:1px solid #666;
    margin: 5px auto;
    padding: 5px;
    text-align: center;
}
.item1-switch-title ul li div:hover{
    background-color: #aaa;
}
.item1-switch-title ul li.current{
    border-bottom: 1px solid #fff;
    position: relative;
    top: 1px;
}
.item1-switch-content{
    padding: 5px;
    min-height: 300px;
    height: 430px;
    background: white;
}
.item1-switch-content>div{
    display: none;
}
.item1-switch-content>div:first-child{
    display: block;
}
.item1-picture{
    width: calc(100% - 20px);
    margin: 10px;
}
.item1-picture a div:hover{ 
    background: rgba(0, 0, 0, 0.2);
}
.item1-picture-content{
    width: 100%;
    height: 410px;
    z-index: -1;
    background: white;
    float: left;
}
.picture-change{
    width: 100%;
    height: 400px;
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
}
/* 密码 */
.item2-password{
    margin-top: 10px;
    width: 100%;
}
.form-group1{
    width: calc(100% -10px);
    background: rgba(0, 0, 0, 0.6);
}
.password-content{
    width: calc(100% - 20px);
    padding: 10px;
    font-size: 16px;
    outline: none;
    border: 0;
    background: none;
    color: white;
}
.form-group2{
    width: calc(100% - 20px);
    background: rgba(0, 0, 0, 0.6);
    margin: 10px 0 20px;
    padding: 10px;
    color: white;
}
.password-length{
    width: 50%;
    float: left;
}
.password-generate{
    width: 50%;
    float: left;
}
.password-generate>button{
    outline: none;
    border: none;
    background: white;
    width: 100px;
    height: 30px;
}
.password-generate>button:hover{
    background: black;
    color: white;
}
/* 随机文字（一言。。） */
.item3-word{
    margin-top: 10px;
    width: 100%;
}
.item3-content{
    width: calc(100% - 10px);
    margin-top: 10px;
    padding: 5px;
    background: white;
    height: 100px;
    float: left;
;
}
.item3-content-block{
    width: 100%;
    height: 100px;
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
}
.item3-bottom{
    width: 340px;
    height: 36px;
    clear: both;
    margin: 0 auto 10px;
}
.item3-bottom>input{
    width: 70px;
    height: 30px;
    margin: 3px 0 3px 10px;
    background: white;
    color: black;
    border: 0;
    border-radius: 5px;
}
.item3-bottom>input:hover{
    background:black;
    color: white;
}
/* 项目 */
.item4-link{
    margin-top: 10px;
    background: white;
    height: 100%;
    width: 100%;
}
.item4-link>.item4-colume{
    width: calc(100% - 24px);
    height: 50px;
    border: solid black 2px;
    margin: 0 10px 30px 10px;
    background: rgba(255, 255, 255, 0.5);
}
.item4-link>.item4-colume:hover{
    background: rgba(0, 0, 0, 0.5);
}
.item4-link>.item4-colume>a, .item4-link>.item4-colume>button{
    font-size: 20px;
    margin: 10px auto;
    display: block;
    color: black;
}
.item4-link>.item4-colume>a:hover, .item4-link>.item4-colume>button:hover{
    color: white;
}
.item4-colume>button{
   border: 0;
   background-color: transparent;
}
/* 弹窗 */
.item4-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
.item4-popup-content {
    width: 1000px;
    background-color: #fff;
    margin: 100px auto;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.item4-popup-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
/*Aplayer*/
.aplayer {
    width: 100%;
    border-radius: 6px !important;
    margin-right: 18px;
}
/*音乐列表*/
.aplayer.aplayer-withlist .aplayer-list {
    margin-top: 6px;
    width: 30%;
    float: left;
}
.aplayer .aplayer-list ol li.aplayer-list-light {
    border-radius: 6px !important;
}
.aplayer .aplayer-list ol li:hover {
    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-body{
    width: 60%;
    float: right;
}
.aplayer.aplayer-withlrc .aplayer-pic {
    display: none;
}
.aplayer.aplayer-withlrc .aplayer-info {
    margin-left: 0px !important;
    height: 350px !important;
}
.aplayer.aplayer-withlrc .aplayer-info {
    /* background-color: #ffffff26; */
    border-radius: 6px;
}
/*歌曲名称*/
.aplayer .aplayer-info .aplayer-music .aplayer-title {
    font-size: 16px !important;
}
/*控制面板 - Bug*/
.aplayer .aplayer-info .aplayer-controller {
    display: none !important;
}
/*歌词间距*/
.aplayer .aplayer-lrc {
    margin: 4px 0 0px !important;
    height: 300px !important;
    text-align: left !important;
    margin-left: 5px !important;
}
/*歌词大小*/
.aplayer .aplayer-lrc p.aplayer-lrc-current {
    font-size: 14.5px !important;
}

/*Aplayer结束*/
/* 隐藏内容 */
.item5-hide{
    width: 1000px;
    margin: 0 auto;
}
.item5-header{
    background: white;
}
.icon-jiantou{
    margin-top: -5px;
    padding-top: 10px;
    font-family: "iconfont" !important;
    font-size: 2.2em;
    color: #3f3f3f;
    text-align: center;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: color .5s;
}
.icon-jiantou:hover {
    color: rgb(119, 119, 119);
}

.icon-jiantou:active {
    color: skyblue;
}
.item5-content {
    display: none;
}

.item5-content {
    margin-top: -5px;
    text-align: center;
}
.item5-content b{
    font-size: 20px;
}
.item5-content a {
    display: inline-block;
    margin: 8px 5px;
    border-radius: 10px;
    font-size: 15px;
    padding: 10px 12px;
    box-shadow: 3px 2px 6px 0px #00000026, -1px -2px 6px 2px #ffffff96;
    transition: color 1s;
}
.item5-content a:hover {
    box-shadow: inset 1px 1px 1px 1px #0000001a, inset -1px -1px 2px #fff;
}
/* 说明 */
.item6-ButtomClose{
    display: none;
}
.item6-content{
    position: sticky;
    top: 0px;
    background-color: white;
    width: calc(100% - 20px);
    height: 580px;
    padding: 10px;
}
/*音乐播放器卡片*/
.item6-music {
    background: rgb(0 0 0 / 25%);
    backdrop-filter: blur(10px);
    border-radius: 6px;
    display: flex;
    padding: 10px;
}
.item6-music-control>i,.item6-music-control>div{
    float: left;
    margin: 5px;
    width: 20px;
    height: 20px;
    font-size: 20px;
}
.item6-music-control>i:hover,.item6-music-control>div:hover{
    background: gray;
}
.item6-music-control>div i{
    font-size: 20px;
}
.item6-music-menu {
    width: 230px;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.item6-music-volume {
    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;
}
/* 更换纯色壁纸 */
.item6-background{
    border: 1px solid red;
    clear: both;
    width: auto;
    height: 130px;
}
.item6-bgcolor{
    margin-right: 20px;
    height: 130px;
    width: 100px;
    float: left;
}
.item6-bgcolor-bar{
    padding: 0;
    border: 1px solid red;
    float: right;
    width: 20px;
    height: 100px;
    border-radius: 2px;
    margin-top: 15px;
}
.item6-bgcolor-bar:hover{
    width: 25px;
    height: 120px;
    margin-right: -2.5px;
    margin-left: -2.5px;
    margin-top: 5px;
}
.item6-bg-right{
    float: left;
    width: calc(100% - 130px);
}
.item6-bg-button{
    border: 1px solid red;
    height: 90px;
    margin: 3px;
}
.item6-bg-button div{
    border: 1px solid red;
    margin: 3px;
    width: 100px;
    float: left;
}
.item6-bg-button div:hover, .item6-random-color:hover{
    background-color: gray;
    color: red;
}
.item6-random-color{
    border: 0;
    background-color: transparent;
    margin: 0;
    padding: 0;
    font-size: 16px;
}
.item6-opacity-box{
    margin-top: 10px;
}
.item6-opacity-box button{
    float: left;
    width: 40%;
    font-size: 10px;
}
.item6-opacity-box span{
    float: left;
    width: 20%;
    font-size: 10px;
}

/* 时间胶囊 */
.item6-date {
    width: 100%;
    margin-top: 10px;
}
.item6-bar{
    clear: both;
    padding: 5px;
}
.item6-date-text {
    width: 100px;
    font-size: 15px;
    float: left;
    /* margin: 1rem 0rem 0.5rem 0rem; */
}
.item6-progress {
    font-size: 15px;
    float: left;
    width: 250px;
    /* height: 20px; */
    align-items: center;
    background: rgba(177, 240, 189, 0.7) !important;
    backdrop-filter: blur(5px);
}
.item6-progress-bar {
    /* font-family: 'UnidreamLED' !important; */
    background-color: rgb(186, 63, 63) !important;
    color: rgb(254, 254, 254) !important;
    padding: 5px;
    /* height: 20px; */
}
/* 宽度自适应 */
@media(max-width:1400px) {
    .content{
        width: calc(100% - 400px);
    }
    .content-item{
        width: calc(100% - 20px);
    }
    .item5-hide{
        width: 100%;
    }
}

@media(max-width:700px) {
    .content-left{
        width: 100%;
    }
    .content-right{
        width: 100%;
    }
}
@media(max-width:1040px) {
    .item4-popup-content{
        width: calc(100% - 20px);
    }
}
@media(max-width:1000px) {
    .content{
        width: 100%;
    }
    .header-rightbar{
        display: flex;
    }
    .blur {
        filter: blur(5px);
        -o-filter: blur(5px);
        -moz-filter: blur(5px);
        -webkit-filter: blur(5px);
    }
    /* 拉出菜单 我 */
    .item6-rightbar {
        display: block;
        width: 400px;
        height: calc(100vh);
        background-color: white;
        position: fixed;
        top: 0;
        right: 0;
        transition: all .5s;
        -o-transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        transform: translateX(400px);
        -o-transform: translateX(400px);
        -moz-transform: translateX(400px);
        -webkit-transform: translateX(400px);
        z-index: 100;   /* 确保能在音乐之上 */
    }
    
    .item6-rightbar-Click {
        transform: translateX(0px);
        -o-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        box-shadow: -10px 0 10px rgba(0, 0, 0, 0.3) ;
    }
    
    /* 关闭菜单按钮 */
    .item6-ButtomClose {
        display: flex;
        margin: 0 auto;
        width: 20px;
        /* background: gray; */
        padding: 20px;
    }
    .item6-ButtomClose:hover {
        transform: scale(1.1);
        -o-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
}
/*播放音乐时底栏歌词*/
#footer-lrc {
    clear: both;  
    display: block;  
    text-align: center;   
    margin: 0px auto;  
    position: fixed;  
    bottom: 10px;  
    width: 100%;  
    opacity: 0.3;
}
/* 底部留空白 */
.blank-transparent{
    height: 100px;
}
/* bug */
.iziToast-wrapper{
    display: none;
}