.tabCon {
    margin: 0 16px;
}

.functionColumn {
    margin: 15px 0;
    display: flex;
}

.applyquery:hover {
    background-color: #ededed;
}

.btnGreyColor {
    margin-left: 10px;
    width: 66px;
    height: 32px;
    background: #2a90fc;
    color: #fff;
}

.btnGreyColor:hover {
    background: #6bb3ff;
}

.btnGreyColor:active {
    background: #247cd8;
}

.applicationMessage {
    cursor: pointer;
}

.mri-30 {
    margin: 0 30px;
}

.mri-30 h2 {
    font-weight: 500;
    font-size: 14px;
}

.mri-30 h2 span {
    font-weight: bold;
}

.applicationresult {
    cursor: pointer;
}

.applicationresult span {
    font-size: 14px;
}

#applyTab {
    position: relative;
    top: 1px;
}

.applyTabCon {
    margin: 0 25px;
}

.applicant {
    font-weight: 500;
    font-size: 14px;
    margin: 10px 0;
}

.applyTabCon input {
    height: 30px;
    border: 1px solid #e2e5e8;
    outline: none;
    padding-left: 10px;
    width: 100%;
    box-sizing: border-box;
}

.applyTabCon input.applyTabUploadFile {
    border: 0;
    padding-left: 0;
    width: auto;
    box-sizing: content-box;
}

.applyType {
    width: 540px;
    border: 1px solid #e2e5e8;
    height: 30px;
}

.applyReason {
    width: 548px;
    height: 150px;
    border: 1px solid #e2e5e8;
}

.btn img {
    display: block;
}

.applyDel {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    position: relative;
    top: 3px;
    background: url('../images/applyDel.png');
    background-size: 14px;
}

.applybox i {
    color: #3da8f5;
}

.newApplicationPosition {
    position: fixed;
    left: 0;
    right: 0;
    top: 70px;
    bottom: 20px;
    width: 600px;
    margin: auto;
    background: white;
    z-index: 54;
    overflow-y: auto;
}

.applicantTimeSelect {
    width: 140px !important;
    cursor: pointer;
}

.tdCenter {
    text-align: center !important;
    color: #999 !important;
}

.applyDiv {
    z-index: 99999 !important;
}

.applicationList {
    text-align: center;
}

#applyPageBtn {
    width: auto;
}

.newApplicationPosition {
    border-radius: 10px;
}

.newApplicationPosition::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.newApplicationPosition::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #aaa;
}

.newApplicationPosition::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #EDEDED;
}

.applicantTip {
    width: 60px;
    float: left;
    line-height: 34px;
}

.queryByPersonDiv {
    width: 120px;
    float: left;
    height: 34px;
    margin-right: 4px;
}

.applicantSelect {
    display: none;
}

.notNullTip {
    color: red;
    margin-right: 8px;
}

.canNull {
    margin-left: 14px;
}

.applyReturn {
    color: #333333;
    background-color: #ffffff;
    border-color: #b3bfb3;
}

.applyingPerson {
    color: #999;
}

.choiceCopyPersionBtn,
.choiceApprovePersionBtn {
    line-height: 35px;
    height: 35px;
    float: left;
    margin-right: 10px;
    border: 1px solid #e8e9ea;
    border-radius: 2px;
    cursor: pointer;
    /*padding: 0 12px;*/
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

.applyChoicePersionBtn {
    line-height: 35px;
    min-width: 110px;
    height: 35px;
    float: left;
    margin-right: 10px;
    border: 1px solid #e8e9ea;
    border-radius: 2px;
    cursor: pointer;
    padding: 0 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
}

.copyPeople div,
.approvePeople div {
    outline: none;
    padding-left: 10px;
    width: 100%;
    box-sizing: border-box;
    line-height: 35px;
    margin-bottom: 10px;
}

.selApplyUsers {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 24px;
    color: #3da8f5;
}

.applicationReason {
    border: 1px solid #e2e5e8;
    outline: none;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}

.applyBtn {
    font-size: 14px;
    position: absolute;
    right: 35px;
    top: 17px;
    width: 80px;
    border: 0 !important;
}

.applyBtn:hover {
    background-color: #7dc67d;
}

.applyBtn:active {
    background-color: #4b974d;
}

.applyTitle {
    margin-bottom: 0px !important;
}

#applicationSelete {
    cursor: pointer;
    margin-right: 20px;
}

