body {
    overflow: hidden;
}

#operateResult-capture-bd {
    color: #fb6533 !important;
}

#container-capture-bd {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.fontDiv-capture-bd {
    margin: 16px 0;
}

.dragFont-capture-bd {
    font-size: 16px;
    color: dodgerblue;
}

.imageDiv-capture-bd {
    width: 420px;
    height: 240px;
    margin: 10px;
    position: relative;
}


.resultDiv-capture-bd {
    position: absolute;
    top: 10px;
    right: 6px;
    z-index: 1;
}

.resultDiv-capture-bd .btn {
    border: none;
    background-color: transparent;
}

.resultDiv-capture-bd i {
    color: #fb6533 !important;
    background-color: #fff;
    padding: 3px;
    opacity: .8;
}

.op-capture-bd {
    text-align: left;
}

#validateImage-capture-bd {
    border-radius: 4px;
    width: 100%;
    height: 100%;
}

#slideImage-capture-bd {
    position: absolute;
    top: 5px;
    left: 0;
    width: 62px;
    height: 100%;
    filter: drop-shadow(2px 4px 6px black);
}

#sliderOuter-capture-bd {
    width: 420px;
    height: 30px;
    margin: 12px auto;
    border-radius: 20px;
    box-shadow: 0 0 10px 5px #F9F2FA;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#dragDiv-capture-bd {
    width: 100%;
    height: 30px;
    position: absolute;
    font-size: 16px;
    color: #fb6533;
    text-align: center;
    line-height: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#sliderInner-capture-bd {
    width: 50px;
    height: 30px;
    border-radius: 20px;
    font-size: 2rem;
    background-color: #fb6533;
    cursor: pointer;
    position: absolute;
    left: 0;
}

#sliderInner-capture-bd i {
    position: relative;
    top: -5px;
    left: 14px;
    color: white;
    font-size: 24px;
}

.coverIcon-capture-bd {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}