/**
    shot-video 短视频页面------
 */
html,body{
    height: 100%;
}
.shot-ccontainer{
    position: relative;
    height: 100%;
}

.shot-ccontainer .shot_video{
    width: 100%;
    box-sizing: border-box;
    padding-right: 480px;
    position: absolute;
    height: 100%;
    overflow: hidden;
    background: rgba(17,17,17,.7);
}
.shot_video .backimg-warp{
    width: 100%;
    box-sizing: border-box;
    padding-right: 480px;
    position: absolute;
    height: 100%;
    overflow: hidden;
    top: 0;
    -webkit-filter: blur(15px);
    filter: blur(15px);
    z-index: -1;
    background-size: 100% auto;
    transform: scale(1.1);
    background: #333333;
}
.backimg-warp img{
    width: 100%;
}

.shot_video .video-container-player{
    width: 400px;
    position: absolute;
    left: 50%;
    margin-left: -440px;
    background: #000;
    height: 100%;
    display: flex;
    align-items: center;
}
.video-container-player video{
    width: 100%;
}

.shot-ccontainer .video_detail{
    width: 480px;
    position: absolute;
    right: 0;
    top: 0;
    background: #222;
    height: 100%;
    overflow-y: auto;
}
.video_detail .vd_content{
    margin: 40px 20px 0 ;
    padding-bottom: 50px;
}
.video_detail .vd_content .vd_title{
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    line-height: 30px;
}
.vd_content .vd_tool_bar{
    margin-top: 24px;
    overflow: hidden;
}
.vd_tool_bar .tool_item{
    float: left;
    font-size: 0;
    opacity: 0.6;
    margin-right: 32px;
    cursor: pointer;
}
.tool_item.act_ok span{
    color: #FF6F65;
}
.tool_item.oked span{
    color: #F5B231;
}
.tool_item .img2,.tool_item .img2{
    display: none;
}
.tool_item.act_ok .img2,.tool_item.oked .img2{
    display: inline-block;
}
.tool_item.act_ok .img1,.tool_item.oked .img1{
    display: none;
}
.vd_tool_bar .tool_item:hover{
    opacity: 1;
}
.tool_item img{
    vertical-align: middle;
    margin-right: 4px;
}
.tool_item span{
    vertical-align: middle;
    font-size: 14px;
    color: rgba(255,255,255,1);
}
.cxg-btn.btn-blue {
    background: #235dff;
    border-radius: 4px;
    color: #ffffff;
}
.cxg-btn.btn-white {
    background: transparent;
    border-radius: 4px;
    border: 1px solid rgba(255,255,255,0.60);
    color: rgba(255,255,255,0.60);
}
.btn-white:hover {
    border: 1px solid #235dff;
    color: #235dff;
}
.cxg-btn.disabled {
    background: #235dff;
    border-radius: 4px;
    width: 120px;
    height: 40px;
    opacity: 1;
    background: rgba(255,255,255,0.10);
    border-color: rgba(255,255,255,0.10);
    color: rgba(255,255,255,0.30);
}
.mr32{
    margin-right: 32px;
}

.cxg-btn {
    width: 120px;
    height: 40px;
    border: 1px solid #235dff;
    border-radius: 5px;
    line-height: 40px;
    box-sizing: border-box;
    font-size: 16px;
    color: #235dff;
    background: transparent;
    display: inline-block;
    text-align: center;
}
.vd_list_p{
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.10);
    margin-top: 40px;
}
.vd_list_p p{
    font-size: 14px;
    font-weight: 400;
    color: rgba(255,255,255,0.60);
    margin-bottom: 16px;
}
.vd_typeName_list{
    margin-top: 32px;
}
.vd_typeName_list span{
    padding: 5px 12px;
    border: 1px solid #ff786e;
    color: #ff786e;
    font-size: 12px;
    border-radius: 5px;
    margin-right: 24px;
}
.video_control{
    position: absolute;
    bottom: 0;
    right: -80px;
}
.video_control>div{
    width: 56px;
    height: 56px;
    border-radius: 100%;
    cursor: pointer;
    background: rgba(255,255,255,0.1);
    text-align: center;
    line-height: 56px;
    font-size: 0;
    color: #ffffff;
    margin-bottom: 20px;
}
.video_control>div:hover{
    background: rgba(255,255,255,0.3);
}
.video_control>div i{
    font-size: 26px;
}
.not_play{
    color: #ffffff;
    text-align: center;
    position: absolute;
    z-index: 1;
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
}
.not_play p{
    width: 100%;
    margin-top: 10px;
}
.not_play .s1{
    position: relative;
    top: 43%;
}
.close{
    width: 56px;
    height: 56px;
    background: rgba(255,255,255,0.1);
    color: #ffffff;
    position: absolute;
    left: 50px;
    top: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 56px;
}
.close:hover{
    background: rgba(255,255,255,0.3);
}
.close i{
    font-size: 24px;
}