﻿@charset "utf-8";

html {
    height: 100%;
    font-family: "微软雅黑", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
}

body {
    height: 100%;
    margin: 0;
    font-size: 14px;
    -webkit-overflow-scrolling: touch;
    text-align: center;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, form, fieldset, input, legend, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/*去掉手机端a链接点击时候出现的边框*/
* {
    -webkit-tap-highlight-color: rgba(255,0,0,0);
    -webkit-tap-highlight-color: transparent; /* For some Androids */
    outline: none;
}

fieldset, img {
    border: none;
}

:focus {
    outline: 0;
}

.colorRedA {
    color: red;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
    font-style: normal;
    font-weight: normal !important;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

abbr, acronym {
    border: none;
    font-variant: normal;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    font-family: "Microsoft YaHei",Arial;
    resize: none;
}

    select::-ms-expand {
        display: none;
    }

code, kbd, samp, tt {
    font-size: 100%;
}

input, button, textarea, select, radio {
    font-size: 100%;
    outline: none;
    -webkit-appearance: none;
}

ol, ul, li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    word-wrap: break-word;
}

caption, th {
    text-align: center;
}

sup, sub, i {
    font-size: 100%;
    vertical-align: top;
    font-style: normal;
}

:link, :visited, ins {
    text-decoration: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

input {
    background: transparent;
    border: 1px solid #b3b3b3;
}

img {
    vertical-align: middle;
}

a {
    text-decoration: none;
    cursor: pointer;
}

    a:hover, a:focus {
        text-decoration: none;
    }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
    display: block;
    margin: 0;
    padding: 0;
}

mark {
    background: #ff0;
}

legend {
    color: #000;
}
/* for ie6 */
small {
    font-size: 12px;
}
/* 小于 12px 的中文很难阅读, 让 small 正常化 */
code, kbd, pre, samp {
    font-family: courier new, courier, monospace;
}
/* 统一等宽字体 */
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #ccc;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #ccc;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #ccc;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.clearfix {
    zoom: 1;
}

    .clearfix > li, .fl {
        float: left;
    }

        .clearfix > li.fr, .fr {
            float: right;
        }

.fw {
    width: 1200px;
    margin: 0 auto;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}

.el {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.el3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.txtbox {
    width: 150px;
    height: 30px;
    padding: 0px 6px;
    margin-right: 10px;
    line-height: 28px;
    background: #fff;
    border: solid 1px #cacaca;
    border-radius: 5px;
}

.mask {
    position: fixed;
    z-index: 100000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.6);
    display: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
}

.initBody {
    padding-left: 148px;
}

/* 流程节点 flow start */
.header {
    height: 120px;
    background: #F3F3F3;
}

.flow {
    display: inline-block;
    width: 80%;
    height: 100%;
    padding: 15px 0;
}

    .flow > li {
        position: relative;
        width: 20%;
        height: 100%;
    }

        .flow > li > a {
            position: relative;
            z-index: 2;
            display: block;
            height: 100%;
            padding-top: 70px;
            color: #666;
            background: url(../images/bulb.png) no-repeat center 0;
            box-sizing: border-box;
        }

        .flow > li.active > a {
            color: #AF0001;
            background: url(../images/bulb-hover.png) no-repeat center 0;
        }

        .flow > li .lines {
            position: absolute;
            top: 33px;
            left: 60%;
            width: 100%;
            height: 2px;
            background: #DDDEDF;
        }

        .flow > li.active .lines {
            background: #AF0001;
        }
/* 流程节点 flow end */

/* 搜索栏 和工具栏 search handle start */
.searchBar {
    padding: 10px;
    background-color: #ffffff;
}

.inputs {
    width: calc(100% - 120px);
}

    .inputs .txtbox {
        width: calc(13% - 10px);
    }

.Wdate {
    height: 30px !important;
    border: solid 1px #CACACA !important;
}

.inputs .compName {
    width: calc(22% - 10px);
}

