
/*专辑列表*/
.album-list{
    padding-top: .4rem;
}
.album-list>ul{
    border-radius: .2rem .2rem 0 0;
    padding-bottom: .3rem;
}
.album-list>ul>li{
    margin-top: .4rem;
}
.album-list ul li:first-child{
    margin-top: 0;
}
.album-list .m-g-album-top-left{
    width: 100%;
}
.album-list .m-g-album-top-left>a{
    width: 100%;
    height: 3rem;
}
.album-list .m-g-album-top-left>a img{
    width: 100%;
    min-height: 3rem;
}
.album-list .m-g-album-top-left ul li{
    width: 1.26rem;
}

.album-list-img{
    display: block;
    height: 3.4rem;
    overflow: hidden;
}
.album-list-img img{
    min-height: 3.4rem;
}
.album-list-title,
.album-list-desc{
    padding: 0 .2rem;
}
.album-list>ul>li{
    background: #f9f9f9;
    padding-bottom: .2rem;
}
.album-list-desc span:first-child:before{
    content: "";
    width: .25rem;
    height: .25rem;
    background: url("../image/time1.png")no-repeat;
    background-size: .25rem .25rem;
    margin-right: .1rem;
}
.album-list-desc span:last-child:before{
    content: "";
    width: .31rem;
    height: .21rem;
    background: url("../image/look.png")no-repeat;
    background-size: .31rem .21rem;
    margin-right: .1rem;
}

/*----------------------------------------------------*/
/*专辑详情*/
.album-main{
    padding: .2rem .3rem;

}
.album-main-top{
    display: block;
    height: 3rem;
    overflow: hidden;
}
.album-main-top img{
    width: 6.9rem;
    min-height: 3rem;
}
.album-main-desc{
    padding-bottom: .2rem;
}
.album-main-desc p{
    color: #666666;
    font-size: .26rem;
    line-height: .4rem;
}



