#Mainer {
    margin: 20px auto 0;
}
.player-mainer {
    position: relative;
    overflow: hidden;
}
.player-container {
    width: 80%;
    transition: all .3s;
    position: relative;
}
.player-epg {
    position: absolute;
    background: #363636;
    width: 20%;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    color: #ffffff;
    transition: all .3s;
}
.player-epg .tags-lists{
    margin: 0;
    padding: 0;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    background: #333333;
    overflow: hidden;
}
.player-epg .tags-lists span {
    display: inline-block;
    margin: 0;
}
.player-epg ul{
    list-style: none;
    margin: 0;
    padding:0 0 10px 5px;
    height: calc(100% - 50px);
    overflow-x: hidden;
    overflow-y: scroll;
}
.player-epg-contorl {
    position: absolute;
    cursor: pointer;
    width: 15px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    right: 0;
    z-index: 100000;
}
.player-container:hover .player-epg-contorl{
    display: block !important;
}
.epg-open .player-epg-contorl{
    background: url('../image/tv-epg-1.png') left top no-repeat;
}
.epg-close .player-epg-contorl{
    background: url('../image/tv-epg-2.png') left top no-repeat;
}
.epg-close .player-container {
    width: 100%;
}
.epg-close .player-epg {
    right: -20%;
}
@media (max-width: 990px) {
    #Mainer {
        margin-top: 10px;
    }
    #Tooler {
        padding: 10px;
    }
    .player-container {
        width: 100%;
    }
    .player-epg {
        position: static;
        width: 100%;
        height: 340px;
    }
    .player-epg ul {
        height: 300px;
    }
}
.epg-swiper {
    width: 100%;
    height: auto;
}
.player-epg .swiper-slide {
    text-align: center;
    font-weight: bold;
    height: 40px;
    line-height:40px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.player-epg .swiper-slide:nth-child(odd)
{
    background: #2a2a2a;
}
.player-epg .swiper-slide:nth-child(even)
{
    background: #2a2a2a;
}
.player-epg .swiper-slide-active span{
    display: block;
    padding: 0 8px;
    line-height: 26px;
    border-radius: 3px;
    background: #ffa423 !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-size: 10px auto !important;
    left: 0 !important;
}
.swiper-button-next, .swiper-button-prev {
    background-size: 10px auto !important;
    right: 0 !important;
}
.player-epg ul{
    list-style: none;
    margin: 0;
    padding:10px 28px;
    height: calc(100% - 40px);
    overflow-x: hidden;
    overflow-y: scroll;
    display: none;
}
.player-epg ul li {
    font-size: 13px;
}
.player-epg ul li a {
    padding: 8px 0;
    display: block;
    color: #bbbbbb;
    border-bottom: 1px solid rgba(255,255,255,.04);
}
.player-epg ul li a:hover {
    color: #3a87ad;
    text-decoration: none;
}

.back-mainer {
    margin-top: 10px;
}


@media (max-width: 910px) {
    .player-epg {
        height: auto;
    }
    .epg-container .swiper-slide a {
        font-size: 12px;
        height: 60px;
        line-height: 60px;
    }
    .cate-container ul li {
        font-size: 13px;
    }

}
