*{
    padding: 0px 0px;
    margin: 0px 0px;
}
body{
    padding: 0px;
    margin: 0px auto;
    width: 100%;
    font-size: 14px;
}
a{
    color: #fff;
    font-size: 14px;
    cursor: pointer;

}
body::-webkit-scrollbar{
    display: none;
}
li, ol, ul {
    list-style: none;
}
 .nav {
display: block;
     text-align: center;
     margin: 0px auto;
}
 .nav li {
     display: inline-block;
    width: 158px;
    line-height: 35px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin: 0 36px;
    background: url(/assets/img/a_list_hover.0b6fe68b.png) left -20px top -20px no-repeat;
    cursor: pointer;
    transition: all .5s
}
 .nav li.active , .nav li:hover{
    background-position: -20px -75px
}
.nav li:hover.active{
    /*background-position: -20px -20px*/
}
.layui-layer {
    border-radius: 8px;
}
.layer_nav{
    width: 100%;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0px !important;
    margin: 0px !important;
    background-color: #eee;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.layer_nav li{
    display: inline-block;
    float: left;
    color:#666;
    background-color: #eee;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    width: 150px;
}
.layer_nav li i{
    margin-right: 0px;
}
.layer_nav li.active{
    background-color: #3f6df5;
    color: #fff;
}
.layer_nav li:first-child{
    border-top-left-radius: 8px;
}

.user_list{
    display: inline-block;
    width: calc(100% - 20px);
    padding: 0px 10px;
    margin: 10px auto;
    line-height: 30px;
}
.user_list li{
    height: 35px;
    line-height: 35px;
    width: 100%;
    border-bottom: 1px #eee dashed;
    display: table;
    table-layout: fixed;
}
.user_list li:hover{
    background-color: #efefef;
}
.user_list li > div{
    display: table-cell;
    text-align: center;
}
.user_list li > div.title{
    width: 250px;
}
.user_list li a{
    color: #2319dc;
}
.user_list li a:hover{

    text-decoration: underline;
}
.color-0{
    color: #666;
}
.color-1{
    color: #0aad6c;
}
.color-2{
    color:#ff6600;
}

.user_list .btns{
    padding: 0px 5px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.user_list .btns.clear{
    border: 1px solid #666;
    color: #666;
    background-color: #fff;
    height: 23px;
    line-height: 23px !important;
}
.user_list .btns.ok{
    background: -webkit-linear-gradient(left top, #3388ff , #2319dc);
    background: -o-linear-gradient(bottom right, #3388ff, #2319dc);
    background: -moz-linear-gradient(bottom right, #3388ff, #2319dc);
    background: linear-gradient(to bottom right, #3388ff , #2319dc);
    color: #fff;
}

.page{
    height: 33px;
    line-height: 33px;;
    text-align: center;
    vertical-align: middle;
}



.page>li{display:inline-block;  width: 43px; height: 33px; line-height: 33px;
    background-color: #ffffff; text-align: center; border-left: 1px #f2f2f2 solid;
    border-top: 1px #f2f2f2 solid; border-bottom: 1px #f2f2f2 solid;vertical-align: middle}
.page>li:last-child{border-right: 1px #f2f2f2 solid;}
.page>li a{display: block; text-decoration: none; color: #777;}
.page>li a:hover{background-color: #f7f7f7; text-decoration: none;}
.page .disabled{}
.page .active{background-color: #2319dc; color: #FFFFFF; font-weight: 800; border-top: #2319dc 1px solid; border-bottom: #009688 1px solid;}
.nodata{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #2319dc;
    cursor: pointer;
    margin-top: 10px;
}