/* 直播列表页 */
.playprolist{
    height: calc(100vh - 12vw - 70px);
    position: relative;
}
.playprolist img{
    width: 100%;
    display: block;
}
.playprolist>div{
    float: left;
    height: 100%;
    overflow: auto;
}
.leftContent{
    width: 76%;
}
.leftContent>div{
    margin: 0 2vw;
    position: relative;
}
.leftContent>div>.reminder{
    position: absolute;
    bottom: 4vw;
    right: 3vw;
    width: 22.4vw;
    height: 8vw;
    line-height: 8vw;
    text-align: center;
    background: #eca700;
    border-radius: 1vw;
    font-size: 3.7334vw;
    color: #fff;
    z-index: 100;
}
.leftContent div p{
    font-size: 4vw;
    color: #222;
    line-height: 10vw;
}
.link{
    display: block;
    text-decoration: none;
    color: #333;
    background: #fff;
    position: relative;
}
.link>div{
    padding: 2vw 2.667vw 4vw;
}
.link div h3{
    font-weight: normal;
    font-size: 4.2667vw;
    line-height: 6vw;
}
.link div p{
    color: #ff300e;
    font-size: 4vw;
    line-height: 4vw;
    margin-top: 2vw;
}
.link div .sellPoint{
    color: #cc8b01;
    font-size: 4vw;
}
.link div span{
    font-size: 5.8667vw;
    color: #eb0000;
    font-weight: bold;
    margin-top: 2vw;
    display: inline-block;
}
.link div small{
    font-size: 3.4667vw;
}
.link div del{
    font-size: 3.7334vw;
    color: #777;
    margin-left: 2vw;
}
.link>div>div{
    position: absolute;
    bottom: 4vw;
    right: 3vw;
    width: 22.4vw;
    height: 8vw;
    line-height: 7.5vw;
    text-align: center;
    background: #ff3817;
    border-radius: 1vw;
    font-size: 3.7334vw;
    color: #fff;
    z-index: 50;
}

.oigo-tvVideo{
    width: 100% !important;
}
.oigo-tvVideo video {
    width: 100% !important;
}
.oigo-tvVideo .vcp-player {
    width: 100% !important;
    height: 100% !important;
}
.oigo-tvVideo .vcp-poster img{
    width: 101%;
}
#clickPlay{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: absolute;
    left: 0;
    top: 0;
}
#clickPlay img{
    width: 19.2vw;
    height: 19.2vw;
    display: block;
    position: absolute;
    top: calc(50% - 9.6vw);
    left: calc(50% - 9.6vw);
}

.rightContent{
    width: 24%;
    background: #222;
    color: #fff;
    text-align: center;
}
.rightContent>div{
    position: relative;
    margin-bottom: 1vw;
}
.rightContent>div>div{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
}
.rightContent>div.hover>div{
    border: 1vw solid #ff3817;
    box-sizing: border-box;
}
.rightContent>div span{
    width: 14vw;
    line-height: 4.8vw;
    font-size: 3.4vw;
    border-radius: 2.4vw;
    position: absolute;
    top: 8vw;
    left: 5vw;
    background: #ff3817;
    display: block;
}
.rightContent>div p{
    width: 100%;
    position: absolute;
    top: 16vw;
    left: 0;
    display: block;
    font-size: 4.2vw;
}
/* 没有数据显示 */
.playprolistNull{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    display: none;
    font-size: 4vw;
    text-align: center;
    line-height: 20vw;
    color: #777;
}
/* isDebug */
.classifyDebug{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
/*一键拨号订购  立即购买*/
.purchase{
    background: #fff;
    padding: 0 5% 4vw;
    display: flex;
}
.purchase a{
    width: 50%;
    height: 9vw;
    background: #ff3817;
    color: #fff;
    font-size: 4vw;
    text-align: center;
    display: block;
    border-bottom-right-radius: 1vw;
    border-top-right-radius: 1vw;
    line-height: 9vw;
    display: flex;
    justify-content: center; 
}
.purchase a:nth-child(1){
    background: #eca700;
    border-bottom-left-radius: 1vw;
    border-top-left-radius: 1vw;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    font-size: 3.9vw;
}
.purchase a img{
    width: 5.334vw;
    height: 5.334vw;
    display: block;
    margin: 1.6vw 0.5vw;
}
.party{ display:block; overflow:hidden; clear:both; padding:12vw 0 0;}
.playnav{z-index: 5000; display:block;top: 0; height: 12vw; border-bottom:1px solid #ddd; background:#fff; position:fixed;white-space:nowrap;overflow:auto; width:100%;}
.playnav::-webkit-scrollbar{ width:0; height:0;}
.playnavlist{ position:absolute; left:0; top:0; width:100%;}
.playnavlist li{ float:right; width:19vw;line-height: 8vw;margin: 2vw 0;color: #333;font-size: 4vw; text-align:center;}
.playnavlist li span{ display:block;}
.playnavlist li.hover{ background: #ffebe7;border-radius: 4vw;color: #ff3817;}

/* isDebug */
.playprolistDebug{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}