html,
body {
    width: 100%;
    min-width: 1200px;
    background: #EAEDF1;
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

button {
    cursor: pointer;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.bdc-hide {
    display: none;
}

.hide {
    display: none;
}

.hide-important {
    display: none !important;
}

/* 统一模块布局 */
.bdc-container {
    background-color: #fff;
}
/*字体颜色*/
.bdc-container .bdc-green {
    color: #0f912d;
}

.bdc-container .bdc-red {
    color: #f24b43;
}

.bdc-major-btn {
    background-color: #1d87d1;
}

.bdc-major-btn:hover {
    background-color: #1675b8;
}

.bdc-secondary-btn {
    background-color: #f3f4f6;
    color: #666;
    border: 1px solid #d0d5da;
}

.bdc-secondary-btn:hover {
    color: #666;
}

.bdc-delete-btn {
    background-color: #f54743;
}

.btn-center {
    width: 100%;
    padding: 60px 0;
    text-align: center;
}

.major-bg-color {
    background: #1d87d1 !important;
}

.main-btn-a {
    padding: 0 18px;
    height: 34px;
    line-height: 34px;
    background-color: #1d87d1;
    color: #fff;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    vertical-align: middle;
    cursor: pointer;
}

/* 次要按钮
①一级次要按钮：宽度由文字撑开，padding: 0 18px;高度为34px 背景色为$f2f6fc，描边颜色#dedede，文字颜色为#666666，圆角为2px。
②二级主要按钮：宽度由文字撑开，padding: 0 10px;高度为30px 背景色为$f2f6fc，描边颜色#dedede，文字颜色为#666666，圆角为2px。
*/
.secondary-btn-new {
    padding: 0 18px;
    height: 34px;
    line-height: 34px;
    background-color: #f2f6fc;
    color: #333;
    font-size: 14px;
    border: 1px solid #dedede;;
    border-radius: 2px;
    vertical-align: middle;
    cursor: pointer;
}
.secondary-btn-new:hover {
    color: #666;
}
.secondary-btn-a {
    padding: 0 18px;
    height: 34px;
    line-height: 34px;
    background-color: #f3f4f6;
    color: #333;
    font-size: 14px;
    border: 1px solid #d0d5da;;
    border-radius: 2px;
    vertical-align: middle;
    cursor: pointer;
}

.secondary-btn-b {
    padding: 0 10px;
    height: 30px;
    background-color: #f3f4f6;
    border: 1px solid #d0d5da;
    color: #333;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
}

.secondary-btn-c {
    padding: 0 5px;
    height: 22px;
    background-color: #f3f4f6;
    border: 1px solid #d0d5da;
    color: #333;
    font-size: 14px;
    border-radius: 2px;
    vertical-align: middle;
    cursor: pointer;
}

.main-btn-a-small {
    display: inline-block;
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
    background-color: #1d87d1;
    color: #fff;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    vertical-align: middle;
    cursor: pointer;
}

.width-35 {
    width: 35px !important;
    display: inline-block;
    padding: 0 5px !important;
}

.width-50 {
    width: 50px !important;
}

.width-56 {
    width: 56px !important;
}

.width-60 {
    width: 62px !important;
}

.width-65 {
    width: 65px !important;
}

.width-70 {
    width: 70px !important;
}

.width-74 {
    width: 74px !important;
}

.width-75 {
    width: 75px !important;
}

.width-80 {
    width: 80px !important;
}

.width-90 {
    width: 90px !important;
}

.width-100 {
    width: 100px !important;
}

.width-100-percent {
    width: 100% !important;
}

.width-110 {
    width: 110px !important;
}

.width-118 {
    width: 118px !important;
}

.width-120 {
    width: 120px !important;
}
.width-123 {
    width: 123px !important;
}

.width-134 {
    width: 134px !important;
}

.width-140 {
    width: 140px !important;
}

.width-150 {
    width: 150px !important;
}

.width-160 {
    width: 160px !important;
}

.width-165{
    width: 165px !important;
}

.width-170{
    width: 170px !important;
}

.width-180 {
    width: 180px !important;
}

.width-186 {
    width: 186px !important;
}

.width-190 {
    width: 190px !important;
}

.width-195 {
    width: 195px !important;
}

.width-200 {
    width: 200px !important;
}
.width-205 {
    width: 205px !important;
}
.width-210 {
    width: 210px !important;
}

.width-222 {
    width: 222px !important;
}
.width-232 {
    width: 232px !important;
}

.width-235 {
    width: 235px !important;
}

.width-240 {
    width: 240px !important;
}
.width-246 {
    width: 246px !important;
}

.width-250 {
    width: 250px !important;
}

.min-width-250 {
    min-width: 250px !important;
}

.max-width-250 {
    max-width: 250px !important;
}

.width-260 {
    width: 260px !important;
}

.width-280 {
    width: 280px!important;
}

.width-263 {
    width: 263px !important;
}
.width-264 {
    width: 264px !important;
}
.width-268 {
    width: 268px !important;
}

.width-275 {
    width: 275px !important;
}
.width-276 {
    width: 276px !important;
}

.width-295 {
    width: 295px !important;
}

.width-300 {
    width: 300px !important;
}

.width-308 {
    width: 308px !important;
}

.width-313 {
    width: 313px !important;
}

.width-360 {
    width: 360px !important;
}

.width-400 {
    width: 400px !important;
}

.width-412 {
    width: 412px !important;
}

.width-435 {
    width: 435px !important;
}

.width-437 {
    width: 437px !important;
}

.width-438 {
    width: 438px !important;
}

.width-439 {
    width: 439px !important;
}

.width-440 {
    width: 440px !important;
}

.width-446 {
    width: 446px !important;
}

.width-450 {
    width: 450px !important;
}

.width-457 {
    width: 457px !important;
}

.width-550 {
    width: 550px !important;
}
.width-454 {
    width: 454px !important;
}
.width-458 {
    width: 458px !important;
}
.width-459 {
    width: 459px !important;
}

.width-460 {
    width: 460px !important;
}
.width-461 {
    width: 461px !important;
}
.width-463 {
    width: 463px !important;
}

.width-465 {
    width: 463px !important;
}

.width-470 {
    width: 470px !important;
}

.width-476 {
    width: 476px !important;
}

.width-485 {
    width: 485px !important;
}

.width-510 {
    width: 510px !important;
}

.width-515 {
    width: 515px !important;
}

.width-520 {
    width: 520px !important;
}

.width-576 {
    width: 576px !important;
}

.width-594 {
    width: 594px !important;
}

.width-545 {
    width: 545px !important;
}

.width-525 {
    width: 525px !important;
}
.width-624 {
    width: 624px !important;
}
.width-625 {
    width: 625px !important;
}

.width-630 {
    width: 630px !important;
}

.width-638 {
    width: 638px !important;
}

.width-645 {
    width: 645px !important;
}

.width-650 {
    width: 650px !important;
}
.width-653 {
    width: 653px !important;
}
.width-652 {
    width: 652px !important;
}

.width-673 {
    width: 673px !important;
}

.width-676 {
    width: 676px !important;
}
.width-677 {
    width: 677px !important;
}
.width-690 {
    width: 690px !important;
}
.width-695 {
    width: 695px !important;
}
.width-710 {
    width: 710px !important;
}
.width-800 {
    width: 800px !important;;
}

.width-817 {
    width: 817px !important;;
}

.width-830 {
    width: 830px !important;;
}

.width-850 {
    width: 850px !important;;
}

.width-860 {
    width: 860px !important;;
}

.width-920 {
    width: 920px !important;
}
.width-999 {
    width: 999px !important;
}

.width-1000 {
    width: 1000px !important;
}

.width-1001 {
    width: 1001px !important;
}

.width-1002 {
    width: 1002px !important;
}

.width-1010 {
    width: 1010px !important;
}

.width-1012 {
    width: 1012px !important;
}

.width-1020 {
    width: 1020px !important;
}
.width-1024 {
    width: 1024px !important;
}
.width-1030 {
    width: 1030px !important;
}

.width-1035 {
    width: 1035px !important;
}

.width-1040 {
    width: 1036px !important;
}
.width-1041 {
    width: 1041px !important;
}

.width-1042 {
    width: 1042px !important;
}

.width-1050 {
    width: 1050px !important;
}

.width-1070 {
    width: 1070px !important;
}
.width-1078 {
    width: 1078px !important;
}

.width-auto {
    width: auto !important;
}
.layui-form-label-5-word .layui-form-item .width-auto{
    width: auto !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-left-2em {
    margin-left: 2em !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-lr-5 {
    margin: 0 5px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-side-10 {
    margin: 10px 0 !important;
}

.margin-10 {
    margin: 10px !important;
}

.padding-top-10 {
    padding: 10px !important;
}

.padding-10 {
    padding: 10px !important;
}

.clear-margin * {
    margin: 0 !important;
}

.clear-padding {
    padding: 0 !important;
}

.clear-border {
    border: none !important;
}

.pointer {
    cursor: pointer;
}

.input-must {
    color: red;
    position: relative;
    top: 3px;
    right: 5px;
    font-style: normal;
}

.input-must-double-line {
    color: red;
    position: relative;
    top: 10px;
    right: 5px;
}

.input-must-three-line {
    color: red;
    position: relative;
    top: 20px;
    right: 5px;
}

/*底部*/
.footer .footer-content,
.bdc-bottom p {
    align-items: center;
    text-align: center;
    width: 100%;
    color: #333;
    /* min-height: 80px; */
}

.bdc-bottom-info {
    display: block;
    line-height: 20px;
    font-size: 12px;
}

.footer-content-cz {
    padding: 10px 0;
}

.footer-href {
    position: absolute;
    line-height: 30px;
    left: 0;
    right: 0;
    bottom: 0;
}

.footer-bah {
    display: inline-block;
}

.footer-href-item {
    margin: 0 10px;
}

/*header部分样式*/
.header {
    background: #1d87d1;
    width: 100%;
    z-index: 1;
    /*height: 60px;*/
}

.header .header-inner {
    width: 1200px;
    margin: 0 auto;
    /*height: 100%;*/
    height: 60px;
    position: relative;
    background: #1d87d1;
}

.header .header-logo {
    position: absolute;
    top: 9px;
    left: 0;
}

.header .header-logo img {
    max-height: 60px;
}

.header .header-title {
    position: absolute;
    top: 16px;
    left: 680px !important;
    font-size: 16px;
    color: #d6e5f4;
    opacity: .8;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 5px 10px;
}

.header-inner .layui-nav {
    float: right;
    padding: 0 20px;
    height: auto;
    background-color: transparent;
}

.header-inner .layui-nav > li {
    display: inline-block;
    position: relative;
}

.header-inner .layui-nav > li > a {
    color: #fff;
    font-size: 16px;
}

.header-inner .layui-nav .layui-nav-item a:hover, .header .layui-nav .layui-this a, .header .layui-nav-child dd.layui-this, .header .layui-nav .layui-nav-child dd.layui-this a {
    background-color: #1675b8;
}


/*.header-inner .layui-nav>.layui-nav-item:hover .header-operate-zone{*/
/*display: block;*/
/*}*/
.header-operate-zone {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    color: #333;
    cursor: pointer;
    border: 1px solid #d0d5da;
}

.header-operate-zone li {
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.header-operate-zone li:hover {
    color: #1675b8
}


.header .header-inner .layui-this {
    background: transparent !important;
}

.header .layui-nav .layui-this a {
    background: transparent !important;
}

.header .layui-nav .layui-this a, .header .layui-nav-child dd.layui-this, .header .layui-nav .layui-nav-child dd.layui-this a {
    background: transparent !important;
}

.header-inner .layui-nav .layui-nav-item a:hover {
    background-color: #1675b8 !important;
}


.xjrk {
    position: absolute;
    z-index: 9999999;
    background: #1d87d1;
    width: 104px;
    text-align: center;
}

.header-inner .layui-nav .layui-nav-item .xjrk a {
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    font-size: 16px;
}


.user-pwd-reset-zone {
    text-align: center;
    margin: 20px;
}

.user-pwd-reset-zone .btn-container {
    text-align: center;
    margin: 20px;
}

.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after {
    background-color: transparent;
}

/*页面布局  flex布局*/
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    display: flex; 
    flex-direction: column;
}

.bdc-header {
    position: relative;
}

.header, .bdc-header-box {
    width: 100%;
    min-width: 1200px;
    flex-grow: 0;
    position: relative;
    z-index: 10;
    flex-shrink:0;
}

.bdc-container, .section, .main-content, .main {
    width: 1200px;
    margin: 10px auto;
    flex-grow: 1;
}

.footer, footer, .bdc-bottom {
    width: 100%;
    min-width: 1200px;
    flex-grow: 0;
    background: #c1c5c7;
    height: 80px;
    line-height: 80px;
    text-align: center;
    position: relative;
    flex-shrink:0;
}

/*头部*/
.bdc-title {
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    color: #1d87d1;
    font-size: 20px;
    font-weight: 700;
    padding-left: 15px;
    box-sizing: border-box;
    margin: 0 0 10px;
}

.bdc-title > img {
    margin-right: 10px;
    position: relative;
    top: -3px;
}

.bdc-content {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    background-color: #fff;
    color: #333;
    position: relative;
}

.bdc-content-title-success,
.bdc-content-title {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #1d87d1;
    border-bottom: 1px dashed #d0d5da;
}
.bdc-content-title {
    border-bottom: 0;
}

/*内容导航面包屑*/
.bdc-location {
    line-height: 40px;
    width: 1200px;
    margin: 0 auto;
}

.bdc-location img {
    position: relative;
    top: -2px;
}

.bdc-location a,
.bdc-location span {
    color: #666 !important;
    font-size: 14px;
}

.bdc-location span:last-child a:last-child cite {
    color: #333 !important;
}

.bdc-location .layui-breadcrumb a:hover {
    color: #1d87d1 !important;
}

/*.bdc-container .layui-input-unit input{*/
/*padding-right: 50px;*/
/*}*/

/*.bdc-container .layui-input-unit span{*/
/*position: absolute;*/
/*right: 5px;*/
/*top: 6px;*/
/*color:#999;*/
/*}*/
.layui-input-unit input {
    padding-right: 30px;
}

.layui-input-unit span {
    position: absolute;
    right: 5px;
    top: 6px;
    color: #333;
    line-height: 24px;
}

.bdc-container .layui-textarea {
    resize: none;
    height: auto;
    line-height: 34px;
}

/*右侧控件信息*/
.con-right-operate-info .bdc-right-other-open {
    z-index: 1000000;
    width: 90px;
    height: 90px;
    position: fixed;
    /* top: 470px; */
    bottom: 80px;
    right: 30px;
    box-shadow: 0 0 10px #eaedf1;
    cursor: pointer;
}

.con-right-operate-info .bdc-right-other {
    width: 90px;
    background-color: #fff;
    position: fixed;
    /* top: 200px; */
    bottom: 80px;
    right: 30px;
    box-shadow: 0 0 10px #eaedf1;
    z-index: 1000000;
}

.con-right-operate-info .bdc-right-other > a {
    display: inline-block;
    width: 100%;
    height: 90px;
    border-bottom: 1px solid #d0d5da;
    text-align: center;
    position: relative;
    background: #fff;
}

.con-right-operate-info .bdc-right-other > a > .bdc-default-img {
    display: block;
    margin: 10px auto;
}

.con-right-operate-info .bdc-right-other > a > .bdc-hover-img {
    height: 90px;
    position: absolute;
    top: 0;
    left: -90px;
}

.con-right-operate-info .bdc-right-other > a > .bdc-hover-gzh {
    width: 90px;
}

.con-right-operate-info .bdc-right-other > a > .bdc-hover-rx {
    width: 180px;
}

.con-right-operate-info .bdc-right-other > a:last-child {
    height: 26px;
    line-height: 26px;
    border-bottom: none;
}

/*流程控件*/
.process-nav {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    background: #D0D5DA;

}

.process-nav li {
    float: left;
    min-width: 150px;
    display: table;
    background-color: #D0D5DA;
    height: 36px;
    line-height: 36px;
    color: #666;
    position: relative;
    /*margin-bottom: 10px;*/
}

.process-nav .process-nav-done {
    background-color: #1675B8;
    color: #fff;
}

.process-nav .process-nav-doing {
    background-color: #1D87D1;
    color: #fff;
}

.process-nav .process-img {
    position: absolute;
    right: -20px;
    width: 20px;
    height: 36px;
    vertical-align: middle;

}

.process-nav .process-img .process-img-bg {
    position: absolute;
    border-width: 18px 0 18px 18px;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #D0D5DA;
    border-style: solid;
}

.process-nav .process-img .process-img-done-bg {
    border-color: transparent transparent transparent #1675B8 !important;
}

.process-nav .process-img .process-img-doing-bg {
    border-color: transparent transparent transparent #1D87D1 !important;
}

/* 泰州当前流程颜色调整 */
.process-nav .process-nav-doing-tz {
    background-color: #e7c312;
    color: #fff;
}

.process-nav .process-img .process-img-doing-bg-tz {
    border-color: transparent transparent transparent #e7c312 !important;
}

/* 泰州当前流程颜色调整 */

.process-nav .process-img img {
    width: 20px;
    height: 36px;
    position: absolute;
}

.process-nav .process-name {
    padding-left: 30px;
    position: absolute;
    top: 0;
    font-size: 16px;
}

/*流程状态色*/
.process-state-info, .process-state-working {
    color: #1d87d1 !important;
}

.process-state-wrong {
    color: #f24b43 !important;
}

.process-state-ok {
    color: #32b032 !important;
}

.process-state-warn {
    color: #f28943 !important;
}

.reject-approve {
    background: #f28943 !important;
    column-rule: #ffffff !important;
}

.data-active {
    color: #1d87d1;
}

/*消息控件*/
.user-message-alarm-zone {
    position: absolute;
    width: 320px;
    border: 1px solid #ddd;
    z-index: 10;
    background: #fff;
    color: #333;
    right: 10px;
    top: 50px;
    border-radius: 5px 5px 2px 2px;
}

.user-message-alarm-zone .message-title {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    background: #d0d5da;
}

.user-message-alarm-zone .message-item {
    padding: 20px;
}

.user-message-alarm-zone .message-item .item-content {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}

/*附件上传控件*/
.upload-process-panel .process-title {

}

.upload-process-panel .process-content {
    margin: 10px 0;
}

.upload-process-panel .process-animate {
    text-align: center;
}

.upload-process-panel .process-animate .uploading-img {
    background: url(../images/uploadingPrrocess.gif) center center no-repeat;
    width: 400px;
    height: 180px;
    margin: 0 auto;
}

.upload-process-panel .process-animate .uploading-name {
    color: #1d87d1;
}

/*大胆的同一样式修改*/
.layui-form-checkbox[lay-skin=primary] i {
    border-color: #1d87d1;
}

.layui-form-checked[lay-skin=primary] i {
    border-color: #1d87d1;
    background-color: #1d87d1;
    color: #fff;
}

.layui-form-checked[lay-skin=primary].layui-checkbox-disbaled i {
    border-color: #eee!important;
    background-color: #eee;
    color: #d2d2d2;
}

.layui-laypage-em {
    background-color: #1d87d1 !important;
}

/*placeholder*/
::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
}

/*layui未选中select框样式*/
.layui-form-select dl dd.layui-this {
    background-color: #1d87d1 !important;
}

/*分割线*/
.split-zone {
    width: 100%;
    border-top: 1px dashed #d0d5da;
}

/*按钮居中*/
.bdc-btn-container {
    padding: 20px 0;
    text-align: center;
}

.line-height-half {
    line-height: 0.5;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.text-right {
    text-align: right;
}

.text-indent {
    text-indent: 2rem;
}

.no-wrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.title-word-more {
    line-height: 17px !important;
   padding: 0 15px;
}

.title-word-more-threeline {
    line-height: 17px !important;
    height: 52px !important;;
    padding: 0 15px;
}

#_ideConac {
    position: absolute;
    bottom: 0;
    left: 25%;
}

.bdc-container-title {
    margin: 10px 0;
    height: 16px;
}

.bdc-container-title > span {
    padding-left: 10px;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    color: #333;
    border-left: 3px solid #1d87d1;
}

.new-title {
    border-left: 3px solid #1d87d1;
    padding-left: 10px;
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    color: #333;
    display: block;
    cursor: pointer;
    margin-top: 20px;
}

/*表格样式*/
.bdc-data-table {
    width: 100%;
    border-collapse: collapse;
}

.bdc-data-table-title {
    font-size: 1.2rem;
    font-weight: 400;
    margin: 20px 0 10px 0;
    text-align: center;
}

.bdc-data-table tr th {
    border: 1px solid #d0d5da;
    text-align: center;
    position: relative;
    padding: 5px;
    min-height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
}

.bdc-data-table tr td {
    border: 1px solid #d0d5da;
    text-align: center;
    position: relative;
    padding: 5px;
    min-height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
}

.bdc-data-table thead tr {
    background-color: #f2f2f2;
}

.bdc-data-table .field-title {
    background-color: #f2f2f2;
    width: 200px;
    text-align: right;
    padding-right: 10px;
    font-weight: bold;
}

.tip-info {
    color: #999;
}

.img-validate-code {
    width: 150px;
    height: 38px;
}

.get-img-validate-code1 {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    width: auto !important;
}

.layui-input-connect-line {
    display: inline-block;
    float: left;
    margin-right: 10px;
    line-height: 34px;
}

/*
新版附件
*/
.con-picture-full-browser {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.85);
    color: #666;
    z-index: 198910150;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    --moz-user-select: none;

}

.con-picture-full-browser .close-part {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    color: #fff;
}

.con-picture-full-browser .close-part:hover {
    background-color: #C85046;
}

.con-picture-full-browser .left-part {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
    left: 0;
    width: 50px;
    height: 50px;
    font-size: 50px;
    cursor: pointer;
    padding-left: 10px;
}

.con-picture-full-browser .left-part:hover {
    color: #fff;
}

.con-picture-full-browser .right-part {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    font-size: 50px;
    cursor: pointer;
    padding-right: 10px;

}

.con-picture-full-browser .right-part:hover {
    color: #fff;
}

.con-picture-full-browser .operate-part {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 28px;
    margin: auto;
    background: #000;
}

.con-picture-full-browser .operate-part-single {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 28px;
    margin: auto;
    background: #000;
}

.con-picture-full-browser .operate-part i {
    margin: 0 15px;
    cursor: pointer;
}

.con-picture-full-browser .operate-part i:hover {
    color: #fff;
}

.con-picture-full-browser .cur-zoom-rate {
    font-size: 16px;
    line-height: 40px;
    display: inline-block;
    margin: 0 -10px;
}

.con-picture-full-browser .prev-image-type {
    font-size: 16px;
    left: 0;
    position: absolute;
    cursor: pointer;
    max-width: 400px;
}

.con-picture-full-browser .prev-image-type:hover {
    color: #fff;
}

.con-picture-full-browser .next-image-type {
    font-size: 16px;
    right: 0;
    position: absolute;
    cursor: pointer;
    max-width: 400px;
}

.con-picture-full-browser .next-image-type {
    font-size: 16px;
    right: 0;
    position: absolute;
    cursor: pointer;
}

.con-picture-full-browser .next-image-type:hover {
    color: #fff;
}

.con-picture-full-browser .abbrivation-box {
    width: 250px;
    height: 150px;
    position: absolute;
    top: -160px;
    right: 10px;
    border: 1px solid #fff;
}

.con-picture-full-browser .preview-part {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    height: 80px;
    padding: 5px 0;
    background: #000;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    font-size: 0;
    clear: both;
    content: "";
    display: block;
}

.con-picture-full-browser .small-view {
    width: 80px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin: 0 10px;
    padding: 0 5px;
    cursor: pointer;
    border: 1px solid #000;
    text-align: center;
    font-size: 14px;
}

.con-picture-full-browser .small-view:hover {
    border-color: #fff;
}

.con-picture-full-browser .small-view-selected {
    border-color: #fff;
}

.con-picture-full-browser .small-view img {
    max-height: 100%;
    max-width: 100%;
}

.con-picture-full-browser .img-catalog {
    position: fixed;
    margin: 25px auto 0;
    width: 300px;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 28px;
    text-align: left;
    z-index: 1;
    color: #fff;
}

.con-picture-full-browser .img-catalog:hover .catalog-items {
    display: block;
}

.con-picture-full-browser .img-catalog .catalog-items {
    display: none;
    position: fixed;
    margin-left: 60px;
    padding-top: 10px;
    background: rgba(0, 0, 0, 0.85);
}

.con-picture-full-browser .img-catalog .catalog-items li {
    padding-left: 10px;
}

.con-picture-full-browser .img-catalog .catalog-items li:hover {
    background-color: #1d87d1;
}

.con-picture-full-browser .img-catalog .catalog-items .item-active {
    color: #1d87d1;
    background: rgba(0, 0, 0, 0.85) !important;
}

.con-picture-full-browser .img-title {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 20px auto 0;
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 28px;
    height: 28px;
    text-align: center;
    z-index: 1;
    color: #fff;
}

.con-picture-full-browser .img-view {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto 100px;
}

.con-picture-full-browser .img-view-single {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto 30px;
}

.con-picture-full-browser .img-view img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.con-picture-full-browser .img-view p {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    width: 300px;
    color: #fff;
}

.con-picture-full-browser .img-view p .widgget-show-pdf {
    color: #1d87d1;
    display: inline-block;
}

.con-picture-full-browser .img-view p .widgget-show-pdf:hover {
    border-bottom: 1px solid #1d87d1;
}


.fjcontent {
    width: 1000px;
    height: 100%;
    background: #333333;
    position: relative;
}

.con-picture-bb-full-browser {
    /*position: fixed;*/
    /*top: 0;*/
    /*right: 0;*/
    /*left: 0;*/
    /*bottom: 0;*/
    background-color: rgba(0, 0, 0, 0.85);
    color: #666;
    z-index: 198910150;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    --moz-user-select: none;

}

.con-picture-bb-full-browser .close-part {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    color: #fff;
}

.con-picture-bb-full-browser .close-part:hover {
    background-color: #C85046;
}

.con-picture-bb-full-browser .left-part {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /*bottom: 0;*/
    /*left: 0;*/
    width: 50px;
    height: 50px;
    font-size: 50px;
    cursor: pointer;
    padding-left: 10px;
}

.con-picture-bb-full-browser .left-part:hover {
    color: #fff;
}

.con-picture-bb-full-browser .right-part {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /*bottom: 0;*/
    right: -15px;
    width: 50px;
    height: 50px;
    font-size: 50px;
    cursor: pointer;
    padding-right: 10px;

}

.con-picture-bb-full-browser .right-part:hover {
    color: #fff;
}

.con-picture-bb-full-browser .operate-part {
    position: absolute;
    bottom: 90px;
    /*left: 0;*/
    /*right: 0;*/
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 28px;
    margin: auto;
    background: #000;
}

.con-picture-bb-full-browser .operate-part-single {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 28px;
    margin: auto;
    background: #000;
}

.con-picture-bb-full-browser .operate-part i {
    margin: 0 15px;
    cursor: pointer;
}

.con-picture-bb-full-browser .operate-part i:hover {
    color: #fff;
}

.con-picture-bb-full-browser .cur-zoom-rate {
    font-size: 16px;
    line-height: 40px;
    display: inline-block;
    margin: 0 -10px;
}

.con-picture-bb-full-browser .prev-image-type {
    font-size: 16px;
    left: 0;
    position: absolute;
    cursor: pointer;
    max-width: 400px;
}

.con-picture-bb-full-browser .prev-image-type:hover {
    color: #fff;
}

.con-picture-full-browser .next-image-type {
    font-size: 16px;
    right: 0;
    position: absolute;
    cursor: pointer;
    max-width: 400px;
}

.con-picture-bb-full-browser .next-image-type {
    font-size: 16px;
    right: 0;
    position: absolute;
    cursor: pointer;
}

.con-picture-bb-full-browser .next-image-type:hover {
    color: #fff;
}

.con-picture-bb-full-browser .abbrivation-box {
    width: 250px;
    height: 150px;
    position: absolute;
    top: -160px;
    right: 10px;
    border: 1px solid #fff;
}

.con-picture-bb-full-browser .preview-part {
    position: absolute;
    bottom: 0px;
    /*left: 0;*/
    /*right: 0;*/
    height: 80px;
    width: 100%;
    padding: 5px 0;
    background: #000;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    font-size: 0;
    clear: both;
    content: "";
    display: block;
}

.con-picture-bb-full-browser .small-view {
    width: 80px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin: 0 10px;
    padding: 0 5px;
    cursor: pointer;
    border: 1px solid #000;
    text-align: center;
    font-size: 14px;
}

.con-picture-bb-full-browser .small-view:hover {
    border-color: #fff;
}

.con-picture-bb-full-browser .small-view-selected {
    border-color: #fff;
}

.con-picture-bb-full-browser .small-view img {
    max-height: 100%;
    max-width: 100%;
}

.con-picture-bb-full-browser .img-catalog {
    position: fixed;
    margin: 25px auto 0;
    width: 300px;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 28px;
    text-align: left;
    z-index: 1;
    color: #fff;
}

.con-picture-bb-full-browser .img-catalog:hover .catalog-items {
    display: block;
}

.con-picture-bb-full-browser .img-catalog .catalog-items {
    display: none;
    position: fixed;
    margin-left: 60px;
    padding-top: 10px;
    background: rgba(0, 0, 0, 0.85);
}

.con-picture-bb-full-browser .img-catalog .catalog-items li {
    padding-left: 10px;
}

.con-picture-bb-full-browser .img-catalog .catalog-items li:hover {
    background-color: #1d87d1;
}

.con-picture-bb-full-browser .img-catalog .catalog-items .item-active {
    color: #1d87d1;
    background: rgba(0, 0, 0, 0.85) !important;
}

.con-picture-bb-full-browser .img-title {
    /*position: fixed;*/
    /*top: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    margin: 20px auto 0;
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 28px;
    height: 28px;
    text-align: center;
    z-index: 1;
    color: #fff;
}

.con-picture-bb-full-browser .img-view {
    /*position: fixed;*/
    /*top: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    margin: auto auto 100px;
}

.con-picture-bb-full-browser .img-view-single {
    /*position: fixed;*/
    /*top: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    margin: auto auto 30px;
}

.con-picture-bb-full-browser .img-view img {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    margin: auto;
}

.con-picture-bb-full-browser .img-view p {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    margin: auto;
    height: 20px;
    width: 300px;
    color: #fff;
}

.con-picture-bb-full-browser .img-view p .widgget-show-pdf {
    color: #1d87d1;
    display: inline-block;
}

.con-picture-bb-full-browser .img-view p .widgget-show-pdf:hover {
    border-bottom: 1px solid #1d87d1;
}


.area-pos-zone {
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 18px;
    left: 540px;
    cursor: pointer;
    z-index: 1;
}

.area-pos-zone .area-city {
    padding: 0 5px;
}

.area-pos-zone .area-county {
    display: inline-block;
    /*border-left: 1px solid #fff;*/
    font-size: 16px;
    padding-left: 5px;
}

.county-select-zone {
    border: 1px solid #ddd;
    font-size: 14px;
    color: #666;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    margin: 10px;
    position: relative;
    display: none;
}

.county-select-zone .triangle-arrow {
    position: absolute;
    top: -20px;
    left: 95px;
    border: 10px solid;
    border-color: transparent transparent white transparent;
}

.county-select-zone span {
    display: inline-block;
    margin: 8px 5px;
    text-align: center;
}

.county-select-zone span:hover {
    color: #1d87d1;
}

.input-tip-i {
    float: left;
    line-height: 34px;
    display: inline-block;
    position: relative;
    top: 10px;
    width: 20px;
}

/* 合肥添加省市区县 */
.c1, .c2 {
    display: inline-block;
}

.c2 a {
    margin: 5px;
    word-break: break-all;
    display: inline-block;
}

.c1 {
    width: 95px;
    font-weight: bold;
    font-size: 15px;
    line-height: 35px;
    color: #4178be !important;
    text-align: right;
    position: absolute;
}

.c2 {
    height: auto;
    overflow: visible;
    margin-bottom: -4px;
    box-sizing: border-box;
    width: 100%;
    padding-left: 94px;
}

.c_list1, .c_list2, .c_list3 {
    margin-bottom: 0;
    line-height: 24px;
    position: relative;
}

.c_list2 a:hover {
    background-color: #4178be;
    color: #fff !important
}

.c_list3 a:hover {
    background-color: #4178be;
    color: #fff !important
}

/*签名*/
.con-show-check-signature-panel {
    padding: 20px;
}

.con-show-check-signature-panel .layui-form-item .layui-form-label {
    width: 90px !important
}

.con-show-check-signature-panel .layui-icon {
    font-size: 180%;
}

.con-show-check-signature-panel .layui-input-block {
    margin-left: 130px !important;
    min-height: auto !important;
    display: block !important;
}

.con-show-check-signature-panel .layui-textarea {
    height: 160px !important;
    width: 310px;
    line-height: 20px !important;
    padding: 5px;
    resize: vertical !important;
}

.signature-items-list, .signature-items-list1, .signature-items-list2, .signature-items-list3, .signature-items-list4, .signature-items-list5, .signature-items-list6, .signature-items-list7, .signature-items-list8 {
    position: relative;
    clear: both;
    margin: 0 10px;
}

.signature-items-list .signature-item, .signature-items-list1 .signature-item, .signature-items-list2 .signature-item {
    position: absolute;
}

.signature-items-list .signature-item i, .signature-items-list1 .signature-item i, .signature-items-list2 .signature-item i {
    display: none;
}

.dq-print .signature-items-list .signature-item, .signature-items-list1 .signature-item, .signature-items-list2 .signature-item, .signature-items-list3 .signature-item, .signature-items-list4 .signature-item, .signature-items-list5 .signature-item, .signature-items-list6 .signature-item, .signature-items-list7 .signature-item, .signature-items-list8 .signature-item , .signature-items-list9 .signature-item{
    position: relative;
}

.dq-print .signature-items-list .signature-item i, .signature-items-list1 .signature-item i, .signature-items-list2 .signature-item i {
    display: inline-block;
}

.signature-items-list-edit .signature-item {
    border: 1px solid #ff0000;
}

.signature-items-list-edit .signature-item i {
    display: inline;
    position: absolute;
    color: #ff0000;
    top: -10px;
    font-size: 20px;
    right: -5px;
    cursor: pointer;
}

.signature-items-list .signature-item img, .signature-items-list1 .signature-item img, .signature-items-list2 .signature-item img {
    user-select: none;
}

.layui-form [lay-ignore] {
    display: inline-block;
}

.no-user-select {
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    --moz-user-select: none;
}

.signature-icon {
    background: url(../images/ca/signature.png) center center no-repeat;
    background-size: 25px 25px;
    width: 25px;
    height: 20px;
    display: inline-block;
}

.mr-30 {
    margin-right: 30px !important;
}

.ml-10-percent {
    margin-left: 10%;
}

/* 带取消加载功能的loading样式 */
#waitModalLayerCancelBtn {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999999;
    filter: Alpha(opacity=30);
    background-color: rgba(0, 0, 0, 0.3);
}

#waitModalLayerCancelBtn .loading-content {
    position: absolute;
    color: #000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 300px;
    height: 100px;
    background: #fff;
}

#waitModalLayerCancelBtn .loading-content i {
    font-size: 90px;
    color: #CCC;
}

