body{height:100%;}
.layui-text img {display: block;margin:0 auto;}
.custom-page:before {border:none!important;}

@media screen and (min-width: 1001px){
    .custom-page {
        padding: 15px 10%;
        min-height: 520px;
    }

}
@media screen and (max-width: 1000px){
    .custom-zw {
        padding: 10px 0;
    }
}
.custom-zw li:before {
    content: "";
    display: inline-block;
    width: 8px; /* 符号宽度 */
    height: 8px; /* 符号高度 */
    border-radius: 50%; /* 圆形 */
    background-color: #8b8b8b; /* 背景颜色 */
    margin: 0px 5px 3px 0;
}
.login-required {
    background-color: #f8f9fa;
    border-left: 4px solid #ffc107;
    padding: 10px 15px;
    margin: 10px 0 10px 2em;
    border-radius: 0 4px 4px 0;
    font-style: italic;
    color: #856404;
}

.login-required a {
    color: #007bff !important;
    text-decoration: underline;
}