﻿.video {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    display: none;
    position:relative;
}

    .video video {
        width: 100%;
        position: relative;
    }

    .video .tips {
        text-align: center;
        color: #e71616;
        line-height: 48px;
        display: none;
    }

    .video .tips-time {
        text-align: center;
        padding:10px 0px;
    }
    .video .tips-time span{display:inline-block;}
/* .area-operation{
    padding: 17px;
} */

.cut-video .urlqcode {
    border: solid 1px #888;
    right: 0px;
    bottom: 40px;
    display: none;
}

.cut-video .downloadBtn {
    color: #fff;
    width: 119px;
    height: 36px;
    border-color: transparent;
    background: #278FF0;
    border: solid 1px #278FF0;
    border-radius: 18px;
    margin: 0 5px 10px;
    vertical-align: middle;
    cursor: pointer;
    line-height:36px;
}

.cut-video .downqcodeBtn {
    color: #fff;
    width: auto;
    padding:0 10px;
    height: 36px;
    border-color: transparent;
    background: #5CB85C;
    border: solid 1px #5CB85C;
    position: relative;
    border-radius: 18px;
    margin: 0 5px 10px;
    vertical-align: middle;
    cursor: pointer;
    line-height:36px;
}

.cut-video {
    text-align: center;
    font-size:14px;
}

    .cut-video a {
        display: inline-block;
    }

    .cut-video span {
        cursor: pointer;
        width: 119px;
        height: 36px;
        border-radius: 18px;
        text-align: center;
        line-height: 36px;
        color: #fff;
        background: #278ff0;
        margin: 0 5px 10px;
        display: none;
        vertical-align: middle;
    }

        .cut-video span.stop {
            background: #e71616;
        }

        .cut-video span.complete {
            background: #50b949;
        }

        .cut-video span.rechoose {
            overflow: hidden;
            z-index: 9;
            position: relative;
        }

        .cut-video span.start, .cut-video span.rechoose {
            display: inline-block;
        }

            .cut-video span.rechoose .webuploader-pick {
                width: 100%;
                height: 100%;
                background: #395269;
                line-height: 34px;
                margin-bottom: 10px;
            }

.img-gif {
    margin: 0 auto;
    display: none;
}

.settingsop .dcontent {
    line-height: 30px;
}

.settingsm .settingsop div.dcontent a {
    width: 30%;
}

.settingsop .settings-options input {
    width: 100px;
    height: 30px;
    border-radius: 4px;
    padding-left: 10px;
}

.settingsm .settingsop p.pname {
    height: 30px;
    line-height: 30px;
}

.settingsop .gif-width input {
    width: 100%;
}

.preset-width {
    width: 100%;
}

.settingsm .settingsop .preset-width .dcontent {
    width: 72%;
}

.gif-width {
    margin-right: 20px;
}

.presetWH {
    width: 100%;
    border-radius: 4px;
    min-width: 135px;
}

.tips-time .clear {
    margin-left: 10px;
    color: #e71616;
    cursor: pointer;
}

.gifResult {
    display: none;
}

.video .progress-content {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    padding: 0px 0px 86px 0px;
    display:none;
}