#waitModalLayerCancelBtn .loading-word {
    font-size: 14px;
    position: relative;
    top: -25px;
    left: 10px;
    color: #000;
}

#waitModalLayerCancelBtn .cancel-pending-btn {
    font-size: 16px;
    color: #4178be;
    cursor: pointer;
}

.tz-check-border-red {
    border: 1px solid red;
}

.tz-gzxx-content {
    float: right;
    padding: 15px 36px;
}

.width-225 {
    width: 225px !important;
}

.tz-gzxx-content input {
    display: inline-block;
}

.tz-gzxx-content a {
    display: inline-block;
    margin-bottom: 4px;
}

.width-100-label {
    padding: 7px 0px !important;
    width: 100px !important;
}

/* 泰州收费信息 */
#sfxx .text-title,
.sfxx .text-title {
    background-color: #f3f4f6;
    text-align: center;
}

#sfxx .row-btn,
.sfxx .row-btn {
    cursor: pointer;
    font-size: 18px;
}

.sfxx .add-row i {
    background-color: #fff;
    color: #4FC272;
}

.sfxx .del-row i {
    background-color: #fff;
    color: red;
}

/*右侧控件信息-泰州新增个人用户增加操作提醒*/
.con-right-operate-reminder .bdc-right-other-open {
    z-index: 1000000;
    width: 90px;
    height: 90px;
    position: fixed;
    top: 470px;
    right: 30px;
    box-shadow: 0 0 10px #eaedf1;
    cursor: pointer;
}