.selectbox {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.arrow {
    position: absolute;
    top: 6px;
    right: 5px;
    width: 10px;
    height: 15px;
    background: url(../images/arrow1.png) no-repeat;
}

.txtBox {
    height: 100px;
    padding-left: 10px;
    border-radius: 5px;
    border: solid 1px #cacaca;
}

    .txtbox > select {
        position: relative;
        z-index: 2;
        width: 100%;
        height: 100%;
        padding: 0 5px;
        color: #333;
        border: none;
        background: transparent;
        /*border: 1px solid #ccc;
    border-top: none;*/
    }

.handleBar {
    padding: 0 20px 10px 10px;
    position: relative;
    background-color: #ffffff;
    height: 85px;
}

    .handleBar .fr {
        float: left;
    }

.handleBar2 {
    height: 40px;
    overflow: hidden;
}

.handleBar3 .listHead {
    display: inline-block;
}

.handleBar3 a {
    float: left !important;
}

.handleBar3 span {
    float: right !important;
    margin-top: 5px;
}

.Btns {
    width: 120px;
}

input[type=radio] {
    -webkit-appearance: radio;
}
/*.Btn{
	padding: 0 8px 0 30px;
	margin-left: 10px;
	line-height: 25px;
	color: #fff;
	font-size: 12px;
	background: #5478BB;
	border: none;
	border-radius: 5px;
	outline: none;
}*/

/*.add{
	background: #5478BB url(../images/add.png) no-repeat 8px center;
}*/

.Btn {
    padding: 0 16px 0 40px;
    margin-right: 10px;
    line-height: 30px;
    color: #333;
    font-size: 14px;
    box-shadow: 0 5px 5px #d7d7d7;
    /*box-shadow: 2px 2px 2px #ffc0c0;*/
    border: solid 1px #d7d7d7;
    border-radius: 5px;
    outline: none;
    box-sizing: border-box;
    cursor: pointer;
    background-position-y: 7px !important;
    background-position-x: 10px !important;
}

    .Btn:hover,
    .Btn3:hover {
        color: #fff;
        border-color: #18bcc7;
        background-color: #18bcc7;
    }

/*新增*/
.add {
    background: url(../images/add.png) no-repeat 6px center;
}

/*编辑*/
.edit {
    background: url(../images/edit.png) no-repeat 6px center;
}

/*删除*/
.delete {
    background: url(../images/delete.png) no-repeat 6px center;
}

/*查看*/
.view {
    background: url(../images/view.png) no-repeat 6px center;
}

/*打印*/
.print {
    background: url(../images/print.png) no-repeat 6px center;
}

.Btn2 {
    padding: 0 8px 0 30px;
    line-height: 30px;
    color: #333;
    background: #D8E2F1;
    border: none;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}
/*树结构样式*/
.treeBox {
    float: left;
    position: relative;
}

.ztree {
    position: absolute;
    left: 0;
    top: 28px;
    z-index: 10;
    background: #fff;
    border: 1px solid #cacaca;
    max-height: 300px;
    overflow: auto;
    display: none;
}
/*树结构样式*/
.treeBox1 {
    float: left;
    position: relative;
}

.ztree1 {
    position: absolute;
    left: 0;
    top: 28px;
    z-index: 10;
    background: #fff;
    border: 1px solid #cacaca;
    max-height: 300px;
    overflow: auto;
    display: none;
}
/*搜索*/
.search {
    background: #D8E2F1 url(../images/search.png) no-repeat 8px center;
}

.ml10 {
    margin-left: 10px;
}

.reset {
    padding: 0 8px;
}

.Btn3 {
    display: inline-block;
    padding: 0 12px 0 39px;
    margin-left: 10px;
    line-height: 25px;
    color: #666;
    font-size: 14px;
    border: solid 1px #999;
    border-radius: 5px;
    outline: none;
    box-sizing: border-box;
    cursor: pointer;
}

.Btn5 {
    display: inline-block;
    padding: 0 12px;
    margin-left: 10px;
    line-height: 25px;
    color: #666;
    font-size: 14px;
    border: solid 1px #18bcc7;
    border-radius: 5px;
    outline: none;
    box-sizing: border-box;
    cursor: pointer;
    background: #18bcc7;
    color: #fff;
}

.save2 {
    color: #fff;
}

    .save2:hover {
        background-color: #18bcc7;
    }
/*保存*/
.save {
    color: #333;
    border-color: #d7d7d7;
    box-shadow: 0 5px 5px #d7d7d7;
    background: url(../images/add.png) no-repeat 10px center;
}

    .save:hover {
        border-color: #18bcc7;
        background-color: #18bcc7;
    }

.save3 {
    color: #fff;
    border-color: #36a767;
    background: #36a767 url(../images/add.png) no-repeat 10px center;
}

    .save3:hover {
        border-color: #36a767;
        background-color: #36a767;
    }

.listHead {
    position: relative;
    display: block;
    max-height: 50px;
    line-height: 30px;
    color: #333;
    font-size: 20px;
    font-weight: normal;
    text-shadow: 0 0 0 #fff;
    float: none !important;
    text-align: left;
    padding: 5px 30px 10px 30px;
    z-index: 1;
    /*width: 220px;*/
    /*background: url(../images/hiddenHead.png) no-repeat;*/
}

    .listHead:before {
        content: " ";
        width: 20px;
        background-color: #18bcc7;
        position: absolute;
        height: 30px;
        top: 5px;
        left: -10px;
    }
/* 搜索栏 和工具栏 search handle end */
/* 分页 paga start */
.pagebox {
    height: 80px;
    padding: 27px 0;
    font-size: 13px;
    text-align: center;
    color: #727272;
}

.p-wrap {
    display: inline-block;
}

.p-num a {
    float: left;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 5px;
    line-height: 24px;
    text-align: center;
    color: #999999;
    background: #fff;
    border: solid 1px #cacaca;
    border-radius: 6px;
    cursor: pointer;
    box-sizing: border-box;
    box-shadow: 0 1px 1px #cacaca;
}

    .p-num a.p-prev,
    .p-num a.p-next {
        width: 70px;
    }

    .p-num a.p-prev {
        padding-left: 4px;
    }

    .p-num a.p-next {
        padding-right: 4px;
    }

.p-prev > b.lf,
.p-next > b.rf {
    position: relative;
    top: 6px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.p-prev > b.lf {
    float: left;
    left: 2px;
    border-right: 8px solid #ccc;
}

.p-next > b.rf {
    right: 2px;
    float: right;
    border-left: 8px solid #ccc;
}

.p-prev:hover > .lf {
    border-right: 8px solid #fff;
}

.p-next:hover > .rf {
    border-left: 8px solid #fff;
}

.p-num a:hover,
.p-num a.curr {
    color: #fff;
    background: #C3C3C3;
}

.p-num a.ptn[disabled]:hover {
}

.p-ellip {
    float: left;
    display: inline-block;
    width: 25px;
    margin: 0 2px;
    line-height: 25px;
}

.p-skip {
    line-height: 25px;
}

.p-currentpage {
    width: 40px;
    height: 25px;
    margin: 0 3px;
    text-align: center;
    border: 1px solid #cacaca;
    border-radius: 6px;
}

.p-jump {
    padding: 3px 8px;
    margin-left: 8px;
    color: #999999;
    border: solid 1px #cacaca;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 1px 1px #cacaca;
}

    .p-jump:hover {
        color: #fff;
        background: #c3c3c3;
    }
/* 分页 paga end */

/* 弹框样式 start */
.layui-layer-btn .layui-layer-btn0 {
    border-color: #18bcc7 !important;
    background-color: #18bcc7 !important;
    color: #fff;
}

.layui-layer-shade {
    opacity: .4 !important;
}

.layui-layer {
    border-radius: 15px !important;
    overflow: hidden;
}
/* 弹框样式 end */

/* 基本列表 start */
.list {
    padding: 0 10px;
    text-align: left;
    font-size: 14px;
    color: #666;
}

.listItems {
    line-height: 45px;
    cursor: pointer;
}

.listTit {
    line-height: 30px;
    background: #E3E6ED;
}

.listItem {
    line-height: 45px;
    height: 45px;
    cursor: pointer;
    font-size: 14px;
    cursor: pointer;
}

.listItems > li {
    padding: 0 10px;
    text-align: left;
}

    .listItem:nth-child(2n),
    .listItems > li:nth-child(2n) {
        background: #f1f0f0;
    }

    .listItem:hover,
    .listItems > li:hover {
        background: #E7E7E7;
    }

.listTit > li {
    color: #333;
}

.listItem > li {
    padding-right: 8px;
}

.listbox {
    position: relative;
}

.nodata {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    margin: auto;
    line-height: 30px;
    color: red;
}
/*list样式*/
.checkBox {
    position: relative;
}

    .checkBox input {
        position: absolute;
        width: 18px;
        height: 18px;
        top: 6px;
        left: 0;
        visibility: hidden;
        z-index: 15;
    }

    .checkBox b {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 16;
        /*background: url(../images/check.png) no-repeat;*/
        -webkit-background-size: 18px 18px;
        background-size: 18px 18px;
        display: block;
    }

.listItem .checkBox b {
    top: 13px;
}

    .listItem .checkBox b.checked {
        background: url(../images/check-hover.png) no-repeat;
        -webkit-background-size: 18px 18px;
        background-size: 18px 18px;
        display: none;
    }

/*tab栏的样式*/
.tab-border {
    border-bottom: solid 1px #d8d8d8;
    border-top: solid 1px #d8d8d8;
    padding: 5px 0;
    margin-bottom: 5px;
}

.tab li {
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    background: #eeeeee;
    border-radius: 10px;
    color: #666666;
    font-size: 14px;
    cursor: pointer;
    margin: 5px;
}

    .tab li:hover {
        background: #d0d9ec;
    }

    .tab li a {
        display: inline-block;
        color: #666666;
        line-height: 30px;
    }

.fspan {
    display: inline-block;
    width: 130px;
    text-align: left;
    line-height: 30px;
}

.tab .tabActive {
    background: #d0d9ec;
}
/*------------------------------end-------------------------------*/
.list li {
    min-height: 18px;
}

.listTit > li {
    color: #333;
}

.clearfix > li, .fl {
    float: left;
}

.wp100 {
    width: 100% !important;
}

.listItemA {
    line-height: 20px;
    padding: 7.5px 0
}

    .listItemA span {
        padding-top: 5px;
    }

    .listItemA input[type=checkbox] {
        margin-top: 0 !important;
        top: 4px !important;
    }
/*宽度百分比 start*/
.wp1 {
    width: 1% !important;
}

.wp2 {
    width: 2% !important;
}

.wp3 {
    width: 3% !important;
}

.wp4 {
    width: 4% !important;
}

.wp5 {
    width: 5% !important;
}

.wp6 {
    width: 6% !important;
}

.wp7 {
    width: 7% !important;
}

.wp8 {
    width: 8% !important;
}

.wp9 {
    width: 9% !important;
}

.wp10 {
    width: 10% !important;
}

.wp11 {
    width: 11% !important;
}

.wp12 {
    width: 12% !important;
}

.wp13 {
    width: 13% !important;
}

.wp14 {
    width: 14% !important;
}

.wp15 {
    width: 15% !important;
}

.wp16 {
    width: 16% !important;
}

.wp17 {
    width: 17% !important;
}

.wp18 {
    width: 18% !important;
}

.wp19 {
    width: 19% !important;
}

.wp20 {
    width: 20% !important;
}

.wp21 {
    width: 21% !important;
}

.wp22 {
    width: 22% !important;
}

.wp23 {
    width: 23% !important;
}

.wp24 {
    width: 24% !important;
}

.wp25 {
    width: 25% !important;
}

.wp26 {
    width: 26% !important;
}

.wp27 {
    width: 27% !important;
}

.wp28 {
    width: 28% !important;
}

.wp29 {
    width: 29% !important;
}

.wp30 {
    width: 30% !important;
}

.wp31 {
    width: 31% !important;
}

.wp32 {
    width: 32% !important;
}

.wp33 {
    width: 33% !important;
}

.wp34 {
    width: 34% !important;
}

.wp35 {
    width: 35% !important;
}

.wp36 {
    width: 36% !important;
}

.wp37 {
    width: 37% !important;
}

.wp38 {
    width: 38% !important;
}

.wp39 {
    width: 39% !important;
}

.wp40 {
    width: 40% !important;
}

.wp41 {
    width: 41% !important;
}

.wp42 {
    width: 42% !important;
}

.wp43 {
    width: 43% !important;
}

.wp44 {
    width: 44% !important;
}

.wp45 {
    width: 45% !important;
}

.wp46 {
    width: 46% !important;
}

.wp47 {
    width: 47% !important;
}

.wp48 {
    width: 48% !important;
}

.wp49 {
    width: 49% !important;
}

.wp50 {
    width: 50% !important;
}

.wp60 {
    width: 60% !important;
}

.wp70 {
    width: 70% !important;
}

.wp80 {
    width: 80% !important;
}

.wp90 {
    width: 90% !important;
}

.wp100 {
    width: 100% !important;
}

.wp75 {
    width: 75% !important
}

.wp200 {
    width: 200% !important;
}

.wp85 {
    width: 85% !important;
}

.wx50 {
    width: calc(50% - 10px) !important;
}

.wx5 {
    width: calc(5% - 10px) !important;
}

.wx7 {
    width: calc(7% - 10px) !important;
}

.wx8 {
    width: calc(8% - 10px) !important;
}
.wx10 {
    width: calc(10% - 10px) !important;
}

.wx12 {
    width: calc(12% - 10px) !important;
}

.wx15 {
    width: calc(15% - 10px) !important;
}

.wx15-20 {
    width: calc(15% - 20px) !important;
}

.wx20 {
    width: calc(20% - 10px) !important;
}

.wx25 {
    width: calc(25% - 10px) !important;
}

.wx30 {
    width: calc(30% - 10px) !important;
}

.wx33 {
    width: calc(33.3% - 10px) !important;
}

.wx66 {
    width: calc(66.6% - 20px) !important;
}

.wx35 {
    width: calc(35% - 10px) !important;
}

.wx40 {
    width: calc(40% - 10px) !important;
}

.wx50 {
    width: calc(50% - 10px) !important;
}

.wx60 {
    width: calc(60% - 10px) !important;
}

.wx100 {
    width: calc(100% - 10px) !important;
}

.wx50-30 {
    width: calc(50% - 30px) !important;
}

.wxsubtitle {
    width: calc(100% - 180px) !important;
}

.wx100-100 {
    width: calc(100% - 100px) !important;
}

.wx100-200 {
    width: calc(100% - 200px) !important;
}
.wx100-210 {
    width: calc(100% - 210px) !important;
}
.wx100-260 {
    width: calc(100% - 260px) !important;
}

.wx100-400 {
    width: calc(100% - 260px) !important;
}

.inh30 {
    line-height: 30px;
}
.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}
.mb0 {
    margin-bottom: 0 !important
}

.mb5 {
    margin-bottom: 5px !important
}
.mb10 {
    margin-bottom: 10px;
}
.mr0 {
    margin-right: 0px;
}
.mr5 {
    margin-right: 5px;
}
.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}


