.music-item {
    width: 23%;
    height: 180px;
    float: left;
    margin-right: 2%;
    border: 1px solid #dcdcdc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 25px;
    cursor: pointer;
    background-color: #fff;
}

.music-item:nth-child(4n) {
    margin-right: 0px;
}

.music-yuan {
    display: inline-block;
    width: 70px;
    height: 70px;
    margin: 10px 0 0 10px;
    border-radius: 100%;
    border: 1px solid #D9E1E7;
    background-color: #EAEFF3;
    float: left;
    overflow: hidden;
    position: relative;
}

.music-title {
    display: inline-block;
    width: calc(100% - 90px);
    height: 38px;
    margin-left: 8px;
    color: #797979;
    font-size: 16px;
    margin-top: 15px;
    float: left;
    text-decoration: underline;
}

.music-title:hover {
    color: #4175dd!important;
    text-decoration: underline;
}

.music-type {
    color: #797979;
    font-size: 14px;
    margin-top: 10px;
    margin-left: 8px;
    float: left;
}

.music-txt {
    color: #797979;
    font-size: 14px;
}

.music-start,
.music-end {
    vertical-align: super;
    font-size: 12px;
}

.music-process {
    width: 100%;
    height: 24px;
    line-height: 24px;
    padding: 0 3px 0 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 18px;
    /*clear: both;*/
    float: left;
    display: flex;
}

.music-img-bg {
    display: inline-block;
    width: 190px;
    height: 20px;
    background-color: #CBD7E0;
    position: relative;
    z-index: 10;
    cursor: pointer;
    overflow: hidden;
}

.music-img-pro {
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 3;
    position: absolute;
}

.music-cover-pro {
    display: inline-block;
    width: 0px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #6869d1;
    z-index: 2;
}

.model-music {
    display: none;
    width: 100%;
    height: 35px;
    background-color: #ececec;
    /*overflow: hidden;*/
    margin-top: 18px;
    float: left;
    position: relative;
}

.model-music .down {
    display: block;
    width: 140px;
    height: 100%;
    background-color: #ffffff;
    float: left;
    position: relative;
    /*border-right: 1px solid #ececec;*/
}


/*.model-music .down:hover .down-num{*/


/*color: #0D7CED;*/


/*}*/

.model-music .collect {
    width: 140px;
    height: 100%;
    background-color: #ffffff;
    float: left;
    position: relative;
}

.model-music .collFin {
    width: 140px;
    height: 100%;
    background-color: #ffffff;
    float: left;
    position: relative;
}

.model-music .collFin .collect-num {
    color: #0D7CED;
}

.model-music .collFin .collect-img {
    background: url(../images/ico_favour_h.png) no-repeat center center;
    background-size: 100% 100%;
}

.music-z-i {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.icon-play {
    display: block;
    width: 34px;
    height: 34px;
    background: url("../images/btn_play.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 17px;
    left: 17px;
    z-index: 99;
}

.music-play {
    -webkit-animation: myRotate 20s linear infinite;
    -o-animation: myRotate 20s linear infinite;
    animation: myRotate 20s linear infinite;
}

@keyframes myRotate {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        /* IE 9 */
        -moz-transform: rotate(0deg);
        /* Firefox */
        -webkit-transform: rotate(0deg);
        /* Safari 和 Chrome */
        -o-transform: rotate(0deg);
        /* Opera */
    }
    50% {
        transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@-moz-keyframes myRotate
/* Firefox */

{
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        /* IE 9 */
        -moz-transform: rotate(0deg);
        /* Firefox */
        -webkit-transform: rotate(0deg);
        /* Safari 和 Chrome */
        -o-transform: rotate(0deg);
        /* Opera */
    }
    50% {
        transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@-webkit-keyframes myRotate
/* Safari 和 Chrome */

{
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        /* IE 9 */
        -moz-transform: rotate(0deg);
        /* Firefox */
        -webkit-transform: rotate(0deg);
        /* Safari 和 Chrome */
        -o-transform: rotate(0deg);
        /* Opera */
    }
    50% {
        transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@-o-keyframes myRotate
/* Opera */

{
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        /* IE 9 */
        -moz-transform: rotate(0deg);
        /* Firefox */
        -webkit-transform: rotate(0deg);
        /* Safari 和 Chrome */
        -o-transform: rotate(0deg);
        /* Opera */
    }
    50% {
        transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}


/*详情页*/

.slide-music {
    height: 266px!important;
}

.music-box {
    width: 100%;
    height: 714px;
    padding: 14px 20px 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
}

.music-bg-c {
    width: 100%;
    height: 100%;
    background-color: #E9F2FA;
    padding-top: 53px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.music-bg-m {
    width: 428px;
    height: 441px;
    margin: 0 auto;
    background: url("../images/pic_1_CD.png") no-repeat center center;
    background-size: 100% 100%;
    position: relative;
}

.music-z-d {
    width: 348px;
    height: 348px;
    position: absolute;
    top: 37px;
    left: 39px;
}

.icon-play-d {
    display: inline-block;
    width: 120px;
    height: 120px;
    background: url("../images/btn_1_play.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    left: 154px;
    top: 153px;
    z-index: 3;
    cursor: pointer;
}

.music-shi {
    display: inline-block;
    width: 71px;
    height: 71px;
    background: url(../images/pic_gaizi.png) no-repeat center center;
    z-index: 4;
    position: absolute;
    top: 0;
    right: -75px;
}

.music-gua {
    display: inline-block;
    width: 253px;
    height: 122px;
    background: url(../images/pic_huagan.png) no-repeat center center;
    z-index: 3;
    transform: rotate(-45deg);
    transition: all 0.6s ease-in-out;
    transform-origin: right top;
    position: absolute;
    top: 50px;
    right: -40px;
}

.music-pro-d {
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding: 0 50px 0 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 81px;
}

.music-s-d,
.music-e-d {
    display: inline-block;
    line-height: 48px;
    color: #9BB1C6;
    font-size: 16px;
    float: left;
}

.music-d-con {
    /* width: 641px; */
    flex: 1;
    height: 48px;
    background-color: #fff;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.music-d-con .music-cover-pro {
    height: 48px;
}

.detail-ty {
    font-size: 14px!important;
    color: #696969!important;
}

.slide-mu {
    width: 100%;
    height: 106px;
    padding: 26px 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.09);
    background-color: #fff;
}

@media screen and (max-width: 1200px) {
    .music-process {
        margin-top: 30px !important;
    }
}
@media screen and (max-width: 992px) {
    .music-item{
        width: 32.3% !important;
        margin-right: 1% !important;
    }
}
