@charset "utf-8";
blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, html, input, lengend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}
body, button, input, select, textarea, th {
    color: #333;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-family: poppin, 'PingFang SC', Tahoma, Arial, \5FAE\8F6F\96C5\9ED1, sans-serif;
    font-family: Tahoma, Arial, \5FAE\8F6F\96C5\9ED1, sans-serif/9
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%
}
li {
    list-style: none
}
img {
    border: 0 none;
    -ms-interpolation-mode: bicubic;
    image-rendering: optimizeQuality
}
input[type=button], input[type=submit] {
    cursor: pointer
}
button {
    cursor: pointer
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
a {
    color: #333;
    text-decoration: none
}
a:hover {
    color: #31c27c;
    text-decoration: none
}
a:focus, button:focus, input:focus {
    outline: 0
}
.text-center {text-align: center;}
.clear-fix {zoom: 1;}
.clear-fix:before, .clear-fix:after {display: table;line-height: 0;content: "";}
.clear-fix:after {clear: both; }
.hidden {display: none !important;}
/*滚动条美化*/
.mCSB_container::-webkit-scrollbar{width:0;height:0}
#lyric::-webkit-scrollbar{width:0;height:0}

html,body{
    height: 100%;
    width: 100%;
    background-color: #777970;
    overflow: hidden;
}
body {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ba43a8+0,ea4fce+62,537bad+100&amp;0.38+0,0.17+61,0.8+100 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: #000000;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f7280', endColorstr='#000000');
    background-image: -webkit-linear-gradient(200deg, #7f7280, #000000);
    background-image: -moz-linear-gradient(200deg, #7f7280, #000000);
    background-image: -o-linear-gradient(200deg, #7f7280, #000000);
    background-image: -ms-linear-gradient(200deg, #7f7280, #000000);
    background-image: linear-gradient(200deg, #7f7280, #000000);
    
    overflow: hidden;
}
/* 模糊图像层 */
#blur-img {
    position: fixed;
    height: 100%;
    left: -10%;
    width: 120%;
    overflow: hidden;
}

#blur-img svg {
    width: 100% !important;
    height: 100% !important;
}

/* 移动端使用的模糊图像层 */
#mobile-blur {
    -webkit-filter: blur(50px);
    filter: blur(50px);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    background-size: cover;
    background-position: bottom center;
}
/* 图像遮罩层 */
.blur-mask {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=30); 
    -moz-opacity:0.3; 
    opacity:0.3;
    top: 0;
    left: 0;
    overflow: hidden;
}

.mobile-mask {
    filter:alpha(opacity=60); 
    -moz-opacity:0.6; 
    opacity:0.6;
}

#mkplayer{
    display: none;
}
.header {
    height: 50px;
    position: absolute;
}
.logo {
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    display: inline-block;
    font-size: 23px;
    color: #829194;
    cursor: pointer;
    margin: 10px 20px;
}
.logo:hover {
    color: #fff;
}

/* 宽度约束容器 */
.container{
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* 中部主要容器 */
.center{
    position: absolute;
    width: 100%;
    top: 50px;
    bottom: 100px;
}

/* 顶部按钮条 */
.btn-bar {
    position: absolute;
    display: inline-block;
    left: 0;
    right: 400px;
    height: 55px;
}


/* 顶部按钮区域 */
.btn-box {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
}
/* 常规按钮 */
.btn {
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    position: relative;
    border-radius: 2px;
    border: 1px solid #fff;
    border: 1px solid rgba(150,150,150,.5);
    color: #fff;
    opacity: .8;
    filter: alpha(opacity=80);
    cursor: pointer;
    font-size: 14px;
    padding: 6px 25px;
    margin: 0 2px;
}
.btn:hover {
    border: 1px solid #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}
.btn[data-action='player'] {
    display: none;
}

/* 搜索工具样式 */
#search-area {
    padding: 35px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    min-width: 290px;
    backdrop-filter: blur(10px);
}

.search-title {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 24px;
    text-align: center;
}

.search-group {
    position: relative;
    margin-bottom: 24px;
}

.search-group input {
    width: 100%;
    padding: 16px 50px 16px 20px;
    border: 2px solid #eaeaea;
    border-radius: 12px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: #fff;
    box-sizing: border-box;
}

.search-group input:focus {
    border-color: #4a90e2;
    outline: none;
    box-shadow: 0 0 0 4px rgba(74, 144, 226, 0.1);
}

.search-group input::placeholder {
    color: #999;
}

.search-group button {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: #4a90e2;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s ease;
}

.search-group button:hover {
    background: #357abd;
    transform: translateY(-50%) scale(1.05);
}

.radio-group {
    display: flex;
    justify-content: center;
    gap: 24px;
}

.radio-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.radio-label input {
    display: none;
}

.radio-custom {
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    transition: all 0.3s ease;
}

.radio-custom::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 10px;
    height: 10px;
    background: #4a90e2;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.radio-label input:checked + .radio-custom {
    border-color: #4a90e2;
}

.radio-label input:checked + .radio-custom::after {
    transform: translate(-50%, -50%) scale(1);
}

.radio-text {
    font-size: 15px;
    color: #666;
}

/* 动画效果 */
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#search-area {
    animation: slideIn 0.3s ease-out;
}

