.layui-layer-photos.layui-layer-page .layui-layer-content {
    padding: 0 !important;
}

.layui-tree-main {
    width: 100%;
}

.layui-tree-txt {
    width: 70% !important;
}

.tree-txt-active {
    color: #fff !important;
    background: #2b5c99;
    color: #333 !important;
    background: #aad2ef;
}

xm-select .xm-label .xm-label-block {
    height: 20px !important;
    line-height: 20px !important;
}

#checkTime {
    flex: 1;
}

.layui-checkTime {
    display: inline-flex;
    align-items: center;
    width: 100%;
    margin: 0 15px 10px 0 !important;
}

.layui-checkTime>.checkTime {
    width: 200px;
    margin: 0 10px;
}

.layui-checkTime>button {
    background: transparent;
    border: 0;
    outline: none;
}

.layui-checkTime>button>i {
    font-size: 20px;
    color: #1274df;
}

.layui-checkTime>button>i.del {
    font-size: 20px;
    color: #FF0000;
}

.layui-checkTime .layui-form-select {
    width: 168px;
    margin-right: 10px;
}


/*角标 */


/*.ii {
    !* display: none; *!
    display: block;
    background: #f00;
    border-radius: 50%;
    !* width: 12px; *!
    height: 12px;
    top: 15px;
    right: 15px;
    position: absolute;
    text-align: center;
    !* color: #FFF; *!
    z-index: 99999;
}*/


/* 菜单闪烁角标 */

.point {
    margin-right: 20px;
    right: 20px;
    top: auto;
    width: 10px;
    height: 10px;
    background-color: red;
    position: absolute;
    border-radius: 50%;
    border: #b52b27 1px;
}


/* 设置动画前颜色 */

.point-flicker:after {
    background-color: red;
}


/* 设置动画后颜色 */

.point-flicker:before {
    background-color: rgba(0, 168, 253, 0.2);
}


/* 设置动画 */

.point-flicker:before,
.point-flicker:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-right: 40px;
    margin-top: -40px;
    border-radius: 50%;
    animation: warn 1.5s ease-out 0s infinite;
}


/* @keyframes 规则用于创建动画。在 @keyframes 中规定某项 CSS 样式，就能创建由当前样式逐渐改为新样式的动画效果。 */

