.video_con .prism-player .prism-big-play-btn{top:50%; left: 50% !important; transform:translate3d(-50%,-50%,0)}
.videoDetailCon{margin-bottom: 0.2rem; margin-top:0; background-color: #383C41; }

/* left */
.videoDetailCon_left{width:74.16%;}
.videoDetailCon_left>.detail_title_box{ height: 1.1rem; margin-bottom:0; padding:0.17rem 0.14rem; padding-left: 0.18rem; background-color: #383C41; display: flex; align-content: space-around; flex-wrap: wrap; }
.videoDetailCon_left>.detail_title_box>.videoDetail_title{font-size: 0.18rem; font-weight: 500; margin-bottom:0; color: #fff; width: 100%; line-height:1.2;}
.videoDetailCon_left>.detail_title_box .detailSummary_box{padding: 0; max-height:0.46rem; width: 100%;}
.videoDetailCon_left>.detail_title_box .videoDetail_new{font-size: 0.12rem; width: 100%; line-height:1.3;  color: #999; cursor: s-resize; margin-top:0.03rem;}
.videoDetailCon_left>.video_con{width: 100%;  position: relative;}
.videoDetailCon_left>.video_con>#videoBox{width: 100%; height:100% !important;}
video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}

/* right */
.videoDetail_right {
    background-color: #2E3237;
    width:25%;
}
.detailList_box{height:100%; padding: 0.08rem 0.14rem;padding-right:0;}
.detailList_box .swiper-scrollbar-drag{background-color: #656A70;}
.detailList_item {
    margin-bottom: 0.08rem;
    padding-right: 0.14rem;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.detailList_item >.coverBox{position: relative;}
.detailList_item >.coverBox > img {
    width: 1.24rem;
    height: calc(1.24rem / 16 * 9);
    border-radius: 0.02rem;
}
.detailList_item >.coverBox >.detailList_time{position: absolute; bottom: 0.06rem; right: 0.06rem; padding: 0.014rem 0.08rem; background:rgba(0, 0, 0, 0.4); color:#fff; font-size: 0.12rem; border-radius: 100px; text-align: center; font-weight: 200;}
.detailList_item > .detailList_text {
    padding-left: 0.1rem;
}
.detailList_item > .detailList_text > h3 {
    font-size: 0.13rem;
    font-weight: 500;
    color:#fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
    line-height: 1.3;
    text-align: justify;
}
.detailList_item > .detailList_text > p {
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 0.11rem;
    color: #9a9a9a;
    margin-top: 0.08rem;
}
.detailList_item:hover, .detailList_item.curVideo{background-color:#1A1C1E;}
.detailList_item .livecurVideo h3{color: #458CF5;}

/* 分页按钮 */
.pageBtn {
    display: flex;
    align-items: center;
    margin-top: 0.15rem;
    margin-bottom: 0.08rem;
    padding-right: 0.14rem;
    justify-content: space-between;
}
.pageBtn > button {
    position: relative;
    width:48.6%;
    display: flex; 
    align-items: center;
    justify-content: center;
    background-color: #64696F;
    height: 0.34rem;
    font-size: 12px;
    cursor: pointer;
    color: #fff;
}
.pageBtn > button:hover {
    background-color: #458CF5;
}
.pageBtn > button:disabled {
    background-color: #4a5057;
    cursor:no-drop
}
.pageBtn > button>img{width: 0.18rem; animation:loadingRotate 700ms cubic-bezier(0.36, 0.46, 0.46, 0.86) infinite;margin-right: 0.08rem; }
@keyframes loadingRotate{
from{transform: rotate(0deg);}
to{transform: rotate(360deg);}
}
/* 分享 */
#self-share{display: flex;flex-direction: column; width: 0.7rem; align-items: center; position: fixed; top: 1rem; z-index:100;}
#self-share >.social-share-icon{display: flex;flex-direction: column; align-items: center; margin-bottom: 0.32rem; 
    font-size: 0.22rem; width: 0.38rem; height: 0.38rem; line-height: 0.34rem; border: 0.02rem solid;}

#self-share >.social-share-icon >.share_text{font-size: 0.12rem; color: #999; padding-top: 0.08rem; white-space: nowrap; line-height:1; letter-spacing: 0.01rem;}
#self-share >.social-share-icon.icon-qzone:hover >.share_text{color: #FDBE3D;}
#self-share >.social-share-icon.icon-qq:hover >.share_text{color: #56b6e7;}
#self-share >.social-share-icon.icon-weibo:hover >.share_text{color: #ff763b;}
#self-share >.social-share-icon.icon-wechat:hover >.share_text{color: #7bc549;}