/* Remove default form margin */
form {
  margin: 0;
}

/* 左侧主体数据区 */
.data-area {
    position: absolute;
    left: 0;
    right: 400px;
    top: 60px;
    bottom: 0;
    overflow: hidden;
}

/* 数据区域容器 */
.data-box {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    overflow-y: auto;
}

/*以下是播放列表 css 样式*/
/* 列表头 */
.list-head {
    height: 40px;
}

/* 一项数据 */
.list-item {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #bdbdbe;
    color: rgba(225,225,225,.8);
    font-size: 14px;
    overflow: hidden;
    border-bottom: 1px solid rgba(150,150,150,.1);
    cursor: default;
    position: relative;
}

/* 正在播放的那项 */
.list-playing {
    color: #fff;
}

/* 列表数字 */
.list-num {
    display: block;
    width: 30px;
    text-align: center;
    float: left;
    overflow: hidden;
}
/* 正在播放的那项数字 */
.list-playing .list-num {
    background: url("../images/wave.gif") 10px 20px no-repeat;
    text-indent: -99px;
}

/* 音乐名字 */
.music-name {
    position: relative;
    display: block;
    width: auto;
    margin-left: 40px;
    margin-right: 300px;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none; /*禁止双击选定*/
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
/* 鼠标滑过时音乐名字被截断 */
.music-name-cult {
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-item:hover .music-name-cult {
    padding-right: 185px;
}
.list-playing:hover .music-name-cult {
    padding-right: 160px;
}
/* 作者名称与音乐专辑 */
.auth-name,.music-album {
    position: relative;
    display: block;
    width: 150px;
    float: right;
    height: 100%;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 移动端的菜单图标 */
.list-mobile-menu {
    display: none;
}

/*列表中滑动出现的菜单*/
.list-menu {
    position: absolute;
    right: 10px;
    top: 50%;
    overflow: hidden;
    font-size: 0;
    height: 36px;
    margin-top: -18px;
    float: right;
    display: none;
}
.list-item:hover .list-menu {
    display: block;
}
.list-head:hover .list-menu {
    display: none;
}

/* 列表中滑动出现的小图标 */
.list-icon {
    display: block;
    width: 36px;
    height: 36px;
    background-image: url("../images/icon_list_menu.png");
    float: left;
    margin-left: 10px;
    cursor: pointer;
}
.list-item .icon-add{
    display: none;
}
.list-playing .icon-play{
    display: none;
}
.icon-play {
    background-position: -80px 0;
}
.icon-play:hover {
    background-position: -120px 0;
}
.icon-add {
    background-position: -80px -80px;
}
.icon-add:hover {
    background-position: -120px -80px;
}
.icon-download {
    background-position: -80px -120px;
}
.icon-download:hover {
    background-position: -120px -120px;
}
.icon-share {
    background-position: -80px -40px;
}
.icon-share:hover {
    background-position: -120px -40px;
}

/* 分享弹窗中的链接框 */
/* 弹窗容器样式 */
.share-container {
    background: #fff;
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* 头部样式 */
.share-header {
    background: linear-gradient(135deg, #4a90e2, #357abd);
    color: white;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.share-icon {
    color: white;
    opacity: 0.9;
}

.share-title-text {
    flex: 1;
}

.share-song-info {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
}

.share-subtitle {
    font-size: 13px;
    opacity: 0.8;
}

/* 内容区域样式 */
.share-content {
    padding: 24px;
}

/* URL输入框容器 */
.share-url-container {
    position: relative;
    margin-bottom: 16px;
}

/* URL输入框样式 */
.share-url {
    width: 100%;
    padding: 12px 45px 12px 16px;
    border: 2px solid #eaeaea;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    background: #f8f9fa;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.share-url:focus {
    outline: none;
    border-color: #4a90e2;
    box-shadow: 0 0 0 4px rgba(74, 144, 226, 0.1);
}

/* 复制按钮样式 */
.copy-btn {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    transition: all 0.3s ease;
}

.copy-btn:hover {
    background: #f0f0f0;
    color: #4a90e2;
}

.copy-btn.copied {
    background: #4a90e2;
    color: white;
}

/* 提示文本样式 */
.share-tips {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #666;
    margin: 0;
}

.tips-icon {
    color: #999;
}

/* 动画效果 */
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.share-container {
    animation: slideIn 0.3s ease-out;
}

/* 列表中可以被点击的横条 */
.list-clickable {
    cursor: pointer;
}

/* 以下是歌单 css 样式 */
/* 歌单中的一项 */
.sheet-item {
    position: relative;
    display: block;
    width: 25%;
    float: left;
    text-align: center;
}
/* 歌单封面 */
.sheet-cover {
    display: block;
    width: 100px;
    height: 100px;
    margin: 10px auto;
    cursor: pointer;
}
/* 正在播放的列表  */
.sheet-playing:before {
    content: url(../images/wave.gif);
    position: absolute;
    top: 90px;
    left: 50%;
    margin-left: -45px;
}
/* 歌单名字 */
.sheet-name {
    /*padding: 0 5px;*/
    display: inline-block;
    max-width: 120px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
}
/* 播放列表分割标题栏 */
.sheet-title-bar {
    border-radius: 2px;
    margin: 20px 0;
    text-align: center;
    line-height: 40px;
    height: 40px;
    color: #C5C5C5;
    background-color: rgba(0, 0, 0, 0.12);
}
.login-btn {
    cursor: pointer;
}
.login-btn:hover {
    color: #31c27c;
}

/* 以下是界面右侧 css 样式 */
/* 播放器主体(歌词和封面) */
.player {
    height: 100%;
    width: 400px;
    float: right;
    position: relative;
}

/* 歌曲封面区域 */
.cover {
    position: relative;
    display: block;
    width: 186px;
    height: 186px;
    margin: auto;
}

.cover:after {
    content: "";
    position: absolute;
    left: 9px;
    top: 0;
    width: 201px;
    height: 180px;
    background: url(../images/album_cover_player.png) 0 0 no-repeat;
    pointer-events: none;
}
/* 歌曲封面图片 */
.music-cover {
    vertical-align: middle;
    width: 186px;
    height: 186px;
}

/* 歌词显示区域 */
.lyric {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 195px;
    bottom: 10px;
    overflow: hidden;
    text-align: center;
    color: #bdbdbe;
    color: rgba(225,225,225,.8);
    line-height: 28px;
    padding: 20px 0;
    /* 添加顶部和底部的渐变遮罩效果 */
    mask-image: linear-gradient(to bottom, 
        transparent 0%,
        black 15%,
        black 85%,
        transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, 
        transparent 0%,
        black 15%,
        black 85%,
        transparent 100%);
}
/* 歌词ul */
#lyric {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto; /* 添加: 允许垂直滚动 */
}
#lyric>li {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer; /* 添加: 鼠标指针变为手型，表示可点击 */
    transition: all 0.2s ease; /* 添加: 平滑过渡效果 */
}
#lyric>li:hover {
    color: #31c27c; /* 添加: 鼠标悬停时变色 */
    transform: scale(1.05); /* 添加: 轻微放大效果 */
}
/* 正在播放的那一句歌词 */
#lyric .lplaying {
    color: #31c27c;
}
/* 歌词显示区显示的提示语(如加载中、无歌词等) */
.lyric-tip {
    position: absolute;
    width: 100%;
    top: 50%;
}

/* 歌曲信息按钮 */
#music-info {
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    position: absolute;
    width: 27px;
    height: 26px;
    border-radius: 13px;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    line-height: 26px;
    font-weight: bold;
    background-image: url(../images/player.png);
    background-position: -28px -367px;
    background-color: #353535;
    opacity: 0.3;
    filter: Alpha(opacity=30);
}
#music-info:hover {
    opacity: 1;
    filter: Alpha(opacity=100);
}
/* 标题 */
/* 弹窗样式 */
.music-info-modal {
    background: rgba(255, 255, 255, 0.95);
    padding: 24px;
    width: 320px;
    color: #000000;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    position: relative;
  }

