.change-seal-turnback-prev {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
}
#formTokenDiv {
    display: none;
}
.layui-table-view {
    min-height: 140px;
}

/*  搜索栏和正文间隔   ***/
.layui-card, .edit-form {
    border-radius: 8px;
    margin-bottom: 5px;
}

.layui-form-select .layui-input {
    padding-right: 0px;

}
.layui-btn-xs{
    padding-right: 10px;
}
.layui-btn-radius,.layui-btn,button,.layui-input,.layui-select,.layui-form-select,.xm-input,.xm-select,.selectY-box .show,.layui-textarea{
    border-radius: 5px !important;
}
.layui-btn + .layui-btn {
    margin-left: 0px;
}
.layuiadmin-card-header-auto {
    margin-bottom: 5px;
}

/***************/
a {
    color: #1890ff;
    background-color: transparent;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: color .3s;
    transition: color .3s;
    -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
    color: #40a9ff;
    outline: 0;
    outline-color: initial;
    outline-style: initial;
    outline-width: 0px;
    text-decoration: none;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    -webkit-text-decoration-style: initial;
    text-decoration-style: initial;
    -webkit-text-decoration-color: initial;
    text-decoration-color: initial;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
align-items-center{
    align-items:center !important;
    -ms-flex-align: center !important;
}
.justify-content-center{
    justify-content: center!important;
    -ms-flex-pack: center!important;
}

.myInline {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-flow: row wrap-reverse !important;
    flex-flow: row wrap-reverse !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.parentTreeDiv {
    position: absolute;
    max-height: 500px;
    height: 350px;
    overflow: auto;
    width: 100%;
    z-index: 123;
    display: none;
    border: 1px solid silver;
    top: 42px;
}

.text-center {
    text-align: center;
    border-collapse: collapse;
    padding: 5px;
}

.text-center:not(:last-child) {
    border-right: 1px solid #E6E6E6;
}

.text-center span {
    line-height: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.tableTreeOpen1 {
    background-color: #ecf6fe;
}

.tableTreeOpen2 {
    background-color: #FBFBFF;
}

.tableTreeOpen3 {
    background-color: #ECF5FF;
}

.tableTreeOpen4 {
    background-color: #FDFFFF;
}

.tableTreeOpen5 {
    background-color: #FBFFFD;
}

.tableTreeOpen6 {
    background-color: #F0FFF0;
}

.tableTreeOpen7 {
    background-color: #F5FFE8;
}

.tableTreeOpen8 {
    background-color: #FFFFF4;
}

.tableTreeOpen9 {
    background-color: #FFFCEC;
}

.tableTreeOpen10 {
    background-color: #FFFAF4;
}

.tableTreeOpen11 {
    background-color: #FFF3EE;
}

.level-type {
    height: 24px;
    padding: 2px 8px;
    line-height: 22px;
    font-size: 12px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
}

.level-type-menu {
    background-color: rgba(23, 179, 163, .1);
    color: #17b3a3;
    border: 1px solid rgba(23, 179, 163, .2);

}

.level-type-button {
    color: #909399;
    background-color: rgba(144, 147, 153, .1);
    border-color: rgba(144, 147, 153, .2);
}

.level-type-catalog {
    color: #59B573;
    background-color: rgba(222, 208, 37, .1);
    border-color: rgba(217, 228, 47, .2);
}
.level-type-toAudit {
    background-color: rgba(23, 179, 163, .1);
    color: #17b3a3;
    border: 1px solid rgba(23, 179, 163, .2);
    text-align: center;
}
.level-type-Auditing {
    background-color: rgba(23, 179, 163, .1);
    color: #17b3a3;
    border: 1px solid rgba(23, 179, 163, .2);
    text-align: center;
}
.level-type-Audited {
    background-color: rgba(179, 155, 15, 0.1);
    color: #b3843c;
    border: 1px solid rgba(179, 145, 91, 0.2);
    text-align: center;
}
.level-type-danger {
    background-color: rgba(179, 25, 26, 0.1);
    color: #b32b17;
    border: 1px solid rgba(179, 13, 66, 0.2);
    text-align: center;
}
.level-type-green {
    background-color: rgba(16, 119, 179, 0.1);
    color: #1077b3;
    border: 1px solid rgba(16, 119, 179, 0.2);
    text-align: center;
}


.Approval_process {
    width: 100%;
    height: 200px;
    text-align: center;
}

.Approval_process_box {
    width: 20%;
    height: 100px;
    border-radius: 5px;
    border: 1px solid honeydew;
    -webkit-box-shadow: 1px 1px 5px;
            box-shadow: 1px 1px 5px;
    margin: 0px auto;
}

.Approval_process-title {
    width: 100%;
    height: 30px;
    background-color: #576A95;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}
.div_center{
    margin-top: 15px;
}
.input_right_icon{
    position: absolute;
    height: 38px;
    width: 38px;
}
.line_center_box{
    width: 100%;
    height: 100px;
}
.line_center{
    width: 2px;
    height: 33.3333333333%;
    background-color: #9f9f9f;
    margin: 0px auto;
}
.line{
    width: 30px;
    height: 90px;
    margin: 0px auto;
}
.arrow{
    width: 30px;
    margin: 0px auto;
}
.arrow_center{
    width:0px;
    height:0px;
    overflow:hidden;
    border-width:5px;
    border-color:#9f9f9f transparent transparent transparent;
    border-style:dashed dashed dashed dashed;
    margin: 0px auto;
}
.add_reviewer_btn_shadow{
    -webkit-box-shadow: 1px 1px 5px;
            box-shadow: 1px 1px 5px;
}
.colBack {
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
}
.layui-col-space10 {
    margin: 0px;
}
.layui-layer-min{
    display: none !important;
}
.layui-layer-title {
    height:41px !important;
}
/* 时间线 */
.timeline{
    text-align: center;
    background-color: #fff;
}
.timeline>ul{
    padding: 0;
    display: inline-block;
    width: 100%;
}
.timeline>ul>li{
    position: relative;
    width: 50%;
    min-height: 17px;
    list-style: none;
    clear: both;
}
/* 偶数的li在右侧 */
.timeline>ul>li:nth-child(odd){
    float: right;
}
.timeline>ul>li:nth-child(odd)::before{
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 1px;
    height: 100%;
    background-color: #e6e6e6;
}
.timeline>ul>li:nth-child(odd) i{
    left: -8.5px;
}
.timeline>ul>li:nth-child(odd) div.timeline-content{
    padding-left: 30px;
}
/* 奇数的li在左侧 */
.timeline>ul>li:nth-child(even){
    float: left;
}
.timeline>ul>li:nth-child(even)::after{
    display: block;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    width: 1px;
    height: 100%;
    background-color: #e6e6e6;
}
.timeline>ul>li:nth-child(even) i{
    right: -8.5px;
}
.timeline>ul>li:nth-child(even) div.timeline-content{
    padding-right: 30px;
}
.timeline>ul>li:nth-child(even) span{
    text-align: right;
}

/* 共同样式 */
.timeline>ul>li div.timeline-content{
    text-align: left;
    box-sizing: border-box;
}
.timeline>ul>li img{
    display: block;
    padding: 10px 0;
    width: 100%;
    box-sizing: border-box;
}
.timeline>ul>li p{
    margin: 0;
    color: #555;
}
.timeline>ul>li span{
    margin-bottom: 13px;
    display: block;
    font-size: 15px;
    font-weight: 500;
}
.timeline>ul>li i{
    position: absolute;
    top: 1px;
    z-index: 10;
    width: 17px;
    height: 17px;
    line-height: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #393D49;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}
/* 时间线 end*/
.processImage1 {
    position: absolute;
    background-color: black;
    width: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: #9F9F9F 1px solid;
    text-align: center;
    line-height: 35px;
}

.layui-input-lg {
    height: 44px;
    line-height: 44px;
    padding: 0 25px;
    font-size: 16px
}

.layui-input-sm {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 12px
}
.layui-input-xs {
    height: 22px;
    line-height: 22px;
    padding: 0 5px;
    font-size: 12px
}
.processNext {
    display: inline-block;
    font-weight: bolder;
    color: #8E8E8E;
    /*color: #BFC1C2;*/
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    padding: 0 8px 0 8px;
}
.approveImg{
    width: 40px;
    height: 40px;
    border-radius: 50%
}
.approveTitle{
    width: 400px;
    height: 40px;
    padding-top: 10px;
    margin-left: 30px
}
.approveTitleLeft{
    width: 60%;
    height: 100%;
    float: left;
    color: black;
    font-size: large;
    font-weight: lighter;
}
.approveTitleRight{
    width: 40%;
    height: 100%;
    float: left;
    text-align: right;
}
.approveReadme{
    width: 400px;
    margin-left: 30px;
    overflow: visible;
}

