.lop_item {
    position: relative;
}
.lop_title {
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    margin: 18px 0 12px;
}
.lop_item .lop_img {
    border-radius: 0;
    border: none;
    float: none;
    margin: 0;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    transition: all .3s ease-in-out;
}
.lop_fly {
    position: absolute;
    right: 6px;
    top: 6px;
    display: flex;
    align-items: center;
    z-index: 2;
}
.lop_fly:empty {
    display: none;
}
.lop_fly .lop_edit {
    background-color: rgba(0, 0, 0, .6);
    color: #ddd !important;
    line-height: normal;
    display: flex;
    padding: 6px 9px;
    margin: 0 0 0 6px;
    transition: all .2s ease-in;
    min-height: 30px;
    text-decoration: none !important;
    box-sizing: border-box;
}
.lop_fly .lop_edit .rcli {
    font-size: 18px;
    padding: 0;
}
.lop_fly .lop_edit .rcli:hover,
.lop_fly .lop_edit:hover {
    color: #fff !important;
    background: rgba(0, 0, 0, .9);
}
.lop_f-icons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lop_f-icon {
    display: flex;
    flex-grow: 1;
    min-width: 48px;
    justify-content: center;
    align-items: center;
}
.lop_f-icon .lop_f-img {
    width: 22px;
    height: 22px;
    filter: grayscale(1);
    margin: 0;
}
.lop_f-count {
    font-size: 18px;
    margin: 0 0 0 9px;
}
.lop_navi,
.lop_not {
    width: 100%;
}
#lop_loader:empty {
    height: 1px;
}
#lop_loader {
    position: relative;
    height: 70px;
    width: 100%;
}
@keyframes lop_timer {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
#lop_loader .fa-circle-o-notch {
    border: 6px solid var(--rclHex);
    border-radius: 24px;
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px !important;
}
#lop_loader .fa-circle-o-notch::before,
#lop_loader .fa-circle-o-notch::after {
    animation: lop_timer 15000ms infinite linear;
    transform-origin: 3px 3px;
    background: var(--rclHex);
    border-radius: 3px;
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    left: 15px;
    top: 15px;
}
#lop_loader .fa-circle-o-notch::before {
    animation-duration: 1250ms;
    height: 19.2px;
}
#lop_loader .fa-circle-o-notch::after {
    height: 16px;
}
.lop_badge {
    position: absolute;
    left: 0;
    top: 6px;
    z-index: 2;
    padding: 6px 9px;
    background: #f7e16c;
    color: #124199;
    pointer-events: none;
    font-size: 14px;
    line-height: normal;
    min-height: 30px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
