﻿body {
    font-family: "微軟正黑體","Microsoft JhengHei",sans-serif !important;
    position: relative;
}
/* 毛玻璃背景 */
.blur-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0
}
/* 毛玻璃背景圖片 */
.blur-img {
    text-align: center;
    overflow: hidden;
    position: absolute;
    left: -20px;
    top: -40px;
    right: -20px;
    bottom: -20px;
    z-index: -1;
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: blur(20px);
    filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius=20, MakeShadow=false);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../images/cover.png);
}

    .blur-img img {
        width: 100%
    }
/* 毛玻璃背景圖片上再加上一層透明層 */
.blur-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#7F000000', endColorstr='#7F000000');
    background: rgba(0, 0, 0, .5)
}
.player-wrap {
    height: auto;
    position: relative;
    overflow: hidden;
    padding-left: 30px;
    
}
.radio-player {
    float: left;
    width: 350px;
    margin-left: 40px;
    margin-top: 75px;
    text-shadow: 1px 0 3px rgba(0, 0, 0, .3)
}
    .radio-player .album-cover {
        width: 200px;
        height: 200px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 0 10px rgba(0, 0, 0, .3)
    }
.album-detail-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
    float: right;
    width: auto;
    margin-right: 1%;
}

.album-detail {
    padding-bottom: 10px;
    margin-right: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, .05)
}

    .album-detail .album-title {
        font-size: 18px;
        margin-bottom: 30px
    }