@keyframes warn {
    0% {
        transform: scale(0.5);
        opacity: 1;
    }
    30% {
        opacity: 1;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

.layuimini-container {}

.layuimini-main {
    height: 100%;
}

.layui-breadcrumb>* {
    font-size: 15px;
}

.layuimini-form {
    /* padding-right: 24px;
    padding-left: 24px; */
    position: relative;
    /* padding-bottom: 24px;
    padding-top: 20px; */
    box-sizing: border-box;
}

.layuimini-form .layui-form-item {
    margin-bottom: 16px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.layuimini-form .layui-form-item.layui-form-item-start {
    align-items: flex-start;
}

.layuimini-form .layui-form-item>p {
    position: relative;
    /* line-height: 20px; */
    line-height: 40px;
    margin-bottom: 5px;
    font-size: 14px;
    /* flex-shrink: 0; */
    min-width: 125px;
    color: #555;
    display: inline-block;
    padding: 0 6px;
    /* white-space: nowrap; */
}

.layuimini-form .layui-form-item>p {
    min-width: 0;
}

.layuimini-form>.layui-form-item img {
    border: 1px solid #ddd;
}

.layui-form {
    font-size: 0;
}

.layui-form-selectup dl {
    bottom: auto
}

.layui-upload-drag {
    width: 100%;
    padding: 30px 0;
    margin-bottom: 5px;
}

.layui-upload-drag p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    color: #333;
}

.layer-form {
    padding-right: 24px;
    padding-left: 24px;
    position: relative;
    padding-bottom: 24px;
    padding-top: 20px;
}

.bottomBorder {
    /* padding-bottom: 10px;
    margin-bottom: 10px; */
    position: relative;
}

.bottomBorder::after {
    content: "";
    display: block;
    clear: both;
}

.btn_group_bottom_right {
    text-align: right;
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 456px;
    padding-right: 24px;
    background-color: #fff;
    height: 44px;
    padding-top: 12px;
}

.btn_group_bottom {
    background-color: #fff;
    height: 44px;
    padding-top: 12px;
}

.layui-breadcrumb {
    padding: 20px 40px;
    box-sizing: border-box;
}

.layui-btn-back {
    background: #eee!important;
    border: 1px solid #d1d1d1!important;
    color: #555!important;
}

.layuimini-content-page .btn_group_bottom {
    background-color: transparent;
}

.btn_group_bottom .layui-btn+.layui-btn {
    margin-right: 0;
}


/* .layui-left-menu .layui-nav-child {display:block;padding:0;} */


/**必填红点 */

.layuimini-form .layui-form-item .layui-input-block {
    margin: 0;
    flex: 1;
}

.layui-layer-title {
    padding: 0 30px 0 30px;
    height: 42px !important;
    line-height: 42px !important;
    border-bottom: 1px solid #d1d1d1 !important;
    font-size: 14px !important;
    color: #555 !important;
    overflow: hidden;
    border-radius: 2px 2px 0 0;
    font-size: 16px !important;
    text-align: left !important;
    background-color: #f7f7f7 !important;
}

.layuimini-form .layui-form-item>.layui-input-block>tip {
    display: inline-block;
    margin-top: 10px;
    line-height: 10px;
    font-size: 10px;
    color: #a29c9c;
}

.layui-btn+.layui-btn {
    margin-left: 0px;
}

.layui-btn {
    padding: 0 18px;
}

.layuimini-form .layui-form-item .layui-input-block p#fileName {
    line-height: 20px;
    font-size: 12px;
}

.layui-progress {
    margin: 5px 0;
}

.layui-nav-child {
    left: auto;
    top: 40px;
    right: 0;
}


/**搜索框*/

.layuimini-container .table-search-fieldset {
    margin: 0;
    border: 1px solid #e6e6e6;
    padding: 10px 20px 5px 20px;
    color: #6b6b6b;
}

.dw-logo {
    position: absolute;
    left: 244px;
    top: 10px;
}


/* .layui-table tbody tr:hover,.layui-table-click, .layui-table-header, .layui-table-hover, .layui-table-mend, .layui-table-patch, .layui-table-tool, .layui-table-total, .layui-table-total tr, .layui-table[lay-even] tr:nth-child(even) {
	background-color:#fff;
} */

.table_dw_name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    padding: 0 5px;
}


/*分页*/

.layui-table-page {
    text-align: right;
}

.layui-table-page .layui-laypage a {
    border: 0;
    color: #fff;
    border: 0;
    color: #333;
}

.layui-table-page .layui-laypage span.layui-laypage-curr {
    /* border: 1px solid #dedede; */
}

.layui-laypage .layui-laypage-curr em {
    color: #fff;
    color: #333;
    border-radius: 0;
}

.layui-table-page .layui-laypage a,
.layui-table-page .layui-laypage span {
    vertical-align: top;
    margin: 0 5px;
}

.layui-form-radio>i:hover,
.layui-form-radioed>i {
    color: #5fbeff;
}

.layui-col-sm6 {
    min-height: 54px;
}


/* .layui-table tbody tr:hover{
	background-color:#fff;
} */

.layui-table-page .layui-laypage a.layui-laypage-prev,
.layui-table-page .layui-laypage a.layui-laypage-next {
    padding: 0 8px;
}

.layui-table-page .layui-laypage .layui-laypage-prev {
    margin-left: 0 !important;
}


/*打印*/

.printMain {
    padding: 10px;
}

#printView {
    margin-top: 10px;
}

.noPage {
    width: 300px;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    height: 100px;
    top: 50%;
    margin-top: -150px;
    color: #555;
}

.noPage img {
    margin-right: 20px;
}