.con-right-operate-reminder .bdc-right-other {
    width: 90px;
    background-color: #fff;
    position: fixed;
    top: 200px;
    right: 30px;
    box-shadow: 0 0 10px #eaedf1;
    z-index: 1000000;
}

.con-right-operate-reminder .processSideBar {
    background-color: transparent;
    top: auto;
    bottom: 248px;
    right: 0px;
}

.con-right-operate-reminder .bdc-right-other > a {
    display: inline-block;
    width: 100%;
    height: 90px;
    border-bottom: 1px solid #d0d5da;
    text-align: center;
    position: relative;
    background: #fff;
}

.con-right-operate-reminder .processSideBar > a {
    background: transparent;
}

.con-right-operate-reminder .bdc-right-other > a > .bdc-default-img {
    display: block;
    margin: 10px auto;
}

.con-right-operate-reminder .bdc-right-other > a > .bdc-hover-img {
    height: 90px;
    position: absolute;
    top: 0;
    left: -90px;
}

.con-right-operate-reminder .bdc-right-other > a > .bdc-hover-gzh {
    width: 90px;
}

.con-right-operate-reminder .bdc-right-other > a > .bdc-hover-rx {
    width: 180px;
}

.con-right-operate-reminder .bdc-right-other > a:last-child {
    height: 26px;
    line-height: 26px;
    border-bottom: none;
}

