.userMain{
    width: 1440px;
    margin: 0 auto;
}
.u-side{
    width: 268px;
    float: left;
    background-color: #fff;
    border-radius: 20px 0 20px 0;
    padding: 29px 0 29px 0;
}
.side-item-tit{
    height: 49px;
    line-height: 49px;
    font-size: 17px;
    color: #444343;
    cursor: pointer;
}
.side-item-tit a{color: #444343;}
.act-tit,.act-tit+.side-item-list{background-color: #F7F7F7;}
/* .act-tit+.side-item-list{background-color: #F7F7F7;} */
.act-li,.act-li:hover{background-color: #FF3957 !important;color: #fff !important;}
.act-li a,.act-li:hover a,.act-tit a{color: #fff !important;}
.side-item-tit span:nth-child(1){
    float: left;
    font-size: 20px;
}
.side-item-tit span:nth-child(1) i{
    float: left;
    font-size: 20px;
    line-height: 49px;
    margin: 0 9px 0 18px;
}
.side-item-tit span:nth-child(2){
    float: right;
    font-size: 20px;
    margin-right: 23px;
}
.side-item-list{margin-bottom: 11px;}
.side-item-list li{
    height: 40px;
    line-height: 40px;
    /*color: #7E7E7E;*/
    font-size: 14px;
    cursor: pointer;
}
.side-item-list li a{color: #7E7E7E;}
.side-item-list li:hover{background-color: #FFEFF1;}
.side-item-list li i{
    float: left;
    margin: 0 7px 0 47px;
    /* color: #7E7E7E; */
    font-size: 7px;
}
.u-more:hover i,.u-info:hover i{
    color: #FF3957;
}
.u-main{
    width: 1162px;
    float: right;
}


.tit-tabs{
    position: absolute;
    top: -1px;
    left: 12px;
}
.tit-tabs div{
    width: 141px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    background-color: #F9F9F9;
    font-size: 17px;
    color: #A8A8A8;
    float: left;
    border: 1px solid #E4E4E4;
    cursor: pointer;
}
.tit-tabs div a{color: #A8A8A8;display: inline-block;width: 100%;height: 100%;}
.tit-tabs .tit-act,.tit-tabs div:hover{
    background-color: #fff;
    color: #FF3957;
    border-bottom: 1px solid #fff;
    position: relative;
}
.tit-tabs .tit-act a,.tit-tabs div:hover a{color: #FF3957;}
.tit-tabs .tit-act::after,.tit-tabs div:hover::after{
    content: "";
    width: 141px;
    height: 1px;
    position: absolute;
    top: -1px;
    left: 0;
    background-color: #FF3957;
    box-shadow: RGBA(250, 41, 40, .43) 0 1px 3px 0;
}

/* tab */
.u-main-table{
    width: 1106px;
    margin: 0 auto;
    border: 1px solid #E8ECF0;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    padding-bottom: 16px;
}
.u-main-tit{
    position: relative;
    height: 40px;
    width: 1106px;
    border-bottom: 1px solid #E4E4E4;
    margin: 13px auto 0;
}
.menuTxt{
    float: right;
    font-size: 12px;
    line-height: 35px;
    color: #353535;
}
.menuTxt a{color: #928F8F;margin: 0 4px 0 0;display: inline-block;}
.menuTxt a:nth-child(2){margin-left: 4px;}
.menuTxt>i {
    float: left;
    font-size: 20px;
    color: #989898;
    margin-right: 2px;
}
.menuTxt a i{float: right;font-size: 9px;margin-left: 4px;}
/* 表格 */
.layui-laydate .layui-this, .layui-laydate .layui-this>div{
    background-color: #FF3957 !important;
}
.laydate-footer-btns span:hover{
    color: #FF3957 !important;
}
.u-main-table table{position: relative;z-index: 22;}
.bgbox{
    width: 100%;
    position: absolute;
    z-index: 2;
}
.u-main-table .layui-table[lay-even] tbody tr:nth-child(even) {
    background-color: #fcfcfc;
}
.u-main-table th,.bgbox{
    border-bottom: 1px solid #E8ECF0 !important;
    background-color: #F8F8F8;
    height: 34px;
    line-height: 34px;
    padding: 0;
    text-align: center;
    font-size: 12px;
    color: #929292;
    font-weight: 100;
}
.u-main-table td{
    height: 74px;
    color: #5A5A5A;
    text-align: center;
}
.u-main-table .layui-table{
    margin: 0 auto;
    width: 1086px;
}
.u-main-table tbody tr{
    border-bottom: 1px solid #E8ECF0;
}

#page{
    text-align: center;
}
#page .layui-laypage a,#page .layui-laypage span{margin-left: 2px;margin-right: 2px;}
#page .layui-laypage a:hover{color: #FF6008;}