.honors_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000;
    display:none;
    z-index: 1000;
    top: 0;
    left: 0;
    opacity: 0.4;
}

.honors_fixed {
    position: fixed;
    left: 50%;
    display:none;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2000;
}