﻿@font-face {
  font-family: "iconfont"; /* Project id 3664445 */
  src: url('./iconfont.woff2?t=1681936365027') format('woff2'),
       url('./iconfont.woff?t=1681936365027') format('woff'),
       url('./iconfont.ttf?t=1681936365027') format('truetype');
}
.icon {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-out:before {
  content: "\e60a";
}
.icon-vip:before {
  content: "\e6ba";
}
.icon-play:before {
  content: "\e87c";
}


.yy  {
    display: block;
    width: 21px;
    height: 29px;
    text-indent: -9999px;
    background: url(./sprite.png) no-repeat;
}

.yy.icon-play {
background-position: -21px -608px;
    height: 29px;
    margin: 1px 6px;
}
.yy.icon-pause {
background-position: -21px -637px;
    height: 27px;
    margin: 1px 4px;
}

.yy.icon-volume {
    background-position: -30px -40px;
    height: 35px;
    margin: 1px 6px;
}
.yy.icon-noloop {
background-position: 3px -418px;
    height: 15px;
    margin: 7px 30px 4px 4px;
}


.yy.icon-loop {
background-position: -41px -418px;
    height: 15px;
    margin: 7px 30px 4px 4px;
}



.icon-singer:before {
  content: "\e79f";
}
.icon-music:before {
  content: "\e601";
}
.icon-video:before {
  content: "\e61d";
}
.icon-valbum:before {
  content: "\e9f0";
}
.icon-malbum:before {
  content: "\ea0b";
}
.icon-topbang:before {
  content: "\e607";
}
.icon-fav:before {
  content: "\e66c";
}
.icon-left:before {
  content: "\e603";
}
.icon-right:before {
  content: "\e61f";
}
.icon-user:before {
  content: "\e606";
}
.icon-qq:before {
  content: "\e609";
}
.icon-here:before {
  content: "\e8ff";
}
.icon-good:before {
  content: "\e870";
}
.icon-change:before {
  content: "\ec08";
}
.icon-download:before {
  content: "\e682";
}
.icon-points:before {
  content: "\e6cf";
}
.icon-top:before {
  content: "\e625";
}
.icon-laba:before {
  content: "\e602";
}
.icon-time:before {
  content: "\e600";
}
.icon-search:before {
  content: "\e8ba";
}
.icon-weixin:before {
  content: "\e62f";
}
.icon-close:before {
  content: "\e747";
}
.icon-home:before {
  content: "\e622";
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #379aec;
    text-decoration: none;
}
.search .icon {
    width: 100%;
    font-size: 18px;
    color: #39c1de;
    text-align: center;
}
.icon {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ul,li,p,form,h1,h2,dl,dt,dd {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

h1 {
    cursor: pointer;
}

img {
    border: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.header {
    width: 100%;
    height: 70px;
    box-shadow: 0 10px 20px rgba(153,153,153,.1);
    position: relative;
}

.logo {
    float: left;
    height: 50px;
    margin: 10px 0
}

.logo img {
    height: 100%;
}

.search {
    float: right;
    border: 1px #ececec solid;
 
}

.search .seh_list {
    float: left;
    width: 56px;
    height: 34px;
    position: relative;
}

.search .seh_list a {
    color: #666;
}

.search .seh_list:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 1px;
    width: 1px;
    height: 16px;
    background: #e3e3e3;
}

.search .seh_list .icon {
    position: absolute;
    top: 10px;
    right: -15px;
    font-size: 10px;
    color: #aaa;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.search .seh_list:hover .icon {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}

.search input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 100px #f0f0f0 inset !important;
}

.search .keytxt {
    float: left;
    height: 34px;
    line-height: 34px;
    text-indent: 8px;
    font-size: 13px;
}

.search .seh_sort {
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px #ececec solid;
    border-top: none;
    left: -1px;
    padding: 5px 0;
    top: 34px;
    display: none;
    overflow: hidden;
}

.search .seh_sort li {
    float: left;
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    text-align: center;
}

.search .seh_v {
    float: left;
    width: 130px;
    height: 24px;
    color: #666;
    background: #fff;
    border: 0;
    outline: 0;
    padding: 5px;
    font-size: 13px;
}

.search .seh_b {
    float: right;
    width: 30px;
    height: 34px;
    background: #fff;
    line-height: 36px;
    border: 0;
    outline: 0;
    cursor: pointer;
}

.search .icon {
    width: 100%;
    font-size: 18px;
    color: #39c1de;
    text-align: center;
}

.menu {
    float: left;
    height: 30px;
    margin: 20px;
}

.menu li {
    float: left;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    position: relative;
    margin: 0 5px;
}

.menu li .icon {
    float: left;
    font-size: 16px;
    color: #888;
    margin-right: 3px;
}

.menu li a:hover .icon {
    color: #fff;
}

.menu li .icon-home,.menu li .icon-video {
    font-size: 18px;
}

.menu li a {
    display: block;
    padding: 0 10px;
    color: #666;
}

.menu li a:hover {
    background: linear-gradient(85deg,#3172FF,#04E1FE);
    color: #fff;
}

.lei_login {
    float: right;
    height: 100%;
}

.lei_login .login {
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 20px 0;
}

.lei_login .login a {
    display: inline-block;
    color: #666;
    padding: 0 5px;
}
.container {
display: flex;
    max-width: 100vw;
    margin-top: 60px;
    box-sizing: border-box;
        }


.navbar{ 
flex: 0 0 15%;
    position: fixed;
    width: 180px;
    overflow: hidden;
    left: 0;
    top: 60px;
    padding: 8px 0px;
    height: 100vh;
    min-width: 180px;
    background-color: #FFF;
    border: 1px solid #EDEDED;
}

.navbar a {display:flex;font-size:14px;float:left;padding:12px 20px;margin:8px;width:100%;}
.navbar a2 {display:flex;font-size:14px;float:left;padding:12px 20px;margin:8px;background-color:#EEE;color:#000;width:70%;}
.navbar a img {width:18px;}
.navbar a2 img {width:18px;height:18px;}

.rightside {
background-color: #f3f3f3;
    width: calc(100% - 180px);
    padding: 20px;
    position: relative;
    float: right;
    left: 180px;
    box-sizing: border-box;
    overflow: hidden;
        }


  .playerbox {
            display: flex;
    HEIGHT: 450px;

background: url(./player-bg.png) no-repeat center top;
    background-size: cover;
border-radius:10px;
        }


    .player {
            width: calc(100% - 350px); 
            box-sizing: border-box; 
            display: flex;
            flex-direction: column;
            align-items: center;
            borderÃ¯Â¼Å¡1px #ececec solid;
            float: left;
        }

.playerbox::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(./player-bg.png) no-repeat center top;
    background-size: cover;
    opacity: 0.2; /* 设置透明度 */
    z-index: -1; /* 确保背景图在内容之下 */
}

  .resources {
    box-sizing: border-box;
    float: left;
    width: 45%;
        }

.play_name {
   top: -10px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    text-indent: 22px;
    overflow: hidden;
    position: relative;
   color:#a3a0a8;
}

.play_name:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(./sprite.png) -67px -301px no-repeat;
}



        .media-player {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-between;
            padding: 20px;
z-index:2;
        }
        .cover-art {
            width: 150px;
            height: 150px;
            border-radius: 50%;
            overflow: hidden;
            position: relative;
margin-bottom: 20px;
        }
        .cover-art img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

       #bgDiv img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
.bg {
            width: 350px;
            background-size: cover;
            background-position: center top; 
            transition: background 1s ease-in-out;
            position: relative;
        }
.bg::before {
    content: ''; 
    opacity: 0.7; /* 设置透明度 */
            transition: opacity 3s ease-in-out;
        }
       .play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: rgba(0, 0, 0, 0.5);
            color: white;
            border: none;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            cursor: pointer;
            z-index: 10;
        }

.lyrics-container {
    width: 95%;
    height: 100px;
    padding: 0 10px 18px 10px;
    border-radius: 8px;
    /* background-color: #fff;    border: 1px solid #5a5555; */
    overflow: hidden;
    position: relative;
    margin-top: -10px;
    z-index: 2;
    }
        .lyrics-line {
            opacity: 0.5;
            transition: opacity 1s ease;
            height: 20px;
            line-height: 20px;
            text-align: center;
            cursor: pointer; 
           color:#fff;
        }
        .lyrics-line.active {
            opacity: 1;
            font-weight: bold;
           color:#00ff12;
   font-size:18px;     }

     
        .progress-bar-container {
            width: 100%;
            height: 10px;
            background-color: #999;
            border-radius: 5px;
            margin: 10px 0 10px 0;
            position: relative;
            cursor: pointer; 
        }
        .progress-bar {
            width: 0;
            height: 100%;
            background-color: #333;
            border-radius: 5px;
background:linear-gradient(to right, rgb(21, 215, 196),rgb(184, 254, 88));
            transition: width 0.1s ease;
        }

       
        @keyframes rotate {
            from {
                transform: rotate(0deg);
            }
            to {
                transform: rotate(360deg);
            }
        }




.player H3 {

    color: #fff;
    margin-top: 20px;

}
.resources .mask

{
    display: block;
    z-index: 1;
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: center;
    /*  filter: blur(12px); */
    /*  -webkit-filter: blur(12px); */
    /*  -webkit-transform: scale(1.05) */
      background-color: rgba(0,0,0,0.2); 
      /*  box-shadow:0 0 8px rgba(0,0,0,0.7); */
}

.resources .pmbg .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    /* filter: blur(3px); */
    /* -webkit-filter: blur(3px);  */
     -webkit-transform: scale(1);
}

.player .music-dc {
    float: left;
    width: 100%;
    margin-top: 15px;
   min-width: 320px;
}

.player .music-dc li {
    float: left;
    width: 80px;
    height: 50px;
    padding: 5px 0;
    color: #fff;
    border: 1px #888 solid;
    border-radius: 5px;
}

/* 每个列表项样式 */
    .li-item {
        flex: 1;
        text-align: center;
        padding: 1em;
        margin: 0 5px; /* 设置左右间距为 10px */
    }

.player .music-dc li a {
    display: block;
cursor: pointer;
}

.player .music-dc li:hover {
    border-color: #db1d40
}

.player .music-dc li:nth-of-type(2n) {
    margin: 0 30px;
}

.player .music-dc li .name {
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #8e8b95;
}

.player .music-dc li .name span {
    float: left;
    width: 20px;
    height: 20px;
    background: url(./sprite.png) no-repeat;
    margin: 5px 3px 5px 20px;
}

.player .music-dc li .name span.rq {
    background-position: 0 -140px;
}

.player .music-dc li .name span.zan {
    background: url(./zan.png) center no-repeat;
}

.player .music-dc li .name span.fav {
    background-position: 0 -194px;
}


.player .music-dc li span {
    font-size: 1.2em;
    font-weight: bold;
    display: block;
}

.player .music-dc li p {
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #fff;
}
/* 容器样式 */
.hits-container {
    width: 100%;
    max-width: 600px; /* 可选：设置最大宽度 */
    margin: 0 auto;
    padding: 1em;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* 列表样式 */
.hitslist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

/* 每个列表项样式 */
.hitsitem {
    flex: 1;
    text-align: center;
    padding: 1em;
    border-right: 1px solid #ddd;
}

.hitsitem:last-child {
    border-right: none;
}

/* 链接样式 */
.hits-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

/* 内部元素样式 */
.hitsitem span {
    font-size: 1.2em;
    font-weight: bold;
    display: block;
}

.hitsitem p {
    margin: 0.5em 0 0;
    font-size: 1em;
}
.baikuang{font-size:14px;color:#555;text-align:center;border:1px solid #EDEDED;box-shadow:0 0 6px rgba(0,0,0,0.1);padding:5px 8px;cursor:pointer;}
.logo{display:flex;overflow:hidden;position:fixed;margin-top:-60px;left:0;height:49px;width:100%;padding:5px;background-color:#FFF;border: 1px solid #EDEDED;z-index:9997;}
.logo{left:0;}
.changeall{float:right;height:30px;line-height:30px;color:#666;cursor:pointer;position:relative}
.changeall a .icon{position:absolute;left:-18px;top:0;color:#1f7ecc;-webkit-transition:all 0.5s linear;-moz-transition:all 0.5s linear;transition:all 0.5s linear;}
.icon {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.changeall a:hover .icon{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg);}
.lei_left{float:left;width: calc(100% - 350px);}
.lei_right{float:right;width: 345px;}
.ins{display:none}
.mt{margin-top:20px;}
.title{float:left;width:100%;height:30px;}
.title h1{float:left;height:30px;font-size:16px;line-height:30px;color:#333;text-indent:12px;position:relative;}
.title h1:after{content:"";display:inline-block;position:absolute;top:7px;left:0;width:5px;height:16px;border-radius:5px;background:#3fa6fc;}
.title a.lei_more{float:right;height:22px;font-size:13px;line-height:22px;color:#888;margin-top:5px;padding-right:12px;position:relative;}
.title a.lei_more:after{content:' ';position:absolute;top:7px;right:5px;width:6px;height:6px;border-left:1px #aaa solid;border-top:1px #aaa solid;-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);transform:rotate(135deg);z-index:5;}
.title a:hover.lei_more{color:#379aec;}
.title a:hover.lei_more:after{border-left:1px #379aec solid;border-top:1px #379aec solid;}
.dance_list{float:left;width:100%;}
.dance_list li{float:left;width:100%;padding:10px 0;border-bottom:1px #999 dashed;}
.dance_list li:hover {background-color: #eee;border-bottom:1px #999 dashed; cursor: pointer;}

/*.dance_list li:nth-of-type(3n+2){margin:0 15px;}*/
.dance_list li .pic{float:left;width:48px;height:48px;overflow:hidden;position:relative;}
.dance_list li .pic a img{float:left;width:100%;height:100%;border-radius:5px;}
.dance_list li .pic .play{position:absolute;background:rgba(0,0,0,.5);height:100%;width:100%;left:0;top:100%;border-radius:5px;transition: all 0.5s;}
.dance_list li .pic a:hover .play{top:0;}
.dance_list li .pic .icon{position:absolute;width:20px;height:20px;font-size:20px;color:#fff;top:calc(50% - 10px);left:calc(50% - 8px);opacity:0;}
.dance_list li .pic a:hover .icon{opacity:1;}
.dance_list .list_c{float:left;width:calc(100% - 150px);margin:0 10px;}
.dance_list .name{float:left;width:100%;height:24px;line-height:24px;overflow:hidden;position:relative;}
.dance_list p{float:left;width:100%;height:24px;line-height:24px;font-size:12px;}
.dance_list .class{color:#39c1de;}
.dance_list .user{color:#ff53a0;margin:0 15px}
.dance_list .time{color:#999;}
.dance_list .change{float:right;border:1px #ececec solid;border-radius:5px;margin-top:12px;}
.dance_list .change a{float:left;display:inline-block;height:24px;line-height:24px;color:#bebebe;padding:0 5px;border-right:1px #ececec solid;}
.dance_list .change a:last-child{border-right:0;}
.dance_list .change a:hover{color:#379aec;}
.dance_list .change .icon{font-size:14px;}  
.play_malbum{float:left;width:100%;}
.play_malbum li{float:left;width:90px;margin:7px 0 7px 15px;position:relative;}
.play_malbum li:nth-of-type(3n+1){margin:7px 0 7px 0;}
.play_malbum li:nth-of-type(1){width:100%;}
.play_malbum li:nth-of-type(1) img{height:280px;}
.play_malbum li img{float:left;width:100%;height:90px;}
.play_malbum li .play{position:absolute;left:0;top:0;width:100%;z-index:1;height:100%;background:url(../images/play_bg.png) 0 bottom repeat-x}
.play_malbum li .good{position:absolute;top:0;left:10px;width:18px;height:30px;line-height:30px;font-size:12px;color:#fff;background:#379aec;text-align:center;z-index:2;border-radius:0 0 10px 10px;}
.play_malbum li .title{position:absolute;left:0;bottom:0;width:calc(100% - 10px);height:30px;line-height:30px;padding:0 5px;text-align:center;overflow:hidden;z-index:2;}
.play_malbum li .title a{color:#fff;}


.headLogin{display:flex;position:fixed;top:0;right:10px;text-align:right;z-index:9997;height:50px;padding:5px; 
    align-items: center; /* 垂直居中 */
    justify-content: center; /* 水平居中（可选） */}
.headLogin .icon {
    height: 40px; /* 设置图片高度 */
    margin-right: 8px; /* 可选：给图片和文本之间添加间距 */
border-radius: 5px;
}
.baikuang{color:#555;text-align:center;border:1px solid #EDEDED;box-shadow:0 0 6px rgba(0,0,0,0.1);padding:5px 8px;cursor:pointer;border-radius: 10px;}
.headLogin .login {
    width: 110px;
    height: 20px;
    line-height: 19px;
    border: #ddd solid 1px;
}
.headLogin .login_but {
    margin-left: 5px;
    cursor: pointer;
    background: #4a97cd;
    border: 0;
    color: #fff;
    width: 50px;
    line-height: 20px;
    text-align: center;
}

.headLogin a{padding: 5px;}
.searcha{display:flex;position:fixed;top:0;right:0;text-align:right;z-index:9997;height:50px;padding:5px; right:500px;
    align-items: center; /* 垂直居中 */
    justify-content: center; /* 水平居中（可选） */}
img,video,div,a,a2,h5,button,label{border-radius:5px;font-size:14px;}
.modal {display:none;position:fixed;flex-direction:column;z-index:9998;top: 0;left:0;width:100%;height:100%;margin:auto;background-color:rgba(0, 0, 0, 0.6);}
.dlzck {padding:10px;background-color:#FFF;margin:auto;width:420px;}
.modal-div {margin:auto;text-align:center;display:flex;max-width:90%;max-height:95%;}
.modal-image {background-color:#FFF;max-width:100%;max-height:100%;}
.modal-text {background-color:#FFF;border:1px solid #EEE;padding:10px;text-align:left;width:380px;height:auto;position:relative;}
.closure {font-size:30px;top:5px;right:10px;cursor:pointer;position:absolute;line-height:30px;z-index:9999;}
.lunbo {margin:15px 10px;width:98%;}

@media screen and (max-width: 800px) {
.gongneng{position:static;padding:0;margin:0 5px;width:auto;border:0;width:97%;background-color:#FFF;}
.gongneng::after{content: '';display: block;height:0;}
.gongneng2{border-radius:0;position:static;padding:0;margin:0;width:auto;border:0;}
.gnxzk{margin:5px;padding:5px;background-color:#EEE;width:auto;}
.gnxz{font-size:13px;font-weight:bolder;border-radius:5px;border:1px solid #00DDFF;padding:9px;}
.modal {height:100%;margin:auto;overflow: auto;}
.dlzck {padding:10px;background-color:#FFF;margin:auto;width:90%;}
.modal-div {display:block;}
.modal-image {max-width:95%;max-height:75%;}
.modal-text {width:95%;}
.popup-message {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  opacity: 0;
  animation: fadeInMoveUp 0.5s forwards;
  z-index: 10000; /* 确保弹出框位于页面其他内容之上 */
  pointer-events: none; /* 防止用户与弹出框交互 */
}

@keyframes fadeInMoveUp {
  from {
    opacity: 0;
    transform: translate(-50%, 20px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@keyframes fadeOutMoveUp {
  from {
    opacity: 1;
    transform: translate(-50%, 0);
  }
  to {
    opacity: 0;
    transform: translate(-50%, -20px);
  }
}

