/*加载动画*/
.load-z{
    width: 150px;
    height: 150px;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    z-index: 101510000000000;
    position: absolute;
}
.load-z p{
    text-align: center;

    font-weight:bold;
}
.load-z p a{
    color: #ffffff;
}
.loadd{
    background-color: #00000078;
    z-index: 101510000000000;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
}

/*覆盖layui*/
.layui-btn {
    background: linear-gradient(to bottom right, #04a7bb, #86f7f2);
    /*background-color: #36e7f5;*/
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background: linear-gradient(to bottom right, #04a7bb, #86f7f2);
}
.layui-form-select dl dd.layui-this {
    background: linear-gradient(to bottom right, #04a7bb, #86f7f2);
}
.layui-layer-btn .layui-layer-btn0 {
    border-color: #35cfdc !important;
    background: linear-gradient(to bottom right, #04a7bb, #86f7f2);
}
.layui-nav-tree .layui-nav-bar {
    background: linear-gradient(to bottom right, #04a7bb, #86f7f2);
}
.layui-form-checked[lay-skin=primary] i {
    border-color: #35cfdc !important;
    background: linear-gradient(to bottom right, #04a7bb, #86f7f2);
}


.layui-form-radio:hover *, .layui-form-radioed, .layui-form-radioed>i {
    color: #35cfdc !important;
}