/* 信息行样式 */
.info-row {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

.info-title {
    color: #888;
    width: 60px;
    font-size: 14px;
}

/* 按钮容器 */
.action-buttons {
    display: flex;
    gap: 12px;
    margin-top: 24px;
}

/* 按钮基础样式 */
.info-btn {
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
    flex: 1;
    text-align: center;
    background: rgb(37, 37, 37);
    border: none;
    color: #31c27c;
    text-decoration: none !important;
}

.info-btn:hover {
    background: rgb(0, 0, 0);
    transform: translateY(-2px);
}

/* 下载按钮特殊样式 */
.info-btn.download-btn {
    background: #31c27c;
    color: white;
}

.info-btn.download-btn:hover {
    background: #2ba76b;
}

/* 添加下一首按钮默认隐藏 */
.info-btn.add-next-song {
    display: none;
    color: #ff7043;
}

/* 底部 */
.footer {
    height: 100px;
    bottom: 0;
    width: 100%;
    position: absolute;
}

/* 带图片的按钮 */
.player-btn {
    background-image: url("../images/player.png");
    opacity: .8;
    filter: alpha(opacity=80)
}
.player-btn:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}
.player-comment-btn {
    background-image: url("../images/player-comment.png");
    opacity: .8;
    filter: alpha(opacity=80)
}
/* .player-comment-btn:hover {
    opacity: 1;
    filter: alpha(opacity=100)
} */
/* 暂停状态 */
.btn-state-paused {
    background-position: -30px 0;
}
/* 控制按钮(上一首、播放、下一首)区域 */
.con-btn {
    float: left;
    width: 130px;
    height: 100%;
    position: relative;
    margin: 0 10px;
}
.con-btn a{
    display: inline-block;
    position: absolute;
    top: 50%; 
}
.btn-prev{
    background-position: 0 -30px;
    width: 19px;
    height: 20px;
    margin-top: -10px; 
}

