.mlf{
    margin: 0 1.5rem;
}
.mt2{
    margin-top: 2rem;
}
.pd1{
    padding: 0.625rem 1.5rem;
}
.flex{
    display: flex;
}
.box-bg{
    background: #ffffff;
    border-radius: 0.8rem;
}
.line1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.line2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.cff{
    color: #fff;
}
.c22{
    color: #222;
}
.c99{
    color: #999;
}
.c66{
    color: #666;
}
.c3b{
    color: #3B9FDF;
}
.cff8{
    color: #FF8827 !important;
}
/* 字体大小 */
.f12{
    font-size: 1.2rem;
}
.f13{
    font-size: 1.3rem;
}
.f14{
    font-size: 1.4rem;
}
.f15{
    font-size: 1.5rem;
}
.f16{
    font-size: 1.6rem;
}
.normal{
    font-weight: normal;
}
.bold{
    font-weight: 700;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.bot-button .button,.withdrawal-btn{
    height: 4.4rem;
    line-height: 4.4rem;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    background: #d60201;
    border: 0.5px solid #d60201;
    border-radius: 2.3rem;
}

/* 弹出框 */
.pop-bg{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: 99;
}
.pop-main{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    padding: 2rem;
    background: #ffffff;
    border-radius: 1.2rem;
}
.pop-main .cancel-icon{
    position: absolute;
    right: 0px;
    top: -2.8rem;
}
.pop-main .weui-icon-cancel{
    color: #fff;
}
.pop-main .tit{
    text-align: center;
}
.pop-main .center-content{
    padding: 3rem 0;
    justify-content: space-between;
}
.pop-main .center-content .rg{
    color: #D60201;
    font-weight: 500;
}
.pop-main .pop-btn{
    width: 14rem;
    height: 3.3rem;
    line-height: 3.3rem;
    font-weight: 700;
    text-align: center;
    margin: auto;
    border-radius: 0.4rem;
}
.pop-main .green-btn{
    background: #46cd53;
}
.pop-main .red-btn{
    background: #d80005;
}
.pop-main .pop-inp input{
    width: 100%;
    padding: 0 1.5rem;
    height: 4.4rem;
    line-height: 4.4rem;
    background: #fafafa;
    border: 0.5px solid #dddddd;
    border-radius: 0.8rem;
    box-sizing: border-box;
}
.history-column{
    padding-top: 1.5rem;
}
.history-column h5{
    margin-bottom: 1rem;
}
.history-column-item{
    height: 19rem;
    overflow-y: auto;
    background: #f6f6f6;
}
.history-column-item ul li{
    height: 3.4rem;
    line-height: 3.4rem;
    padding: 0 1rem;
    font-size: 1.4rem;
    color: #222;
}
.history-column-item ul li.active{
    color: #d80005;
    background: #fff9f9;
}

/* 课程管理 提现 */
.top-content,.top-withdrawal-content{
    width: 100%;
    background: #d70103;
    color: #ffffff;
}
.top-content{
    padding: 2rem 1.5rem 0 1.5rem;
    height: 10rem;
}
.top-withdrawal-content{
    padding: 3rem 1.5rem 0 1.5rem;
    height: 14rem;
}
.top-content h4,.top-withdrawal-content h4{
    font-weight: 700;
    font-size: 1.4rem; 
}
.top-withdrawal-content .money{
    font-size: 2.6rem;
    font-weight: 700;
}
.top-withdrawal-content .income-statement{
    right: 1.5rem;
    top: 4.5rem;
    width: 8rem;
    height: 3.3rem;
    line-height: 3.3rem;
    text-align: center;
    display: inline-block;
    border-radius: 1.7rem;
    background: rgba(255,151,150,.5);
}
.top-course-num{
    margin-top: -4rem;
    align-items: center;
    padding: 2.2rem;
}
.top-course-num .num-item{
    width: 50%;
    text-align: center;
    position: relative;
}
.top-course-num .num-item .number{
    color: #d70103;
    font-size: 2.4rem;
    font-weight: 700;
}
.top-course-num .num-item p{
    color: #999999;
    font-size: 1.4rem;
    font-weight: 500;
}
.top-course-num .num-item:last-child::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0.01rem;
    height: 5rem;
    background: #dddddd;
}
.top-course-data{
    margin: 1rem 1.5rem 3rem 1.5rem;
    padding: 1.5rem;
}
.top-course-data h4{
    color: #222222;
    font-size: 1.5rem;
    padding-bottom: 1.5rem;
}
.top-course-data .course-data-main{
    flex-wrap: wrap;
}
.top-course-data .data-item{
    position: relative;
    width: 15.3rem;
    height: 9rem;
    padding: 1.5rem;
    margin: 0 0.5rem 1rem 0;
    box-sizing: border-box;
}
.top-course-data .data-item .income-detail{
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    color: #FF8827;
    font-weight: 500;
}
.top-course-data .data-item:nth-child(2n){
    margin-right: 0px;
}
.top-course-data .fensi-item{
    background: url('https://whg-common.oss-cn-shanghai.aliyuncs.com/images/cclive_umooc_course/fensi-bg.png') no-repeat;
    background-size: contain;
}
.top-course-data .man-item{
    background: url('https://whg-common.oss-cn-shanghai.aliyuncs.com/images/cclive_umooc_course/man-bg.png') no-repeat;
    background-size: contain;
}
.top-course-data .order-item{
    background: url('https://whg-common.oss-cn-shanghai.aliyuncs.com/images/cclive_umooc_course/order-bg.png') no-repeat;
    background-size: contain;
}
.top-course-data .money-item{
    background: url('https://whg-common.oss-cn-shanghai.aliyuncs.com/images/cclive_umooc_course/money-bg.png') no-repeat;
    background-size: contain;
}
.top-course-data .data-item .t1{
    color: #999;
    font-size: 1.2rem;
}
.top-course-data .data-item .t2{
    color: #ff8827;
    font-size: 2.6rem;
    font-weight: 700;
}
.management-course-tab{
    position: sticky;
    top: 0;
    height: 4.4rem;
    line-height: 4.4rem;
    background: #ffffff;
    box-shadow: -1px 0px 6px 1px rgba(33,33,33,0.08);
    text-align: center;
    margin: 1.5rem 0;
    transition: all .2s;
    z-index: 99;
}
.management-course-tab.not-top{
    position: fixed;
    z-index: 99;
    top: -1.5rem;
    width: 100%;
    transition: all .2s;
}
.management-course-tab .course-tab-li{
    color: #666;
    font-size: 1.3rem;
    width: 33.3%;
}
.management-course-tab .course-tab-li.active,.management-course-tab .course-tab-li span.active{
    color: #D60201;
}
.management-course-tab .course-tab-li .selected-icon{
    width: 1.2rem;
    height: 0.7rem;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5rem;
    background: url('https://whg-common.oss-cn-shanghai.aliyuncs.com/images/cclive_umooc_course/down-arror.png') no-repeat 0 -2px;
    background-size: contain;
}
.nav-content-bar{
    position: absolute;
    bottom: 0px;
    background: #fff;
    width: 100%;
    z-index: 999;
}
.nav-content-bar ul li{
    height: 4.5rem;
    line-height: 4.5rem;
    text-align: center;
    font-size: 1.4rem;
    color: #222;
    border-bottom: 1px solid #ddd;
}
.management-course-item ul li{
    margin-bottom: 1rem;
    padding: 1.5rem 1rem;
}
.management-course-item ul li .course-item-top{
    justify-content: space-between;
    margin-bottom: 1.4rem;
}
.management-course-item ul li .course-item-top .success-status{
    color: #46cd53;
}
.management-course-item ul li .course-item-top .fail-status{
    color: #d60201;
}
.management-course-item ul li .course-item-top .going-status{
    color: #ff8827;
}
.management-course-item ul li .course-item-center .item-cover{
    width: 10rem;
    height: 5.7rem;
    border-radius: 0.4rem;
    overflow: hidden;
}
.management-course-item ul li .course-item-center .item-cover img{
    width: 100%;
    height: 100%;
}
.management-course-item ul li .course-item-center .item-infor h4{
    margin-bottom: 1rem;
}
.management-course-item ul li .course-item-center .item-infor .small-bt .copy-icon{
    width: 1.2rem;
    height: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    background: url('https://whg-common.oss-cn-shanghai.aliyuncs.com/images/cclive_umooc_course/copy-icon.png') no-repeat;
    background-size: contain;
}
.management-course-item ul li .course-item-bot{
    justify-content: flex-end;
    margin-top: 1.5rem;
}
.management-course-item ul li .course-item-bot span{
    width: 10.2rem;
    height: 3.3rem;
    line-height: 3.3rem;
    text-align: center;
    font-size: 1.4rem;
    border-radius: 16.5px;
    margin-left: 1rem;
}
.management-course-item ul li .course-item-bot .copy-live-address{
    background: #bfbfbf;
    color: #fff;
}
.management-course-item ul li .course-item-bot .del-course,.management-course-item ul li .course-item-bot .group-course{
    border: 0.5px solid #d60201;
    background: #fff;
    color: #d60201;
}
.management-course-item ul li .course-item-bot .modify-course{
    background: #d60201;
    color: #fff;
}
.bot-button{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem 1.5rem;
    height: 6rem;
    background: #ffffff;
    box-shadow: 0px -1px 4px 1px rgba(33,33,33,0.12); 
    box-sizing: border-box;
}
.bot-button .btn{
    width: 100%;
    z-index: 9;
    line-height: 4.4rem;
}
.bot-button .btn .add-icon{
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem;
    background: url('https://whg-common.oss-cn-shanghai.aliyuncs.com/images/cclive_umooc_course/add-icon.png') no-repeat;
    background-size: contain;
}
.top-withdrawal{
    margin-top: -3rem;
    padding: 1.5rem 1.5rem 2.5rem 1.5rem;
}
.top-withdrawal ul{
    flex-wrap: wrap;
}
.top-withdrawal ul li{
    width: 9.8rem;
    height: 6rem;
    line-height: 6rem;
    text-align: center;
    color: #666666;
    font-size: 2.1rem;
    font-weight: 700;
    margin: 0 0.8rem 1rem 0;
    background: #fafafa;
    border: 0.5px solid #dddddd;
    border-radius: 0.4rem;
}
.top-withdrawal ul li.active{
    color: #D60201;
    background: #fff9f9;
    border: 0.5px solid #d60201;
    border-radius: 0.4rem;
}
.top-withdrawal ul li:nth-child(3n){
    margin-right: 0px;
}
.top-withdrawal .withdrawal-btn{
    width: 100%;
    margin-top: 1.5rem;
    font-weight: 700;
}
.withdrawal-list-tit{
    padding: 2rem 0 1rem 0;
}
.list-ul li{
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem 1.5rem;
    margin-bottom: 1.5rem;
}
.list-ul li .li-rg .money{
    color: #d80005;
    font-size: 2.1rem;
    font-weight: 700;
}
/* 创建课程 2022-10-24 */
.create-content .big-bt{
    color: #000000;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 2rem 0 1.5rem 0;
}
.create-content .create-tab-ul{
    display: flex;
    justify-content: space-between;
}
.create-content .create-tab-ul li{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 32%;
    height: 7rem;
    text-align: center;
    border: 0.01rem solid #dddddd;
    border-radius: 0.8rem;
}
.redStar{
    color: #d60201;
}
.create-content .create-tab-ul li.active{
    background: #fff9f9;
    border: 0.01rem solid #d80005;
}
.create-content .create-tab-ul li.active .l1,.create-content .create-tab-ul li.active .l2{
    color: #d80005;
}
.create-content .create-tab-ul li .l1{
    font-size: 1.6rem;
    color: #666666;
    padding-bottom: 0.2rem;
}
.create-content .create-tab-ul li .l2{
    font-size: 1.2rem;
    color: #999999;
}
.main-item .item1{
    padding-top: 3rem;
}
.main-item .item1 h4{
    font-size: 1.5rem;
    font-weight: 400;
    color: #000000;
    padding-bottom: 1.5rem;
}
.main-item .item1 .text-area{
    position: relative;
    height: 10rem;
    background: #fafafa;
    border: 0.01rem solid #dddddd;
    border-radius: 0.8rem;
    overflow: hidden;
}
.main-item .item1 .text-area textarea{
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    border: none;
    background: #fafafa;
    box-sizing: border-box;
}
.main-item .item1 .text-area .text-tips{
    position: absolute;
    right: 1%;
    bottom: 1rem;
    color: #999999;
    font-size: 1.4rem;
}
.main-item .item1 .choose-time,.main-item .item1 .text-input{
    height: 4.4rem;
    background: #fafafa;
    border: 0.01rem solid #dddddd;
    border-radius: 0.8rem;
    overflow: hidden;
}
.main-item .item1 .text-input{
    margin-bottom: 0.5rem;
}
.main-item .item1 .choose-time input,.main-item .item1 .text-input input{
    width: 100%;
    height: 100%;
    padding: 0 1rem;
    border: none;
    background: #fafafa;
    box-sizing: border-box;
}
.main-item .item1 .choose-course-type .type-li{
    background: #fff;
    margin-bottom: 1.5rem;
    justify-content: space-between;
    align-items: center;
}
.main-item .item1 .choose-course-type .cost-inp,.main-item .item1 .choose-course-type .password-inp,.input-box{
    background: #fafafa;
}
.main-item .item1 .choose-course-type .type-li,.main-item .item1 .choose-course-type .cost-inp,.main-item .item1 .choose-course-type .password-inp,.input-box{
    padding: 0 1.5rem;
    height: 4.4rem;
    line-height: 4.4rem;
    border: .01rem solid #dddddd;
    border-radius: 0.8rem;
    overflow: hidden;
}
.main-item .item1 .choose-course-type .type-li.active{
    background: #fff9f9;
    border: .01rem solid #d80005;
    border-radius: 0.8rem;
}
.main-item .item1 .choose-course-type .type-li .type-txt{
    color: #666666;
    font-size: 1.4rem;
}
.main-item .item1 .choose-course-type .type-li .type-icon{
    width: 1.6rem;
    height: 1.6rem;
    display: inline-block;
    background: url('https://whg-common.oss-cn-shanghai.aliyuncs.com/images/cclive_umooc_course/unselect-icon.png') no-repeat;
    background-size: contain;
}
.main-item .item1 .choose-course-type .type-li.active .type-icon{
    background: url('https://whg-common.oss-cn-shanghai.aliyuncs.com/images/cclive_umooc_course/selected-icon.png') no-repeat;
    background-size: contain;
} 
.main-item .item1 .choose-course-type .type-li.active .type-txt{
    color: #d70005;
}
.main-item .item1 .choose-course-type .type-li .type-txt .tips{
    color: #999999;
    font-size: 1.2rem;
    padding-left: 0.5rem;
}
.main-item .item1 .choose-course-type .cost-inp,.main-item .item1 .choose-course-type .password-inp{
    margin: -1rem 0 1.5rem 0;
}
.main-item .item1 .choose-course-type .cost-inp input,.main-item .item1 .choose-course-type .password-inp input,.input-box .box-inp input{
    width: 100%;
    height: 100%;
    background: #fafafa;
    box-sizing: border-box;
    border: none;
}
.main-item .submit{
   width: 100%;
}
.upload-file .upload-file-btn{
    width: 100%;
    height: 3.3rem;
    line-height: 3.3rem;
    text-align: center;
    background: #46cd53;
}
.upload-file .file{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%!important;
    height: 100%!important;
    opacity: 0;
    cursor: pointer;
    z-index: 99;
}
.video-cover .success-upload-file{
    align-items: center;
}
.video-cover .success-upload-file .file-icon{
    width: 1.7rem;
    height: 1.7rem;
    display: inline-block;
    background: url('https://whg-common.oss-cn-shanghai.aliyuncs.com/images/cclive_umooc_course/file-icon.png') no-repeat;
    background-size: contain;
}
.video-cover .success-upload-file .file-name{
    margin: 0 3.5rem 0 1rem;
    width: 13rem;
}
.video-cover .success-upload-file .process-wrap{
    width: 8rem;
    height: 0.8rem;
    background: #dddddd;
    border-radius: 0.4rem;
    margin-right: 2.5rem;
}
.video-cover .success-upload-file .process-wrap .process-going{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #46cd53;
    border-radius: 0.4rem;
}
.video-cover .success-upload-file .delete-btn{
    color: #d60201;
}
.video-cover .success-upload-file .delete-btn .delete-icon{
    width: 1.4rem;
    height: 1.4rem;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5rem;
    background: url('https://whg-common.oss-cn-shanghai.aliyuncs.com/images/cclive_umooc_course/delete-icon.png') no-repeat;
    background-size: contain;
}
.input-box .select-icon{
    position: absolute;
    right: 1.5rem;
    top: 1.8rem;
    width: 1.2rem;
    height: 0.7rem;
    background: url('https://whg-common.oss-cn-shanghai.aliyuncs.com/images/cclive_umooc_course/down-arror.png') no-repeat;
    background-size: contain;
}
.classify-select{
    position: absolute;
    top: 12rem;
    left: 0;
    right: 0;
    max-height: 10rem;
    overflow-y: auto;
    padding: 1rem;
    box-sizing: border-box;
    z-index: 9999;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: -2px 0px 8px 2px rgba(0,0,0,0.12);
    display: block;
}
.classify-select ul li{
    height: 3.5rem;
    line-height: 3.5rem;
}
/* 收入明细 */
.income-top{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 1.5rem;
    height: 4.4rem;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    box-shadow: -1px 0px 6px 1px rgba(33,33,33,0.08); 
}
.income-top .lf{
    line-height: 4.4rem;
}
.income-top .rg .time-input{
    text-align: right;
    border: none;
}
.income-top .rg .time-input::placeholder{
    color: #666;
}
.income-top .rg .time-icon{
    display: inline-block;
    width: 1.2rem;
    height: 0.7rem;
    background: url('https://whg-common.oss-cn-shanghai.aliyuncs.com/images/cclive_umooc_course/down-arror.png') right center no-repeat;
    background-size: 1.2rem 0.7rem;
}
/* .income-main{
    padding-top: 4.5rem;
} */
.income-main .income-list .time-bt{
    padding: 1.5rem 0 1rem 0;
}
.income-main .income-list .time-bt .t1{
    font-size: 2.1rem;
    font-weight: 800;
    line-height: 18px;
}
.income-main .income-list .income-list-li{
    padding: 1.5rem;
    margin-bottom: 1rem;
}
.income-main .income-list .income-list-li p{
    color: #999;
    font-size: 1.2rem;
    padding-top: 0.6rem;
}
.income-main .income-list .income-list-li .list-li-bot{
    justify-content: space-between;
    align-items: center;
}
.income-main .income-list .income-list-li .list-li-bot .t2{
    color: #d80005;
    font-weight: 700;
    font-size: 1.6rem;
}
/* 实名认证 */
.auth-bt{
    padding: 2.9rem 0;
}
.input-box{
    margin-bottom: 2rem;
}
.input-box .box-label{
    width: 6rem;
}
.input-box .box-inp{
    flex: 1;
}
.upload-box h4{
    padding-bottom: 1rem;
}
.upload-box .upload-box-list .upload-positive,.upload-box .upload-box-list .upload-reverse{
    width: 16.5rem;
    height: 12.3rem;
    background: #f7f7f7;
    border-radius: 0.4rem;
}
.upload-box .upload-box-list .upload-reverse{
    margin-left: 1rem;
}
.upload-box .upload-box-list .upload-positive .upload-positive-img{
    width: 16.5rem;
    height: 9.8rem;
    background: #f7f7f7 url('https://whg-common.oss-cn-shanghai.aliyuncs.com/images/cclive_umooc_course/positive-img.png') no-repeat 50%;
    background-size: 10.8rem 7.2rem;
}
.upload-box .upload-box-list .upload-reverse .upload-reverse-img{
    width: 16.5rem;
    height: 9.8rem;
    background: #f7f7f7 url('https://whg-common.oss-cn-shanghai.aliyuncs.com/images/cclive_umooc_course/reverse-img.png') no-repeat 50%;
    background-size: 10.8rem 7.2rem;
}
.upload-box .upload-box-list .upload-tips{
    height: 2.5rem;
    line-height: 2.5rem;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    background: #d80005;
    border-radius: 0px 0px 4px 4px;
}
.upload-box .upload-box-list .upload-file-btn{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
}
.upload-box .upload-box-list img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; 
}
.upload-box .upload-box-list .upload-other{
    width: 14.5rem;
    height: 9.2rem;
    background: #f7f7f7 url('https://whg-common.oss-cn-shanghai.aliyuncs.com/images/cclive_umooc_course/upload-icon.png') no-repeat 50%;
    background-size: 2.5rem 2.5rem;
}
.help-intro{
    padding-top: 4rem;
    text-align: center;
}
.help-intro a{
    color: #3B9FDF;
}

