.miru-epg{
    background: #0c0c0c;
    border-radius: 5px;
    margin-top: 5px;
}
.mp-ep-group{
    padding: 5px;
    margin-bottom: 10px;
}
.mp-group-title{
    background: #0089ff;
    border-radius: 5px 5px 0 0;
    padding: 5px 20px;
    font-size: 11px;
    line-height: 14px;
    font-weight: 600;
    color: #fff;
}
.mp-ep-list{
    border: 2px #cccccc solid;
    border-radius: 0 5px 5px 5px;
    padding: 3px;
    position: relative;
}
.mp-ep-btn{
    width: calc(20% - 10px);
    display: inline-block;
    background: #384142;
    border-radius: 2px;
    margin: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #ebebeb;
    padding: 0 5px;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #0c0c0c;
    border-radius: 4px;
}
.mp-ep-cover{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: url('../img/load4.gif') rgba(14, 14, 14, 0.9) no-repeat;
    background-position: center center;
    background-size: 50px;
    display: none;
}
.mp-p-err{
    position: relative;
    height: 450px;
    background: url('../img/error-icon-4.png') #ff6464 no-repeat;
    text-align: center;
    vertical-align: middle;
    line-height: 450px;
    color: #5d0e0e;
    font-weight: 600;
    background-position: -131px -113px;
    background-size: 440px;
}
.mp-ep-btn:hover{
    background: #ff5e4e;
}
.mp-ep-btn:active{
    background: #c12e20;
}
.mp-active{
    background: #7cda00;
}
.mp-active:hover{
    background: #c2e88f;
}
.mp-active:active{
    background: #5d9e05;
}
.sl-title{
    background: #080808;
    color: #fff;
    font-weight: 600;
}
.mpPlayerMain{
    margin-top: 10px;
}
@media only screen and (max-width: 414px) {
    .mp-ep-btn{
        width: calc(33.3333333% - 10px);
    }
    .mp-p-err{
        height: 276px;
        line-height: 276px;
    }
}

.sl-area .active{
	font-family:anantason;
	font-size:1.3rem!important;
	background:#ff5c1a!important;
	background:-webkit-linear-gradient(210deg,#ffa90e 0,#ff5c1a 100%)!important;
	background:-o-linear-gradient(210deg,#ffa90e 0,#ff5c1a 100%)!important;
	background:linear-gradient(240deg,#384142 0,#485556bd 100%)!important;}
.pic img{
	height:230px;
	width:100%;	-o-object-fit:cover;object-fit:cover;}