.con-right-operate-reminder .process-side-detail {
    box-sizing: border-box;
    position: fixed;
    bottom: 140px;
    right: 0px;
    width: 360px;
    height: 288px;
    padding: 40px;
    padding-right: 100px;
    line-height: 30px;
    background-image: url("../images/process-side-bg.png");
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 100% 100%;
    font-size: 16px;
    box-shadow: 0 0 10px #eaedf1;
}

.con-right-operate-reminder .process-side-detail > img {
    position: absolute;
    right: -200px;
    bottom: -272px;
    width: 600px;
    height: 600px;
}

.con-right-operate-reminder .process-side-detail p {
    font-weight: bold;
}

.con-right-operate-reminder .process-side-detail .process-tip-info {
    color: #1d87d1;
}

.con-right-operate-reminder .process-side-detail .process-detail-close {
    position: absolute;
    right: 25px;
    top: 25px;
    width: 20px;
    height: 20px;
    color: #1d87d1;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    z-index: 10000;
}

/* 统一按钮样式 */
.main-btn-color {
    border-color: #1d87d1;
    background-color: #1d87d1;
}

.line-height-28 {
    line-height: 28px !important;
}

#checkBdcxx {
    padding: 20px;
}

.tz-qyba-dlr-btn {
    background-color: #fff;
    position: absolute;
    display: inline-block;
    color: #1d87d1;
    font-size: 30px;
    right: 46px;
    line-height: 34px;
    cursor: pointer;
}