#applicationSelete option {
    cursor: pointer;
}

.processTitle {
    cursor: pointer;
}

.applyListTable {
    table-layout: fixed;
}

.applyListTable tr:hover {
    background: #f9fafb;
}

.applyListTable td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.processDetailDiv {
    position: fixed;
    left: 0;
    right: 0;
    top: 20px;
    bottom: 20px;
    width: 800px;
    margin: auto;
    background: white;
    z-index: 54;
    border-radius: 5px;
    overflow-y: scroll;
    overflow-x: hidden;
}


.processDetailTile {
    display: flex;
    height: 5%;
    min-height: 35px;
    line-height: 34px;
    padding: 0px 16px;
    font-size: 16px;
    border-bottom: 1px solid #ede3e3;
    width: 800px;
    background-color: white;
    z-index: 99;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 6px 6px 0px 0px;
    position: sticky;
    top: 0;
    left: 0;
}

.processDetailClose,
.overheadLiClose {
    right: 20px;
    cursor: pointer;
    position: absolute;
}

.processInfoDiv {
    width: 100%;
    height: 89%;
    overflow-y: auto;
    padding: 12px 16px 10px 16px;
    box-sizing: border-box;
}

.tab-info {
    display: flex;
    height: 30px;
    line-height: 30px;
}

.tab-info div {
    padding: 0px 12px;
    color: #2a90fc;
    cursor: pointer;
    border-top: 1px solid #2a90fc;
    border-bottom: 1px solid #2a90fc;
    border-right: 1px solid #2a90fc;
}

.processBtn:hover {
    background-color: #2a90fc;
    color: white;
}

.firstBtn {
    border-left: 1px solid #2a90fc;
    border-radius: 4px 0px 0px 4px;
}

.lastBtn {
    border-radius: 0px 4px 4px 0px;
}

.active-process {
    background: #2a90fc;
    color: white !important;
}

.processStatus {
    display: flex;
    height: 20px;
    line-height: 20px;
    margin-top: 12px;
}

.statusImg {
    height: 18px;
    width: 18px;
    background: url(../images/reloadTime.png) center no-repeat;
    background-size: cover;
    margin-right: 2px;
}

.gradeImg {
    height: 16px;
    width: 16px;
    background: url(../images/grade.png) center no-repeat;
    background-size: cover;
    margin-right: 2px;
}

/*.taskImg{
	margin-left: 30px;
}*/

.showSpan {
    margin-right: 30px;
}

.taksInfoImg {
    height: 18px;
    width: 18px;
    background: url(../images/people.png) center no-repeat;
    background-size: cover;
    margin-right: 2px;
}

.opinionImg {
    height: 18px;
    width: 18px;
    background: url(../images/fileSearch.png) center no-repeat;
    background-size: cover;
    margin-right: 2px;
}


.taksInfoTitle {
    margin-bottom: 5px;
}

.applyTable th {
    padding: 5px 10px;
    font-weight: normal;
    color: #999;
    border: 1px solid #e2e5e8;
    text-align: left;
}

.applyTable td {
    padding: 5px 10px;
    text-align: left;
    /* font-size: 14px; */
    padding: 10px 15px;
    font-weight: normal;
    border: 1px solid #e2e5e8;
}

.remindTip {
    color: red;
}

.mar-top {
    margin-top: 3px;
}

.choiceAudit {
    margin-left: 20px;
    cursor: pointer;
    width: 18px;
    height: 18px;
}

.sequenceMainDiv {
    border-top: 2px solid #c1c0c0;
    margin-top: 12px;
}

.pad-top {
    padding-top: 12px;
}

.processOperaBtnDiv {
    height: 80px;
    width: auto;
    float: right;
    display: flex;
}

