﻿.list-video {
    padding: 10px 15px 25px 10px;
    position: relative;
    border-bottom: 1px solid #F0F0F0;
    width:99%;
    margin:10px auto;
    display:block;
}

    .list-video .list-video-title {
        font-weight: 200;
        font-size: 0.26rem;
        margin-bottom: 10px;
        max-height: 60px;
        overflow: hidden;
        line-height:20px;

    }
        /*.list-video .list-video-title::after {
            content: "...";
            position: absolute;
            bottom: 30px;
            right: 10px;
            padding-left: 60px;
            background: -webkit-linear-gradient(left, transparent, #fff 55%);
            background: -o-linear-gradient(right, transparent, #fff 55%);
            background: -moz-linear-gradient(right, transparent, #fff 55%);
            background: linear-gradient(to right, transparent, #fff 55%);
        }*/

    .list-video .list-video-describe {
        color: #9d9d9d;
        font-size: 0.2rem;
        height: 20px;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width:90%;
    }
    .list-video .list-video-hits {
        color:rgba(6, 113, 137, 0.87);
        font-size: 0.2rem;
        float:right;
        text-align:right;
    }
        .list-video .list-video-hits .price {
            color: firebrick;
        }
        .list-video .list-video-describe span {
            padding-right: 15px;
        }

    .list-video .list-video-title i.playIco {
        position: absolute;
        left: 24%;
        top: 40px;
        font-size: 0.5rem;
        color:rgba(255, 255, 255, 0.8);
    }
    .list-video .list-video-title img.pic {
        width: 30%;
        float: left;
        height: auto;
        max-height: 80px;
        margin-right: 15px;
    }


/*--------------------------------------------------------------------------------------------------------------------------视频内容页*/

.list-mes {
    width: 100%;
    float: none;
    padding: 0 2px;
    margin-top: 4px;
}

.list-img {
    height: 0;
    width: 100%;
    padding: 50% 0px 10%;
    overflow: hidden;
    position: relative;
}

.list-intro {
    word-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: auto;
    text-align: justify;
    height: .30rem;
}

.list-img i.fa {
    position: absolute;
    right: 5px;
    bottom: 5px;
    color: rgba(255, 255, 255, 0.65);
}

.Msg {
    width: 100%;
    height:180px;
    position: relative;
    left: 0px;
    background-size: cover;
    z-index: 901;
    overflow:hidden;
}

    .Msg .txtMsgBg {
        width: 80%;
        background: rgba(255, 255, 255, 0.65);
        color: rgb(0, 0, 0);
        font-size: 0.3rem;
        line-height: 0.5rem;
        z-index: 902;
        text-align: center;
        padding: 20px;
        margin:auto auto;
    }

        .Msg .txtMsgBg .menuMsg {
            clear: both;
            margin: 20px auto;
        }

            .Msg .txtMsgBg .menuMsg a {
                padding: 5px 15px;
                border: 1px solid rgb(255, 106, 0);
                background: #fffbec;
                color: #cb0000;
                text-decoration: none;
            }

.prism-player .prism-big-play-btn {
    background-size: contain;
    width: 40px;
    height: 40px;
}

    .prism-player .prism-big-play-btn .outter {
        border: 7px solid rgba(255,255,255,.51);
        width: 40px;
        height: 40px;
        border-radius: 100%;
        position: absolute;
        box-sizing: border-box;
        top: 0;
        left: 0;
    }

.g-scrollview, .hairline .g-scrollview {
    margin-top: 0.2rem;
}

/**sass**/
.list-theme1 .list-item .list-mes .list-title {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 36px;
    white-space: normal;
    color: rgb(128, 128, 128);
    font-size: 0.2rem;
}

/**less**/
.list-theme1 .list-item .list-mes .list-title {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /*! autoprefixer: on */
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 36px;
    white-space: normal;
    color: rgb(128, 128, 128);
    font-size: 0.2rem;
}

.indexTitle .navbar-title {
    color: #cb0000;
}

.indexTitle a {
    font-size: 0.3rem;
    color: rgb(128, 128, 128);
}
/*****************************************new */

.VideoList {
    clear: both;
    width: 100%;
}

    .VideoList .VideoListLi {
        clear: both;
        height: 1rem;
        overflow: hidden;
        font-size: 0.22rem;
        position: relative;
    }

        .VideoList .VideoListLi i {
            position: absolute;
            right: 5px;
            bottom: 15px;
            color: rgba(255, 255, 255,0.8);
        }


.list-theme5 .list-item {
    padding: .2rem .6rem;
}

.Video-meetingList .list-img {
    height: 3rem;
    overflow: hidden;
    padding: 0px;
    z-index: 2;
}

.Video-meetingList h3.list-title {
    position: relative;
    margin-top: -30px;
    clear: both;
    background: rgba(255, 255, 255, 0.44);
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    z-index: 3;
}


