﻿.lr-flow-list .lr-list-item {
    padding-left: 80px;
    padding-top: 10px;
    padding-bottom: 20px;
    line-height: 1;
}

    .lr-flow-list .lr-list-item .left {
        position: absolute;
        top: 0;
        left: 0;
        padding: 15px;
        padding-top: 10px;
    }

        .lr-flow-list .lr-list-item .left .circle {
            display: inline-block;
            width: 50px;
            height: 50px;
            line-height: 50px;
            color: #fff;
            text-align: center;
            font-size: 16px;
            border-radius: 50%;
        }

    .lr-flow-list .lr-list-item .middle {
        position: relative;
        width: 100%;
    }

        .lr-flow-list .lr-list-item .middle .title {
            font-size: 16px;
            color: #333;
            margin-bottom: 5px;
        }

        .lr-flow-list .lr-list-item .middle .text {
            color: #999;
            font-size: 12px;
            line-height: 20px;
            width: 80%;
            /*overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;*/
            word-break: break-all;
        }

        .lr-flow-list .lr-list-item .middle .status {
            font-size: 12px;
            margin-top: 2px;
            color: #e8a758;
        }

    .lr-flow-list .lr-list-item .right {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 12px;
        color: #999;
    }


/*********** ����ʽ *************/
.interviewMain {
    background: #fff;
    margin-bottom: 20px;
}

/*��¼*/
.loginMain {
    background: #efeff4;
    /*height: 100vh;*/
}

    /*���˺�*/
    .loginMain header span {
        text-align: center;
    }

.header {
    height: 56px;
    line-height: 56px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    background: #404040;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.userList .txt {
    margin-top: 14px;
    color: #4DA9EB;
    font-size: 13px;
}

.list li {
    padding: 7px 15px 7px 15px;
}

.list .listLine {
    border-top: 1px solid #ddd;
}

.list li .content {
    text-indent: 2em;
    margin-top: 6px;
}

a.notice {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(oldXY/images/arrow-right.png) right no-repeat;
    background-size: 8px;
}

.noticeContent {
    position: relative;
}

    .noticeContent i {
        position: absolute;
        border-radius: 50%;
        width: 5px;
        height: 5px;
        background: red;
        left: 103%;
        top: 5%;
    }

.text-1 {
    font-size: 15px;
    color: #000;
}

.text-2 {
    font-size: 12px;
    color: #666;
}

.text-4 {
    color: #666;
}

.text-5 {
    color: #666;
    float: left;
}

.text-6 {
    color: #666;
    float: right;
}

.date {
    margin-right: 15px;
}

.navBar {
    display: flex;
    justify-content: space-around;
    padding: 11px 8px;
    background: #fff;
    font-size: 15px;
}

.onClick {
    position: relative;
    color: #F7B55E;
}

    .onClick::after {
        content: '';
        height: 2px;
        width: 99%;
        background-color: #F7B55E;
        position: absolute;
        bottom: -4px;
        left: 0px;
        display: block;
        clear: both;
    }

@charset "UTF-8";

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

img {
    border: none;
    vertical-align: top;
}

ol, ul {
    list-style: none;
}

