body{
    background-color: #D8D8D8;
}
header{
    height: 44px;
    width: 100%;
    line-height: 40px;
    background-image: linear-gradient(90deg, #ED5A2F 6%, #D92F26 100%);
}
header .icon-head{
    height: 24px;
    margin-left: 20px;
}
.layui-tab {
    margin-top: 0;
}
.layui-tab-content {
    padding: 0;
}
.layui-tab-title{
    display: flex;
    justify-content: space-around;
    height: 44px;
    width: 100%;
    background-color: #fff;
}
.layui-tab-title[data-fixed="fixed"]{
    position: fixed;
    top:0;
    left: 0;
    margin: 0;
    z-index: 10;
}
.layui-tab-title .layui-this:after{
    height: 44px;
}
.layui-tab-title li {
    min-width: 25px;
    font-size: 19px;
    font-weight: bold;
    line-height: 45px;
}
.layui-tab-brief>.layui-tab-title .layui-this {
    color: #DB3227 ;
}
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #DA533A;
}
.video-item{
    position: relative;
    margin-bottom: 4px;
    background-color: #fff;
}
.video-poster{
    background-color: #000;
}
.video-mask{
    position: absolute;
    left: 0;
    height: 210px;
    width: 100%;
    background-size: cover;
}
.video-mask .icon-play{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    background: url(../images/icon-play.png);
    background-size: cover;
    height: 40px;
    width: 40px;
}
.video-item .video-title{
    /* position: absolute;
    left: 0;
    top: 0; */
    padding: 6px 10px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 23px;
    background: linear-gradient(to bottom,#000,rgba(0,0,0,0));
}
.video-item .icon-selected{
    /* position: absolute;
    left: 0;
    top: 10px; */
    margin: 10px 6px 0 0;
    float: left;
    background: url(../images/icon-selected.png) no-repeat;
    background-size: cover;
    height: 16px;
    width: 32px;
    z-index: 99;
}
.video-info{
    height: 52px;
    margin: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #9A9EAD;
}
.video-info-r{
    display: flex;
    align-items: center;
}
.video-info-r a{
    color: #9A9EAD;
}
.video-info-r .icon-share{
    margin: 0 4px 0 17px;
    background: url(../images/icon-share.png) no-repeat;
    background-size: contain;
    height: 13px;
    width: 13px;
}