
/*轮播图*/
.banner{
    width:100%;
    height:300px;
    margin-top: 20px;
}
.banner .pic{
    width:100%;
    height:300px;
    background-color: #f4f4f4;
}
.banner .pic ul li{
    display: none;
    width:100%;
    height:300px;
    position: absolute;
    top: 0;
    left:0;
    /*opacity:0;
    filter:alpha(opacity = 0);*/
}
.banner .pic .cur{
    z-index: 10;
}
.banner .pic a{
    width:100%;
    height:100%;
}
.banner .pic a img{
    width:100%;
    height:100%;
}
.banner .pic ul li.first{
    display: block;
}
.banner .masgetext{
    width:210px;
    position: absolute;
    top:50%;
    right: 0;
    z-index: 10;
    border-radius: 2px;
}
.banner .masgetext div{
    width:100%;
    height:100%;
    background-color: #999;
    border-radius: 2px;
    opacity:0.2;
    filter:alpha(opacity = 20);
}
.banner .masgetext ul{
    padding:7px 7px 0 7px;
    position: absolute;
    top: 0;
    left: 0;
}
.banner .masgetext ul li{
    width:196px;
    height:40px;
    margin-bottom: 7px;
}
.banner .masgetext ul li a{
    display:block;
    height:100%;
    padding: 0 8px;
    font:14px/40px "微软雅黑";
    color:#666;
    background-color: #fff;
    border-radius: 2px;
    opacity:0.4;
    filter:alpha(opacity = 40);
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.banner .masgetext li.cur a{
    background-color: #fff;
    opacity: 1;
    filter:alpha(opacity = 100);
    color: #ff4040;
}
.banner .masgetext ul li a:hover{
    background-color: #fff;
    opacity: 1;
    filter:alpha(opacity = 100);
    color: #ff4040;
}

.container{
    margin-top:50px;
}
.container .music{
    float: left;
    width:200px;
}
.container .music .classify_list{
    font:18px/20px "微软雅黑";
    color:#333;
    font-weight: bold;
}
.container .music .title_en{
    height:30px;
    font:12px/30px "微软雅黑";
    color:#666;
    margin-bottom: 20px;
}
.container .music span{
    display:block;
    width:32px;
    height:5px;
    background-color: #ff3b3c;
}
.container .music .music_type{
    margin-top:60px;
    width:150px;
    height: 230px;
}
.container .music .music_type li{
    float: left;
    min-width: 52px;
    height:12px;
    font:12px/12px "微软雅黑";
    margin-bottom: 16px;
    cursor: pointer;
}
.container .music .music_type li:nth-child(odd){
    padding-right: 10px;
}
.container .music .music_type li:nth-child(even){
    padding-left: 10px;
    border-left: 1px solid #999;
}
.container .music .music_type li p{
    height:100%;
    color:#666;   
    position: relative;
}
.container .music .music_type li b{
    position: absolute;
    top:15px;
    left: 0;
    width:100%;
    height:2px;
    border-bottom:2px solid transparent;
}
.container .music .music_type li.cur p{
    font-weight: bold;
}
.container .music .music_type li.cur b{
    border-bottom-color: #666;
}
.container .music .music_type .album_more{
    display: none;
    font:12px/14px "微软雅黑";
    color: #ff3b3c;
}
.container .music i{
    display: block;
    width:155px;
    height:176px;
    background: url(../images/yuandian.png) no-repeat;
}
.container .music i.mar{
    margin-top:146px;
}
.container .showcase{
    float: left;
    width:1000px;
}
.container .showcase ul{
    width:1025px;
}

.service_items{
    margin-top: 15px;
}

/*专辑排行*/
.container .showcase div{
    display:none;
}
.container .showcase div.cur{
    display:block;
}

/*明星档案*/
.artists{
    float: left;
    width:1000px;
    background-color: #f7f7f7;
}
.artists li{
    float: left;
    width:200px;
    height:200px;
}
.artists li a{
    display:block;
    width:100%;
    height:100%;
}
.artists li a img{
    width:100%;
    height:100%;
}
.artists li a:hover{
    box-shadow: 2px 2px 20px #c7cdd4;
}
.artists li .l_details{
    width:100%;
    height:98px;
    margin-bottom: 4px;
    position: relative;
    background-color: #fff;
}
.artists li .l_details span{
    display:block;
    border-right: 10px solid #fff;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top:50%;
    left:-20px;
    margin-top: -10px;
}
.artists li .l_details h5{
    font-weight:normal;
    height:54px;
    font:14px/54px "微软雅黑";
    color:#333;
    padding:0 28px 0 20px;
}
.artists li .txt_ellipsis{
    height:36px;
    overflow: hidden;
}
.artists li p{
    font:12px/18px "微软雅黑";
    color:#8a9099;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.artists li .l_details p{
    padding:0 28px 0 20px;
}
.artists li .r_details{
    width:100%;
    height:98px;
    position: relative;
    background-color: #fff;
}
.artists li .r_details span{
    display:block;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 10px solid transparent;
    position: absolute;
    top:50%;
    right:-20px;
    margin-top: -10px;
}
.artists li .r_details h5{
    font-weight:normal;
    height:54px;
    font:14px/54px "微软雅黑";
    text-align: right;
    color:#333;
    padding:0 20px 0 28px;
}
.artists li .r_details p{
    padding:0 20px 0 28px;
}
.artists li .dl_details{
    width:100%;
    height:100%;
    position: relative;
    background-color: #fff;
}
.artists li .dl_details a{
    background: url(../images/dl.png) no-repeat;
}
.artists li .dl_details span{
    display:block;
    border-right: 10px solid #fff;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top:50%;
    left:-20px;
    margin-top: -10px;
}
.artists li .dl_details h5{
    font-weight:normal;
    height:54px;
    font:14px/54px "微软雅黑";
    color:#333;
    padding:100px 28px 0 20px;
}
.artists li .dl_details p{
    padding:0 28px 0 20px;
}
.artists li .dr_details{
    width:100%;
    height:100%;
    position: relative;
    background-color: #fff;
}
.artists li .dr_details a{
    background: url(../images/dr.png) no-repeat;
}
.artists li .dr_details span{
    display:block;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 10px solid transparent;
    position: absolute;
    top:50%;
    right:-20px;
    margin-top: -10px;
}
.artists li .dr_details h5{
    font-weight:normal;
    height:54px;
    font:14px/54px "微软雅黑";
    color:#333;
    padding:0 20px 0 28px;
    text-align: right;
}
.artists li .dr_details p{
    padding:0 20px 0 28px;
}

/*服务项目*/
.serviceitems{
    float: left;
    width:1000px;
    overflow: hidden;
}
.serviceitems ul{
    width:1099px;
    
}
.serviceitems ul li{
    float: left;
    width:56px;
    margin-right: 101px;
}
.serviceitems ul li a{
    display:block;
    width:100%;
    height:100%;
}
.serviceitems ul li a img{
    width:56px;
    height:56px;
    margin-bottom: 20px;
}
.serviceitems ul li a p{
    height:14px;
    font:14px/14px "微软雅黑";
    text-align: center;
    color:#212121;
}

/*最新资讯*/
.information{
    float: left;
    margin-bottom: 60px;
    width:1000px;
}
.information ul{
    float: left;
}
.information ul li{
    float: left;
    width:320px;
    margin-right: 18px;
    border: 1px solid #f1f1f1;
    border-radius: 2px;
}
.information ul li:hover{
    box-shadow: 2px 2px 20px #c7cdd4;
}
.information ul img{
    display:block;
    width:100%;
    height:160px;
    margin-bottom: 2px;
}
.information ul h5{
    height:38px;
    font:14px/38px "微软雅黑";
    color:#333;
    padding: 0 15px 0 10px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.information .in_news{
    float: left;
    width: 320px;
}
.information .in_news a{
    height: 14px;
    font:12px/14px "微软雅黑";
    margin-bottom: 16px;
    color:#999;
}
.information .in_news a span{
    display: inline-block;
    width: 240px;
    font-size: 14px;
    margin-right: 13px;
    color:#212121;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.information .in_news a:last-child{
    margin-bottom: 0;
}

.song-preview-wrapper {
        display: flex;
        padding: 40px 20px;
        background: #fff;
        margin-bottom:38px;
    }
    .preview-sidebar {
        width: 150px;
        flex-shrink: 0;
    }
    .preview-sidebar .main-title {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        margin: 0;
    }
    .preview-sidebar .sub-title {
        font-size: 12px;
        color: #999;
        margin: 5px 0 15px 0;
    }
    .preview-sidebar .red-line {
        display: block;
        width: 32px;
        height: 5px;
        background-color: #ff3b3c;
    }

    .song-grid {
        flex: 1;
        display: grid;
        grid-template-columns: repeat(2, 1fr); 
        gap: 20px 30px; 
        align-content: start;
    }

    .song-card {
        display: flex;
        align-items: center;
        border: 1px solid #f2f2f2;
        padding: 15px 20px;
        background: #fff;
        transition: all 0.3s ease;
    }
    .song-card:hover {
        border-color: #ff4d4f;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }

    .song-info { flex: 1; }
    .song-name { font-size: 14px; color: #333; margin-bottom: 5px; }
    .song-artist { font-size: 12px; color: #999; }

    .song-time {
        font-size: 13px;
        color: #333;
        margin: 0 25px;
        font-family: Microsoft YaHei;
    }

    .song-actions {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .play-btn {
        color: #ff4d4f;
        cursor: pointer;
        font-size: 22px;
        line-height: 1;
    }
    .sep { color: #ff4d4f; opacity: 0.6; }
    .copyright-btn {
        color: #ff4d4f;
        font-size: 13px;
        cursor: pointer;
        white-space: nowrap;
    }

    .copyright-wrap { position: relative; }
    .custom-popover {
        position: absolute;
        top: 32px; 
        right: -21px;
        width: 220px;
        background: white;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        border-radius: 4px;
        z-index: 99;
    }
    .popover-header {
        background: #ff4d4f;
        color: #fff;
        padding: 8px;
        text-align: center;
        font-size: 12px;
    }
    .popover-body {
        padding: 20px;
        text-align: center;
        font-size: 12px;
        color: #666;
    }
    .hidden { display: none; }