.layui-bg-white {
    background: transparent;

}

.layui-bg-white li a {
    color: black;
    cursor: pointer;
}

.red-color {
    color: #e10217 !important;
}

.black-color {
    color: #4e4e4e !important;
}

.red-back {
    background-color: #850000 !important;
}
.red-back-light {
    background-color: #be0202 !important;
}
.logo {
    width: 100px;
}

.layui-nav-bar {
    background-color: #e10217;
}

.layui-nav * {
    font-size: 20px !important;
}

.layui-nav .layui-this:after {
    background-color: #e10217 !important;
}

.footer {
    width: 100%;
    height: 100px;
    z-index: 9999;
}

.wrap {
    min-height: 100px
}