.btn-play{
    width: 19px;
    height: 29px;
    margin-top: -14.5px; 
    left: 36%;
    margin-left: -10.5px; 
}
.btn-next{
    background-position: 0 -52px;
    right: 30%;
    width: 19px;
    height: 20px;
    margin-top: -10px; 
}
.btn-order{
    background-position: 0 -173px;
    background-size: 450%;
    right: 0;
    width: 25px;
    height: 25px;
    margin-top: -10px; 
}
.btn-order-single {
    background-position: 0 -196px;
}
.btn-order-list {
    background-position: 0 -173px;
}
.btn-order-random {
    background-position: 0 -62px;
    height: 18px;
    margin-top: -9px;
}

/* 音乐进度条区域 */
.progress {
    width: auto;
    margin-left: 150px;
    margin-right: 250px;
    height: 100%;
    position: relative;
}

/* 限制进度条的盒子 */
.progress-box {
    position: absolute;
    height: 20px;
    left: 10px;
    right: 70px; 
    top: 50%;
    margin-top: -9px;
}

/* 纯净模式区域 */
.label {
    float: right;
    width: 60px;
    height: 100%;
    position: relative;
}
/* 纯净模式按钮 */
.btn-pure {
    display: inline-block;
    position: absolute;
    width: 75px;
    height: 29px;
    top: 47%;
    margin-left: 65px;
    margin-top: -10px;
    background-position: 0 -281px;
}
/* 查看评论按钮 */
.btn-comment {
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 30px;
    top: 47%;
    margin-left: 19px;
    margin-top: -10px;
    background-position: 0 -396px;
}
.btn-comment:hover {
    background-position: 0 -456px;
}

/* 音量控制区域 */
.vol {
    float: right;
    width: 225px;
    height: 100%;
    right: 0;
    position: relative;
}

.quiet {
    width: 100px;
    height: 100%;
    position: relative;
    float: left;
}
.btn-quiet{
    display: inline-block;
    position: absolute;
    width: 26px;
    height: 21px;
    top: 50%;
    right: 0;
    margin-top: -10px;
    background-position: 0 -144px;
}
.btn-state-quiet {
    background-position: 0 -182px;
}
.volume {
    position: relative;
    margin-left: 60px;
    height: 100%;
    overflow: hidden;
}
/* 限制声音进度条的盒子 */
.volume-box {
    position: absolute;
    height: 20px;
    left: 10px;
    right: 10px;
    top: 50%;
    margin-top: -10px;
}

/* 以下是孟坤进度条控件样式区域 */
/* 进度条可点击区域 */
.mkpgb-area {
    position: relative;
    cursor: pointer;
    height: 100%;
}
/* 进度条有背景区域 */
.mkpgb-bar {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px; 
    margin-top: -1px; 
    border-radius: 2px;
    background-color: #808284;
    overflow: hidden;
}
/* 进度条已完成区域 */
.mkpgb-cur {
    position: absolute;
    background-color: #D8D8D8; 
    width: 0; 
    height: 2px; 
    top: 50%;
    margin-top: -1px; 
    border-radius: 2px;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
}
/* 进度条小点 */
.mkpgb-dot {
    width: 10px; 
    height: 10px; 
    background-color: #fff; 
    border-radius: 5px; 
    overflow: hidden; 
    position: absolute; 
    left: 0px; 
    margin-left: -5px; 
    top: 50%; 
    margin-top: -5px;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
}
/* 进度条禁止点击样式 */
.mkpgb-locked {
    cursor: default;
}