.ml30 {
    margin-left: 30px;
}
.pd10 {
    padding: 0 10px;
}

.pd20 {
    padding: 0 20px;
}

.h120 {
    height: 120px;
}
.labM label {
    margin: 5px 0;
}

.colorRed {
    color: #af0001 !important;
    position: absolute;
    width: auto;
    right: 15px;
    top: 5px;
    text-align: left;
    background: #fff;
    z-index: 100;
    padding: 0;
    background: #ff4f4;
}

.subtitle {
    display: inline-block;
    width: 120px;
    text-align: right;
}

.wxsubtitle {
    width: calc(100% - 180px) !important;
}

.fspan > b {
    color: red;
    margin-right: 3px
}

.bodyPop {
    height: auto !important;
}

.alignL {
    text-align: left;
}

.FlexStart {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.FlexBetween {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cur {
    cursor: pointer;
}

.listItem .Operate {
    line-height: 45px;
}

.Operate {
    font-weight: 600;
    cursor: pointer;
    color: #18bcc7;
    text-decoration: underline;
    line-height: 30px;
    float: left;
}



.mb5 {
    margin-bottom: 5px;
}

.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt5 {
    margin-top: 5px;
}

.pd20 {
    padding: 0 20px;
}

.pd10 {
    padding: 0 10px;
}

.ofA {
    overflow: auto;
}

.ofAX {
    overflow-x: auto;
}

.displayB {
    display: block;
}

.displayN {
    display: none;
}
/*宽度百分比 end*/

/*下拉复选框样式*/
.chkbox {
    width: 150px;
    height: 30px;
    padding: 0px 6px;
    margin-right: 10px;
    line-height: 28px;
    height: 28px;
    background: #fff;
    border: solid 1px #cacaca;
    border-radius: 5px;
    position: relative;
    z-index: 10;
}

.arrowchk {
    position: absolute;
    top: 6px;
    right: 5px;
    width: 10px;
    height: 15px;
    background: url(../images/arrow1.png) no-repeat;
}

.ck {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 25px) !important;
    height: 28px;
    cursor: pointer;
    text-align: left;
    padding-left: 5px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chkbox > ul {
    position: absolute;
    width: calc(100% + 4px) !important;
    max-height: 281px;
    overflow: auto;
    left: -2px;
    top: 28px;
    display: none;
    z-index: 100;
    border: 1px solid #ddd;
    border-top: none;
    background: #fff;
}

    .chkbox > ul > li {
        width: 100%;
        line-height: 28px;
        text-align: left;
        padding-left: 30px;
        cursor: pointer;
    }

.chkbox ul li label {
    display: inline-block;
    width: 100%;
}

.chkbox ul .btnli {
    text-align: center;
}

.chkbox ul .btnli {
    display: inline-block;
    height: 28px;
    background: #0da7b1;
    padding: 0;
    color: #fff;
}

/*公司名称样式*/
.CompanyName {
    position: absolute;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #0da7b1;
    left: 50%;
    top: 10px;
    margin-left: -50%;
    z-index: 0;
}

.navtitle {
    text-align: left;
    line-height: 40px;
    color: #333333;
    font-size: 14px;
    padding-left: 10px;
}

.right {
    width: calc(75% - 20px);
    border: 1px solid #d8d8d8;
}

@media screen and (max-width: 1306px) {
    .twoline {
        padding: 6px 8px 6px 0;
        line-height: 14px;
    }
}

@media screen and (max-width: 1040px) {
    .risk {
        padding: 0 !important;
        background: none !important;
    }
}

em.error {
    position: absolute;
    top: 8px;
    right: 12px;
    width: 16px;
    height: 16px;
    background: url(../images/unchecked.gif) no-repeat 0px 0px;
    box-sizing: border-box;
    cursor: pointer;
}

/*图片上传样式*/
.picUp {
    width: 99%;
    height: 350px;
    margin: 0 auto;
    border: 1px solid #cacaac;
    overflow: auto;
}

.picBox {
    float: left;
    width: 160px;
    height: 160px;
    border: 1px solid #cacaac;
    border-radius: 10px;
    margin: 5px;
    overflow: hidden;
    position: relative;
}

    .picBox img {
        width: 160px;
        height: 160px;
    }

    .picBox span {
        position: absolute;
        left: 0;
        top: 0;
        height: 20px;
        width: 100%;
        color: white;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        line-height: 20px;
        background: #930c0d;
        cursor: pointer;
    }

#pager, #pager1, #pager2, #pager3, #pager4, #pager5 {
    display: flex;
    width: 100%;
    justify-content: center;
}

.AR {
    text-align: right !important;
}

.AL {
    text-align: left !important;
}

.linH30 {
    height: 30px;
    line-height: 30px;
}

.checkBox input[type=checkbox] {
    visibility: visible;
    -webkit-appearance: checkbox;
    width: 14px;
    height: 14px;
    margin-top: 11px;
}

.listTit .checkBox input[type=checkbox] {
    margin-top: 3px;
}

#WinState {
    visibility: visible;
    -webkit-appearance: checkbox;
    width: 14px;
    height: 14px;
}

