:root {
    --def: #ff0405;
    --white: #ffffff;
}
.player_box {
    float: left;
    width: calc(100% - 10px);
    margin: 5px;
    transition: all 450ms;

}

.player_right {
    float: left;
    width: calc(35% - 30px);
    margin: 5px;
    padding: 0 10px;
    transition: all 450ms;
}

.player_right .item {
    width: calc(50% - 10px);
    margin: 5px;
}
.player_right .item .status{
    bottom: 0;
    top: auto;
}
.player_play {
    float: left;
    width: calc(100% - 10px);
    margin: 5px;
    position: relative;
}

.player_play_ads {
    float: left;
    width: calc(35% - 5px);
}

#player_load {
    float: left;
    width: 100%;
    /*min-width: 800px;*/
    background: #111;

    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    transition: all 450ms;
    min-height: 454px;
    /*max-height: 100vh;*/
    height: auto;
}

/*#player_load * {*/
/*max-width: 100%;*/
/*}*/

#player_load iframe {
    width: calc(100% - 2px);
    /*min-width: 800px;*/
    /*min-height: 450px;*/
    /*position: absolute;*/
    left: 0px;
    max-width: 100%;
    transition: all 450ms;
    object-fit: cover;
    height: 750px;
    /*max-height: 100%;*/
    border: 1px solid transparent;
}
.box_sv{
    float: left;
    width: 100%;
    margin: 6px 0;
}
.box_sv code{
    float: left;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    margin: 0;
    background: #35414e;
    color: #a5a5a5;
    padding:3px 8px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    white-space: nowrap;
    width: 70px;
}
.player_sv {
    float: left;
    width: calc(100% - 90px)
}

.player_sv label {
    float: left;
    padding: 2px 14px;
    color: #fff;
    font-size: 14px;
    border: 1px solid;
    margin: 0 4px;
    background: #35414e;
    cursor: pointer;
}

.player_sv label.active {
    background: var(--def);
}

.player_ntf_load {
    position: absolute;
    color: #fff;
    font-size: 15px;
}

.player_below {
    float: left;
    width: 100%;
    list-style: none;
    margin-top: 10px;
}

.player_below li {
    float: right;
    font-size: 15px;
    display: inline-block;
    height: 24px;
    line-height: 17px;
    border-radius: 50px !important;
    cursor: pointer;
    padding: 4px 5px;
    transition: all 500ms;
}

.player_below li i {
    font-size: 15px;
}

.player_below li:hover {
    color: #fff;
}

.w_marks {
    display: none;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .96);
    z-index: 10000;
    left: 0;
    top: 0;
    position: fixed;
}

.player_fix {
    position: absolute !important;
    z-index: 10001;
    /*left: 0;*/
    /*top: 20%;*/
}


.ntf_mv {
    float: left;
    width: 100%;
    color: #fefefe;
    font-size: 13px;
    margin: 4px 0;
    text-transform: capitalize;
    line-height: 18px;
}

.list_mv,.list_mv_show {
    float: left;
    width: calc(100% - 20px);
    margin: 10px 0;
    padding: 10px;
    background: #222;
    border-radius: 4px;
}
.list_mv_show{
    background: transparent;
}
.list_mv a ,.list_mv_show a{
    float: left;
    display: inline-block;
    margin: 5px;
    background: #282f33;
    padding: 7.5px 10px 6px;
    border-radius: 3px;
    transition: .6s all;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    text-shadow: 0 1px 0 rgb(0 0 0 / 50%);
    box-shadow: inset 0 1px 1px rgb(255 255 255 / 7%), 0px 1px 3px rgb(0 0 0 / 29%);
}

.list_mv a.active,.list_mv_show a.active {
    background: var(--def) !important;
    color: #fff !important;
}
.list_mv a.class_view{
    background: #979796
}

._title_player {
    float: left;
    width: 100%;
    margin: 10px 0;
    color: #bdbdbd;
}
._title_player h1{
    float: left;
    width: 100%;
    font-size: 2em;
    color: #f50924;

}
._title_player h3,._title_player h2{
    float: left;
    width: 100%;
    margin-top: 8px;
    font-size: 1em

}
._title_player a{

    color: inherit;
    font-size: .7em;
    line-height: 29px;
    float: left;
}
._title_player .entry-title {
    font-size: 30px;
    color: #c7c7c7;
    line-height: 44px;
    text-transform: uppercase;
}


.box_detail {
    float: left;

    width: 100%;
}

.box_detail_img {
    float: left;
    width: calc(100% - 20px);
    margin: 15px 10px;
}

.box_img {
    float: left;
    width: 315px;
    text-align: center;
    position: relative;
    justify-content: center;
    /* align-items: center; */
    display: flex;
    overflow: hidden;
}
.box_img img{
    width: 100%;
}
.box_img_right {
    float: left;
    position: relative;
    width: calc(100% - 325px);
    height: auto;
    overflow: hidden;
    padding: 0;
    margin-left: 10px;
}

.box_img_right figure {

    background-size: cover;
    background-repeat: no-repeat;
    background-position: 30% 25%;
    height: 300px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.box_img_right:hover figure {
    filter: grayscale(0) !important;
    -webkit-filter: grayscale(0) !important;
    transition: .7s all;
}

.movie-info{
    float: left;
    width: calc(100% - 18px);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 5px 8px;
    line-height: 26px;
    border: 1px solid #121212;
    font-size: 12px;
    color: #bbb;
    background: #222;
}
.info_list {
    float: left;
    width: calc(100% - 64px);
    margin: 4.3px 2px;
    padding: 0 30px;
}
.info_list label{
    float: left;
    font-size: 14px;
    margin-right: 8px;
    font-weight: bold;
    color: #bbb;
    width: 110px;
}
.info_list span{
    float: left;
    display: inline-block;
    font-size: 15px;
    width: calc(100% - 118px);
}
.info_list a{
    color: #46e1ff;;
}
.info_list a:hover{
    color: #dacb46;
}

.box_title .txt {
    font-weight: 400;

    font-size: 14px;
    text-transform: uppercase;
    background-color: #0b0f15;
    line-height: 34px;
    padding: 9px 25px 9px 10px;
    margin-left: 12px;
    position: relative;
    color: #fff;
    display: inline;
}

.box_title .txt a {
    color: inherit;
    font-size: inherit;
}

.block-tags{
    float: left;
    width: 100%;
    margin-top: 10px;
    border-top: 1px dashed #333;
    font-size: 11px;
}
.block-tags label{
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    color: #dacb46;
    text-transform: uppercase;
    margin-top: 5px;
}
.block-tags aside{
    float: left;
    padding: 10px 25px;
    width: calc(100% - 50px);
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
}