
/*#region edit-popup */
.edit-popup {
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 1000000;
    width: 7.5rem;
    height: 1rem;
    background: transparent;
}

.popup-box {
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 1000000;
    height: 1rem;
    left: 0;
    overflow: hidden;
}

.line {
    min-width: 2px;
    height: 1rem;
    background: transparent;
}

.edit-popup .popup-box img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1000000;
}

.auto-h {
    height: .8rem;
    background: transparent;
}
/*#endregion */
