/* =============== 弹窗 =============== */
.slide-in {
    width: 100vw;
    min-height: 100%;
    overflow-y: scroll;
    background: #F5F5F5;
    position: fixed;
    top: 0;
    right: -100vw;
    bottom: 0;
    /* z-index: 19891015;  刚好遮住layer*/
    z-index: 100;
}

.slide-in::-webkit-scrollbar {
    display: none;
}
