/************************************  视频详情页  *************************************/
.vod_details {
    width: 100%;
    margin-bottom: 2rem;
    overflow: hidden;
}

.vod_details .vdet_pic {
    width: 40%;
    height: auto;
    float: left;
}

.vdet_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vod_details .vdet_info {
    padding-left: 2%;
    width: 58%;
    float: right;
    line-height: 2;
    overflow: hidden;
}

.vdet_info .name {
    font-size: 2.3rem;
    line-height: 1.5;
}

.vdet_info .info_left {
    margin-top: 1rem;
    float: left;
    width: 50%;
}

.vdet_info .info_right {
    margin-top: 1rem;
    float: left;
    width: 50%;
}

.vdet_info .vdet_operate {
    display: inline-block;
    margin-top: 3rem;
    margin-bottom: 2rem;
    text-align: center;
    width: 100%;
}

.vdet_info .vdet_operate a {
    display: inline-block;
    width: 25%;
    min-width: 15rem;
    font-size: 1.9rem;
    font-weight: 700;
    text-align: center;
    line-height: 4.5rem;
    white-space: nowrap;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(var(--web-theme-rgba), 1);
    border-radius: 3rem;
}

.vdet_info .vdet_operate .play {
    color: rgba(var(--common-white-rgba), 1);
    background-color: rgba(var(--web-stress-rgba), 1);
}

.vdet_info .vdet_operate a+a {
    margin-left: 5%;
}

.vdet_content {
    width: 98%;
    padding: 1rem 1% 0 1%;
    line-height: 1.8;
    clear: both;
}

@media screen and (max-width: 960px) {
    .vod_details .vdet_pic {
        width: 100%;
        clear: both;
    }

    .vod_details .vdet_info {
        padding-left: 1%;
        padding-right: 1%;
        width: 98%;
        clear: both;
    }
}



/************************************  视频播放页  *************************************/
.vod_playframe {
    width: 100%;
    margin-bottom: 2rem;
    overflow: hidden;
}

.vodpfp_play {
    width: 75%;
    height: auto;
    float: left;
    overflow: hidden;
}

.vodpfp_play .vodpfp_player {
    width: 100%;
    height: 42.18rem;
    background-color: rgba(var(--common-black-rgba), 1);
}

.vodpfp_play #vodpfp_player_popup {
    width: 100%;
    height: 100%;
}

.vodpfp_play #vodpfp_player_popup .vodpfp_popup_but {
    display: none;
    opacity: 0;
    width: 2.2rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 10000;
}

.vodpfp_play .vodpfp_infor {
    padding: 1%;
    width: 98%;
    float: left;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.vodpfp_play .vodpfp_infor .name {
    font-size: 2.3rem;
}

.vodpfp_play .vodpfp_infor .info_left {
    margin-top: 0.5rem;
    color: rgba(var(--web-theme-rgba), 0.6);
    float: left;
    white-space: nowrap;
}

.vodpfp_play .vodpfp_infor .info_left span {
    margin-right: 1rem;
    white-space: nowrap;
}

.vodpfp_play .vodpfp_infor .info_middle {
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 0.5rem;
    float: left;
    white-space: nowrap;
}

.vodpfp_play .vodpfp_infor .info_middle a {
    font-weight: 700;
}

.vodpfp_play .vodpfp_infor .info_right {
    margin-top: 0.5rem;
    float: right;
    white-space: nowrap;
}

.vodpfp_play .vodpfp_infor .info_right a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0.3rem 0.6rem;
    float: left;
}

.vodpfp_play .vodpfp_infor .info_right a .iconsvg {
    width: 2.3rem;
    height: 2.3rem;
    margin-right: 0.3rem;
}

.vodpf_pflist {
    width: 24%;
    margin-left: 1%;
    float: right;
    overflow: hidden;
}

/* 选集选项卡 */
.vodpfp_tptbar {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
}

.vodpfp_tptbar .vodpfp_tptbar_option {
    width: 98%;
    height: auto;
    padding: 1%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */

}