.processOperaBtn {
    width: 74px;
    padding: 2px 2px;
    margin-right: 4px;
    height: 26px;
    line-height: 26px;
    border: 1px solid;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}

.repealBtn {
    border-color: #ea925b;
    color: #ea925b;
}

.repealBtn:hover {
    background-color: #ea925b;
    color: white;
}

.rejectBtn {
    border-color: #f56c6c;
    color: #f56c6c;
}

.rejectBtn:hover {
    background-color: #f56c6c;
    color: white;
}

.turnDealBtn {
    border-color: #FF8B3E;
    color: #FF8B3E;
}

.turnDealBtn:hover {
    background-color: #FF8B3E;
    color: white;
}


.receiveBtn,
.uploadBtn,
.printBtn,
.dubanBtn {
    border-color: #2a90fc;
    color: #2a90fc;
}

.receiveBtn:hover {
    background-color: #2a90fc;
    color: white;
}

.uploadBtn:hover {
    background-color: #2a90fc;
    color: white;
}

.printBtn:hover {
    background-color: #2a90fc;
    color: white;
}

.dubanBtn:hover {
    background-color: #2a90fc;
    color: white;
}

.uploadBtn {
    display: none;
}

.applySubmitDiv,
.overheadLiSubmitDiv {
    height: 6%;
    min-height: 40px;
    width: 800px;
    bottom: 20px;
    border-top: 1px solid #ede3e3;
    justify-content: flex-end;
    display: flex;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: white;
    border-radius: 0px 0px 6px 6px;
}

.applySubmitBtn {
    border: 1px solid;
    height: 30px;
    line-height: 30px;
    width: 50px;
    text-align: center;
    border-radius: 2px;
    margin-top: 5px;
    margin-right: 10px;
    cursor: pointer;
}

.applyCancel,
.overheadCancel {
    border-color: #aaaaab;
}

.overheadCancel:hover {
    border-color: #6bb3ff;
}

.applyCancel:hover {
    border-color: #6bb3ff;
}

.applySubmit,
.overheadSubmit {
    background-color: #2a90fc;
    color: white;
}

.applySubmit:hover {
    background-color: #6BB3FF;
}

.overheadSubmit:hover {
    background-color: #6BB3FF;
}

.applySubmit:active {
    background-color: #247cd8;
}

.overheadSubmit:active {
    background-color: #247cd8;
}

.fileInfoImg {
    height: 18px;
    width: 18px;
    background: url(../images/fileText.png) center no-repeat;
    background-size: cover;
    margin-right: 2px;
}

.processImg {
    height: 18px;
    width: 18px;
    background: url(../images/interation.png) center no-repeat;
    background-size: cover;
    margin-right: 2px;
}

.dubanImg {
    height: 18px;
    width: 18px;
    background: url(../images/dubanImg.png) center no-repeat;
    background-size: cover;
    margin-right: 2px;
}

.processChartTip {
    height: 18px;
    width: 18px;
    background: url(../images/areaChart.png) center no-repeat;
    background-size: cover;
    margin-right: 2px;
}


.fileListDiv,
.processListDiv {
    display: none;
}

.processPerson {
    display: flex;
    height: 30px;
    line-height: 30px;
    margin-top: 12px;
    position: relative;
}

.selectPersonnelDiv {
    width: 680px;
    height: 30px;
    border: 1px solid #e2e5e8;
    position: absolute;
    right: 0;
    padding: 0 5px;
    cursor: pointer;
}

.selectPersonTip {
    position: absolute;
    height: 24px;
    width: 24px;
    right: 0px;
    margin-top: 4px;
    margin-right: 2px;
    cursor: pointer;
    background: url(../images/addUser.png) center no-repeat;
    background-size: cover;
    border-radius: 2px;
}

.applyImg {
    height: 20px;
    width: 20px;
    background: url(../images/apply.png) center no-repeat;
    background-size: cover;
    margin-right: 2px;
    margin-top: 6px;
    margin-right: 5px;
}

