
   /* Azizam - QQ:1924160276 */
   /* Www.202Dj.Com */
   /* 2021-4-10 */
.shiny{
	background: #000;
	/* color:#FFFFFF; */
	padding: 0px 5px;
	border-radius: 5px;
	animation: uk-text-shadow-glitch .65s cubic-bezier(0,-4.91,0,0.7) 0s infinite normal both running;
}
@keyframes uk-text-shadow-glitch {
    0% {
        text-shadow: none
    }
    25% {
        text-shadow: -1px -1px 0 #ff0048,1px 1px 0 #3234ff
    }
    50% {
        text-shadow: 1px -1px 0 #ff0048,-1px 1px 0 #3234ff
    }
    75% {
        text-shadow: -1px 1px 0 #ff0048,1px -1px 0 #3234ff
    }
    100% {
        text-shadow: 1px 1px 0 #ff0048,-1px -1px 0 #3234ff
    }
}

/* 宝塔白色风格 - layer默认样式 */
.layui-layer-msg {
    background-color: rgba(255,255,255,0.95) !important;
    border: 1px solid #e8e8e8 !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
    color: #333 !important;
    border-radius: 4px !important;
}

.layui-layer-msg .layui-layer-content {
    color: #333 !important;
    padding: 12px 25px !important;
    font-size: 14px;
}

.layui-layer-msg .layui-layer-ico {
    opacity: 0.9;
}

/* 如果需要，也可以修改其他弹窗的样式 */
.layui-layer-dialog {
    background-color: white !important;
    border: 1px solid #e8e8e8 !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.1) !important;
}