html,body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
ul,li,p,h1,h2,h3,h4,h5,h6,input,a{
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
    outline: none;

}
body{
    min-width: 1360px !important;
}
img {
    height: auto;
    width: auto;
}
a{display: block;color: #019432;}
.el-table__body  a{
    text-decoration: underline;
}
.pos{
    position: relative;
}
.fl{float: left !important}
.fr{float: right !important}
.wid100{
    width: 100%;
    display: block;
}
.hig100{
    height: 100%;
}
*{
    box-sizing: border-box;
}
.overflow{
    overflow: hidden;
}
.magbom20{
    margin-bottom: 20px;
}
.textOver{
    padding-right: 18px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.bjLan{
    background:#46CBE3;
}
.bjLv{
    background:#4CD7A4;
}
.bjHuang{
    background:#F4DC6E;
}
.bjZhi{
    background:#6A8DF3;
}
.bjCheng{
    background:#F5A062;
}
.bjHong{
    background:#F1716B;
}

*::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
*::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px #31A858;
    background: #31A858;
}
*::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}


.el-table__body-wrapper::-webkit-scrollbar {/*滚动条整体样式*/
    width: 8px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 8px;
}
.el-table__body-wrapper::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 10px #31A858;
    background: #31A858;
}
.el-table__body-wrapper::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}


/*ie*/
*{
    scrollbar-face-color:#31A858;/*滚动条颜色*/
    scrollbar-highlight-color:#F60;
    scrollbar-3dlight-color:rgba(0,0,0,.1);
    scrollbar-darkshadow-color:rgba(0,0,0,.2);
    scrollbar-Shadow-color:#000;
    scrollbar-arrow-color:#02802B;/*箭头颜色*/
    scrollbar-track-color:rgba(255,255,255,0.1);;/*背景颜色*/
}
/*火狐*/
@-moz-document url-prefix(http://),url-prefix(https://) {
    /* 滚动条颜色 */
    scrollbar {
        -moz-appearance: none !important;
        background: rgb(0,255,0) !important;
    }
    /* 滚动条按钮颜色 */
    thumb,scrollbarbutton {
        -moz-appearance: none !important;
        background-color: rgb(0,0,255) !important;
    }
    /* 鼠标悬停时按钮颜色 */

    thumb:hover,scrollbarbutton:hover {
        -moz-appearance: none !important;
        background-color: rgb(255,0,0) !important;
    }
    /* 隐藏上下箭头 */
    scrollbarbutton {
        display: none !important;
    }
    /* 纵向滚动条宽度 */
    scrollbar[orient="vertical"] {
        min-width: 15px !important;
    }
}






.el-form--inline .el-form-item__label{
    width: 100px !important;
    text-align: left;
    padding-left: 10px;
}
.el-form-item__content{
    width: calc(100% - 100px) !important;
}

/*登录*/
.loginbox .el-input__inner{
    height: 42px;
    line-height: 42px;
    padding: 0 42px;

}

.login .el-form-item__content, .editbar1 .el-form-item__content{
    width: 100% !important;
}

/*个人履历*/
.modl1s .el-dialog{
    width: 60%;
    min-width: 800px;
    padding: 20px 0;
    margin-top: 9vh !important;
}
.modl1s .el-dialog__body{
   /* padding: 30px 50px 30px  10px !important;
    max-height: 260px;*/
    overflow-y: hidden;
    margin-bottom: 20px;
    position: relative;
    padding: 30px 20px 0;
}
.modl1s  .dialog-footer .el-button{
    width: 102px !important;
    height: 40px !important;
}
.dialogBox{
    position: relative;
    height: 420px;
    padding-right: 8px;
}
.dialogBox .el-form-item{
    margin-bottom: 18px !important;
}
.routerAct,.router-link-exact-active,.router-link-active{
    background: #02802B !important;
}
.el-dialog__body  .el-form-item__label{
    padding: 0 10px !important;
}
.el-dialog__body .el-form-item__content{
    width: calc(100% - 120px) !important;
}