/* 闪动效果作者：qiuye */
.dot-move {
    -webkit-box-shadow: 0 0 20px #fff;
    -moz-animation: dot-move 3s linear 2s infinite;
    -webkit-animation: dot-move 3s linear 2s infinite;
    -o-animation: dot-move 3s linear 2s infinite;
    -ms-animation: dot-move 3s linear 2s infinite;
}
@-webkit-keyframes dot-move{0%{-webkit-box-shadow: 0 0 20px #fff;}25%{-webkit-box-shadow: 0 0 10px #fff;}50%{-webkit-box-shadow: 0 0 0px #fff;}75%{-webkit-box-shadow: 0 0 10px #fff;}100%{-webkit-box-shadow: 0 0 20px #fff;}}
@keyframes dot-move{0%{-webkit-box-shadow: 0 0 10px #363333;}25%{-webkit-box-shadow: 0 0 7px #363333;}50%{-webkit-box-shadow: 0 0 0px #fff;}75%{-webkit-box-shadow: 0 0 6px #fff;}100%{-webkit-box-shadow: 0 0 10px #363333;}}


/* 以下是定时器样式 */
/******************/
.timer-modal {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    width: 300px;
    text-align: center;
  }
  
  .timer-display {
    font-size: 48px;
    font-weight: 300;
    color: #333;
    margin: 20px 0;
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
  }
  
  .timer-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background: #e0e0e0;
    outline: none;
    margin: 30px 0;
  }
  
  .timer-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #2196F3;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(33,150,243,0.3);
    transition: all 0.2s ease;
  }
  
  .timer-slider::-webkit-slider-thumb:hover {
    transform: scale(1.1);
    box-shadow: 0 3px 8px rgba(33,150,243,0.4);
  }
  
  .timer-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
  }
  
  .timer-btn {
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
  }
  
  .timer-cancel {
    background: #f5f5f5;
    color: #666;
  }
  
  .timer-confirm {
    background: #2196F3;
    color: white;
  }
  
  .timer-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }
  
  .timer-label {
    color: #666;
    font-size: 14px;
    margin-bottom: 8px;
  }

#countdownDisplay {
    font-size: 24px; /* 更大的字体 */
    margin-right: 10px;
}

.timer-container {
    display: flex;
    justify-content: space-between; /*  左右两端对齐 */
    align-items: center; /* 垂直居中 */
    padding: 10px; /* 内边距 */
    font-size: 18px; /* 字体大小 */
}

.timer-container button {
    background-color: #f44336; /* 红色 */
    color: white;
    border: none;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
}

/* 取消按钮 hover 效果 */
.timer-container button:hover {
    background-color: #d32f2f; /* 更深的红色 */
}

/* 进度条时间 */
.mkpgb-time {
    position: absolute;
    top: -25px;
    color: white;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap; 
    pointer-events: none; /* 防止时间显示影响鼠标事件 */
}

.mkpgb {
    position: relative;
}

/* 移动端禁用歌词点击效果 */
@media screen and (max-width: 900px) {
    #lyric>li {
        cursor: default; /* 移动端不显示指针 */
        -webkit-tap-highlight-color: transparent; /* 禁止点击高亮 */
        pointer-events: none; /* 禁止触摸交互 */
    }
    #lyric>li:hover {
        transform: none; /* 移动端不放大 */
        color: inherit; /* 保持原有颜色，不变色 */
    }
    /* 只允许滚动容器可以交互 */
    #lyric {
        pointer-events: auto; /* 重新启用滚动交互 */
    }
    .lrc-item.lplaying {
        pointer-events: none !important; /* 确保正在播放的歌词也无法点击 */
    }
    /* 移动端设置一个特殊的活动歌词样式，防止交互改变样式 */
    #lyric .lplaying {
        color: #31c27c !important; /* 保持播放中歌词颜色 */
    }
    /* 防止点击效果 */
    #lyric li:active, 
    #lyric li:focus, 
    #lyric li:hover,
    #lyric li.active {
        color: inherit !important;
        transform: none !important;
        -webkit-tap-highlight-color: transparent !important;
        background-color: transparent !important;
        outline: none !important;
    }
    /* 防止选中文本 */
    #lyric li {
        -webkit-user-select: none !important;
        -moz-user-select: none !important;
        -ms-user-select: none !important;
        user-select: none !important;
    }
}