


.shida-flei-1 div{
	font-family: font-2 !important;
}




.episodes {
    position: absolute;
    right: 0;
    z-index: 999;
}
#episode_list {
    position: absolute;
    right: 0;
    background: #00000096;
    z-index: 999;
    width: 180px;
    color: #fff;
    height: 355px;
    top: 45px;
    overflow-y: scroll;
}

#episode_list .item {
    float: left;
    width: 100%;
    padding-left: 15px;
    line-height: 35px;
    height: 35px;
    cursor: pointer;
	color:#fff;
}

#episode_list .item:hover, .item.active {
	background: #01927c;
	color:#fff;
}

.iframe_player{
	width: 100%;
    height: 520px;
}




#menu {
    background: #00000094;
    color: #fff;
    height: 40px;
    line-height: 40px;
    width: 180px;
    padding: 0 15px;
    cursor: pointer;
    position: absolute;
    right: 0;
    z-index: 999;
}
.playlist{
	position: absolute;
    display: block;
    width: 100%;
    padding-top: 18px;
    white-space: nowrap;
    overflow-y: scroll;
	outline: 0;
}
.playlist{
    /* width: 100%; */
	position: absolute;
    display: block;
    width: 100%;
    padding-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    /* margin-right: 2px; */
}