.chkbox input[type=checkbox] {
    top: -2px;
    margin-left: 5px;
}

.radioBox {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
}

    .radioBox input[type=radio] {
        margin-top: 8px;
        margin-right: 5px;
    }

.Btn4 {
    display: inline-block;
    padding: 0 12px;
    margin-left: 10px;
    line-height: 25px;
    color: #666;
    font-size: 14px;
    border: solid 1px #AF0001;
    border-radius: 5px;
    outline: none;
    box-sizing: border-box;
    cursor: pointer;
    background: #AF0001;
    color: #fff;
}


.wk-head {
    height: 120px;
    color: #5c667a;
    margin-bottom: 25px;
    background-color: #ffffff;
}

.wk-nav {
    display: flex;
    float: left;
    height: 100%;
    align-items: center;
}

    .wk-nav > li {
        width: 25%;
        background: #fff;
    }

.wk-nav2 > li {
    width: 18%;
    height: 85px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: solid #969696 1px !important;
    border-width: 0 1px 0 0 !important;
    flex-flow: column;
}

    .wk-nav2 > li:last-child {
        border-right: solid #969696 0 !important;
    }

    .wk-nav2 > li.shequ {
        width: 28%;
        line-height: 110px;
    }

        .wk-nav2 > li.shequ p {
            display: inline-block !important;
            width: auto !important;
            padding: 0 0 0 80px !important;
            line-height: 85px;
        }

        .wk-nav2 > li.shequ .number {
            color: #0da7b1;
        }

    .wk-nav2 > li.statistic .number {
        color: #0da7b1 !important;
        padding-top: 0 !important;
        font-size: 34px !important;
    }

    .wk-nav2 > li.statistic {
        padding: 0 !important;
    }

