@font-face {
    font-family: "iconfont"; /* Project id 3172555 */
    src: url('//at.alicdn.com/t/font_3172555_a0penuv1rwh.woff2?t=1644379067651') format('woff2'),
         url('//at.alicdn.com/t/font_3172555_a0penuv1rwh.woff?t=1644379067651') format('woff'),
         url('//at.alicdn.com/t/font_3172555_a0penuv1rwh.ttf?t=1644379067651') format('truetype');
  }
  
  .iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
.icon-volumeDisable:before {
    content: "\ea0f";
}
  
.icon-volumeMiddle:before {
    content: "\ea11";
}
  
.icon-shangyishou:before {
    content: "\e61e";
}
  
.icon-xiayishou:before {
    content: "\e61f";
}
  
.icon-bofang:before {
    content: "\e87c";
}
  
.icon-24gf-pause2:before {
    content: "\ea81";
}


/* 音乐播放器主体 */
.play_box {
    display: flex;
    width: 30cqw;
    height: 3cqw;
    position: fixed;
    left: 1cqw;
    bottom: 1cqw;
    padding: 1px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    z-index: 100;
    user-select: none;
}

.play_box > .bc{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    overflow: hidden;
    border-radius: 5px;
}

.play_box > .bc > img{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    filter: blur(10px);
}
/* 
    音乐播放器的音乐图像显示
    开始播放和暂停播放
*/
.play_box > .state{
    width: auto;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    aspect-ratio: 1 / 1;
}
.play_box > .state > .cover{
    width: 100%;
    opacity: 0.7;
    object-fit: cover;
}

/* 播放和暂停 */
.play_box > .state > .state_set{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    color: #5685FF;
    font-size: 20px;
    text-shadow: 0 0 10px #2249ab;
    cursor: pointer;
    user-select: none;
}

/* 上下一首 */
.play_box .functions {
    display: flex;
    width: 4cqw;
    height: 100%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    user-select: none;
}

.play_box > .functions > .last,.next{
    width: 30px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    color: #5685FF;
    text-shadow: 0 0 10px #2249ab;
    cursor: pointer;
}

/* 进度条组件和切换曲目组件 */
.play_box > .progress{
    display: flex;
    position: relative;
    width: 20cqw;
    height: 100%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    user-select: none;
}

.play_box > .progress * {
    user-select: none;
}

.play_box > .progress > .line{
    width: 90%;
    height: 6px;
    background: white;
    position: absolute;
    box-shadow: 0 0 5px white;
    cursor: pointer;
    border-radius: 10px;
    transition: all .3s;
}
.play_box > .progress > .line > .pros{
    width: 0px;
    height: 6px;
    background: linear-gradient(to left,#5685FF,#2249ab);
    border-radius: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 330px;
}
.play_box > .progress > .line > .pros > .Anchor{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: white;
    position: absolute;
    top: 50%;
    right: -7.5px;
    transform: translateY(-50%);
}
/* 时间进度显示 */
/* .play_box > .time_show{
    width: 100px;
    height: 20px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    font-size: 1cqw;
    color: white;
    text-shadow: 0 0 10px white;
    text-align: center;
    white-space: nowrap;
} */

/* 音乐工具设置 */
.play_box > .tool{
    display: flex;
    width: 3cqw;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.play_box > .tool > div{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: white;
    text-shadow: 0 0 10px white;
    cursor: pointer;
    position: relative;
}
.play_box > .tool > .volume > .volume_range{
    position: absolute;
    top: 0;
    left: 7.5px;
    width: 25px;
    height: 0px;
    background: white;
    transform: rotate(0deg);
    z-index: 1000;
    padding: 0px;
    border-radius: 20px;
    box-shadow: 
    0 0 10px rgba(0, 0, 0, 0.3),
    0 0 10px rgba(0, 0, 0, 0.1) inset;
    overflow: hidden;
    transition: all .3s;
}
.play_box > .tool > .volume >  .volume_range > .range{
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%) rotate(-90deg);
    height: 25px;
    width: 100px;
}

/* 音乐信息显示 */
/* .play_box > .music_info{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-25%);
    width: auto;
    max-width: 20cqw;
    height: 20px;
    font-size: 1cqw;
    text-align: center;
    line-height: 20px;
    color: white;
    text-shadow: 0 0 10px white;
    white-space: nowrap;
    user-select: text;
    overflow-x: hidden;
    background-color: aqua;
} */
.play_box .music_info {
    position: absolute;
    font-size: 1cqw;
    color: white;
    align-self: flex-start;
    margin: -1px auto; 
    width: fit-content;
    white-space: nowrap;
}


.play_box .time_show{
    font-size: 1cqw;
    color: white;
    align-self: flex-end;
    margin: -1px auto; 
    width: fit-content;
    pointer-events: none;
}