.layui-tab-brief > .layui-tab-title .layui-this {
    color: #1d87d1;
}

.layui-tab-brief > .layui-tab-more li.layui-this:after, .layui-tab-brief > .layui-tab-title .layui-this:after {
    border-bottom: 2px solid #1d87d1;
}

.second-title {
    font-weight: bold;
    color: #333333;
    margin-left: 14px;
    /* margin-top: 25px; */
    display: inline-block;
}

.float-right {
    float: right;
}
.layui-form-item .mr-18 {
    margin-right: 18px !important;
}
.second-title-btn {
    float: right;
    margin-right: 20px !important
}

.text-btn {
    display: inline-block;
    background-color: #1d87d1;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.secondary-forbidden-text {
    height: 14px;
    color: #666 !important;
    font-size: 14px;
    pointer-events: none;
}

/* 文字按钮样式 */
/* 二级文字按钮- 主题色 */
.secondary-main-text {
    color: #2d5de1;
    cursor: pointer;
    font-size: 14px;
    border: 0 !important;
    padding: 0 !important;
    background-color: #fff !important;
}

.secondary-main-text:hover {
    border: 0 !important;
    padding: 0 !important;
}

.secondary-main-text:not(:last-of-type):after {
    content: "";
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid #ccc;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
}

.secondary-main-text-dlr {
    color: #2d5de1;
    cursor: pointer;
    font-size: 14px;
    /* margin-right: 70px; */
}

