
.layui-field-box{
    border-top:1px solid #eee;
}
.searchTitle{
    display:inline-block;
    margin:10px;
    font-weight:bold;
}

.style-table {
    width: 100%;
    margin: 0px 10px;
}

.style-table thead {
    background-color: #ADB5C9;
}

.style-table th,
.style-table td {
    text-align: left;
    padding: 5px 15px;
    min-height: 30px;
    line-height: 30px;
    border: 1px solid #ddd;
    font-size: 14px;
    font-weight: 400;
}
.style-table td:first-child{
    width:50px;
}
.style-table td:last-child{
    width:285px;
}
.style-table th {
    border: 1px solid #e7e7e7;
    background-color: #F5F5F6;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    color: #676a6c
}

/*.style-table tbody tr:nth-child(2n) {
    background-color: #f7f7f7;
}*/

.style-table tbody tr:hover {
    background-color: #f7f7f7;
}
.modal-fill{
    display:block;
    width:100%;
    min-height:100px;
    box-sizing:border-box;
    padding: 10px;
}
.modal-fill div{
    display:block;
    width:50%;
    float:left;
    margin:10px 0;
    box-sizing:border-box;
}
.modal-fill div label{
    width:25%;
    float:left;
}
.modal-fill div input,.modal-fill div select{
    width:60%;
}
.horiborder{
    display:block;
    width:100%;
    box-sizing:border-box;
    margin:10px 0;
}
.roleChoose {
    color: #F2AE11;
    font-size: 0.3em;
    margin-bottom: 1em;
    text-align: center;
    font-weight: 500;
    line-height: 1.1;
}
.roleChoose span {
    display: block;     /*设置为块级元素会独占一行形成上下居中的效果*/
    font-size: 3em;
    color: #212121;
    position: relative;   /*定位横线（当横线的父元素）*/
}
.roleChoose span:before, .roleChoose span:after {
    content: '';                 /*CSS伪类用法*/
    position: absolute;         /*定位背景横线的位置*/
    top: 52%;
    background: #eee;       /*宽和高做出来的背景横线*/
    width: 36%;
    height: 1px;
}
.roleChoose span:before{
    left: 3%;        /*调整背景横线的左右距离*/
}
.roleChoose span:after {
    right:3%;
}
.rolechoices{
    width:100%;
    height:40px;
    padding:5px 0;
    border-left:1px solid #eee;
    border-right:1px solid #eee;
    border-bottom:1px solid #eee;
}
.rolechoices div{
    float:left;
    box-sizing:border-box;
    margin:0 20px;
}
.userStatus{
    width:100%;
    height:40px;
    padding:5px 0;
    border-left:1px solid #eee;
    border-right:1px solid #eee;
    border-bottom:1px solid #eee;
}
.userStatus div{
    float:left;
    width:50%;
    padding:0 10px;
    box-sizing:border-box;
}
/* 页码样式 */
.pagenum{
    margin-left:20px;
}

.login{
    /* width:516px; */
    width:27%;
    min-width:350px;
    position:absolute;
    /* background-color:#0A1A4F ; */
    /* height:536px; */
    height:50%;
    min-height:370px;
    background-image: url(../img2/loginback.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    right:10%;
    top:25.3% !important;
    /* opacity:0.5 */
}
.login-title{
    position:absolute;
    margin:0 auto;
    width:100%;
    top:7%;
    bottom:75%;
}
.login-header{
    display:block;
    padding:15px 0;
    color:#fff;
}
.login-header span{
    font-family:'黑体';
    font-size:50px;
    font-weight:bold;
    display:block;
    width:100%;
    margin:0 auto;
    text-align:center;
}
.layui-table-cell .layui-table-cell{
    float:left;
}
.login-content{
    display:block;
    margin:0 auto;
    text-align:center;
    padding:20% 5% 0 15px;
    width:100%;
    box-sizing:border-box;
    border-radius:5%;
    max-height:350px;
    height:80%;
}
.loginin {
    width: 100%;
    font-size: 14px;
    padding: 4% 0;
    background-color: #2D60E8;
    color: #fff;
    border-style: none;
    cursor: pointer;
    box-sizing: border-box;
    font-family: '黑体';
    border-radius: 5px;
    margin-top: 10px;
}
.chooseType{
    width:100%;
    min-height:50px;
}
.typeL{
    width:50%;
    display:block;
    float:left;
    border-bottom:5px solid #FF5722;
    padding:10px 0;
}
.typeL span{
    font-size:23px;
    font-family: '宋体';
    text-align:center;
}
.typeR{
    width:50%;
    display:block;
    float:left;
    padding:11px 0 10px 0;
    border-bottom:3px solid #999;
    cursor:pointer;
}
.typeR span{
    font-size:23px;
    font-family: '宋体';
    text-align:center;
}

.register span{
    font-size:16px;
}
.register span a{
    color:#4480bf;
}


.layui-form-item .layui-input-inline {
    width: 140px;
    margin-right: 0;
    margin-top: 5px;
}

.layui-form-label {
    width: auto;
    margin-left: 20px;
    margin-top: 5px;
    padding: 4px 5px;
}

.layui-btn {
    font-size: 12px;
    padding: 0 5px;
    margin-top: 5px;
}