.noPage p {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.noPage a {
    margin-top: 20px;
    margin-left: 95px;
}

.noPage a:hover {
    color: #fff;
}

.main_home h1 {
    color: #333;
}

.layuimini-mini .dw-logo {
    left: 80px;
    transition: all .2s;
}

.layuimini-mini .layuimini-page-header {
    left: 62px;
    transition: all .2s;
}

.table_dw td.title {
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    width: 20%;
}

.table_dw tr {
    height: 40px;
}

.table_dw td {
    border: 1px solid #ddd;
    padding-left: 10px;
    width: 30%;
    font-size: 12px;
}

.table_dw td input {
    border: none;
}

.dwqk {
    height: calc(100% - 80px);
    padding-right: 20px;
    overflow-y: auto;
}

.dwqk .table_dw {
    width: 100%;
}

#edit {
    color: #035cd0;
    cursor: pointer;
    display: block;
    margin-bottom: 10px;
    width: 120px;
}

#edit i {
    font-size: 16px;
    color: #035cd0;
}

.layer_title {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    margin-bottom: 24px;
    margin-top: 16px;
    line-height: 16px;
}

.layui-layer-setwin .layui-layer-close2 {
    top: -8px !important;
    right: 0 !important;
    background-position: 15px -32px !important;
}

.layui-table-body .layui-none {
    font-size: 12px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 1px;
}

.none_title {
    font-size: 14px;
    color: #fff;
    color: #333;
}

.none_title img {
    margin-right: 10px;
}

.layui-layer-tips .layui-layer-content {
    font-size: 12px;
    /* color:#333 !important; */
}

.layui-input-block .Wdate {
    /*background-position-x: 400px!important;*/
}

.demo-tree-more {
    padding: 0 20px;
}

.page_left {
    width: 270px;
    float: left;
    padding-top: 20px;
    border-right: 0;
    height: 100%;
    background: #f3f3f3;
    overflow: auto;
}

.page_left .layui-form {
    text-align: center;
}

.page_left .layui-table-cell {
    padding: 0 !important;
    width: 227px !important;
}

.page_left .layui-btn {
    margin-right: 0;
    width: 62px;
    background: #258acf;
    color: #fff;
    border: none;
}

.page_left .layui-inline {
    width: 150px;
}

.page_left .layui-table-header {
    display: none;
}

.page_left .layui-table-view .layui-table td {
    padding: 4px 0;
    border: none;
}

.page_left .layui-table tbody tr:hover,
.page_left .layui-table-click {
    background-color: #f0f9ff;
    color: #0070cc;
}

.page_right {
    float: right;
    width: calc(100% - 270px);
    position: relative;
    padding: 20px;
    box-sizing: border-box;
}

.page_right_title {
    font-size: 12px;
    margin-bottom: 16px;
}

.page_right_title i {
    font-style: normal;
}

.page_right_title h1 {
    font-size: 16px;
}

.page_right_title p {
    margin-top: 8px;
    margin-bottom: 6px;
}

@media screen and (max-width: 1400px) {
    .layui-btn.layui-btn-normal {
        margin-bottom: 8px;
    }
    .layui-inline {
        margin-bottom: 8px;
        vertical-align: top;
    }
    .layui-btn+.layui-btn {
        margin-bottom: 8px;
    }
    .layui-table,
    .layui-table-view {
        margin-bottom: 10px;
        margin-top: 0;
    }
}

.page_left {
    width: 303px;
    float: left;
    padding-top: 20px;
    border-right: 0;
    height: calc(100% - 2px);
    background: #f3f3f3;
    overflow: auto;
    border: 1px solid #bdcadb;
    font-size: 14px;
}

.page_left .layui-form {
    text-align: center;
}

.page_left .layui-table-cell {
    padding: 0 !important;
    width: 227px !important;
}

.page_left .layui-btn {
    margin-right: 0;
    width: 62px;
    background: #2588ce;
    color: #fff;
    border: none;
}

.page_left .layui-inline {
    width: 150px;
}

.page_left .layui-table-header {
    display: none;
}