.float-botton .center-txt{
    padding-left: 1.5rem;
    color: #fff;
    font-size: 1.4rem;
}
#launch-btn {
    position: absolute; 
    top: 50%; 
    left: 50%; 
    width: 100%; 
    height: 100%;  
    z-index: 9;
    transform: translate(-30%,-39%);
    color: #d60201;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent !important;
}
.push-btn{
    position: absolute;
    right: 0;
    bottom: 0.5rem;
    width: 10.2rem;
    height: 3.3rem;
    line-height: 3.1rem;
    text-align: center;
    font-size: 1.4rem;
    border-radius: 16.5px;
    border: 0.5px solid #d60201;
    background: #fff;
    color: #d60201;
    -webkit-tap-highlight-color: transparent !important;
}
/* 音频样式 */
.m-audio {
    position: relative;
    height: 100%;
    background: url(../images/bg@2x.png) no-repeat;
    background-size: cover;
}
.m-card {
    position: absolute;
    height: 20rem;
    width: 20rem;
    background: url(../images/card@2x.png) no-repeat;
    background-size: cover;
    top: 3rem;
    left: 50%;
    /* margin-top: -80px; */
    margin-left: -10rem;
    border-radius: 50%;
    animation-fill-mode: forwards;
    background-position: 50%;
}
.m-pointer {
    position: absolute;
    display: block;
    width: 6.45rem;
    height: 13.05rem;
    background: url(../images/pointer@2x.png) no-repeat;
    background-size: contain;
    z-index: 666;
    right: 5rem;
    top: 2.5rem;
}

