
footer {display: none!important;}


/* 整体水平布局容器 */
.aplayer {
  display: flex !important;
  flex-direction: row !important;
  width: 100% !important;
  margin: 70px auto !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  height: calc(100vh - 180px)!important;
  background: transparent;
      box-shadow: none;
}

/* 左侧歌单区域 */
.aplayer-list {
  width: 35% !important;
  max-height: 100% !important;
  order: 1 !important;
}
.aplayer .aplayer-list ol{
max-height: 100% !important;
}
/* 右侧播放器和歌词区域 */
.aplayer-body {
  width: 65% !important;
  display: flex !important;
  flex-direction: column !important;
  order: 2 !important;
}

/* 歌词容器调整 */
.aplayer-lrc {
  position: static !important;
  width: 100% !important;
  height: calc(100% - 50px)!important;
  margin-top: 15px !important;
  overflow-y: auto !important;
  text-align: center !important;
  padding: 10px 0 !important;
}
.aplayer .aplayer-lrc .aplayer-lrc-contents {
    height: 100%;
}
/* 移除歌词蒙版 */
.aplayer-lrc:before,
.aplayer-lrc:after {
  display: none !important;
}

/* 歌词文本样式优化 */
.aplayer-lrc p {
  padding: 5px 0 !important;
  margin: 0 !important;
  line-height: 1.6 !important;
}

.aplayer-lrc p.aplayer-lrc-current {
  color: #31c27c !important;
  font-weight: bold !important;
}

/* 播放器控制区域调整 */
.aplayer-info {
  padding: 15px !important;
  flex: 1 !important;
  border-bottom: 0px solid #e9e9e9!important;
}

.aplayer-control {
  padding: 0 15px 15px !important;
}

/* 进度条区域调整 */
.aplayer-progress {
  margin: 0 15px !important;
}

/* 响应式调整 */
@media (max-width: 768px) {
  .aplayer {
    flex-direction: column !important;
  }
  
  .aplayer-list,
  .aplayer-body {
    width: 100% !important;
  }
  
  .aplayer-list {
    max-height: 200px !important;
    border-right: none !important;
    border-bottom: 1px solid #eee !important;
  }
}
.aplayer .aplayer-pic,
.aplayer.aplayer-withlrc .aplayer-pic {
  position: fixed; !important;
  bottom: 0; /* 固定在底部 */
  left: 0; /* 从左侧开始 */
  right: 0; /* 延伸到右侧 */
  width: 100%; /* 宽度占满视口 */
  height: 100vh; /* 高度自适应保持比例 */
  z-index: -1; /* 确保在最上层显示 */
  margin: 0; /* 移除可能的外边距 */
  padding: 0; /* 移除可能的内边距 */
  object-fit: cover; /* 图片自适应填充容器，保持比例 */
  filter: blur(30px)!important;
  opacity: 0.3;
}
.aplayer .aplayer-icon-back, .aplayer .aplayer-icon-forward, .aplayer .aplayer-icon-lrc, .aplayer .aplayer-icon-order, .aplayer .aplayer-icon-play {
    display: block;
}
.aplayer .aplayer-pic .aplayer-play {display: none!important;}

.aplayer .aplayer-pic{
	background-color: transparent!important;
}
.aplayer .aplayer-info .aplayer-controller {
    position: fixed!important;
    bottom: 35px;
	left: 0;
	width: 100%;
	flex-direction: column;
	gap: 5px;
}
.aplayer .aplayer-info .aplayer-controller .aplayer-time,
.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
	gap: 10px;
}
.aplayer .aplayer-icon {
    width: 30px;
    height: 30px;
}
.aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-time-inner {
    position: absolute;
    left: 0;
    top: 5px;
}



.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar {
    width: 25px;
	left: 0px;
	border-radius: 5px;
}
.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar .aplayer-volume {
    width: 25px;
}
.aplayer .aplayer-lrc p {
    font-size: 20px;
    line-height: 30px !important;
    height: 30px !important;
}
.aplayer .aplayer-list ol li {
    border-top: 0px solid #e9e9e9;
}
.aplayer .aplayer-list ol li {
    margin: 5px 10px;
	border-radius: 5px;
    font-size: 18px;
}

/* 针对 Webkit 浏览器 */
.aplayer-lrc::-webkit-scrollbar {
  width: 5px;
}

.aplayer-lrc::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #ffffff80!important;
  border-radius: 8px;
}

/* 去掉交界处的颜色反射 */
.aplayer-lrc::-webkit-scrollbar-corner {
  background: transparent;
}
.aplayer.aplayer-withlrc .aplayer-info {
    margin-left: 0px;
}
.aplayer .aplayer-info .aplayer-music .aplayer-title,
.aplayer .aplayer-info .aplayer-music .aplayer-author {
    font-size: 18px;
}
.aplayer .aplayer-info .aplayer-music{
    text-align: center;
}

.aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon path{
fill: #333;
}
.aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-time-inner span,
.aplayer-list-title,
.aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-time-inner,
.aplayer .aplayer-info .aplayer-music span,
.aplayer .aplayer-info .aplayer-music .aplayer-author,

.aplayer .aplayer-list ol li .aplayer-list-index,
.aplayer .aplayer-list ol li .aplayer-list-author{
color: #333!important;
}

.aplayer .aplayer-list ol li.aplayer-list-light {
    background: #e9e9e950;
}
 .aplayer.aplayer-withlist .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon.aplayer-icon-menu{
     display: none;
 }

.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-loaded,
.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played,
.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar{
height: 8px;
 border-radius: 8px !important;
}
.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-loaded,
.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar{
    background: #33333380;
}
.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played .aplayer-thumb{
    margin-top: -6px;
    height: 20px;
    width: 20px;
}

@media (max-width: 768px) {
    .aplayer-list {
        max-height: 100% !important;	
        border-bottom: 0px solid #eee !important;		
}
.aplayer .aplayer-info .aplayer-controller .aplayer-time, 
.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap,
.aplayer{
    width: calc(100% - 40px)!important;
}


}

/*其它*/
meting-js,
#playerContainer.aplayer .aplayer{
	width: 100% !important;
}
.music{
    position: fixed;
    top: 0;
    text-align: center;
    width: 100%;
    z-index: 9999;
}
body {
margin: 0px;
}

#t3,
#t1{
	min-height: calc(100vh - 150px);
	padding-top: 20px;
}

/* 美化音乐按钮 */

.music .buttons button {
    border: none;
    border-radius: 25px;
    padding: 5px 10px;
    background: transparent;
	font-size: 1rem;
}

input#search-input {
	width:  calc(100% - 60px);
	height: 30px;
	padding: 0 12px;
	border: 1px solid #ced4da;
	border-radius: 4px;
	font-size: 14px;
	outline: none; 
}
.group-section > #networkGroups > div,
.group-section > #localGroups {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 30px;
	margin: 20px auto;
}
.group-section > #networkGroups > div div:first-child {
    grid-column: 1 / -1;
}
@media (max-width: 600px) {
	.group-section > #networkGroups > div,
	.group-section > #localGroups {

		grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));

	}
	#t3,#t1{width:calc(100% - 40px);margin: 0 auto;}
}