@charset "utf-8";
/**************************************************
 * MKOnlinePlayer v2.31
 * 小屏幕样式修复
 * 编写：mengkun(http://mkblog.cn)
 * 时间：2017-9-13
 *************************************************/
@media screen and (max-width: 1028px) {
    /*首页轮播图*/
    .home-banner{
        height: 230px;
    }
    /*mv封面宽度*/
    .mv-item-cover{
        width: 150px;
        height: 85px;
    }
    .mv-name{
        max-width: 150px;
    }
}
/* 小于 900px 采用这个样式 */
@media screen and (max-width: 900px) {
    /*首页轮播图*/
    .home-banner{
        height: 300px;
    }
    #back-to-top{
        right:20px;
        bottom:20px;
    }
    /*隐藏头部logo*/
    .header {
        display: none;
    }
    /*中部顶格*/
    .center {
        top: 0;
    }
    
    /* 调出播放器按钮 */
    .btn[data-action='player'] {
        display: inline-block;
    }
    
    /* 按钮工具条区域 */
    .btn-bar {
        height: 35px;
        right: 0;
        z-index: 999;
    }
    .btn-box {
        background-color: #000;
        background-color: rgba(0, 0, 0, 0.12);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .btn {
        margin: 0;
        padding: 0;
        width: 8%;
        height: 100%;
        /*display: block;*/
        /*float: left;*/
        border: none;
        text-align: center;
        line-height: 35px;
        color: #C5C5C5;
    }
    .btn:hover {
        border: none;
    }
    #btn-area .active{
        border: none;
    }
    .btn-box .active:after {
        content: '';
        display: block;
        border-bottom: 3px solid #A2A0A0;
        margin-top: -3px;
    }
    
    /* 中部容器区域 */
    .data-area {
        top: 40px;
    }
    
    /*数据区域占满整个屏幕*/
    .data-area {
        right: 0;
    }
    
    
    /*列表菜单不显示*/
    .list-menu,.icon-all,.artist-icon-all {
        display: none!important;
    }
    .music-name-cult {
        padding-right: 0!important;
    }
    
    /* 专辑区域腾出位置 */
    .music-album {
        margin-right: 60px;
    }
    /* 小屏幕的列表菜单 */
    .list-mobile {
        position: absolute;
        display: block;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
        z-index: 2;
        cursor: pointer;
    }
    .list-mobile-menu{
        width: 30px;
        height: 30px;
        background-image: url(../images/player.png);
        background-position: -30px -365px;
        right: 210px;
    }
    .list-mobile-menu-delAll,.artist-list-mobile-menu-delAll{
        width: 20px;
        height: 20px;
        right: 5px;
        background-image: url(../images/icon_list_menu.png);
        background-position: -88px -168px;
    }
    .artist-list-mobile-menu-delAll{
        background-position: -8px -168px;
    }
    .list-mobile-menu-addAll{
        width: 20px;
        height: 20px;
        right: 35px;
        /*background-image: url(../images/icon_list_menu.png);*/
        /*background-position: -88px -90px;*/
        opacity: 0.6;
        background-image: url(../images/icon_sprite.png);
        background-position: -18px -18px;
    }
    .artist-list-mobile-menu-addAll{
        width: 20px;
        height: 20px;
        right: 5px;
        background-image: url(../images/icon_sprite.png);
        background-position: -18px 0;
    }
    .list-mobile-menu-delete,.my-list-mobile-menu-delete{
        width: 30px;
        height: 30px;
        font-size: 16px;
        text-align: center;
        line-height: 30px;
        right: 0;
    }
    .list-mobile-menu-search{
        width: 30px;
        height: 30px;
        font-size: 16px;
        text-align: center;
        line-height: 30px;
        right: 30px;
    }
    .artist-tab-content .list-mobile-menu-search,.style-tab-content .list-mobile-menu-search{
        right: 0;
    }
    .footer .container {
        display: flex;
        flex-direction: column-reverse;
    }
    /*控制按钮区域缩小*/
    .con-btn {
        margin: 20px 0;
        height:50px;
        width: 100%;
        transform: scale(.9);
    }
    .btn-prev {
        left: 20%;
    }
    .btn-play {
        left: 50%;
    }
    .btn-next {
        right: 20%;
    }
    .btn-order {
        left: -4px;
    }
    /*进度条调整*/
    .progress {
        width: auto;
        margin-left: 50px;
        margin-right: 60px;
        height: 100%;
        position: relative;
    }
    /*播放列表/播放器按钮*/
    .lists-box{
        display: block;
        right: -2px;
    }
    /*音量控制区域隐藏*/
    .vol {
        display:none;
        /*width: 15%;*/
        /*height: 50px;*/
        /*position: absolute;*/
        /*transform: scale(.9);*/
        /*right: 12px;*/
    }
    .music-only{
        display:none;
    }
    /*隐藏右侧歌词及封面*/
    .player {
        display: none;
        width: 100%;
    }
    .cover {
        margin-top: 60px;
    }
    #lyric {
        overflow-x: hidden;
        /*overflow-y: auto;*/
    }
    #lyric li{
        font-size: 13px;
    }
    #lyric .lplaying {
        color:#31c27c;
        font-size: 14px;
        -webkit-text-fill-color: #31c27c;
    }
    .song-singer{
        top: 310px;
    }
    .song-singer.active{
        top: 250px;
    }
    .lyric {
        top: 410px;
    }
    .lyric.active{
        top: 350px;
    }
    .player-singer{
        box-shadow: none;
    }
    .pic-pre-next{
        display: none;
    }
    /*.player-singer:hover .singer-pic-controls{*/
    /*    display: block;*/
    /*}*/
    .pic-tips,.player-singer .pic-fade-times{
        display: block;
    }
    .player-singer .lyric{
        top: 80%;
    }
    .player-singer-lrc-middle.player-singer .lyric{
        top: 300px;
    }
    /*mv封面宽度*/
    .mv-item-cover{
        width: 200px;
        height: 113px;
    }
    .mv-name{
        max-width: 200px;
    }
    /*音乐名字拉长*/
    .artist-music-name {
        margin-right: 230px;
    }
    /*音乐盒*/
    .disc-outer{
        margin-top: 80px;
    }
}