.m-pointer.active {
    transform-origin: 0.8rem 0px;
    transform: rotate(-20deg);
}

.m-audio--wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.m-audio--wrapper .m-audio--line {
    position: relative;
    border: 1px solid #828282;
    display: block;
    width: 90%;
    left: 5%;
}

.m-audio--wrapper .m-audio--background {
    display: block;
    width: 0;
    position: absolute;
    height: 0.03rem;
    border-radius: 0.05rem;
    top: -0.02rem;
    background-color: #fff;
}

.m-date--left {
    position: absolute;
    left: 0px;
    top: -2.5rem;
    color: #fff;
    font-size: 1.2rem;
}

.m-date--right {
    position: absolute;
    right: 0px;
    top: -2.5rem;
    font-size: 1.2rem;
    color: #fff;
}

.m-audio--play {
    text-align: center;
}

.m-icon--loading {
    position: absolute;
    right: 0;
    background: url(../images/play-loading.png) no-repeat;

}

.m-audio--play {
    /*overflow: hidden;*/
    display: table;
    margin: 1rem auto 1rem auto;
}

.m-audio--play i {
    float: left;
    display: block;
    height: 1.75rem;
    width: 1.75rem;
    margin: 0 1.5rem;
    background-size: contain;
}

audio {
    display: none !important;
    position: fixed;
    top: -0.5rem;
}

#audio::-webkit-media-controls-enclosure {
    display: none !important;
}

.m-icon--prev {
    background: url(../images/play-prev.png) no-repeat;
}

.m-icon--next {
    background: url(../images/play-next.png) no-repeat;
}

.m-icon--right {
    background: url(../images/play-left.png) no-repeat;
}

.m-icon--left {
    background: url(../images/play-right.png) no-repeat;
}

.m-icon--play {
    background: url(../images/plays.png) no-repeat;
}

.m-icon--play.active {
    background: url(../images/play-stop.png) no-repeat;
    background-size: contain;
}

.m-icon--wrapper {
    position: relative;
    display: block;
    float: left;
    top: 0.21rem;
}

.ico-range {
    position: absolute;
    top: 50%;
    margin-top: -0.02rem;
}

.line-audio {
    border: 1px solid #ccc;
    top: 50%;
    position: absolute;
    width: 1.2rem;
    margin-top: -1px;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.Rotation {
    -webkit-transform: rotate(360deg);
    animation: rotation 15s linear infinite;
    -moz-animation: rotation 15s linear infinite;
    -webkit-animation: rotation 15s linear infinite;
    -o-animation: rotation 15s linear infinite;
}