.f-l {
    float: left;
}

.f-r {
    float: right;
}

.customize-input {
    width: 95px !important;
    margin: 0;
}

.customize-label {
    padding-left: 0;
    padding-right: 10px;
    width: auto !important;
}

.o-h {
    overflow: hidden;
    margin-top: 3px;
}

.d-b {
    display: block;
}

.p-ab {
    position: absolute;
    right: 0;
}

.f-w-6 {
    font-weight: 600;
}

.nva-r {
    position: absolute;
    right: 25px;
    top: 0;
}

.nva-left {
    height: calc(100vh - 60px);
    z-index: 10;
}

.center {
    position: absolute;
    top: 60px;
    left: 200px;
    overflow: auto;
    width: calc(100vw - 200px);
    height: calc(100vh - 60px);
}

.title-top {
    padding: 8px 16px;
    overflow: hidden;
    border-bottom: 1px solid #d8d8d8;
}

.list-center {
    padding: 20px;
}

.center-h {
    padding: 12px 20px;
    height: calc((100vh - 310px)/2);
}