.page_left .layui-table-view .layui-table td {
    padding: 4px 0;
    border: none;
}

.page_left .layui-table tbody tr:hover,
.page_left .layui-table-click {
    background-color: #f0f9ff;
    color: #0070cc;
}

.page_right {
    float: right;
    width: calc(100% - 308px);
    position: relative;
    padding: 20px;
    padding-top: 0;
    box-sizing: border-box;
}

.page_right_title {
    font-size: 12px;
    margin-bottom: 16px;
}

.page_right_title i {
    font-style: normal;
}

.page_right_title h1 {
    font-size: 16px;
}

.page_right_title p {
    margin-top: 8px;
    margin-bottom: 6px;
}

@media screen and (max-width: 1400px) {
    .layui-btn.layui-btn-normal {
        margin-bottom: 8px;
    }
    .layui-inline {
        margin-bottom: 8px;
        vertical-align: top;
    }
    .layui-btn+.layui-btn {
        margin-bottom: 8px;
    }
    .layui-table,
    .layui-table-view {
        margin-bottom: 10px;
        margin-top: 0;
    }
}

@media screen and (max-width:1400px) {
    .page_left {
        width: 253px;
        float: left;
        padding-top: 20px;
        border-right: 0;
        height: calc(100% - 2px);
        background: #f3f3f3;
        overflow: auto;
        border: 1px solid #bdcadb;
        font-size: 14px;
    }
    .page_right {
        float: right;
        width: calc(100% - 258px);
        position: relative;
        padding: 20px;
        padding-top: 0;
        box-sizing: border-box;
    }
}


/* .layui-table-cell>span {
	display:block;
	padding:0;
	margin-bottom:5px;
	width:100px;
} */


/*进度条样式*/

.stepBox {
    margin-bottom: 10px;
}

.stepBox ul li {
    display: inline-block;
    color: #343434;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    float: left;
}

.stepBox ul li span {
    display: inline-block;
    height: 23px;
    width: 23px;
    border-radius: 50%;
    color: #888888;
    border: 1px solid #888888;
    background-color: #ffffff;
    float: left;
    line-height: 23px;
    text-align: center;
    margin: 8px 6px 0 6px;
}

.stepBox ul li.active span {
    background-color: #0070cc;
    color: #ffffff;
    border-color: #0070cc;
}

.stepBox ul li.success span {
    border-color: #0070cc;
    color: #0070cc;
    background-color: #ffffff;
}

.stepBox ul .line {
    width: 57px;
    height: 2px;
    background-color: #0070CC;
    margin: 19px 0 0 6px;
}

.stepBox ul .line2 {
    width: 57px;
    height: 2px;
    background-color: #DEDEDE;
    margin: 19px 0 0 6px;
}


/*tab切换*/

.tabBOX div {
    width: 98px;
    height: 36px;
    border: 1px solid #DEDEDE;
    text-align: center;
    line-height: 36px;
    display: inline-block;
    border-right: none;
    float: left;
    margin-bottom: 15px;
    cursor: pointer;
}

.tabBOX div:last-child {
    border-right: 1px solid #DEDEDE;
}

.tabBOX div.active {
    border-bottom: none;
    border-top: 2px solid #0070CC;
    color: #0070CC;
}


/*s首页*/

.left_top_box {
    width: 1093px;
    /*height: 130px;*/
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-left: 5px;
    margin-bottom: 15px;
}

.left_top_box h2 {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}

.left_top_box ul li {
    display: inline-block;
    float: left;
    width: 25%;
    padding: 20px 0;
}

.left_top_box ul li img {
    width: 60px;
    height: 60px;
    display: inline-block;
    float: left;
    margin: 3px 10px 0 0;
}

.left_top_box ul li p:last-child {
    font-size: 28px;
    margin-top: 20px;
}

.left_center_boxs {
    width: 1093px;
    display: flex;
    justify-content: space-between;
    margin-left: 5px;
}

