.my_layui {
	pointer-events: all;
	position: absolute;
	padding: 0;
	width: 100%;
	text-align: left;
	left: 0;
	top: 0;
	right: 0;
    z-index: 1;
}
.layui_header {
    position: relative;
    top: 0;
    width: 100%;
    height: .5rem;
    background-color: #151719;
	text-align: left;

}
.layui_main_left,
.layui_main_right {
    position: absolute;
    width: 23vw;
    height: calc(100vh - .5rem);
    background-color: #202224;
    padding: .16rem .24rem;
    opacity: 0.9;
    overflow-y: auto;
    overflow-x: hidden;
}
.layui_main_left {
    left: 0;
}
.layui_main_right {
    right: 0;
}