/* 小于 620px 采用这个样式 */
@media screen and (max-width: 620px) {
    /*首页轮播图*/
    .home-banner{
        height: 230px;
    }
    /*专辑信息不显示*/
    .music-album {
        display: none;
    }
    /*歌手名字*/
    .auth-name {
        width: 35%;
        padding-right: 60px;
        box-sizing: border-box;
    }
    .style-tab-content .auth-name{
        padding-right: 30px;
    }
    /*音乐名字拉长*/
    .music-name {
        margin-right: 41%;
    }
    .style-music-name{
        margin-right: 43%;
    }
    .list-mobile-menu{
        right: 35%;
    }
    .artist-music-name {
        margin-right: 90px;
    }
    .artist-tab-content .list-mobile-menu{
        right: 60px;
    }
    /*mv封面宽度*/
    .mv-item-cover{
        width: 150px;
        height: 85px;
    }
    .mv-name{
        max-width: 150px;
    }
    .artist-tab-content .mv-item {
        width: 50%;
    }
    /*歌手封面*/
    .artist-header,.style-header {
        height: 80px;
    }
    .artist-tab,.style-tab {
        font-size: 14px; /* 移动端字体统一14px */
        padding: 10px 3px; /* 紧凑布局 */
    }
    .artist-tab.active::after,.style-tab.active::after  {
        left: 10%;      /* 移动端缩短下划线 */
        right: 10%;
        height: 2px;    /* 减细线条 */
    }
    .artist-stats {
        gap: 10px;
        left: 15px;
        bottom: 15px;
    }
    .stat-item {
        font-size: 12px;
        padding: 3px 8px;
    }
    .artist-actions {
        right: 12px;
        bottom: 12px;
    }
    
    .collect-btn {
        padding: 6px 12px;      /* 缩小内边距 */
        font-size: 12px;        /* 调小字体 */
        border-radius: 16px;    /* 微调圆角 */
        transform: scale(0.9);  /* 整体缩小 */
    }
    .class-layer-demo-custom .layui-layer-content,.artist-tab-content,.style-tab-content {
        -webkit-overflow-scrolling: touch; /* iOS惯性滚动 */
    }
    /*电台分类*/
    .dj-djcatrecommend .sheet-item,.dj-djcathot .sheet-item,.userplaylist-add-item .sheet-item,.userdj-add-item .sheet-item{
        width: 33.3%;
    }
    
    /*.song-name,.singer-name,.album-name{*/
    /*    padding: 0;*/
    /*}*/
    
    /*列表顶部*/
    .playlist-container{
        flex-direction: column;
    }
    .playlist-container .cover-container{
        width: 100px;
        height: 100px;
        margin: 0 auto;
    }
    .playlist-container .cover-container:before{
        width: 100px;
        height: 100px;
        background-position: -240px -70px;
    }
    .playlist-container .cover-img-con{
        margin: 0;
    }
    .playlist-container .info-container{
        display: grid;
    }
    .playlist-container .creator-info,.playlist-container .action-buttons,.playlist-container .tags-container{
        margin-bottom: 10px;
    }
    .playlist-container .playlist-title{
        font-size: 16px;
        margin: 10px auto;
        text-align: center;
        order: 1;
    }
    .playlist-container .action-buttons{
        justify-content: center;
        order: 2;
    }
    .playlist-container .creator-info{
        order: 3;
    }
    .playlist-container .tags-container{
        order: 4;
    }
    .playlist-container .description{
        order: 5;
    }
    .userInfos-container .vipRights{
        width: 50px;
        height: 17px;
        top: 3px;
    }
    .follows-item{
        width: 100%;
    }
    .follows-item-container {
        width: 70%;
    }
    .follows-item-follow {
        padding-right: 10px;
    }
}