.left_center_boxs_item {
    width: 49%;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

.boxs_title {
    height: 54px;
    width: 100%;
    line-height: 54px;
    font-weight: bold;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
    padding: 0 20px;
}

.boxs_title a {
    font-weight: normal;
    color: #0070CC;
    float: right;
}

.left_center_boxs_item ul {
    padding: 10px 20px;
    height: 220px;
    overflow-y: auto;
}

.left_center_boxs_item ul li {
    height: 35px;
    line-height: 35px;
    width: 100%;
    cursor: pointer;
}

.left_center_boxs_item ul li a {
    height: 35px;
    line-height: 35px;
    width: 100%;
}

.left_center_boxs_item ul li:hover {
    color: #0070CC;
}

.left_bottom_box {
    width: 1093px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
    margin-left: 5px;
    margin-top: 20px;
}

.right_box {
    width: 520px;
    margin-right: 5px;
}

.right_top {
    display: flex;
    justify-content: space-around;
    padding: 20px 0;
}

.right_top .right_top_item img {
    display: inline-block;
    float: left;
    margin: 8px 8px 0 0;
}

.right_top .right_top_item div {
    display: inline-block;
}

.right_top .right_top_item div p:last-child {
    font-size: 28px;
    margin-top: 8px;
}


/*弹窗表格样式*/

.tableBox {
    padding: 0 30px;
}

.tableBox .layui-table td {
    border: 1px solid #dddddd !important;
    text-align: center !important;
}

.table-title {
    display: flex;
    justify-content: space-around;
}

.table-title li {
    width: 50%;
}

.tableBox .layui-table .textLeft {
    text-align: left !important;
}

.tableBox .layui-table .textLeft p {
    text-indent: 20px;
}

.tableBox img {
    display: inline-block;
    margin: 10px 15px;
}


/*首页第一版*/

.boxs_item {
    /*width: 49%;*/
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    height: 250px;
}

.leftBoxs {
    width: 26%;
}

.centerBOX {
    width: 48%;
    text-align: center;
    padding: 0 15px 15px;
}

.centerBOX img {
    height: 100%;
    width: 100%;
}

.rightBoxs {
    width: 26%;
}

.boxs_item ul {
    padding: 10px 20px;
    height: 200px;
    overflow-y: auto;
}

.boxs_item ul li {
    height: 30px;
    line-height: 30px;
    width: 100%;
    cursor: pointer;
}

.boxs_item ul li a {
    height: 30px;
    line-height: 30px;
    width: 100%;
}

.boxs_item ul li:hover {
    color: #0070CC;
}

.boxs_title1 {
    height: 40px;
    width: 100%;
    line-height: 40px;
    font-weight: bold;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
    padding: 0 20px;
}

.boxs_title1 a {
    font-weight: normal;
    color: #0070CC;
    float: right;
}

.leftUL {
    display: inline-block;
    width: 130px;
    float: left;
    height: 100px !important;
}

.leftUL li span {
    width: 15px;
    height: 10px;
    display: inline-block;
    background: #FA6400;
}

.leftUL li:last-child span {
    background: #1178C9;
}

#table tr td {
    width: 130px !important;
    text-align: center;
    border: 1px solid #dddddd !important;
}

.left2 ul {
    height: auto;
}

.left2 ul li {
    width: 48%;
    height: 90px;
    display: inline-block;
    background-image: url("../images/bg1.png");
    padding: 20px;
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 8px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.left2 ul li:nth-child(2n+1) {
    margin-right: 10px;
}

.left2 ul li:nth-child(2) {
    background-image: url("../images/bg3.png");
}

.left2 ul li:nth-child(3) {
    background-image: url("../images/bg5.png");
}

.left2 ul li:nth-child(4) {
    background-image: url("../images/bg4.png");
}

.left2 ul li:hover {
    color: #ffffff;
}


/* 通用 */

::-webkit-input-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #B0DAFF;
}


/* firefox 19+ */

:-ms-input-placeholder {
    color: #B0DAFF;
}


/* ie */