.opinionEditImg {
    height: 15px;
    width: 15px;
    background: url(../images/edit-square.png) center no-repeat;
    background-size: cover;
    float: left;
    margin-right: 15px;
    margin-top: 5px;
}

.opinionListImg {
    height: 15px;
    width: 15px;
    background: url(../images/edit-square2.png) center no-repeat;
    background-size: cover;
    float: left;
    margin-right: 15px;
    margin-top: 2px;
}

.opinionPersonName {
    color: #2a90fc;
}

.opinionText {
    width: 465px;
    max-width: 475px;
    height: 24px;
    border: 1px solid #2a90fc;
    border-radius: 4px;
    padding: 2px 12px;
}

.opinionEditTd {
    /*display: flex;*/
}

.selectHide {
    display: none;
}

.sequenceName {
    /*margin-top: -6px;*/
}

.flowListDiv {
    display: flex;
}

.fontRed {
    color: red;
}

.fontGreen {
    color: green;
}

.fontCenter {
    text-align: center !important;
    color: #999999 !important;
}

.tip_mask {
    width: 100%;
    height: 100%;
    background: rgba(84, 84, 84, 0.28);
    z-index: 99;
    position: fixed;
    top: 0;
    z-index: 9999;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
}

.tip_user_tips {
    position: fixed;
    left: 0;
    right: 0;
    top: 20px;
    bottom: 20px;
    width: 400px;
    height: 160px;
    margin: auto;
    background: white;
    z-index: 54;
    overflow-y: auto;
    border-radius: 5px;
}

.tips-top-user {
    line-height: 35px;
    padding: 25px 35px 0px 35px;
    display: flex;
}

.question-circle {
    width: 18px;
    height: 18px;
    background: url(../images/question-circle.png) center no-repeat;
    background-size: cover;
    margin-top: 9px;
    margin-right: 10px;
}

.tips-content-user {
    padding: 0px 62px 10px 62px;
    font-size: 15px;
    text-align: left;
}

.tips-btn {
    height: 35px;
    float: right;
    width: 50px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    background: #3b99d8;
    color: white;
    margin-right: 15px;
    margin-top: 5px;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #3b99d8;
}

.del-reback {
    background-color: white;
    color: #999;
    border: 1px solid #999;
    . color: #8b8a8a;
}

.repealReason {
    height: 42px;
    width: 280px;
    resize: none;
    border: 1px solid #2a90fc;
    border-radius: 4px;
}

#tips-btn-comfirm {
    margin-right: 55px !important;
}

.processFilesDownload {
    color: #2a90fc;
    margin-right: 10px;
    cursor: pointer;
}

.processFilesDelete {
    color: red;
    cursor: pointer;
}

.import-export-tip {
    width: 12px;
    height: 12px;
    background: url(../images/caret-down.png) center no-repeat;
    background-size: cover;
    float: right;
    margin-top: 6px;
}

.add-process-selector {
    /*width: 76px;*/
    z-index: 1000;
    background-color: white;
    position: absolute;
    display: none;
    box-shadow: 0 7px 21px rgba(0, 0, 0, .2);
}

.io-selector-li {
    height: 26px;
    line-height: 26px;
    padding: 0px 20px;
    display: flex;
    cursor: pointer;
    white-space: nowrap;
}

.io-selector-li:hover {
    background-color: #f5f5f5;
}

.newApplyGrade {
    height: 20px;
    width: 60px;
    border: 1px solid #a7a7a7;
    border-radius: 2px;
    padding: 0px 15px 0px 5px;
}

.selete-grade-tip {
    width: 12px;
    height: 12px;
    background: url(../images/caret-down2.png) center no-repeat;
    background-size: cover;
    float: right;
    margin-top: 6px;
    margin-right: 6px;
}

.eleteGradeDiv {
    cursor: pointer;
}

.new-grade-selector {
    z-index: 1000;
    background-color: white;
    position: absolute;
    display: none;
    box-shadow: 0 7px 21px rgba(0, 0, 0, .2);
}

.io-grade-li {
    height: 26px;
    line-height: 26px;
    padding: 0px 20px;
    display: flex;
    cursor: pointer;
    white-space: nowrap;
}

