#uploadVideoActivityForm {

}

#uploadVideoActivityForm .qq-upload-button {
    width: auto !important;
    height: auto !important;
    background: none;
}

#uploadVideoActivityForm .upload-section {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: auto;
    padding: 0;
    text-align: center;
}

#uploadVideoActivityForm .upload-section i {
    font-size: 20px;
    color: #999;
    vertical-align: middle;
    margin: 0;
    cursor: pointer;
}

#video_pc_feed_preview #video_upload_preview .video_thumb .spinner {
    left: 82px !important;
    top: 72px !important;
}

#video_pc_feed_preview #video_upload_preview .left {
    float: left;
}

#video_pc_feed_preview #video_upload_preview .right {
    margin-left: 170px;
}

#video_pc_feed_preview #video_upload_preview .video_thumb {
    width: 164px;
    height: 144px;
    background: #000;
    line-height: 138px;
    text-align: center;
    color: #9b9b9b;
    font-size: 40px;
    position: relative;
}

#video_pc_feed_preview #video_upload_preview .video_thumb img {
    width: 100%;
}


#video_pc_feed_preview #video_upload_preview.video_thumb_target .right textarea {
    min-height: 104px !important;
}

#video_pc_feed_preview #video_upload_preview .right textarea {
    min-height: 60px !important;
}

#video_pc_feed_preview #video_upload_preview .right > div {
    margin-bottom: 8px;
}

#video_pc_feed_preview #video_upload_preview .right input#title {
    font-weight: bold;
}

.video-upload-render video {
    background-color: #000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.video-detail .video-upload-render video {
    width: 100%;
    height: 100%;
}

.video-feed-content .video-upload-render video {
    width: 100%;
    height: 100%;
}

@media (max-width: 480px) {
    .video-feed-content .video-upload-render video {
        max-width: 100%;
        min-height: 100%;
        object-fit: fill;
        height: auto;
    }
}

#triggerUpload.video-upload {
    margin: 0;
    box-shadow: none;
}

.video-thumbnail {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin: 30px;
}

.video-thumbnail:before {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "\f01d";
    font-family: FontAwesome;
    font-size: 100px;
    color: #fff;
    opacity: .8;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

.close-upload-video {
    padding: 4px 8px;
    margin: 8px 0;
    border: 1px solid #ccc;
    display: inline-block;
    color: gray;
}

#video_pc_feed_preview {
    border-top: 1px solid #e0e0e0;
}