﻿body {
    margin:0;
    padding:0;
}
div{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
input,select,button{
    outline:none;
    box-sizing:border-box;
}
input,select,img,label{
    vertical-align:middle;
}
.p-title{
    color:#fff;
    font-size:32px;
}
.txt-white{
    color:#fff;
}
.txt-blue {
    color: rgb(65,173,173);
}
html {
    font-family: sans-serif;
}

/*layui-设置*/
/*layui-table*/
.layui-table {
    background-color: rgba(255, 255, 255, 0.05);
    margin: 0;
    color: rgb(255, 255, 255);
}

    .layui-table td, .layui-table th {
        font-size: 16px;
    }

    .layui-table thead tr {
        background-color: rgba(255, 255, 255, 0.05);
    }

    .layui-table[lay-even] tbody tr:nth-child(even) {
        background-color: rgba(255, 255, 255, 0.07);
    }
    .layui-table[lay-even] thead tr:nth-child(even) {
        background-color: rgba(255, 255, 255, 0.05);
    }
    .layui-table tbody tr:hover {
        background-color: #929e9e;
    }

    .layui-table[lay-even] tbody tr:nth-child(even):hover {
        background-color: #929e9e;
    }
/*select*/
.layui-form dl {
    color:#000;
}
/*****/
.table-ename {
    cursor:pointer;
}
.table-ename:hover {
    color:#f00;
}
.td_Judge {
    cursor: pointer;
}

.td_Judge:hover {
    color: #f00;
}