input:-moz-placeholder {
    color: #B0DAFF;
}


/* 字体颜色 */

.f-red {
    color: #d50d0d !important;
}

.f-green {
    color: #12711b !important;
}

.f-seagreen {
    color: #48922a !important;
}

.f-orange {
    color: #f26522 !important;
}

.f-yellow {
    color: #ffaa00 !important;
}

.f-blue {
    color: #0070CC !important;
}

.layui-layer-tips .layui-layer-content {
    background-color: #FFFFFF !important;
    color: #555 !important;
}

.layui-layer-tips .layui-layer-content>span {
    color: #555 !important;
}

.layui-layer-tips i.layui-layer-TipsB,
.layui-layer-tips i.layui-layer-TipsT {
    left: 5px;
    border-right-style: solid;
    border-right-color: #fff !important;
}

.layui-form-selectTxt {
    display: inline-block;
    margin-right: 18px;
    vertical-align: middle;
    font-size: 15px;
    color: #666666;
}

.search-btn {
    float: right;
}

.layui-new-main {
    margin-top: 16px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 6px #ccc;
}

.layui-new-main-head {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    width: 100%;
    font-size: 14px;
    color: #333;
    border-bottom: 0;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.layui-new-main-head span {
    display: none;
}

.layui-btn-sm {
    height: 35px;
    line-height: 35px;
    padding: 0 12px;
    font-size: 16px;
}

.layui-btn-danger {
    min-width: 78px;
    height: 38px;
    line-height: 38px;
    background-color: #4290e5;
    border: 1px solid #377bc4;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
}

.layui-btn-yellow {
    min-width: 80px;
    height: 32px;
    line-height: 32px;
    background-color: #3d7de3;
    border-radius: 2px;
    font-size: 14px;
}

.btn_group_bottom>button {
    margin: 0 8px;
}

.layui-new-main .layui-table-view {
    margin-top: 0;
    margin-bottom: 0;
}

.progress-green,
.progress-blue {
    display: flex;
    align-items: center;
}

.progress-green>i {
    flex: 1;
    height: 10px;
    border-radius: 5px;
    margin-right: 5px;
    background: linear-gradient(to right, #5ad84b, #30ac83)
}

.progress-blue>i {
    flex: 1;
    height: 10px;
    border-radius: 5px;
    margin-right: 5px;
    background: linear-gradient(to right, #69c0ff, #67abff)
}

.layui-table-body .layui-none {
    position: relative;
    font-size: 16px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 1px;
    background: #fff;
    color: #0070CC;
    height: 150px;
    line-height: 110px;
}

.layui-table-body .layui-none::before {
    content: "";
    position: absolute;
    width: 160px;
    height: 94px;
    left: 33%;
    top: 50%;
    margin-top: -47px;
    background: url(../images/pic_nodata.png) no-repeat;
}


/**内容主体（通用） */

.layui-layout.layui-layout-admin {}

.layui-layout-admin .layui-body {
    bottom: 0px !important;
    top: 110px;
    transition: all .2s;
    left: 223px;
    right: 0px;
    box-sizing: border-box;
    padding: 30px 40px;
    /* background: url(../images/list_bg.png) repeat-x;
    background-position: center top;
    background-size: 100%; */
}

.layui-layout-admin .layui-body h1#page_title {
    font-size: 24px;
    color: #333;
    height: 35px;
    line-height: 35px;
}

#page_two_title {
    line-height: 40px;
    margin: 8px 0;
}

#page_two_title span:nth-child(1) {
    color: #666;
}

#form-search {
    padding: 20px 7px 20px 18px;
    background-color: #fff;
    box-shadow: 0px 0px 6px #ccc;
}

#form-search .layui-inline:last-child {
    float: right;
}

#form-search:after {
    content: "";
    display: block;
    clear: both;
}


/**内容主体（缩放） */

.layuimini-mini .layui-layout-admin .layui-body {
    left: 60px !important;
}


/**选择配色方案 */

.layuimini-color .color-title {
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid #d9dada;
    margin-bottom: 8px;
}