/*公共页面css*/
/*用户信息*/
.userinfoTop{
    height: 36px;
    line-height: 36px;
    margin-bottom: 2px;
}
.userinfoTop1 h5{
    font-size: 16px;
    font-weight: 600;
}
.userinfoTop1 div{
    height: 22px;
    font-size: 13px;
    line-height: 22px;
    padding: 0 4px;
    color: #FB7358;
    border-radius: 2px;
    border: 1px solid #FB7358;
    margin: 7px 0 0 8px;
}
.userinfobtn{
    width: 88px;
    height: 36px;
    background: #019432;
    border-radius: 6px;
    color: #fff;
}
.userinfTxbox{
    width: 109px;
    border-radius: 4px;
    overflow: hidden;
}
.userinfoRg{
    /*width: 91%;*/
    /*width: calc(100% - 129px);*/
    /*height: 560px;*/
    background: rgba(255,255,255,.7) url(/static/images/shuiyinBig.png) no-repeat;
    border-radius: 4px;
    padding: 20px 20px;
}
.userinfoRgBar li{
    height: 42px;
    line-height: 42px;
    padding: 0 16px;
    text-align: left;
}
.userinfoRgBar li:nth-of-type(odd){
    background: rgba(255,255,255,.8);
}
.userinfoRg .el-form-item__content {
    width: calc(100% - 110px) !important;
}
.userinfoRg .el-form--inline .el-form-item__label{
    width: 110px !important;
}
.userinfo1{
    width: 50%;
}
.userinfo1 p{
    width: 100px;
    font-weight: 600;

}
.userinfo1 div{
    width: calc(100% - 100px);
}

/*个人考勤*/
.boxTop1{
    height: 36px;
    line-height: 36px;
}
.boxTop1_left{
    font-size: 16px;

}
.boxTop2{
    overflow: hidden;
    line-height: 20px;
    color: #F35C4C;
    text-align: left;

}
.queryBox1{
    width: 100%;
    overflow: hidden;
    /*height: 125px;*/
    background: rgba(255,255,255,.7);
    border-radius: 4px;
    padding: 20px 15px  10px;
    position: relative;
}
.queryBox2{
    width: 100%;
    overflow: hidden;
    /*height: 80px;*/
    background: rgba(255,255,255,.7);
    border-radius: 4px;
    padding: 20px 20px  10px;
}
.queryBar1{
    width: 320px;
}
.btn1{
    width: 90px;
    height: 40px;
    padding: 0;
}
.tipText1{
    line-height: 42px;
    color: #F35C4C;
    text-align: left;
    padding-left: 26px;
}
.tableBox1{
    height: calc(100% - 203px);
    background: rgba(255,255,255,.7) url(/static/images/shuiyinBig.png) no-repeat;
}
/*一行查询条件*/