.io-grade-li:hover {
    background-color: #f5f5f5;
}

.basicInfoDiv,
.gradeInfoDiv {
    display: flex;
}

.ChartShowDiv {
    max-width: 700px;
    max-height: 400px;
    overflow: auto;
}

.processChartBigDiv {
    position: fixed;
    left: 0;
    right: 0;
    top: 20px;
    bottom: 20px;
    width: 100%;
    height: 100%;
    margin: auto;
    background: white;
    z-index: 54;
    overflow-y: auto;
    border-radius: 5px;
    text-align: center;
}

#processDetailMainDiv table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}

#processDetailMainDiv thead>tr {
    border: 1px solid #e2e5e8;
    border-bottom: 0;
    background-color: #f9fafb;
}

#processDetailMainDiv thead>th {
    font-weight: normal;
    color: #999;
    border: 1px solid #e2e5e8;
}

.applyInfoIframe {
    width: 750px;
    height: auto;
}

.processApp {
    border: 1px solid #e2e5e8;
    padding: 5px;
    /*border-top: 0px;*/
    /*margin-top: -1px;*/
}

.formTabDiv {
    padding-top: 4px;
    margin-bottom: -1px;
}

.formTabDiv .tab-item {
    padding: 4px 10px !important;
}

.processRepeal {
    color: red;
    cursor: pointer;
}

.processFileTable,
.processStateTable,
.processOverseeTable,
.processOverheadTable,
.overheadLiTable {
    table-layout: fixed;
}

.processFileTable td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.processStateTable td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.processOverheadTable td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.overheadLiTable td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.formTitleShowDiv {
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    font-size: 20px;
}

.allWorkflowManage {
    display: none;
}

.applyquery {
    position: relative;
}

#dbNumTip {
    position: absolute;
    right: -8px;
    top: 2px;
    background: red;
    color: white;
    height: 15px;
    line-height: 15px;
    width: 15px;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
    display: none;
}

.processIcon {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 2px;
}

.dubanType {
    float: right;
    display: flex;
}

.dubanType div {
    width: 70px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border: 1px solid #e2e5e8;
    color: #999999;
    cursor: pointer;
}

.dubanType .active {
    border: 1px solid #2a90fc;
    color: #2a90fc;
}

.cuibanBtn {
    color: #2a90fc;
    margin-right: 12px;
    cursor: pointer;
}

.cancleDubanBtn {
    color: #f56363;
    cursor: pointer;
}

.processOverseeTable td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.overseeOpinionInput {
    margin: 0px;
    width: 100%;
    height: 130px;
    padding: 10px 15px;
    float: right;
    resize: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.overseeOpinionBtn {
    margin-top: -32px;
    float: right;
    z-index: 9999;
    padding: 2px 8px;
    margin-right: 4px;
    color: white;
    background-color: #2a90fc;
    width: 80px;
    height: 28px;
}

.overseeOpinionBtn:hover {
    background-color: #6bb3ff;
}

.overseeOpinionBtn:active {
    background-color: #247CD8;
}

.hurryTip,
.superVisionCommentTip {
    float: left;
    color: white;
    border-radius: 50% 50%;
    width: 18px;
    height: 18px;
    font-size: 12px;
    text-align: center;
    margin-right: 2px;
}

.hurryTip {
    background-color: red;
}

.superVisionCommentTip {
    background-color: #FF8C00;
}

.homepageTip {
    margin-top: 10px;
    line-height: 18px;
}

.overheadLiBtn {
    border-color: #2a90fc;
    color: #2a90fc;
    width: 90px !important;
}

.overheadLiBtn:hover {
    background-color: #2a90fc;
    color: white;
}

.overheadLiMainDiv table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}

.overheadLiMainDiv thead>tr {
    border: 1px solid #e2e5e8;
    border-bottom: 0;
    background-color: #f9fafb;
}

.overheadLiMainDiv thead>th {
    font-weight: normal;
    color: #999;
    border: 1px solid #e2e5e8;
}

.my_protocol {
    margin-right: 5px;
    cursor: pointer;
}

