/*头部*/
.z-header {
    height: 75px;
    z-index: 900;
    position: fixed;
    top: 75px;
    width: 100%;
    max-width: 767px;
    box-shadow: 0 0 70px;
    background-color: #000;
    margin-bottom: 5px;
}

.z-header .z-left {
    float: left;
    width: 40%;
    height: 100%
}

.z-header .z-left .top {
    width: 100%;
    height: 70%;
    line-height: 60%
}

.z-header .z-left .domain {
    height: 100%;
    width: 100%;
    line-height: 100%;
    font-size: 14px;
    vertical-align: middle;
    color: #f0ad4e;
    font-weight: bolder;
    text-decoration: underline;
}

.z-header .z-left .logo {
    height: 33px;
    margin-top: 8px;
}

.z-header .bottom {
    bottom: 0;
    width: 100%;
    height: 30%;
    text-align: center;
    line-height: 30%;
    font-size: 15px;
    color: #fff;
    vertical-align: middle;
}

.z-header .z-right {
    float: right;
    width: 60%;
    height: 100%;
    text-align: center;
    color: #fff;
}

.z-header .z-right .rtop {
    float: right;
    width: 100%;
    height: 60%;
    line-height: 60%
}

.z-header .z-right .rleft {
    float: left;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    line-height: 100%;
    color: #fff;
}

.z-header .z-right .collect {
    text-decoration: underline;
    margin-top: 18px;
    float: right;
    padding-right: 15px;
    /*margin-left: 20%;*/
    /*float: left;*/
}

.z-header .z-right .copyurl {
    display: inline-block;
    margin-right: 26px;
    float: right;
}

.z-header .z-right .copy {
    text-decoration: underline;
    float: right;
    padding-right: 15px;
}

/*视频列表*/
.list-view {
    max-width: 767px;
    overflow-x: hidden;
}

.list-view .video-list-box {
    width: 48%;
    /*padding-left: 1px;*/
    /*left: 5px;*/
    height: 40vw;
    max-height: 205px;
    margin-left: 1%;
    border: 1px solid #533;
    float: left;
    /*position: relative;*/
    border-radius: 8px;
}

.list-view .video-list-box .picbox {
    width: 100%;
    height: 70%;
    /*max-height: 150px;*/
    border-radius: 5px;
    left: 0;
    top: 0;
}

.list-view .video-list-box .video-title {
    margin-left: 10px;
    width: 94%;
    height: 23px;
    color: #fff;
    font-size: 13px;
    font-style: normal;
}

.list-view .video-list-box .video-level {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 65px;
    opacity: .8;
    z-index: 11;
    color: #fff;
    font-size: 14px;
    display: none;
}

/*分页*/
.pageination_align {
    text-align: center;
    background-color: #000;
    color: #fff;
}

.pagination_page {
    background-color: #000;
    padding: 0 4px;
    border: 1px solid #888;
    border-right: 0;
    font-size: 13px;
    min-width: 28px;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    float: left;
}

.pagination_page {
    border: 1px solid #888;
    min-width: 32px;
    height: 34px;
    line-height: 34px;
    color: #f0ad4e;
}

.disabled {
    color: #888 !important;
    background-color: #000;
    cursor: not-allowed;
}

.pageination {
    background-color: #000;
    font-size: 12px;
    display: inline-block;
    -webkit-user-select: none;
    user-select: none;
}

.pagination_page_active {
    border-color: #f0ad4e;
    background-color: #f0ad4e;
    color: #fff !important;
    cursor: default;
}

input::-ms-input-placeholder {
    text-align: center;
}

input::-webkit-input-placeholder {
    text-align: center;
}

/*搜索*/
.search-item {
    background-color: #555;
    float: left;
    text-align: center;
    line-height: 30px;
    width: 65px;
    height: 30px;
    font-size: 12px;
    color: #f0ad4e;
    margin-left: 2px;
    margin-bottom: 4px;
}

.tvpage-box {
    width: 100%;
    background-color: #000;
    color: #fff;
    max-height: 126px;
    overflow: auto;
}

.tvpage-box .tvpage-item {
    background-color: #555;
    float: left;
    text-align: center;
    height: 30px;
    line-height: 30px;
    width: 20%;
    font-size: 15px;
    padding: 4px 1%;
    margin-left: 2%;
    margin-bottom: 4px;
    border-radius: 10px;
    color: #fff;
}
.tvpage-box .active {
    color: #f0ad4e;
}