/* 二级文字按钮-删除 */
.secondary-text-btn-delete {
    position: relative;
    top: 0px;
    left: 10px;
    color: red;
    line-height:36px;
    cursor:pointer;
}

.qlrmc-and-jfzt-online .row-btn {
    cursor: pointer;
    font-size: 24px;
}

.qlrmc-and-jfzt-online .qlrlx-title,
.qlrmc-and-jfzt-online .jfzt-box {
    display: inline-block;
}

.qlrmc-and-jfzt-online .qlrlx-title {
    width: 72.5%;
    text-align: center;
}
.yz-sfxx-content .qlrmc-and-jfzt-online .qlrlx-title{
    width: 54%;
    padding-right: 10px;
}

.qlrmc-and-jfzt-online .jfzt-box {
    text-align: right;
}

.yz-sfxx-content .qlrmc-and-jfzt-online .jfzt-box {
    width: 45%;
}

.red {
    color: #f24b43;
}

.green {
    color: #4FC272;
}

.layui-form-item .layui-input-block .layui-form-radioed > i {
    color: #1d87d1;
}

.layui-form-item .layui-input-block .layui-form-checkbox[lay-skin=primary] span {
    line-height: 16px;
    color: #333;
}

.layui-form-item .layui-input-block .layui-form-checkbox[lay-skin=primary] i {
    width: 14px;
    height: 14px;
    line-height: 14px;
}