.shequname {
    padding: 0 20px 0 60px;
    text-align: left;
    background: url(../images/communityIcon.png) no-repeat 20px center;
    background-size: 35px;
}

.statistic {
    padding: 19px 0;
}

    .statistic > p {
        line-height: 25px;
        padding-top: 15px;
    }

.number {
    font-size: 20px;
    color: #18bcc7;
}

.communityCont {
    background-color: #ffffff;
    height: calc(100% - 285px);
}

    .communityCont .listbox {
        height: calc(100% - 62px);
    }

.errorBox {
    float: left;
    position: relative;
}

.auto-item {
    text-align: left !important;
}

.wp220 {
    width: 220px !important;
}

.marleft20 {
    margin-left: 20px;
}

.listel:hover {
    background: #E3E6ED;
}

.listel > li {
    padding: 5px 0;
    line-height: 20px;
}

.listel .Operate {
    line-height: 20px;
}

.listel .checkBox input[type=checkbox] {
    margin: 0;
}

.txtTitle {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    z-index: 0;
    text-align: center !important;
    font-size: 16px;
    color: #15a5af;
    font-weight: bold;
}

.qiyong {
    background: url(../images/qiyong.png) no-repeat 6px center;
}

.jingyong {
    background: url(../images/jinyong.png) no-repeat 6px center;
}