/* 小于 500px 采用这个样式 */
@media screen and (max-width: 500px) {
    /*首页轮播图*/
    .home-banner{
        height: 180px;
    }
    .center {
        bottom: 70px;
    }
    /* 歌单封面 */
    .sheet-item,.artist-item,.dj-item,.album-item,.my-create-item,.my-sub-item {   
        width: 33.33%;
    }
    .mv-item{
        width: 50%;
    }
    /* 歌单名字 */
    .sheet-name,.artist-name,.album-artist-name,.dj-name,.my-create-name,.my-sub-name {
        max-width: 100px;
    }
    .cover {
        margin-top: 50px;
    }
    .song-singer{
        font-size: 12px;
    }
    .song-singer.active{
        top: 240px;
    }
    .footer {
        height: 70px;
    }
    .lyric {
        top: 400px;
    }
    .lyric.active{
        top: 330px;
    }
    .player-singer .lyric{
        top: 80%;
    }
    .player-singer-lrc-middle.player-singer .lyric{
        top: 300px;
    }
    #music-info {
        bottom: 20px;
    }
    #music-speed {
        bottom: 60px;
    }
    #music-singer {
        bottom: 100px;
    }
    #music-mv {
        bottom: 140px;
    }
    #music-comment {
        bottom: 180px;
    }
    #music-tlyric {
        bottom: 220px;
    }
    #music-br {
        bottom: 260px;
    }
}
@media screen and (max-width: 450px) {
    /*首页轮播图*/
    .home-banner{
        height: 150px;
    }
    .album-item {   
        width: 50%;
    }
    .artist-tab-content .sheet-item,.style-tab-content .sheet-item,.style-tab-content .artist-item {
        width: 50%;
    }
    /*电台分类*/
    .dj-djcatrecommend .sheet-item,.dj-djcathot .sheet-item,.userplaylist-add-item .sheet-item,.userdj-add-item .sheet-item{
        width: 50%;
    }
    /*歌手mv封面*/
    .artist-tab-content .mv-item-cover {
        width: 130px;
        height: 73px;
    }
    .artist-tab-content .mv-name {
        max-width: 130px;
    }
    .detail-title i {
        width: 3px;
    }
}
/* 小于 350px 采用这个样式 */
@media screen and (max-width: 350px) {
    /*首页轮播图*/
    .home-banner{
        height: 120px;
    }
    /* 歌单封面 */
    .sheet-item,.artist-item,.album-item,.dj-item,.home-playlist .sheet-item,.my-create-item,.my-sub-item {   
        width: 50%;
    }
    .mv-item,.artist-tab-content .mv-item{
        width: 100%;
    }
    /*mv封面宽度*/
    .mv-item-cover,.artist-tab-content .mv-item-cover{
        width: 200px;
        height: 113px;
    }
    .mv-name,.artist-tab-content .mv-name{
        max-width: 200px;
    }
}