.pagebox{
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.magbom24{
    margin-bottom: 24px;
}
/*工作履历*/
.formBox{
    width: 50%;
}
.tableBox2{
    height: calc(100% - 165px);
}
.tableBox3{
    height: calc(100% - 160px);
}
.tableBox1,.tableBox2,.tableBox3,.tableBox4,.tableBox5{
    width: 100%;
    background: rgba(255,255,255,.7) url(/static/images/shuiyinBig.png) no-repeat;
    border-radius: 4px;
    padding: 26px 20px   70px;
    position: relative;
}
.tableBox4 {

    height: calc(100% - 140px);
}
.tableBox5 {
    height: calc(100% - 180px);
}
/*薪资福利*/
.queryBox1s .el-form--inline .el-form-item__label{
    padding-left: 0 !important;
    width: 110px !important;
}
.queryBox1s .el-form-item__content {
    width: calc(100% - 110px) !important;
}
.xzqr .el-form-item__content{
    text-align: left;
}
.smallTitle{
    line-height: 42px;
    height: 42px;
    text-align: left;
    /*padding-left: 26px;*/
}
.smallTitle1{
    font-size: 15px;
    margin-right: 10px;
}

/*绩效专员*/
.queryBarT1{
    text-decoration: underline;
    line-height: 40px;
}
.queryb{
    width: 100%;
    background: rgba(255,255,255,.7);
    border-radius: 4px;
    padding: 20px  20px   10px;
    overflow: hidden;
}
/*部门文员and部门经理*/
.el-table  .el-input__inner{
    height: 23px;
    line-height: 23px;
    border: 0;
    background: rgba(255,255,255,.9);
}
.el-table  .el-input__inner:focus{
    background: #fff;
}


.el-table .el-input.is-disabled .el-input__inner{
    background: rgba(255,255,255,0) !important;
    color: #333;
}
.el-table .el-select .el-input__inner  ,.el-table .el-date-editor.el-input, .el-date-editor.el-input__inner{
    /*background: #fff;*/
}
.queryKuang{
    padding: 20px  20px   20px;
    overflow: hidden;
    border-radius: 4px;
    background: rgba(255,255,255,.7) ;
    margin-bottom: 20px;
}

/*element*/
.el-upload-list{
    display: none;
}
.daqu .el-form-item__label{
    line-height: 20px !important;

}
.el-table--striped .el-table__body tr.el-table__row--striped td {
    background: rgba(255,255,255,.8) !important;
}


.el-table__fixed{
    background: rgba(255,255,255,.99) ;
    /*height: 325px !important;*/
}
.el-message-box__message p{
    line-height: 30px !important;
}
/*.guDing  .el-table tr td:nth-of-type(1){
    !*background: red !important;*!
    background: rgba(255,255,255,.99) !important;
}*/
.bumenZ .el-form-item__content {
    width: calc(100% - 120px) !important;
}
.bumenZ .el-form--inline .el-form-item__label{
    width: 120px !important;
}

/*input[readonly]{
   background: #f5f7fa !important;
}
.el-input__inner[readonly]{
    background: #f5f7fa !important;
}*/
.el-input.is-disabled .el-input__inner{
    color: #606266 !important;
}
.hubei .el-form--inline .el-form-item__label {
    width: 110px !important;
}
.hubei .el-form-item__content {
    width: calc(100% - 110px) !important;
}


.el-dialog {
    background: #e1f0e4 !important;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, .5)!important;
    box-shadow: 0 1px 30px rgba(0, 0, 0, .5)!important;
    border: 2px solid #dcdfe6!important;
}
.el-message-box__wrapper{
    background: rgba(3,44,15,.3);
}
.el-message-box{
    width: 500px !important;
}
.scare{
    padding: 24px  0 !important;
    height: 100px;
    line-height: 40px;
    font-size: 24px;
    text-align: center;
    color: #333
}
.scare a{
    font-size: 26px;
    text-indent: -8px;
    color: #455e9c;

}
.scare a:hover{
    text-decoration: underline;
}
.smaxx .el-table .el-input__suffix {
    margin-top: 7px !important;;
}

.readds .el-table__body-wrapper .el-button--text{
    width: 50px !important;
    padding: 0;
    color:#019432;
    text-decoration: underline;
    margin: 0 !important;
}
.readds  .el-table .el-input__inner{
    background: #fff !important;
}
.readds .el-table .el-input__inner {
    height: 40px;
    line-height: 40px;
}
.el-textarea__inner{
    font-family:"Microsoft YaHei" !important;
}

.el-table__body-wrapper{
    padding-bottom: 10px;
}
/*.is-required  .el-input__inner{//必填
    background: yellow !important;
}*/
.el-form-item__error{
    padding-top: 2px !important;
}
/*.el-tabs__item{
    background: #d1eed8;
}*/

.infoas  .el-form--inline .el-form-item__label{
    font-weight: bold;
}
.historica .el-table__body-wrapper{
    height: 550px !important;
}
@media screen and (max-width: 1600px) and (max-height: 900px){
    .yitioa .el-table__body-wrapper{
        height: 317px !important;
    }
    .yitioaWu .el-table__body-wrapper{
        height: 332px !important;
    }
    .ertiao .el-table__body-wrapper{
        height: 274px !important;
    }
    .ertiaowu .el-table__body-wrapper{
        height: 294px !important;
    }
    .santiaoWU .el-table__body-wrapper{
        height: 252px !important;
    }
    .report .el-table__body-wrapper{
        height: 142px !important;
    }
    .BMEN .el-table__body-wrapper{
        height: 188px !important;
    }
    .tableBox1, .tableBox2, .tableBox3, .tableBox4, .tableBox5 {
        padding: 20px 20px 60px;
    }
}
@media screen and (max-width: 1500px) {
    .queryBox2 {
        width: 100%;
        padding: 12px 12px 2px;
    }

    .tipText1 {
        line-height: 32px;
        padding-left: 20px;
    }

    .boxTop1 {
        height: 30px;
        line-height: 30px;
    }

    .boxTop1_left {
        font-size: 15px;
    }




    .queryBar1 {
        width: 280px;
    }

    .userinfoRgBar li {
        height: 36px;
        line-height: 36px;
    }

    /*element*/
    .el-form--inline .el-form-item__label {
        width: 82px !important;
        text-align: left;
        padding-left: 0;
    }

    .el-input__inner {
        height: 36px !important;
        line-height: 36px !important;
    }

    .el-button {
        padding: 8px 8px !important;
    }

    .el-input__icon {
        line-height: 36px !important;
    }

    .el-form-item__content {
        width: calc(100% - 82px) !important;
    }

    .btn1 {
        width: 80px;
        height: 36px;
    }

    .el-table th {
        padding: 6px 0 !important;
    }

    .el-table td {
        min-height: 36px !important;
        padding: 6px 0 !important;
    }

    .el-table .el-input__inner {
        height: 23px !important;
        line-height: 23px !important;
        padding: 0 4px;
    }

    .el-table .el-input__suffix {
        display: block;
        margin-top: -6px !important;
    }
    .smaxx .el-table .el-input__suffix {
        margin-top: 7px !important;
    }

    .userinfoRg .el-form-item__content {
        width: calc(100% - 98px) !important;
    }

    .userinfoRg .el-form--inline .el-form-item__label {
        width: 98px !important;
    }

    .topbtnCS .el-form-item__content {
        width: auto !important;
    }

    .el-table__fixed {
        background: rgba(255, 255, 255, .99);
        height: 325px !important;
    }

    .el-table td {
        min-width: 100px !important;
    }

    .minLable .el-form--inline .el-form-item__label {
        width: 50px !important;
    }

    .minLable .el-form-item__content {
        width: calc(100% - 50px) !important;
    }

    .minLable .queryBar1 {
        width: 260px !important;
    }

    .aas .btn1 {
        width: 80px !important;
    }

    .minLable .ss {
        position: absolute;
        top: 18px;
        right: 18px;
    }

    .bumenZ .el-form-item__content {
        width: calc(100% - 110px) !important;
    }

    .bumenZ .el-form--inline .el-form-item__label {
        width: 110px !important;
    }

    .hubei .el-form--inline .el-form-item__label {
        padding-left: 10px;
        width: 106px !important;
    }

    .hubei .el-form-item__content {
        width: calc(100% - 106px) !important;
    }
    .readds .el-table .el-input__inner {
        height: 36px !important;
        line-height: 36px !important;
    }
    .readds .el-select .el-input .el-select__caret{
        /*line-height: 10px!important;*/
        margin-top: 6px;
    }
    .btn2{
        height: 36px;
    }
    .salary .el-table__body-wrapper{
        height: auto !important;
    }
    .dialogBox{
        height: 240px;
        padding-right: 10px;
    }
    .dialogBox .el-form-item{
        margin-bottom: 12px !important;
    }
    .el-form-item__error{
        padding-top: 0px !important;
    }

    .el-message-box{
        width: 400px !important;
        background-color: #f2fdf6;
    }
    .scare{
        padding: 18px !important;
        font-size: 20px;
        line-height: 34px;
    }
    .scare a{
        font-size: 22px;
        text-indent: 1px;
    }
}
@media screen and (max-width: 1370px){
    .el-table__body-wrapper {
        /*height: 200px !important;*/
        /*overflow: hidden;*/
        /*overflow-x: scroll;*/
    }
    .tableBox1, .tableBox2, .tableBox3, .tableBox4, .tableBox5 {
        height: auto !important;
        overflow: hidden;
        border-radius: 4px;
        padding: 20px 18px 60px;
    }

    .santiao .el-table__body-wrapper{
        height: 150px !important;
    }
    .santiaoWU .el-table__body-wrapper{
        height: 164px !important;
    }
    .ertiao .el-table__body-wrapper{
        height: 206px !important;
    }
    .ertiaowu .el-table__body-wrapper{
        height: 214px !important;
    }
    .yitioa .el-table__body-wrapper{
        height: 268px !important;
    }
    .yitioaWu .el-table__body-wrapper{
        height: 278px !important;
    }
    .jixiao .el-table__body-wrapper{
        height: 120px !important;
    }
    .zplr .el-table__body-wrapper{
        height: 180px !important;
    }
    .historica .el-table__body-wrapper{
        height: 296px !important;
    }


    .small .el-table__body-wrapper {
        height: 116px !important;
        overflow-x: scroll;
    }

    .small1 .el-table__body-wrapper {
        height: auto !important;
    }




}
    .zplr .el-table__body-wrapper{
    height: 240px;
}
/*滚动条*/
.left .ps__thumb-x{
    background-color: rgba(0,0,0,0)!important;
    border-radius: 1px !important;
    height: 1px !important;
    bottom: 1px !important;
    position: absolute;
}


.left .ps .ps__rail-x:hover,
.left .ps .ps__rail-x:focus,
.left .ps .ps__rail-x.ps--clicking{
    background-color: rgba(0,0,0,0)!important;
}