/*隐藏掉我们模型的checkbox*/
.input_agreement_protocol {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    display: none;
}

/*未选中时*/
.my_protocol .input_agreement_protocol+span {
    width: 16px;
    height: 16px;
    background-color: red;
    display: inline-block;
    background: url(../images/icon_checkbox.png) no-repeat;
    background-position-x: 0px;
    background-position-y: -25px;
    position: relative;
    top: 3px;
}

/*选中checkbox时,修改背景图片的位置*/
.my_protocol .input_agreement_protocol:checked+span {
    background-position: 0 0px
}

.inputHide {
    display: none !important;
}

.overheadLiTable {
    margin-top: 14px;
}

.cancelAssociated {
    color: red;
    cursor: pointer;
}

.summoney,
.overheadDetailMoney {
    color: #ea963c;
}

.overheadTableDiv {
    text-align: center;
}

.overheadDetail_mask {
    width: 100%;
    height: 100%;
    z-index: 99;
    position: fixed;
    top: 0;
    z-index: 9999;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
}

.overheadDetailMainDiv {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 100px;
    width: 440px;
    height: 400px;
    margin: auto;
    background: white;
    z-index: 54;
    overflow-y: auto;
    border-radius: 5px;
    box-shadow: 0 7px 21px rgba(0, 0, 0, 0.2);
}

.overheadDetailTitle {
    display: flex;
    height: 34px;
    line-height: 34px;
    padding: 0px 12px;
    font-size: 16px;
    border-bottom: 1px solid #ede3e3;
    margin-bottom: 12px;
}

.overheadDetailClose {
    right: 10px;
    cursor: pointer;
    position: absolute;
}

.overheadInfoDiv {
    width: 416px;
    height: 85%;
    padding: 0 12px;
    overflow-y: auto;
}

.overheadInfoDiv div {
    display: flex;
    margin-bottom: 15px;
}

.moreText {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.overheadImg {
    margin-right: 15px;
    margin-top: 5px;
}

.overheadImgDiv {
    display: inline-table !important;
}

.functionColumn .set-time {
    position: relative;
    height: 30px;
    display: inline-block;
    width: 298px;
    border: 1px solid #c5c5c5;
    border-radius: 2px;
    margin-right: 14px;
}

.functionColumn .set-time input {
    line-height: 30px;
    height: 30px;
    padding-left: 14px;
    width: 120px;
    cursor: pointer;
    border: none;
}

.functionColumn .set-time #clockSelDate {
    width: 290px;
    background-image: url(/public/images/calendar-gray.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 14px 14px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.functionColumn .set-time #clockEndDate {
    margin-left: 14px;
}

.functionColumn .set-time #clockStartDate {
    width: 100px;
}

.functionColumn .set-time .icon-sch {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(/public/images/calendar-gray.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 8px;
    top: 8px;
}

.functionColumn .clock-item {
    display: inline-block;
    text-align: center;
}

.selectPersonnelDiv .item {
    float: left;
    min-width: 80px;
    margin-right: 10px;
}

.selectPersonnelDiv .item:hover {
    color: #2a90fc;
}

.selectPersonnelDiv .close-icon {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(/static/notify/images/people-close.png) no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    cursor: pointer;
}

.selectPersonnelDiv .item:hover .close-icon {
    background: url(/public/images/close-blue.png) no-repeat;
    background-size: 100% 100%;
}

.selectPersonnelDiv .user-head {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    vertical-align: middle;
}

.processInfoDiv .set-time {
    position: relative;
    height: 30px;
    display: inline-block;
    width: 298px;
    border: 1px solid #c5c5c5;
    border-radius: 2px;
    margin-right: 14px;
}

.processInfoDiv .set-time input {
    line-height: 30px;
    height: 30px;
    padding-left: 14px;
    width: 120px;
    cursor: pointer;
    border: none;
}

.processInfoDiv .set-time #overheadDate {
    width: 290px;
    background-image: url(/public/images/calendar-gray.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 14px 14px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.processInfoDiv .set-time #overheadDate {
    margin-left: 14px;
}

.processInfoDiv .set-time #overheadDate {
    width: 100px;
}