button, input, select, textarea {
    font-size: 100%;
    outline: none;
    resize: none;
    font-family: "Microsoft Yahei";
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

a {
    text-decoration: none;
    outline: none;
}

    a:visited {
        color: none;
    }

a {
    color: #666666;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}


    a, a:hover, a:active, a:visited, a:link, a:focus {
        -webkit-tap-highlight-color: rgba(255,255,255,0);
        outline: none;
        text-decoration: none;
    }

input {
    border-radius: 0;
}




.search {
    height: 43px;
    line-height: 43px;
    position: relative;
    background: #eee;
}

.search-icon {
    background: url(oldXY/images/search.png) center no-repeat;
    background-size: 65%;
    padding: 10px 14px;
    position: absolute;
    top: 29%;
    left: 6%;
}

.search-1 {
    height: 43px;
    line-height: 43px;
    position: relative;
    background: #eee;
    text-align: -webkit-center;
}

.searchContent-1 {
    border: none;
    width: 92%;
    height: 29px;
    border-radius: 5px;
    text-align: -webkit-center;
}

.search-icon-1 {
    background: url(oldXY/images/search.png) center no-repeat;
    background-size: 60%;
    padding: 10px 14px;
    position: absolute;
    top: 29%;
    left: 40%;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.searchContent {
    border: none !important;
    width: 78% !important;
    height: 29px !important;
    border-radius: 5px !important;
    padding-left: 34px !important;
    margin-left: 5% !important;
}

.searchContent-1 {
    border: none;
    width: 92%;
    height: 29px;
    border-radius: 5px;
    text-align: -webkit-center;
}

.cancel {
    float: right;
    margin-right: 5%;
    color: #FFAE00;
}

.searchMain {
    background: #fff;
}

.chooseList {
    display: flex;
    justify-content: space-between;
    background: url(oldXY/images/arrow-right.png) right no-repeat;
    background-size: 2%;
    padding: 2px;
}

.choose {
    display: block;
    margin-right: 13px;
}

.tab-logo-1 {
    background: url(oldXY/images/logo-1.png) center no-repeat;
    background-size: 22px;
    padding: 14px 16px;
}

.tab-logo-2 {
    background: url(oldXY/images/22.png) center no-repeat;
    background-size: 22px;
    padding: 14px 16px;
}

.tab-logo-3 {
    background: url(oldXY/images/logo-3.png) center no-repeat;
    background-size: 22px;
    padding: 14px 16px;
}

.tab-logo-4 {
    background: url(oldXY/images/logo-4.png) center no-repeat;
    background-size: 22px;
    padding: 14px 16px;
}

.lr-tab-button.active .tab-logo-1 {
    background: url(oldXY/images/26.png) center no-repeat;
    background-size: 22px;
    padding: 14px 16px;
}

.lr-tab-button.active .tab-logo-2 {
    background: url(oldXY/images/logo-2.png) center no-repeat;
    background-size: 22px;
    padding: 14px 16px;
}

.lr-tab-button.active .tab-logo-3 {
    background: url(oldXY/images/my.png) center no-repeat;
    background-size: 22px;
    padding: 14px 16px;
}

.lr-tab-button.active .tab-logo-4 {
    background: url(oldXY/images/org.png) center no-repeat;
    background-size: 22px;
    padding: 14px 16px;
}

.myIonicImg {
    background-size: 27%;
    /* padding: 20px 18px; */
    margin-right: 5px;
    position: absolute;
    top: 0;
    left: 10px;
    color: #000;
    width: 17px;
    height: 17px;
    margin-top: 14px;
    margin-left: 2px;
}

.Index-MainIcon {
    margin: auto;
    margin-bottom: 5px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 5px;
}


/*.myIonicImg.my-ionic-base {
        background: url(oldXY/images/5.png) center no-repeat;
    }

    .myIonicImg.my-ionic-dep {
        background: url(oldXY/images/25.png) center no-repeat;
    }

    .myIonicImg.my-ionic-attendance {
        background: url(oldXY/images/7.png) center no-repeat;
    }

    .myIonicImg.my-ionic-vacation {
        background: url(oldXY/images/8.png) center no-repeat;
    }

    .myIonicImg.my-ionic-wages {
        background: url(oldXY/images/9.png) center no-repeat;
    }

    .myIonicImg.my-ionic-train {
        background: url(oldXY/images/11.png) center no-repeat;
    }

    .myIonicImg.my-ionic-achievements {
        background: url(oldXY/images/icon_kfdh.png) center no-repeat;
    }

    .myIonicImg.my-ionic-apply {
        background: url(oldXY/images/12.png) center no-repeat;
    }

    .myIonicImg.my-ionic-approval {
        background: url(oldXY/images/13.png) center no-repeat;
    }

    .myIonicImg.my-ionic-rules {
        background: url(oldXY/images/13.png) center no-repeat;
    }

    .myIonicImg.my-ionic-updatepassword {
        background: url(oldXY/images/13.png) center no-repeat;
    }*/


/************************文件上传**************************/
/*.file {
    float: left;
    width: 100%;
    position: relative;
    height: 28px;
    line-height: 28px;
}
.userdefined-file {
    position: absolute;
    top: 0;
    left: 5%;
    z-index: 2;
    width: 95%;
    height: 28px;
    line-height: 32px;
    font-size: 0;
}
    .userdefined-file input[type="text"] {
        display: inline-block;
        vertical-align: middle;
        padding-right: 14px;
        padding-left: 14px;
        width: 100%;
        box-sizing: border-box;
        border: 1px solid #ccc;
        border-top: none;
        border-left: none;
        border-right: none;
        height: 23px;
        line-height: 28px;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
.button {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 5%;
    text-align: center;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    background-color: #f54;
    border: none;
    color: #fff;
    cursor: pointer;
}
    .button button {
        background: transparent;
        border: none;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    }
.file input[type="file"] {
    float: left;
    padding-left: 6%;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 3;
    opacity: 0;
    width: 100%;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
}*/

.lrUploader-wrap {
    position: relative;
    height: 30px;
    width: 97%;
    padding-right: 118px;
}

.lrUploader-input {
    position: relative;
    height: 100%;
    line-height: 28px;
    width: 96%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px;
    top: 5px;
    border-radius: 0px;
    border: 0;
    border-bottom: 1px solid #ccc;
}

.lrUploader-btn-group {
    position: absolute;
    top: 0;
    right: 0;
}

.lrUploader-input-btn {
    padding: 4px 12px;
    margin-left: 5px;
}

.btn-success {
    color: #fff;
    background-color: #1bb99a;
    border-color: #1bb99a;
}

.btn-danger {
    color: #fff;
    background-color: #ff5d48;
    border-color: #ff5d48;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

a {
    text-decoration: none;
}
/************************文件上传**************************/


.pubilc-btn {
    width: 85% !important;
    height: 40px !important;
    line-height: 34px !important;
    color: #FCAD00 !important;
    background: #333 !important;
    text-align: center !important;
    padding: unset !important;
}

.footerBtn input {
    padding: 0px !important;
    display: inline-block !important;
    text-align: center !important;
    line-height: 40px !important;
    border-radius: 5px !important;
    margin-top: 15px !important;
    width: 92% !important;
    border: none !important;
}


nav.time {
    width: 95%;
    height: 34px;
    border-radius: 6px;
    text-align: -webkit-center;
    border: 1px solid #444;
    margin-left: 5px;
    margin-top: 10px;
    line-height: 34px;
    display: flex;
    justify-content: space-around;
}

.time .thisMonth {
    background: #333;
    color: #F7B55E;
}

.time .thisYear {
    background: #333;
    color: #F7B55E;
}

.time a {
    width: 50%;
}

.topData {
    background: #fff;
    display: block;
}

.salary {
    text-align: center;
    padding: 10px 0;
}

.text-1 {
    font-size: 15px;
    color: #000;
}

.info {
    display: flex;
    padding: 18px 0;
}

    .info .info-2 {
        text-align: center;
        width: 34%;
    }

.text-4 {
    color: #666;
}

.totalTime {
    padding: 12px 0;
    background: #eee;
    color: #666;
}

.abnormal {
    color: red;
}

.dataMain {
    text-align: -webkit-center;
    font-size: 14px;
    background-color: #fff;
}

.paddingTop10 {
    padding-top: 10px;
}

.dataContents {
    padding-top: 10px;
    padding-right: 10px;
    background: #FFF;
}

.footerBtn {
    text-align: center;
    width: 100%;
    margin-top: 30px;
    position: relative;
    bottom: 0;
    /*background: #fff;*/
    padding-bottom: 15px;
    font-size: 14px;
}

    .footerBtn a {
        display: inline-block;
        text-align: center;
        line-height: 40px;
        border-radius: 5px;
        margin-top: 15px;
        width: 92%;
    }

.wrap {
    padding: 40px 0px;
}

.info {
    display: flex;
    padding: 18px 0;
    background-color: #fff;
}

    .info .info-2 {
        text-align: center;
        width: 34%;
    }

    .dataContents ul {
        padding: 0;
        margin: 0px;
    }

.dataNav-1:nth-child(1) {
    background: #efeff4;
}

.dataNav-1 {
    display: flex;
}

    .dataNav-1 span {
        padding: 13px 3px;
        width: 25%;
    }

    .dataNav-1 .num {
        text-align: right;
        padding: 13px 3px;
        width: 25%;
    }

.searchWrap {
    font-size: 14px;
}

.list {
    padding: 0;
    font-size: 14px;
}

.interviewMain {
    font-size: 14px;
}

.list li {
    padding: 9px 15px 9px 15px;
}

.list-info {
    display: flex;
    justify-content: space-between;
}

.info .info-1 {
    text-align: center;
    width: 50%;
    border-left: 1px solid #eee;
}

.userMsg {
    padding: 5px 5px 5px 10px;
    border-bottom: 1px solid #F8F8F8;
}

    .userMsg img {
        float: left;
    }

.userAlt {
    border-radius: 50%;
}

img {
    border: none;
    vertical-align: top;
}

.userMsg .textWrap {
    margin-left: 11px;
    float: left;
}

.userMsg .text-3 {
    display: block;
    float: right;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}

.userList {
    background: #fff;
}

.footertexts {
    color: #4DA9EB;
    margin-top: 8px;
    font-size: 12px;
    padding: 3px 15px;
}

p {
    margin: 0px;
}

.checkBox-5 {
    float: left;
    margin-left: 43px;
}

.check-box-5 {
    width: 17px;
    height: 17px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-left: 30px;
}

.checkBox-5 input {
    width: 17px;
    height: 17px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #999;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.check-box-5 label {
    width: 17px;
    height: 17px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: #fff;
}

.check-box-5 input[type="checkbox"]:checked + label {
    width: 17px;
    height: 17px;
    padding: 10px 15px 5px 5px;
    background: url(../css/oldXY/images/x.png) no-repeat;
    background-size: 85%;
    border: none;
}

.check-box-5 input[type="checkbox"].checked + label {
    width: 17px;
    height: 17px;
    padding: 10px 15px 5px 5px;
    background: url(../css/oldXY/images/x.png) no-repeat;
    background-size: 85%;
    border: none;
}

.footerBtn2 {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 24px;
    padding-bottom: 20px;
}

    .footerBtn2 a {
        display: inline-block;
        text-align: center;
        line-height: 37px;
        border-radius: 5px;
        margin-top: 15px;
    }

.department-info {
    background: #fff;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.company {
    font-size: 15px;
    font-weight: 600;
}

.peoCounts {
    color: #000;
    font-size: 13px;
}

.list-2 {
    border-top: 1px solid #F8F8F8;
    font-size: 15px;
}

.chooseEmployee {
    display: flex;
    background: url(../css/oldXY/images/arrow-right.png) right no-repeat;
    background-size: 2%;
    padding: 2px;
    color: #000;
}

.tree {
    margin: 0;
    padding: 0;
    background-color: #fff;
    overflow: hidden;
}

    .tree > li {
        border-bottom: 1px solid #d9d9d9;
    }

    .tree li {
        position: relative;
        list-style: none;
    }


    .tree .folderOne {
        font-size: 15px;
    }

    .tree li label {
        max-width: 999px;
        display: block;
        margin: 0 0 0 -50px;
        padding: 15px 10px 15px 70px;
        background: url(../css/oldXY/images/arrow-right.png) no-repeat right center;
        background-position: 95% 50%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        background-size: 10px;
    }

    .tree li input {
        position: absolute;
        left: 0;
        opacity: 0;
        z-index: 2;
        cursor: pointer;
        height: 1em;
        width: 1em;
        top: 0;
    }

input {
    border-radius: 0;
}


.tree input:checked + ol {
    padding-left: 14px;
    height: auto;
    display: block;
}



.tree li input + ol {
    display: none;
    padding-left: 14px;
    height: auto;
}

.tree input:checked + ol > li {
    height: auto;
}

/*.tree li label:hover, li label:focus {
    background-color: #a7a7a7;
    color: #fff;
}*/

.tree li {
    position: relative;
    list-style: none;
}

.tree .folderTwo {
    font-size: 15px;
}

.tree li.file a {
    margin: 0 -10px 0 -50px;
    padding: 15px 20px 15px 70px;
    text-decoration: none;
    display: block;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tree .folderThree {
    font-size: 15px;
}

.searchContent-1 {
    border: none !important;
    width: 92% !important;
    height: 29px !important;
    border-radius: 5px !important;
    text-align: -webkit-center !important;
}

.list {
    margin: 0px;
}

.salaryMain {
    border-top: 14px solid #f8f8f8;
}

.topData {
    background: #fff;
}

.salary {
    text-align: center;
    padding: 10px 0;
}

.dataNav {
    display: flex;
    justify-content: space-around;
    padding: 13px 0;
}

    .dataNav .one {
        height: 42px;
        line-height: 42px;
        width: 15%;
        border: none;
    }

    .dataNav .class {
        text-align: -webkit-center;
        width: 27%;
        border-left: 1px solid #ccc;
        line-height: 25px;
    }

.class span.peoCount {
    padding-right: 11px;
}

.class span.money {
    padding-left: 11px;
}

.datas {
    padding: 10px 0;
    display: flex;
    border-top: 1px solid #ccc;
    justify-content: space-around;
}

.text-7 {
    width: 25%;
}

.datas .peoNum {
    color: #666;
}

.datas .moneys {
    margin-left: 3px;
}

.datas p {
    width: 27%;
    margin-left: 10px;
}


.detail {
    overflow: hidden;
    padding: 10px;
}

.details {
    float: left;
    text-align: left;
}

.out {
    float: right;
    height: 42px;
    line-height: 42px;
    color: #666;
}

.deduction {
    float: right;
    height: 42px;
    line-height: 42px;
    color: red;
}

.btn-1 {
    width: 43%;
    height: 34px;
    border: 1.5px solid #FCAD00;
    /*color: #FCAD00;*/
    margin-left: 5px;
    background-color: #FCAD00;
    color: white;
}

.salesPerson {
    height: 68vh;
}

.sales {
    padding: 15px 2px;
    border-bottom: 1px solid #F3F3F7;
    margin: 0px 12px;
}

.edit {
    display: inline-block;
    float: right;
    color: #FFAE00;
    padding: 2px 6px;
    /* background: #333; */
    border-radius: 5px;
    margin-left: 7px;
    font-size: 15px;
    font-weight: bold;
}

p.textMsg {
    padding: 14px;
    /*text-indent: 2em;*/
}

.popWrap {
    font-size: 14px;
    display: none;
    position: absolute;
    height: 88px;
    top: -170%;
    left: 17px;
    width: 76px;
    background: #333;
    text-align: end;
    border-radius: 3px;
}

a.sq {
    background: url(../css/oldXY/images/17.png) left no-repeat;
    background-size: 24%;
    padding: 5px 15px;
    margin-left: 11px;
}

.popWrap a {
    display: flex;
    flex-direction: column;
}

a.sp {
    background: url(../css/oldXY/images/18.png) left no-repeat;
    background-size: 24%;
    padding: 4px 13px;
    margin-left: 11px;
}

a.ss {
    background: url(../css/oldXY/images/19.png) left no-repeat;
    background-size: 24%;
    padding: 4px 13px;
    margin-left: 11px;
}

.inputBox {
    line-height: unset !important;
    width: unset !important;
    height: unset !important;
    margin-bottom: unset !important;
    padding: unset !important;
    -webkit-user-select: unset !important;
    border: unset !important;
    border-radius: unset !important;
    outline: unset !important;
    background-color: unset !important;
    -webkit-appearance: unset !important;
    border: none !important;
    background: none !important;
    float: right !important;
    text-align: end !important;
    width: 63% !important;
}

input {
    border-radius: 0 !important;
}

.chooseMsg {
    border: none !important;
    width: 45% !important;
    margin-right: 11px !important;
    color: #666 !important;
    text-align: end !important;
}

.checkBox {
    float: right !important;
}

.check-box {
    width: 17px !important;
    height: 17px !important;
    display: inline-block !important;
    position: relative !important;
    vertical-align: middle !important;
    margin-left: 30px !important;
}

.checkBox input, .checkBox-2 input {
    width: 17px;
    height: 17px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #999;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.check-box label {
    width: 17px !important;
    height: 17px !important;
    display: inline-block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    border: 1px solid #ddd !important;
    border-radius: 50% !important;
    background: #fff !important;
}

.checkBox-1 {
    margin-top: 10px !important;
}

.protocol .foo {
    text-align: center !important;
    font-size: 14px;
}

.check-box-1 {
    width: 15px !important;
    height: 15px !important;
    display: inline-block !important;
    position: relative !important;
    vertical-align: middle !important;
    left: -1% !important;
    top: -2px !important;
}

.checkBox-1 input {
    width: 15px !important;
    height: 15px !important;
    display: inline-block !important;
    border-radius: 50% !important;
    border: 1px solid #999 !important;
    visibility: hidden !important;
    position: absolute !important;
    left: 0 !important;
}

.check-box-1 label {
    width: 15px !important;
    height: 15px !important;
    display: inline-block !important;
    position: absolute !important;
    left: 0% !important;
    border: 1px solid #ddd !important;
    background: #fff !important;
}

.check-box-1.checked input[type="checkbox"] + label {
    width: 17px !important;
    height: 17px !important;
    padding: 10px 15px 5px 5px !important;
    background: url(../css/oldXY/images/btn.png) no-repeat !important;
    background-size: 85% !important;
    border: none !important;
}

.check-box.checked input[type="radio"] + label {
    width: 17px !important;
    height: 17px !important;
    padding: 10px 15px 5px 5px !important;
    background: url(../css/oldXY/images/round.png) no-repeat !important;
    background-size: 85% !important;
    border: none !important;
}

.check-box.checked input[type="radio"] + label {
    width: 17px !important;
    height: 17px !important;
    padding: 10px 15px 5px 5px !important;
    background: url(../css/oldXY/images/round.png) no-repeat !important;
    background-size: 85% !important;
    border: none !important;
}

.protocol a {
    color: #FCAD00 !important;
}

.list-2 i {
    color: red;
}

.section {
    background-color: #fff;
}

.line {
    border: 6px solid #F8F8F8;
}

.notification {
    text-align: center;
    margin-top: 14px;
}

    .notification .wechatIcon {
        background: url(../css/oldXY/images/wechat.png) 0 0 no-repeat;
        background-size: 29%;
        padding: 2px;
    }

    .notification span {
        margin-left: 32px;
        font-size: 16px;
    }

.badge-dot {
    position: absolute;
    top: 50%;
    margin: -38px 4px 0;
    width: 8px;
    height: 8px;
    padding: 5px;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    background-color: #FF5722;
    color: #fff;
}

.badge-dot-tab {
    position: absolute;
    top: 85%;
    margin: -40px 9px 0;
    width: 8px;
    height: 8px;
    padding: 0px;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    background-color: #FF5722;
    color: #fff;
}

.approval {
    padding: 10px 15px;
    font-size: 14px;
}

.counts {
    color: #4DA9EB;
    margin-left: 5px;
}

.mt-tabpage {
    /* width: 800px; */
    margin: 0px auto;
    /* box-shadow: 0 0 5px #999; */
    background-color: #FFFFFF;
}

.mt-tabpage-title {
    height: 70px;
    font-size: 0;
    /* background-color: #fff; */
    width: 100%;
    margin: auto;
    background: rgba(255, 153, 0, 1);
    /* border-bottom: 1px solid #f1f1f1; */
    padding-top: 20px;
}

    .mt-tabpage-title .mt-tabpage-item {
        display: inline-block;
        width: 50%;
        height: 44px;
        line-height: 44px;
        text-align: center;
        color: white;
        font-size: 13px;
    }

        .mt-tabpage-title .mt-tabpage-item:hover {
            /* color: #eb4537; */
        }

    .mt-tabpage-title .mt-tabpage-item-cur {
        color: white;
        /* font-size: 14px; */
        /* border-bottom: 1px solid #F85B5E; */
    }

        .mt-tabpage-title .mt-tabpage-item-cur .cur_image {
            position: relative;
            top: 43px;
            right: 25px;
        }
/* .mt-tabpage-title .mt-tabpage-item-cur:after{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('../images/1_u34.png');
} */
.mt-tabpage-count {
    position: relative;
    /* width: 800px; */
    width: 100%;
    /* height: 200px; */
    height: 100%;
    /* overflow: hidden; */
}

.mt-tabpage-cont__wrap {
    position: absolute;
    width: 0px;
    /* height: 100%; */
}

.mt-tabpage-count .mt-tabpage-item {
    /* width: 800px; */
    /* width: 100%; */
    /* height: 200px; */
    height: calc(100vh - 87px);
    /* line-height: 200px; */
    text-align: center;
    overflow: auto;
    padding-bottom: 50px;
}




.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable {
    padding-right: 35px;
}

    .alert-dismissable .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #356635;
    }

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #2d6987;
    }

.alert-warning {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5;
}

    .alert-warning hr {
        border-top-color: #f8e5be;
    }

    .alert-warning .alert-link {
        color: #a47e3c;
    }

.alert-danger {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

    .alert-danger hr {
        border-top-color: #e6c1c7;
    }

    .alert-danger .alert-link {
        color: #953b39;
    }

/*选择框（组织单位）*/
.lr-select {
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 40px;
    text-align: left;
    padding-left: 0px;
}

    .lr-select:after {
        font-family: "iconfont" !important;
        font-size: 14px;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e6a3";
        position: absolute;
        right: 10px;
        top: 0;
        color: #c8c7cc;
    }


.dataNotFound {
    display: none;
    text-align: center;
}


.lr-list-addbtn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 40px;
    width: 40px;
    color: #fff;
    border-radius: 50%;
    background-color: #488aff;
    text-align: center;
    line-height: 40px;
    z-index: 10;
}

    .lr-list-addbtn > i {
        font-size: 24px;
    }


.lr-form-header-cancel,
.lr-form-header-submit {
    position: absolute;
    width: 60px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    top: 0;
    background-color: #0C86D8;
    font-size: 16px;
    display: none;
}

.lr-form-header-cancel {
    left: 0;
}

.lr-form-header-submit {
    right: 0;
}


.lr-form-header-btnlist {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 100%;
    line-height: 44px;
    color: #fff;
    display: none;
}

    .lr-form-header-btnlist i {
        font-size: 24px;
    }

.lr-form-header-more,
.lr-form-header-edit {
    text-align: center;
    width: 40px;
    height: 100%;
    float: right;
}

.topInfo {
    position: relative;
    background: #404040;
    padding: 15px 0;
}

    .topInfo .pic-wrap {
        width: 50%;
        height: 100px;
        position: relative;
        float: left;
        position: relative;
    }

.employeeInfo {
    /*overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;*/
    max-width: 240px;
    color: #fff;
    text-align: start;
    position: absolute;
    top: 5%;
    right: 0px;
    padding-left: 5px;
}

    .employeeInfo .depName {
        /*overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;*/
        /*max-width: 200px;*/
    }

.pic-wrap .employeePic {
    border-radius: 50%;
    position: absolute;
    left: 20%;
    margin-top: -5px;
    width: 80px;
    height: 80px;
}

.employeeInfo p {
    line-height: 30px;
    font-size: 13px;
}

.employeeName {
    /*font-size: 16px;*/
    /*font-weight: bold;*/
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 4px;
}

.hiditem {
    display: none;
}

/*
 * Font Awesome compatibility bridge.
 * The mobile shell ships Font Awesome 4.7, while some newer pages use
 * Font Awesome 5/6 prefixes such as "fas" or "fa-solid". Keep both forms
 * rendering without introducing a second icon font runtime.
 */
.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-cake-candles:before {
    content: "\f1fd";
}

.fa-users-gear:before,
.fa-user-friends:before {
    content: "\f0c0";
}

.fa-calendar-check:before {
    content: "\f274";
}

.fa-sync-alt:before {
    content: "\f021";
}

.fa-toolbox:before {
    content: "\f0b1";
}

.fa-utensils:before {
    content: "\f0f5";
}

.fa-crown:before {
    content: "\f091";
}

.fa-glass-cheers:before {
    content: "\f000";
}

.fa-balloon:before {
    content: "\f1fd";
}

.fa-smile:before {
    content: "\f118";
}