.layuimini-color .color-content {
    padding: 0 5px 0 5px;
}

.layuimini-color .color-content ul {
    list-style: none;
    text-align: center;
}

.layuimini-color .color-content ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 50px;
    margin: 0 15px 15px 0;
    padding: 2px 2px 4px 2px;
    background-color: #f2f2f2;
    cursor: pointer;
    font-size: 12px;
    color: #666;
}

.layuimini-color .color-content li.layui-this:after,
.layuimini-color .color-content li:hover:after {
    width: 100%;
    height: 100%;
    padding: 4px;
    top: -5px;
    left: -5px;
    border-color: #d8d8d8;
    opacity: 1;
}

.layuimini-color .color-content li:after {
    content: '';
    position: absolute;
    z-index: 20;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 0;
    border: 1px solid #f2f2f2;
    transition: all .3s;
    -webkit-transition: all .3s;
    opacity: 0;
}

.layui-breadcrumb,
.layui-body {
    background: #f8f8f8;
}

.formTitle {
    /* height: 40px; */
    border-radius: 4px;
    margin-bottom: 16px;
    /* display: flex; */
    /* align-items: center; */
}

.formTitle i {
    display: inline-block;
    width: 5px;
    height: 13px;
    background-color: #3d7de3;
}

.formTitle span {
    color: #3d7de3;
    font-size: 14px;
    padding-left: 5px;
}
.formTitle div {
    color: #000;
    font-size: 18px;
    font-weight: normal;
    padding-left: 5px;
    text-align: center;
}

.formTitle h3{
    text-align: center;
    font-weight: bold;
    letter-spacing: 20px;
}

.childBtn {
    color: #3d7de3;
    border: 1px solid#3d7de3!important;
    background-color: #fafafa;
    font-size: 12px;
    height: 28px;
    line-height: 26px;
}

.fileItem {
    font-size: 12px;
}

.markRed {
    padding: 5px;
    box-sizing: border-box;
    background-color: #FF0000;
    border-radius: 5px;
    color: #fff;
    margin-right: 5px;
}

.markYellow {
    padding: 5px;
    box-sizing: border-box;
    background-color: #FFC300;
    border-radius: 5px;
    color: #fff;
    margin-right: 5px;
}

.markGreen {
    padding: 5px;
    box-sizing: border-box;
    background-color: #80C269;
    border-radius: 5px;
    color: #fff;
    margin-right: 5px;
}


/* 审批书样式 */

.common_title {
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 10px;
}

.common_table {
    width: 100%;
}

.common_table tr {
    width: 100%;
    height: 40px;
}

.common_table tr td {
    height: 30px;
    padding: 5px;
    box-sizing: border-box;
}

.common_table tr,
td {
    font-size: 14px;
}

.common_table tr td:first-child {
    width: 20%;
}

.common_table tr .common_table_left {
    text-align: center;
    background-color: #f4f4f4;
}

.input_text {
    background-color: #efefef;
    border-color: #999;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    background-color: #fff;
    padding: 0;
    text-align: center;
}

.input_text_noBorder {
    text-align: left;
    border: 0;
}

.layuimini-form .layui-form-item>p {
    margin-bottom: 0;
}

.common_table_box p {
    font-size: 14px;
}

.TEXT_CENTER {
    text-align: center;
}

.TEXT_ROW {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.MARGIN20 {
    margin-bottom: 20px;
}

.MARGIN10 {
    margin-bottom: 10px;
}

#SYSC {
    padding: 0 5px;
}

#SYSC:hover {
    border-bottom: 1px solid #fff;
}
.bottomBorder .TEXT_ROW_FILE{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-top: 20px;
    padding-bottom: 10px;
}
.common_table_box .TEXT_ROW_FILE{
    padding-left: 40px;
}
.bottomBorder .TEXT_ROW_FILE .layui-input-block{
    margin-left: 60px;
}
.bottomBorder .TEXT_ROW_FILE p{
    font-size: 14px;
}