.czma {
    background: url(../images/chongzmm.png) no-repeat 6px center;
}

.qiyexx {
    background: url(../images/qiyexx.png) no-repeat 6px center;
}

.daochu {
    background: url(../images/daochu.png) no-repeat 6px center;
}

.pingji {
    background: url(../images/pingji.png) no-repeat 6px center;
}

.shenhe {
    background: url(../images/shenghe.png) no-repeat 6px center;
}

.zfjl {
    background: url(../images/zfjl.png) no-repeat 6px center;
}

.shangbao {
    background: url(../images/shangbao.png) no-repeat 6px center;
}

.chakanlc {
    background: url(../images/liucheng.png) no-repeat 6px center;
}

.chakanxq {
    background: url(../images/chakan.png) no-repeat 6px center;
}

.sqxiaohao {
    background: url(../images/sqxiaohao.png) no-repeat 6px center;
}

.zhenggai {
    background: url(../images/zhenggai.png) no-repeat 6px center;
}

.banli {
    background: url(../images/banli.png) no-repeat 6px center;
}

.shenyuxx {
    background: url(../images/duanxin.png) no-repeat 6px center;
}

.fucha {
    background: url(../images/view.png) no-repeat 6px center;
}

.chuli {
    background: url(../images/chuli.png) no-repeat 6px center;
}