.vodpfp_tptbar .vodpfp_tptbar_option::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}

.vodpfp_tptbar .vodpfp_tptbar_option span {
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    padding: 1rem 0.8rem;
    overflow: hidden;
    border-radius: 0.6rem;
}

.vodpfp_tptbar .vodpfp_tptbar_option span[checked] {
    color: rgba(var(--common-white-rgba), 1);
    font-weight: 700;
    background-color: rgba(var(--web-stress-rgba), 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(var(--web-theme-rgba), 1);
    overflow: hidden;
}

.vodpfp_tptbar .vodpfp_tptbar_content {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
}

.vodpfp_tptbar .vodpfp_tptbar_content div {
    display: none;
    height: auto;
}

.vodpfp_tptbar .vodpfp_tptbar_content div[checked] {
    display: block;
}

/* 选集列表 */
.vodpfp_list {
    height: auto;
    overflow-y: scroll;
    padding: 1%;
}

.vodpfp_list a {
    width: 18%;
    width: calc(19% - 2px);
    width: -moz-calc(19% - 2px);
    width: -webkit-calc(19% - 2px);
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin: 0.5%;
    border-radius: 1.2rem;
    float: left;
    white-space: nowrap;
}

.vodpfp_list a .number {
    width: 100%;
    text-align: center;
}

.vodpfp_list a .setname {
    display: none;
    width: 98%;
    text-align: left;
    margin-left: 1%;
    margin-right: 1%;
}

.vodpf_operation {
    width: 100%;
    text-align: center;
    margin-top: 2rem;
}

.vodpf_operation .oper_tips {
    color: rgba(var(--web-prompt-rgba), 1);
    font-size: 1.63rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
}

.vodpf_operation .oper_tips a {
    white-space: nowrap;
}

.vodpf_operation .oper_but {
    width: 100%;
    font-size: 0;
    margin-bottom: 1rem;
}

.vodpf_operation .oper_but .icon_purebtn {
    display: inline-block;
    cursor: pointer;
    width: 2.6rem;
    height: 2.6rem;
    padding: 0.3rem;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(var(--web-theme-rgba), 1);
    border-radius: 3rem;
}

.vodpf_operation .oper_but .icon_purebtn+.icon_purebtn {
    margin-left: 1rem;
}

.vodpf_operation .oper_but .icon_purebtn:hover,
.vodpf_operation .oper_but .icon_purebtn:focus {
    border-color: rgba(var(--link-hover-rgba), 1);
    box-shadow: 0rem 0.2rem 0.6rem rgba(var(--web-theme-rgba), 1);
}

.vod_frameplot {
    width: 98%;
    margin-bottom: 2rem;
    padding: 0 1%;
    font-size: 2.0rem;
    line-height: 1.8;
    color: rgba(var(--web-textfont-rgba), 1);
}

@media screen and (max-width: 960px) {
    .vodpfp_play {
        width: 100%;
        clear: both;
    }

    .vodpfp_play .vodpfp_player {
        height: 20.25rem;
    }

    .vodpf_pflist {
        width: 100%;
        margin-top: 1rem;
        margin-left: 0;
        clear: both;
    }

    .vodpf_pflist .vodpfp_list {
        height: auto;
        overflow-y: scroll;
        overflow-y: hidden;
    }

    .vodpf_pflist .vodpfp_list a {
        width: 8.5%;
        width: calc(9% - 2px);
        width: -moz-calc(9% - 2px);
        width: -webkit-calc(9% - 2px);
    }
}

@media screen and (max-width: 868px) {
    .vodpfp_play .vodpfp_infor .info_middle {
        width: 80%;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
}

/* 手机端 */
@media screen and (max-width: 600px) {
    .vodpfp_play .vodpfp_infor .info_right {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .vodpfp_play .vodpfp_infor .info_right a .iconsvg {
        width: 2rem;
        height: 2rem;
    }

    .vodpf_pflist .vodpfp_list a {
        width: 18%;
        width: calc(19% - 2px);
        width: -moz-calc(19% - 2px);
        width: -webkit-calc(19% - 2px);
    }
}



/************************************  视频分类页  *************************************/
.vod_type_content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
}

.vod_typeclass {
    width: 19%;
    margin-right: 1%;
    margin-bottom: 2rem;
    float: left;
    overflow: hidden;
}

.vod_typeguide {
    width: 100%;
    height: 5.2rem;
    overflow: hidden;
    background-color: rgba(var(--web-navbar-rgba), 1);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 990;
    padding-left: 10%;
    padding-right: 10%;
    box-shadow: 0px 0px 0.6rem rgba(var(--web-theme-rgba), 1);
}

.vod_typeguide_station {
    width: 100%;
    height: 5.2rem;
}

.vod_typelist {
    width: 80%;
    flex-grow: 1;
    margin-bottom: 2rem;
    float: left;
    overflow: hidden;
}

@media screen and (max-width: 1280px) {
    .vod_typeguide {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media screen and (max-width: 1080px) {
    .vod_typeclass {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .vod_typeguide {
        padding-left: 0px;
        padding-right: 0px;
    }

    .vod_typelist {
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 868px) {
    .vod_typeclass {
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
        clear: both;
    }

    .vod_typelist {
        width: 100%;
        margin-top: 1rem;
        margin-bottom: 2rem;
        clear: both;
    }
}



/************************************  视频下载页  *************************************/
.vod_downcontent {
    width: 100%;
    margin-bottom: 2rem;
    float: left;
    overflow: hidden;
}

@media screen and (max-width: 960px) {
    .vod_downcontent {
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 868px) {
    .vod_downcontent {
        margin-top: 1rem;
        margin-bottom: 2rem;
        clear: both;
    }
}

.vod_downco_tips {
    margin-bottom: 1rem;
    padding: 0 0.5rem;
    box-sizing: border-box;
}

.vod_downco_list {
    width: 100%;
    margin-bottom: 2rem;
}

.vod_downco_list table {
    border: 1px solid #ccc;
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.vod_downco_list table tr {
    border: 1px solid rgba(var(--web-theme-rgba), 0.2);
    padding: 0.5rem;
}

.vod_downco_list table th,
.vod_downco_list table td {
    padding: 1rem;
    text-align: left;
}

.vod_downco_list table th {
    text-transform: uppercase;
    font-size: 1.9rem;
    letter-spacing: 1px;
}

.vod_downco_list table td {
    line-height: 1.5;
}

.vod_downco_list table td a {
    padding: 0.5rem 1rem;
    border-radius: 0.6rem;
}

.vod_downco_listtr_yes {
    color: rgba(var(--common-white-rgba), 1);
    background-color: rgba(var(--web-stress-rgba), 1);
}

.vod_downco_listtr_yes a {
    color: rgba(var(--common-white-rgba), 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(var(--common-white-rgba), 1);
    background-color: rgba(var(--web-stress-rgba), 1);
    border-radius: 0.6rem;
}

/* 手机端 */
@media screen and (max-width: 600px) {
    .vod_downco_list table {
        border: 0;
    }

    .vod_downco_list table thead {
        display: none;
    }

    .vod_downco_list table tr {
        margin-bottom: 1rem;
        display: block;
        border-bottom: 2px solid #ddd;
    }

    .vod_downco_list table td {
        display: block;
        text-align: right;
        border-bottom: 1px dotted #ccc;
    }

    .vod_downco_list table td:last-child {
        border-bottom: 0;
    }

    .vod_downco_list table td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: 700;
    }
}



/************************************  视频搜索页  *************************************/
.vod_search_searbox {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 1rem;
}

.vod_search_hotsear {
    text-align: center;
    line-height: 1.5;
    margin: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

.vod_search_hotsear a {
    margin-right: 1rem;
    white-space: nowrap;
}

.vod_search_list {
    margin-bottom: 2rem;
}

.vod_search_list .vod_search_rthint {
    text-align: center;
    margin: 10%;
    font-size: 1.8rem;
    color: rgba(var(--system-warning-rgba), 1);
}