@charset "UTF-8";
article.videoArea {
    margin-bottom: 0;
    padding: 0 16px;
}

section.videoBox:hover:before {
    content: '';
    display: block;
    width: 100%;
    height: 66px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

section.videoBox > .topBtnArea{
    opacity: 0;
    -webkit-transition: opacity .4s ease-out;
       -moz-transition: opacity .4s ease-out;
        -ms-transition: opacity .4s ease-out;
         -o-transition: opacity .4s ease-out;
            transition: opacity .4s ease-out;
}

section.videoBox:hover > .topBtnArea{
    opacity: 1;
}

.videoBox .videoBoxText {
    /* margin: 24px 48px;
    padding: 0;*/
    position: relative;
}

.videoBox .videoBoxText .topBtnArea {
    top: -6px;
}

.videoBox .lotteryBox {
    display: none;
}

.channelBox {
    display: none;
}

.channelBox ul.channleList li:last-child {
    /*margin: 24px 0;*/
}

.channelBox ul.channleList li.active {
    border: none;
}

.channelBox ul.channleList li.active h3,
.channelBox ul.channleList li.active p,
.channelBox ul.channleList li:hover h3,
.channelBox ul.channleList li:hover p {
    color: #ff6b00;
}

.channelBox ul.channleList li h3 {
    margin-bottom: 0;
}

.channelBox .topBtnArea,
.liveChatPanelBox .topBtnArea {
    position: absolute;
    right: 8px;
    z-index: 100;
}

.programListOpen {
    cursor: pointer;
}

.programListOpen small {
    display: none;
}

.programListBox {
    position: fixed;
    right: 0;
    top: 84px;
    z-index: 200;
    width: 100%;
    height: 100vh;
    background-color: rgba(27, 27, 27, 0.95);
    display: none;
}

.programListBox .programListClose {
    width: 16px;
    float: right;
    margin: 16px;
    cursor: pointer;
}

.programListBox .programListPanel {
    margin-top: 54px;
}

.programListBox .programListItem {
    overflow: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    width: 100%;
    height: calc(100vh - 172px);
}

.programListBox .programListItem::-webkit-scrollbar {
    display: none;
    /*Safari and Chrome*/
}

.programListBox .programListItem .timeLineBox {
    padding: 24px;
    width: 100%;
    box-sizing: border-box;
}

.programListBox .programListItem .timeLine {
    margin: 16px 0;
}

.programListBox .programListItem .timeLine.active {
    color: #FF6B00;
}

.programListBox .programListItem .timeLine .time,
.programListBox .programListItem .timeLine .program {
    display: inline-block;
}

.programListBox .programListItem .timeLine .time {
    margin-right: 16px;
}

.programListBox .programListItem .timeLine .program {}

.liveChatPanelBox {
    display: none;
}


.liveChannelVideoItem{
    display: none;
	width: 100%;
}

.liveChannelVideoItem.liveChannelVideoTab1{
    display: block;
}
.liveChannelVideoItem::-webkit-scrollbar {
    display: none;
    /*Safari and Chrome*/
}

.liveChannelVideoItem .header {
    margin: 0 1.5vw 8px 1.5vw;
}

.liveChannelVideoItem .gameList .header p{
    font-size: 18px;
    line-height: 1.5;
    color: #FFF;
}

.liveChannelVideoItem .gamePlayerList {
    margin-bottom: 6vw;
    position: relative;
}

.liveChannelVideoItem .gamePlayerList .header {
  padding: 0 2vw;
}

.liveChannelVideoItem .gamePlayerList .header .thumb,
.liveChannelVideoItem .gamePlayerList .header p {
    display: inline-block;
    vertical-align: middle;
}

.liveChannelVideoItem .gamePlayerList .header .thumb {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    margin-right: 10px;
}

.liveChannelVideoItem .navBtnBox {
    display: none;
}

.liveChannelVideoItem ul {
    margin: 0 2vw;
    padding: 16px 0 6vw;
    font-size: 0;
}

.liveChannelVideoItem ul li {
    /*width: 45vw;*/
    width: 94vw;  
    margin: 0 1.5vw;
    margin-bottom: 6vw;
    display: inline-block;
    vertical-align: top;
}

.liveChannelVideoItem ul li.commingThumb {
    width: 94vw;
}

.liveChannelVideoItem ul li .photoWrap{
    position: relative;
}

.liveChannelVideoItem ul li .photoWrap:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.liveChannelVideoItem ul li .photoWrap .liveChannelVideoLabel{
    background-color: transparent;
    color: #FEDD00;
    font-weight: 500;
    width: 100%;
    text-align: right;
    margin: 0;
    padding: 10px;
    bottom: 0;
    right: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.liveChannelVideoItem .sliderVideoList {
    margin-top: 12px;
    width: 100vw;
    overflow-x: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.liveChannelVideoItem .sliderVideoList::-webkit-scrollbar {
    display: none;
    /*Safari and Chrome*/
}

.liveChannelVideoItem .sliderVideoList ul {
   /*width: 5000px;*/
    padding: 0;
	white-space: nowrap;
}

.liveChannelVideoItem .sliderVideoList ul.tabVideoList:before,
.liveChannelVideoItem .sliderVideoList ul.tabVideoList:after {
    content: "";
    display: block;
    height: 1px;
    float: left;
    width: 1px;
}

.liveChannelVideoItem .sliderVideoList ul li {
    width: 45vw;
    position: relative;
    margin: 0 1.5vw;
    /*float: left;*/
    display: inline-block;
}

.liveChannelVideoList .liveChannelVideoLabel{
    font-size: 14px;
    padding: 2px 12px;
}


@media screen and (min-width: 768px) {
    .videoBox .videoBoxText {
        margin: 0 0 16px 32px;
    }
    .channelBox .topBtnArea {
        right: 24px;
        top: 24px;
    }
    .liveChatPanelBox .topBtnArea {
        right: 24px;
        top: 0px;
    }
    .channelBox .topBtnArea .icon,
    .channelBox .topBtnArea .btn,
    .liveChatPanelBox .topBtnArea .icon,
    .liveChatPanelBox .topBtnArea .btn {
        display: inline-block;
        vertical-align: middle;
        margin-left: 12px;
    }
    .programListOpen small {
        display: inline-block;
    }
    .programListBox {
        width: 50%;
        height: 100%;
        position: absolute;
        top: 0;
        /*overflow-y: scroll;*/
    }
    .programListBox .programListItem {
        height: calc(56vw - 102px);
        width: 100%;
        /*-ms-overflow-style: none;
        overflow: -moz-scrollbars-none;*/
    }
    .liveChannelVideoList .tabPanel>ul {
        padding: 0 24px;
    }
    .liveChannelVideoItem .gameList .header p{
        font-size: 24px;
    } 
    .liveChannelVideoItem .gamePlayerList .header {
        padding: 0 20px;
    }
    .liveChannelVideoItem .gamePlayerList .header .thumb {
        width: 60px;
        height: 60px;
        border-radius: 40px;
    }
    .liveChannelVideoItem .gamePlayerList ul.tabVideoList {
        margin-top: 0;
    }
/*    .liveChannelVideoItem ul {
        margin: 0 32px;
        font-size: 0;
    }*/
    .liveChannelVideoItem .header {
        margin: 0 1vw 16px 1vw;
    }    
    .liveChannelVideoItem ul li,
    .liveChannelVideoItem ul li.commingThumb {
        /*width: 230px;*/
        /*margin: 0 11px 40px 0;*/
        /*width: 30vw;*/
        /*margin: 0 1vw 3vw 1vw;*/
        width: 30%;
        margin: 0 1.5% 20px 1.5%;
    }
    .liveChannelVideoItem .sliderVideoList ul li {
        width: 30vw;
        margin: 0 1vw 3vw 1vw;
    }
}

@media screen and (min-width: 1024px) {
    article.videoArea {
        padding: 0;
    }
    article.videoArea:before {
        /*width: 680px;*/
        width: 68vw;
    }
    .videoBox .videoBoxText {
        display: none;
    }
    .videoBox .lotteryBox {
        display: block;
        background: linear-gradient(180deg, #000000 0%, #2A2A2A 100%);
        box-shadow: 0px -1px 8px rgba(27, 27, 27, 0.6);
        width: 154px;
        height: 128px;
        border-radius: 8px;
        position: absolute;
        right: 18px;
        bottom: 52px;
    }
    .videoBox .lotteryBox .lotteryContent {
        position: relative;
        text-align: center;
        padding: 10px 0;
        box-sizing: border-box;
    }
    .videoBox .lotteryBox img.btnClose {
        width: 10px;
        position: absolute;
        top: 12px;
        right: 12px;
        cursor: pointer;
    }
    .videoBox .lotteryBox img.iconEnvelop {
        width: 82px;
        cursor: pointer;
    }
    .channelBox {
        display: inline-block;
        padding: 32px 32px 0;
        box-sizing: border-box;
    }
    .channelBox ul.channleList {
        padding: 0;
    }
    .channelBox .liveChannel ul.channleList li:last-child {
        margin-bottom: 48px;
    }
    .programListBox {
        width: 32vw;
        position: absolute;
        top: 0;
    }
    .liveChatPanelBox {}
    .programListBox .programListItem {
        height: calc(37.3vw - 86px);
    }
    .liveChatPanelBox {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 200;
        height: 100%;
        background-color: #1B1B1B;
        width: 32vw;
    }
    .liveChatPanelOpen {
        cursor: pointer;
    }
    .liveChatPanelBox .liveChatPanel {
        position: relative;
        height: 100%;
        overflow: hidden;
    }
    .liveChatPanelBox .header {
        height: 60px;
        width: 100%;
        margin: 0;
        padding: 0 24px !important;
        background-color: #1B1B1B;
        border-bottom: 1px solid #4A4A4A;
        box-sizing: border-box;
        line-height: 60px;
    }
    .liveChatPanelBox .keepTop {
        width: 100%;
        background-color: #000;
        padding: 8px 12px;
        box-sizing: border-box;
        font-size: 12px;
        line-height: 17px;
    }
    .liveChatPanelBox .keepTop .thumb,
    .liveChatPanelBox .keepTop .mgsBox {
        display: inline-block;
        vertical-align: top;
    }
    .liveChatPanelBox .keepTop .thumb {
        width: 24px;
        height: 24px;
        border: 1px solid #353535;
        border-radius: 50%;
        background-color: #FF6B00;
        font-size: 14px;
        text-align: center;
        line-height: 32px;
        margin-right: 4px;
    }
    .liveChatPanelBox .keepTop .thumb img {
        width: 24px;
        padding: 0
    }
    .liveChatPanelBox .keepTop .mgsBox {
        width: calc(100% - 48px);
    }
    .liveChatPanelBox .keepTop .mgsBox .thumbInfo {
        margin-bottom: 4px;
    }
    .liveChatPanelBox .keepTop .mgsBox .msg {}
    .liveChatPanelBox .liveChatArea {
        height: 100%;
        overflow-x: auto;
        box-sizing: border-box;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none;
    }
    .liveChatPanelBox .liveChatArea::-webkit-scrollbar {
        display: none;
        /*Safari and Chrome*/
    }
    .liveChatPanelBox .liveChatArea .msgRoll {
        margin: 16px 64px 16px 24px;
    }
    .liveChatPanelBox .liveChatArea .msgRoll ul {}
    .liveChatPanelBox .liveChatArea .msgRoll ul li {
        margin-bottom: 12px;
    }
    .liveChatPanelBox .liveChatArea .msgRoll .thumb,
    .liveChatPanelBox .liveChatArea .msgRoll .mgsBox {
        display: inline-block;
        vertical-align: top;
    }
    .liveChatPanelBox .liveChatArea .msgRoll .thumb {
        width: 32px;
        height: 32px;
        border: 1px solid #353535;
        border-radius: 50%;
        background-color: #000;
        font-size: 14px;
        text-align: center;
        line-height: 32px;
        margin-right: 4px;
    }
    .liveChatPanelBox .liveChatArea .msgRoll .mgsBox {
        width: calc(100% - 48px);
    }
    .liveChatPanelBox .liveChatArea .msgRoll .mgsBox .thumbInfo {
        margin-bottom: 4px;
        font-size: 12px;
        line-height: 17px;
    }
    .liveChatPanelBox .liveChatArea .msgRoll .mgsBox .thumbInfo .name {
        font-weight: 600;
    }
    .liveChatPanelBox .liveChatArea .msgRoll .mgsBox .thumbInfo .time {
        margin-left: 8px;
        color: #CCCCCC;
    }
    .liveChatPanelBox .liveChatArea .msgRoll .mgsBox .msg {
        display: inline-block;
        background-color: #3F3F3F;
        border-radius: 0 16px 16px;
        padding: 8px 12px;
        font-size: 14px;
        line-height: 20px;
    }
    .liveChatPanelBox .liveChatArea .msgRoll .admin .thumb {
        background-color: #FF6B00;
    }
    .liveChatPanelBox .liveChatArea .msgRoll .admin .thumb img {
        width: 32px;
        padding: 0
    }
    .liveChatPanelBox .liveChatArea .msgRoll .admin .mgsBox {}
    .liveChatPanelBox .liveChatArea .msgRoll .admin .mgsBox .thumbInfo {
        color: #FF6B00;
    }
    .liveChatPanelBox .liveChatArea .msgRoll .admin .mgsBox .thumbInfo .name:after {
        content: "";
        display: inline-block;
        margin-left: 4px;
        width: 10px;
        height: 10px;
        background-color: #FF6B00;
        border-radius: 10px;
        background-image: url(../_img/icon_ckeck_white.png);
        background-size: 8px;
        background-repeat: no-repeat;
        background-position: center;
    }
    .liveChatPanelBox .liveChatArea .msgRoll .admin .mgsBox .msg {
        background-color: #FF6B00;
    }
    .liveChatPanelBox .msgInputArea {
        width: 100%;
    }
    .liveChatPanelBox .msgInputArea .msgInputBox {
        background-color: #000;
        padding: 16px 24px;
        box-sizing: border-box;
    }
    .liveChatPanelBox .msgInputArea .thumbBox {
        margin-bottom: 8px;
    }
    .liveChatPanelBox .msgInputArea .thumb,
    .liveChatPanelBox .msgInputArea .thumbInfo,
    .liveChatPanelBox .msgInputArea .textCount {
        display: inline-block;
        vertical-align: middle;
    }
    .liveChatPanelBox .msgInputArea .thumb {
        width: 24px;
        height: 24px;
        border: 1px solid #353535;
        border-radius: 50%;
        background-color: #000;
        font-size: 14px;
        text-align: center;
        line-height: 24px;
        margin-right: 4px;
    }
    .liveChatPanelBox .msgInputArea .thumbInfo {
        width: calc(100% - 148px);
        font-size: 12px;
        line-height: 17px;
    }
    .liveChatPanelBox .msgInputArea .textCount {
        color: #999999;
        font-size: 12px;
        line-height: 17px;
    }
    .liveChatPanelBox .msgInputArea .inputBox {
        position: relative;
    }
    .liveChatPanelBox .msgInputArea .inputBox img {
        position: absolute;
        right: 3.5em;
        top: 0;
        width: 36px;
        bottom: 6px;
        padding: 0;
        cursor: pointer;
    }
    .liveChatPanelBox .msgInputArea textarea,
    .liveChatPanelBox .msgInputArea input[type=submit] {
        display: inline-block;
        vertical-align: middle;
    }
    .liveChatPanelBox .msgInputArea textarea {
        border: 1px solid #4A4A4A;
        color: #CCCCCC;
        width: calc(100% - 40px);
        font-size: 14px;
        line-height: 20px;
        padding: 8px 44px 8px 12px;
        height: 36px;
        min-height: 36px;
        max-height: 126px;
        border-radius: 18px;
    }
    .liveChatPanelBox .msgInputArea textarea::-webkit-scrollbar {
        display: none;
        /*Safari and Chrome*/
    }
    .liveChatPanelBox .msgInputArea input[type=submit] {
        border: none;
        background: none;
        color: #3F3F3F;
        margin-left: 8px;
        padding: 0;
        font-weight: 600;
        font-size: 15px;
        line-height: 21px;
    }
    .liveChatPanelBox .msgInputArea .inputBox.active textarea {
        border: 1px solid #FF6B00;
    }
    .liveChatPanelBox .msgInputArea .inputBox.active input[type=submit] {
        color: #FF6B00;
    }
    .liveChatPanelBox .stickerPanelBox {
        position: relative;
    }
    .liveChatPanelBox .stickerPanelBox .stickerPanel {
        position: absolute;
        bottom: 0;
        width: 100%;
        background-color: #272727;
    }
    .liveChatPanelBox .stickerPanelBox .stickerPanel .skip {
        position: absolute;
        top: -40px;
        left: calc(50% - 16px);
        width: 32px;
        height: 32px;
        background-color: #FF6B00;
        background-image: url(../_img/icon_arrow_skip.png);
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 50%;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
        text-indent: -4em;
        overflow: hidden;
        cursor: pointer;
    }
    .liveChatPanelBox .stickerPanelBox .stickerPanel .stickerPanelGroup {
        overflow-y: scroll;
        height: 190px;
    }
    .liveChatPanelBox .stickerPanelBox .stickerPanel .stickerPanelGroup:hover::-webkit-scrollbar-thumb {
        background-color: #4A4A4A;
    }
    .liveChatPanelBox .stickerPanelBox .stickerPanel .stickerPanelGroup::-webkit-scrollbar {
        height: 28px;
        width: 4px;
        background-color: transparent;
    }
    .liveChatPanelBox .stickerPanelBox .stickerPanel .stickerPanelGroup::-webkit-scrollbar-thumb {
        background-color: #4A4A4A;
    }
    .liveChatPanelBox .stickerPanelBox .stickerPanel .stickerPanelGroup::-webkit-scrollbar-track {
        background-color: transparent;
    }
    .liveChatPanelBox .stickerPanelBox .stickerPanel .stickerPanelGroup ul {
        width: 362px;
        margin: 0 auto;
    }
    .liveChatPanelBox .stickerPanelBox .stickerPanel .stickerPanelGroup ul li {
        width: 64px;
        height: 64px;
        display: inline-block;
        margin: 4px 2px;
    }
    .liveChatPanelBox .stickerPanelBox .stickerPanel .stickerPanelThumb {
        /*height: 65px;*/
    }
    .liveChatPanelBox .stickerPanelBox .stickerPanel .stickerPanelThumb ul {
        overflow-y: auto;
        white-space: nowrap;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none;
        width: 288px;
        margin: 10px auto;
    }
    .liveChatPanelBox .stickerPanelBox .stickerPanel .stickerPanelThumb ul::-webkit-scrollbar {
        display: none;
        /*Safari and Chrome*/
    }
    .liveChatPanelBox .stickerPanelBox .stickerPanel .stickerPanelThumb ul li {
        width: 36px;
        height: 36px;
        display: inline-block;
    }
    .liveChatPanelBox .stickerPanelBox .stickerPanel .stickerPanelThumb ul li.active {
        /*width: 44px;
        height:39px;*/
        border-bottom: 1px solid #FF6B00;
        background-color: #000;
        padding: 2px 4px 1px 4px;
        /*box-sizing: border-box;*/
    }
    .liveChatPanelBox .stickerPanelBox .stickerPanel img {
        width: 100%;
        height: auto;
    }
    .liveChatPanelBox .stickerPanelBox .stickerPanel .stickerPanelThumb .navBtnBox {
        /* display: block;*/
    }
    .liveChatPanelBox .stickerPanelBox .stickerPanel .stickerPanelThumb .navBtnBox .navBtn {
        width: 38px;
        position: absolute;
        z-index: 299;
        cursor: pointer;
        height: 65px;
        bottom: 0;
    }
    .liveChatPanelBox .stickerPanelBox .stickerPanel .stickerPanelThumb .navBtnBox .navBtn.leftBtn {
        left: 30px;
    }
    .liveChatPanelBox .stickerPanelBox .stickerPanel .stickerPanelThumb .navBtnBox .navBtn.rightBtn {
        right: 30px;
    }
    .liveChatPanelBox .stickerPanelBox .stickerPanel .stickerPanelThumb .navBtnBox .navBtn img {
        width: 38px;
        position: absolute;
        left: calc(50% - 20px);
        top: calc(50% - 20px);
    }
    .liveChatPanelBox .stickerPanelBox .stickerPanel .stickerPanelThumb .navBtnBox .navBtn.last img {
        opacity: .5;
    }
    .liveChatPanelBox .msgInputArea .btn {
        display: block;
        margin: 0 auto;
    }
    .liveChannelVideoItem .navBtnBox {
        display: block;
    }
    .liveChannelVideoItem .navBtnBox .navBtn {
        width: 60px;
        position: absolute;
        z-index: 299;
        cursor: pointer;
        height: 190px;
    }
    .liveChannelVideoItem .navBtnBox .leftBtn {
        background: linear-gradient(90deg, rgba(39, 39, 39, 0.5) 50%, rgba(39, 39, 39, 0) 100%);
        left: 0;
    }
    .liveChannelVideoItem .navBtnBox .rightBtn {
        background: linear-gradient(90deg, rgba(39, 39, 39, 0) 0%, rgba(39, 39, 39, 0.5) 50%);
        right: 0;
    }
    .liveChannelVideoItem .navBtnBox .navBtn img {
        width: 40px;
        position: absolute;
        left: calc(50% - 20px);
        top: calc(50% - 20px);
    }
    .liveChannelVideoItem .navBtnBox .navBtn.last img {
        opacity: .5;
    }
    .liveChannelVideoItem .sliderVideoList {
        margin-top: 16px;
    }
    .liveChannelVideoItem .sliderVideoList ul.tabVideoList {
        /*margin-top: 12px;*/
    }
/*    .liveChannelVideoItem ul {
        padding: 0;
    }*/
/*    .liveChannelVideoItem .sliderVideoList ul li {
        width: 230px;
        margin: 0 15px 28px 0;
    }*/
    .liveChannelVideoItem ul li,
    .liveChannelVideoItem ul li.commingThumb {
        /*width: 230px;*/
        /*margin: 0 11px 40px 0;*/
        /*width: 22vw;*/
        /*margin: 0 1vw 3vw 1vw;*/
        width: 23%;
        margin: 0 1% 20px 1%;
    }
    .liveChannelVideoItem .sliderVideoList ul li {
        width: 22vw;
        margin: 0 1vw 3vw 1vw;
    }        
    .liveChannelVideoItem ul{
        padding-bottom: 3vw;
    }
    .liveChannelVideoItem .gamePlayerList{
        margin-bottom: 3vw;
    }
    .inputName h1 {
        margin-bottom: 20px;
    }
    .inputName .inputBox {
        position: relative;
        margin-bottom: 8px;
    }
    .inputName .inputBox input[type=text] {
        width: 100%;
    }
    .inputName .inputBox input[type=text]:focus {
        border: 1px solid #FF6B00;
    }
    .inputName .inputBox input[type=text].error {
        border: 1px solid #D34A4A;
    }
    .inputName .inputBox .textCount {
        position: absolute;
        right: 24px;
        top: 8px;
    }
    .inputName .inputBlock .inputBox p.error {
        margin-bottom: 12px;
        text-align: left;
        margin-left: 24px;
    }
    .inputName .inputBlock .inputBox p.error img {
        width: 24px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 8px;
    }
    .liveChannelVideoItem ul {
        margin: 0 2vw;
        font-size: 0;
    }    
    .liveChannelVideoItem .gamePlayerList .header{
        padding: 0 32px;
    }
}

@media screen and (min-width: 1440px) {
    article.videoArea:before {
        width: 1002px;
    }
    .programListBox,
    .liveChatPanelBox {
        width: calc(100% - 1002px);
    }
    .programListBox .programListItem {
        height: calc(550px - 86px);
    }
    .liveChannelVideoItem .gamePlayerList .header {
        padding: 0 4vw;
    }
 
    .liveChannelVideoItem ul {
        margin: 0 4vw;
        /*padding: 16px 0 6vw;*/
        /*font-size: 0;*/
    }
/*    .liveChannelVideoItem ul li,
    .liveChannelVideoItem ul li.commingThumb {
        width: 380px;
        margin: 0 56px 28px 0;
    }
    .liveChannelVideoItem ul.gameList li,
    .liveChannelVideoItem .sliderVideoList ul li {
        width: 300px;
        margin: 0 15px 40px 0;
    }*/
    .liveChannelVideoItem .header {
        margin: 0 1vw 16px 1vw;
    }
    .liveChannelVideoItem ul li,
    .liveChannelVideoItem ul li.commingThumb {
        /*width: 230px;*/
        /*margin: 0 11px 40px 0;*/
        /*width: 21vw;*/
        /*margin: 0 1vw 3vw 1vw;*/
        width: 23%;
        margin: 0 1% 20px 1%;
    }
    .liveChannelVideoItem .sliderVideoList ul li {
        width: 21vw;
        margin: 0 1vw 3vw 1vw;
    }    
    .liveChannelVideoList .tabContant {
        width: 1440px;
    }
    .liveChannelVideoList .tabPanel>ul {
        padding: 0 60px;
    }
}