.layui-form-item .layui-input-block .layui-form-checkbox.layui-form-checked[lay-skin=primary] i {
    border-color: #1d87d1;
    background-color: #1d87d1;
}

.layui-form-item .layui-input-block .layui-form-radioed > i {
    line-height: 1;
    color: #1d87d1;
    font-size: 16px;
}

.layui-form-item .layui-input-inline .layui-form-radioed > i {
    line-height: 1;
    color: #1d87d1;
    font-size: 16px;
}

.layui-form-item .layui-input-block .layui-form-radio > i {
    line-height: 1;
    font-size: 14px;
}

.layui-form-item .layui-input-inline .layui-form-radio > i {
    line-height: 1;
    font-size: 14px;
}

.txgyqk .gyfs {
    position: relative;
}

.txgyqk .gybl-input {
    position: absolute !important;
    right: -10px !important;
}

.txgyqk .hide {
    display: none !important;
}

.tzqlrxx .layui-form-item {
    margin: 5px 0 !important;
}

.tzqlrxx .gybl-input {
    display: inline-block;
    min-width: unset;
    position: relative;
}

.tzqlrxx .hide {
    display: none !important;
}

.danger-btn-b {
    padding: 0 10px;
    height: 30px;
    background-color: #f54743;
    color: #fff;
    font-size: 14px;
    border: none;
    border-radius: 2px;
}