.fsyzm {
    background: url(../images/syduanxin.png) no-repeat 6px center;
}

.layui-layer-btn- {
    text-align: center !important;
}

.layui-layer-shade {
    background: rgb(0,0,0) !important;
    opacity: .4 !important;
}

.name-phone {
    float: left;
    width: 240px;
    height: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px
}

    .name-phone > input {
        border: #ccc solid 1px !important;
        height: 30px;
    }

        .name-phone > input:first-child {
            width: 80px;
        }

        .name-phone > input:nth-child(2) {
            width: 120px !important;
            margin-right: 5px;
        }

.addname {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/addname.png);
    background-size: 16px;
    cursor: pointer;
}

.deleteneme {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/deletename.png);
    cursor: pointer;
    background-size: 16px;
}

.h30 {
    height: 30px !important;
}

.Cname {
    text-decoration: underline;
    color: #18bcc7;
}

.dmenus {
    display: none;
}

.layui-layer-title {
    text-align: left;
    color: #333 !important;
}

#pager, #pager1 {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.laypageskin_molv .laypage_curr {
    background-color: #18bcc7 !important;
}

.conceal {
    position: absolute;
    top: 5px;
    right: 60px;
    width: 20px;
    height: 20px;
    background-image: url(../images/closeEye.png);
    background-size: 100% 100%;
    cursor: pointer;
}

    .conceal.openEye {
        background-image: url(../images/openEye.png);
        background-size: 100% 100%;
    }

/*勾选*/
.gouxuan {
    background: url(../images/gouxuan.png) 0 0 / 100% 100%;
}