.Video-meetingList .list-img img {
    margin-top: 0px;
}

.VideoList .Meeting_Video_List_img {
    width: 1.2rem;
    float: right;
    height: auto;
    margin-left: 20px;
}

    .VideoList .Meeting_Video_List_img img {
        max-width: 100%;
    }

.Video-meetingList h3.list-title .more {
    float: right;
}

.Meeting_Video_List .Meeting_Video_List_mes {
    margin-left: 15px;
}

/*-------------------------------------------*/
.tab-panel-item {
    clear: both;
}

    .tab-panel-item p {
        line-height: 25px;
        margin: 5px;
    }


.m-list {
    overflow-y: scroll;
    padding-bottom: 10px;
}

.tab-panel {
    position: relative;
    background-color: #FFF;
}

.g-scrollview, .hairline .g-scrollview {
    margin-top: 0.1rem;
}

.list-theme4 .list-item .list-img {
    padding: 0;
    height: 1rem;
}

.list-theme4 .list-img img {
    margin-top: 0%;
}

.demo-pitch {
    margin-top: .1rem;
}
.list-mes .list-title {
    font-weight: 100;
}
.videoTitle{
    margin:20px auto;width:90%;text-align:left; font-weight:300; font-size:0.35rem;
}
.otherBox {
    clear: both;
    width: 90%;
    margin: 10px auto;
    line-height: 24px;
}

    .otherBox a {
        color: rgba(255, 0, 0, 0.65)
    }
.keywordsBox {
    clear: both;
    width: 90%;
    margin: 10px auto;
}
    .keywordsBox strong{color:#9d9d9d;float:left;margin-right:10px;}
    .keywordsBox span.keywords {
        border: 1px solid #9d9d9d;
        border-radius: 3px 4px;
        padding: 1px 3px;
        color: cornflowerblue;
        width: auto;
        display: block;
        float: left;
        margin: 0 5px;
    }
        .keywordsBox span.keywords a{color:#155b75}
        .more {
            text-align: right;
            clear: both;
            color: rgba(6, 113, 137, 0.87)
        }  
.more span{padding:0 10px;font-size:0.28rem;}
    .more span i.fa{
        font-size:0.3rem;
    }
    .hr {
        margin: 10px auto;
        color: #cb0000;
    }

.videoFiterBox {
    width: 100%;
}

    .videoFiterBox ul.videoFiter {
        width: 100%;
        overflow-x: auto;
        border-bottom:1px solid rgb(128, 128, 128);
        box-shadow:#F0F0F0 3px 5px 5px;
    }

ul.videoFiter li.orders {
    width: 30%;
    text-align: center;
    overflow: hidden;
    float: left;
    height: 30px;
    line-height: 30px;
}

ul.videoFiter li.fiter {
    float: right;
    text-align: center;
    width:10%;
}

.fiter span {
    font-size: 0.2rem;
}
.sp_nav {
    float: right;
    position: relative;
    cursor: pointer;
    font-size:0.35rem;
    color:rgb(128, 128, 128);
    width:auto;
    font-size:0.4rem;
    line-height:30px;
}
.nav_show {
    top: 70px;
}
.sjj_nav {
    position: fixed;
    z-index: 9;
    background: rgba(250, 250, 255, 1);
    width: 100%;
    height: calc(100% - 200px);
    color:rgb(0, 0, 0);
}

    .sjj_nav > ul > li:first-child .language a {
        color:rgb(0, 0, 0);
        width: auto;
    }
.FiterMeetingUl{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.sjj_nav ul li.FiterMeetingLi {
    width: 46%;
    margin-left: 0px;
    position: relative;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    display:inline-flex;
    border:1px solid #F0F0F0;
}
    .sjj_nav ul li.FiterMeetingLi a {
        color: rgb(72, 72, 72);
        width: 95%;
        display:block;
        margin:3px auto;
        text-align:left;
    }
li.FiterMeetingLi input, li.FiterMeetingLi button {
    -webkit-appearance: checkbox;
    height: 20px;
    margin-right:10px;
}
li.btnBox .btn{margin:0 auto; width:62%; line-height:26px;}

.vip_limit_wrap {
    text-align: center;
}

.videoMsgTitle {
    clear: both;
    background-image: none;
    height: auto;
    margin: 10px;
}

.vip_limit_button_box {
    clear: both;
    height: auto;
    padding: 15px 0;
}

    .vip_limit_button_box a {
        color: rgba(255, 255, 255, 0.8);
    }

        .vip_limit_button_box a.vip_limit_btn, .vip_limit_button_box a.buyBtn {
            padding: 5px 10px;
            background: rgb(255, 106, 0);
            color: rgba(255, 255, 255, 0.8);
        }

.preview-vod-component .preview-custom p.videoView-content {
    font: 0.2rem;
    padding-top: 15px;
}

.vip_limit_c