.main-btn-b {
    padding: 0 10px;
    height: 30px;
    background-color: #1d87d1;
    color: #fff;
    font-size: 14px;
    border: none;
    border-radius: 2px;
}

.fsss-btn {
    height: 34px;
    line-height: 34px;
}

.line-height-34 {
    line-height: 34px !important;
}
.log-manage-reset {
    height: 38px !important;
    line-height: 38px !important;
    margin-left: 10px;
}

.line-block {
    display: inline-block !important;
}

.margin-right-0 {
    margin-right: 0 !important;
}

.background-fff {
    background: #fff;
}

/*.layui-btn+.layui-btn {*/
/*margin-left: 0;*/
/*}*/
.layui-btn + .layui-btn-sm {
    margin-left: 10px;
}

.ckdjb-btn {
    position: absolute;
    top: 20px;
    right: 20px;
}

.face-compare-retrive {
    display: inline-block;
}

.face-compare-retrive:hover {
    color: #fff;
}

.face-compare {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#lawyerApply .layui-form input[type=radio] {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-top: 10px;
}

.layui-form-item .layui-input-block.verifyLawyerApply {
    display: flex;
    justify-content: flex-start;
    line-height: 36px;
}

#lawyerApply .layui-form-item .layui-form-radio {
    display: none;
}

.layui-table-tool-wjgl {
    position: relative;
    width: auto;
    padding: 10px 15px;
    border:1px solid #d0d5da;
    border-bottom: 0;
    background-color: #f2f2f2;
}
.layui-table-tool-wjgl .btn-area {
    display: inline-block;
    margin-left: 10px;
}

/* 上传界面上方 新增提示信息 */
.upload-file-tsxx {
    border: 1px solid #afcfe6;
    background-color: #eaf4fe;
    color: #333 !important;
    border-radius: 2px;
    margin-top: 10px;
}
.upload-file-tsxx i {
    margin: 0 5px;
    color: #1d87d1 !important;
}
.upload-file-tsxx-red {
    border: 1px solid #afcfe6;
    background-color: #eaf4fe;
    color: red !important;
    border-radius: 2px;
    margin-top: 10px;
}
.upload-file-tsxx-red i {
    margin: 0 5px;
    color: red !important;
}
/*扬州 1600*900分辨率 64666 扬州_用户中心页面调整需求*/
.isYz1600{
    width:1600px !important;
}
.isYz1350{
    width:1350px !important;
}
.isYzTable .layui-table-box, .isYzTable .layui-table-view{
    border-right: 0px;
}
.layui-btn-reset,
.layui-btn-reset:hover {
    background-color: #f3f4f6;
    color: #333;
    border: 1px solid #d0d5da;
}

.text-align-center {
    text-align: center
}

@font-face {
    font-family: 'dotsfont';
    src: url('./../css/dotsfont-master/dist/dotsfont.eot');
    src: url('./../css/dotsfont-master/dist/dotsfont.eot?#iefix') format('embedded-opentype'),
        url('./../css/dotsfont-master/dist/dotsfont.woff') format('woff'),
        url('./../css/dotsfont-master/dist/dotsfont.ttf') format('truetype'),
        url('./../css/dotsfont-master/dist/dotsfont.svg#dotsfontregular') format('svg');
}
.my-password-field {
    /* font-family: text-security-disc; */
    /*font-family: dotsfont;  黑点字体*/
    /* -webkit-text-security: disc; */
}
.data-none-zone {
    width: 100%;
    text-align: center;
    padding-top: 40px;
    box-sizing: border-box;
}
.data-table-page {
    width: 100%;
    padding: 5px 10px 0 10px;
    border: 1px solid #d0d5da;
    border-top: none;
    box-sizing: border-box;
}
.layui-layer-tips-money .layui-layer-content {
    bottom: -24px !important;
    padding: 0px 2px !important;
    font-size: 8px !important;
    min-width: 24px !important;
    text-align: center !important;
}

.layui-layer-tips-money i.layui-layer-TipsT {
    bottom: -8px !important;
    left: 10px !important;
    border-width: 4px !important;
    border-color: transparent !important;
    border-top-color: #000 !important;
}

.file-table-data .layui-table-cell  {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    height: auto;
}
/*淮安 360兼容模式*/
@media (min-height: 900px) {
    body {
        min-height: 1080px;
    }
}
/* 高拍仪弹框样式 */
#gpyUploadTk.layui-layer-content{
    padding: 0px;
}
/* 拼接产权证号表单样式 */
.montage-cqzh .cqzh-item,.montage-cqzh .cqzh-item-input{
   float: left;
   height: 34px;
   line-height: 34px;
}
.montage-cqzh .cqzh-item-input{
    margin:  0 5px;
    border: none;
    border-bottom: 1px solid;
    height: 22px !important;
    line-height: 22px;
    margin-top: 7px;
}