.processInfoDiv .set-time .icon-sch {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(/public/images/calendar-gray.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 8px;
    top: 8px;
}

.processInfoDiv .clock-item {
    display: inline-block;
    text-align: center;
}

.file-upload_tips {
    position: fixed;
    left: 0;
    right: 0;
    top: 20px;
    bottom: 20px;
    width: 400px;
    height: 210px;
    margin: auto;
    background: white;
    z-index: 54;
    border-radius: 5px;
}

.file {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.fileDescribe {
    line-height: 46px;
    height: 46px;
}

.fileDescribeTextarea {
    margin: 0px;
    width: 180px;
    height: 60px;
    padding: 5px 5px;
    resize: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.fileDescribeDiv {
    margin-top: 5px;
}

.fileDescribeTip {
    float: left;
    margin-right: 4px;
}

.upFileNameShow {
    cursor: pointer;
}

.fileUp-circle {
    width: 18px;
    height: 18px;
    background: url(../images/fileUp.png) center no-repeat;
    background-size: cover;
    margin-top: 9px;
    margin-right: 10px;
}

.process-circle {
    width: 18px;
    height: 18px;
    background: url(../images/processRt.png) center no-repeat;
    background-size: cover;
    margin-top: 9px;
    margin-right: 10px;
}

.processPoint-div {
    height: 120px;
    /* background-color: green; */
    overflow-y: auto;
    padding: 0px 62px;
}

.process-reject_tips {
    position: fixed;
    left: 0;
    right: 0;
    top: 20px;
    bottom: 20px;
    width: 400px;
    height: 225px;
    margin: auto;
    background: white;
    z-index: 54;
    border-radius: 5px;
}

.processPoint-div label {
    display: inline-block;
    width: 100%;
    text-align: left;
    line-height: 26px;
    cursor: pointer;
}

.processPoint-div label input[type="radio"] {
    display: none;
}

.processPoint-div label input[type="radio"]+span {
    box-sizing: border-box;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 2px;
    border: 2px solid #ccc;
    vertical-align: sub;
    margin-right: 5px;
}

.processPoint-div label input[type="radio"]+span>span {
    display: inline-block;
    width: 12px;
    height: 12px;
    float: left;
    background: #33bb00;
    opacity: 0;
}

.processPoint-div label input[type="radio"]:checked+span {
    border-color: #33bb00;
}

.processPoint-div label:hover input[type="radio"]+span>span {
    opacity: 0.5;
    border-radius: 50%;
}

.processPoint-div label input[type="radio"]:checked+span>span {
    opacity: 1;
    border-radius: 50%;
}

.processPoint-div label input[type="radio"]+span {
    border-radius: 50%;
}


.processCancleBtn {
    border-color: #aaaaab;
}

.processCancleBtn:hover {
    border-color: #6bb3ff;
}

.processDealBtn {
    background-color: #2a90fc;
    color: white;
}

.processDealBtn:hover {
    background-color: #6BB3FF;
}

.searchPersonDiv {
    width: 120px;
    height: 32px;
    border: 1px solid #E8E9EA;
    border-radius: 2px;
    margin: 0 10px;
}

.searchPersonBox {
    width: 120px;
    height: 20px;
    position: absolute;
    padding: 6px 8px;
    cursor: pointer;
}

.selectPersonListTip {
    float: right;
    height: 24px;
    width: 24px;
    right: 0px;
    margin-top: 4px;
    margin-right: 2px;
    cursor: pointer;
    background: url(../images/addUser.png) center no-repeat;
    background-size: cover;
    border-radius: 2px;
    cursor: pointer;
}

.searchPersonBox .close-icon {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(/static/notify/images/people-close.png) no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    cursor: pointer;
}

.searchPersonBox .item:hover .close-icon {
    background: url(/public/images/close-blue.png) no-repeat;
    background-size: 100% 100%;
}

.searchPersonBox .user-head {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    vertical-align: middle;
    margin-top: -6px;
}

#applyNumber {
    margin-left: 10px;
}


/* 试用期周考核 */
.fmProbationAssess {
    overflow: scroll;

}

.fmProbationAssess i {
    font-style: normal;
    color: #3D3D3D;
}

.fmProbationAssess .left-style {
    background: #F9FAFB;
}

.fmProbationAssess .table-box {
    margin-top: 69px;
    padding: 0 22px 0 22px;
}

.fmProbationAssess .table-box .apply-box {
    display: flex;
    margin-bottom: 13px;
}

.fmProbationAssess .table-box .apply-box .workImg {
    height: 18px;
    width: 18px;
    background: url(../images/working.png) center no-repeat;
    background-size: cover;
    margin-right: 2px;
}

.fmProbationAssess .table-box .apply-box .rating {
    height: 18px;
    width: 18px;
    background: url(../images/solution.png) center no-repeat;
    background-size: cover;
    margin-right: 2px;
}


.fmProbationAssess table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    margin-bottom: 19px;
}

.fmProbationAssess table thead tr {
    height: 36px;
    background: #F9FAFB;
    border: 1px solid #E2E5E8;

}

.fmProbationAssess table tr span {
    color: #999999;
}

.fmProbationAssess .details-table table tbody td {
    font-size: 14px;
    padding: 10px 15px;
    font-weight: normal;
    border: 1px solid #e2e5e8;
    text-align: center;

}

.fmProbationAssess .working-table table tr th {
    font-weight: normal;
    color: #999;
    border: 1px solid #e2e5e8;
    text-align: left;
    padding-left: 10px;
}

.fmProbationAssess .working-table table tbody td {
    font-size: 14px;
    padding: 10px 15px;
    font-weight: normal;
    border: 1px solid #e2e5e8;
    text-align: left;

}

.fmProbationAssess .working-table table tbody .Modify {
    cursor: pointer;
    margin-right: 6px;
    color: #2A90FC;
}

.fmProbationAssess .working-table table tbody .delete {
    cursor: pointer;
    color: #FF0B0B;
}

.fmProbationAssess .working-table table tbody .add {
    height: 18px;
    width: 18px;
    background: url(../images/plus-circle.png) center no-repeat;
    background-size: cover;
    margin-right: 2px;

}

.fmProbationAssess .working-table table tbody .add-box {

    display: flex;
    justify-content: center;
    align-items: center;
}

.fmProbationAssess .working-table table tbody .add-box .add-flex {
    display: flex;
    cursor: pointer;
}

.fmProbationAssess .working-table table tbody .adding {

    margin-right: 6px;
    color: #2A90FC;
}

.fmProbationAssess .rating-table table tr th {
    font-weight: normal;
    color: #999;
    border: 1px solid #e2e5e8;
    text-align: left;
    padding-left: 10px;
}

.fmProbationAssess .rating-table table tbody td {
    font-size: 14px;
    padding: 10px 15px;
    font-weight: normal;
    border: 1px solid #e2e5e8;
    text-align: left;

}

.fmProbationAssess .rating-table table tbody td input {
    width: 100%;
    height: 28px;
    border-radius: 4px;
    border: 1px solid #E2E5E8;
    padding-left: 10px;
}

.fmProbationAssess .rating-table table tbody td input:focus {
    border-color: #2A90FC !important;
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(82, 168, 236, 0.6)
}

.fmProbationAssess .con-footer {
    height: 59px;
    border-top: 1px solid #ede3e3;
    display: flex;
    align-items: center;
    justify-content: right;
    padding-right: 23px;

}

.fmProbationAssess .con-footer button {
    width: 64px;
    height: 32px;
    cursor: pointer;
    border-radius: 2px;

    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
}

.fmProbationAssess .con-footer .submit {
    background: #2A90FC;
    color: #FFFFFF;
    margin-left: 14px;
    border: none;

}

.fmProbationAssess .con-footer .submit:hover {
    background: #6bb3ff;


}

.fmProbationAssess .con-footer .cancel {
    color: #7D7D7D;
    margin-left: 14px;
    border: 1px solid #D9D9D9;

}