﻿.container > div.container-body {
    margin-bottom: 0px !important;
    height: 100%;
}

#ContrastPanel {
    box-shadow: var(--search-local-modal-shadow,inset 1px 1px 0 0 #ffffff80,0 2px 8px 0 #555a64);
}

.beer-slider {
    border-radius: 10px;
}

.ID-slider {
    margin-top: 13px;
}

.slider-left {
    width: calc( 100% - 80px);
    float: left;
}

.slider-right {
    width: 80px;
    float: right;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: white;
    font-weight: bold;
}

.layui-slider-bar {
    background: #006eff !important;
}

.layui-slider-wrap-btn {
    border: none !important;
}

.title {
    margin-bottom: 10px;
    padding-left: 0px;
    font-size: 16px;
}

    .title label {
        font-size: 12px;
        font-weight: initial;
        color: #939393;
    }

.imageInfo li {
    width: 100%;
    line-height: 30px;
    overflow: hidden;
}

    .imageInfo li .imageinfo-title {
        width: 100px;
        float: left;
    }

    .imageInfo li .imageInfo-val {
        width: 160px;
        float: left;
    }

#BackgroundImg {
    margin-top: 20px;
    width: 100% !important;
    border-radius: 5px !important;
    height: 38px !important;
    font-size: 15px !important;
}

.fileSizeLi {
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .leftViewPanel {
        width: 100%;
        height: 40%;
        padding: 0px;
    }

    .rightOperationPanel {
        width: calc( 100% - 30px);
        height: calc( 60% - 60px);
        padding: 30px 15px;
    }
}
