.main-content {
    margin: 0 auto;
    background-color: #ededee;
    max-width: 750px;
}

.mfeng{
    background-color: #e14138 !important;
}
.ydzx{
    background-color: #129aee !important;
}

.nav-list .nav-n{
    padding-bottom: 0;
    padding-left: .3rem;
    margin-top:0 !important;
}

.footer {
    display: none;
    height: 1rem;
    width: 7.5rem;
    position: fixed;
    bottom: 0;
    z-index: 999;
}

.footer .foot-left {
    background-color: #fff;
    display: block;
    color: #333;
    font-size: .34rem;
    height: 1rem;
    width: 3.45rem;
    float: left;
    line-height: 1rem;
    border-top: 1px solid #e6e6e6;
}

.footer .foot-left img {
    width: .72rem;
    height: .72rem;
    float: left;
    margin: .14rem .2rem 0 .3rem;
}

.footer .foot-right {
    background-color: #e14138;
    color: #fff;
    display: block;
    font-size: .34rem;
    height: 1rem;
    line-height: 1rem;
    width: 4.05rem;
    float: right;
    text-align: center;
}
.footer .foot-right.show-coupon{
    line-height: normal;
    padding-top: .1rem;
}
.footer .foot-right .has-coupon{
    font-size: .24rem;
    padding-top: .05rem;
}

.nav-content{
    width: 100%;
    padding-bottom: 1rem;
    clear: both;
}

.nav-list{
    background-color: #fff;
    margin-top: .2rem;
}
.ul-list{
    margin-left: .3rem;
}
.ul-list li{
    height: 1.4rem;
    padding-right: .3rem;
    border-bottom: 1px solid #e9e9e9;
    color: #333;
    font-size: .32rem;
    margin-left: 1rem;
}
.ul-list li .ch-name{
    width: 4.6rem;
    float: left;
    height: 1.1rem;
    margin-top: .15rem;
    -webkit-box-align: start;/*左右居中*/
    -webkit-box-pack: center;/*上下居中*/

}
.ul-list li .listen{
    width: .8rem;
    height: .4rem;
    line-height: .4rem;
    display: block;
    border: 1px solid #20c051;
    border-radius: 2px;
    color: #20c051;
    font-size: .24rem;
    float: right;
    margin-top: .5rem;
    text-align: center;
}
.ul-list li .buyed{
    width: .8rem;
    height: .4rem;
    line-height: .4rem;
    display: block;
    border: 1px solid #F8840F;
    border-radius: 2px;
    color: #F8840F;
    font-size: .24rem;
    float: right;
    margin-top: .5rem;
    text-align: center;
}
.nav-play{
    float: left;
    margin-top: .34rem;
    margin-right: .2rem;
    margin-left: -1rem;
    position: relative;
}
.nav-play .al-img{
    width: .72rem;
    height: .72rem;
    border-radius: 50%;
}

.nav-play .play-bj{
    position: absolute;
    width: .72rem;
    height: .72rem;
    background-color: rgba(0,0,0,0.2);
    border-radius: 50%;
    z-index: 99;
    top: 0;
    left: 0;
}
.nav-play .play-bj-an{
    -webkit-animation: mymove 7s linear infinite;
    -o-animation: mymove 7s linear infinite;
    animation: mymove 7s linear infinite;
}
@keyframes mymove {
    0%{
        transform: rotate(0deg);
    }
    50%{
        transform: rotate(180deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
@-webkit-keyframes mymove {
    0%{
        -webkit-transform: rotate(0deg);
    }
    50%{
        -webkit-transform: rotate(180deg);
    }
    100%{
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes mymove {
    0%{
        -moz-transform: rotate(0deg);
    }
    50%{
        -moz-transform: rotate(180deg);
    }
    100%{
        -moz-transform: rotate(360deg);
    }
}
@-ms-keyframes mymove {
    0%{
        -ms-transform: rotate(0deg);
    }
    50%{
        -ms-transform: rotate(180deg);
    }
    100%{
        -ms-transform: rotate(360deg);
    }
}
@-o-keyframes mymove {
    0%{
        -o-transform: rotate(0deg);
    }
    50%{
        -o-transform: rotate(180deg);
    }
    100%{
        -o-transform: rotate(360deg);
    }
}

.nav-play .play-img{
    width: .3rem;
    height: .3rem;
    margin-top: -.5rem;
    margin-left: .21rem;
    z-index: 100;
    position: absolute;
}

.lock_img{
    width: .26rem;
    height: .32rem;
    float: right;
    margin-top: .54rem;
}

.FM-info{
    font-size: .24rem;
    color: #999;
    margin: .3rem 0;
    padding: 0 .3rem 1rem .3rem;
    text-align: center;
}
.mfeng-info{
    padding-bottom: 0 !important;
}
