html,
body {
    width: 100%;
    min-width: 120px;
    background: #EAEDF1;
    font-size: 20px;
    margin: 0;
    padding: 0;
    /* font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif !important; */
    /* font-family: Microsoft YaHei,Avenir,Helvetica,Arial,sans-serif !important; */
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}
@media screen and (min-width: 1000px){
    html {
        font-size: 10px;
    }
}
@media screen and (min-width: 1160px){
    html {
        font-size: 12px;
    }
}
@media screen and (min-width: 1330px){
    html {
        font-size: 14px;
    }
}
@media screen and (min-width: 1499px){
    html {
        font-size: 16px;
    }
}
@media screen and (min-width: 1600px){
    html {
        font-size: 20px;
    }
}
@media screen and (min-width: 1864px){
    html {
        font-size: 20px;
    }
}
.iframe-html {
    font-size: 20px!important;
}
html {
    display: none;
}
body {
    font-size: 0.7rem;
}
.section-yc-window .layui-btn{
    background-color:#337af0;
}
.section-yc-window .layui-btn-danger{
background-color: #ed3f14;
}
.section-yc-window .layui-btn-primary {
    border: 0.05rem solid #C9C9C9;
    background-color: #fff;
    color: #555;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50rem 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: .05rem solid #d0d5da;
}

.bdc-secondary-btn:hover {
    color: #666;
}

.bdc-delete-btn {
    background-color: #f54743;
}

.btn-center {
    width: 100%;
    padding: 3rem 0;
    text-align: center;
}

.btn-modal-center {
    width: 100%;
    padding: 3rem 0;
    text-align: center;
}

.major-bg-color {
    background: #1d87d1 !important;
}

.main-btn-a {
    padding: 0 .9rem;
    height: 1.7rem;
    line-height: 1.7rem;
    background-color: #1d87d1;
    color: #fff;
    font-size: .7rem;
    border: none;
    border-radius: .1rem;
    vertical-align: middle;
    cursor: pointer;
}

/* 次要按钮
①一级次要按钮：宽度由文字撑开，padding: 0 .9rem;高度为1.7rem 背景色为$f2f6fc，描边颜色#dedede，文字颜色为#666666，圆角为.1rem。
②二级主要按钮：宽度由文字撑开，padding: 0 .5rem;高度为1.5rem 背景色为$f2f6fc，描边颜色#dedede，文字颜色为#666666，圆角为.1rem。
*/
.secondary-btn-new {
    padding: 0 .9rem;
    height: 1.7rem;
    line-height: 1.7rem;
    background-color: #f2f6fc;
    color: #333;
    font-size: .7rem;
    border: .05rem solid #dedede;;
    border-radius: .1rem;
    vertical-align: middle;
    cursor: pointer;
}
.secondary-btn-new:hover {
    color: #666;
}
.secondary-btn-a {
    padding: 0 .9rem;
    height: 1.7rem;
    line-height: 1.7rem;
    background-color: #f3f4f6;
    color: #333;
    font-size: .7rem;
    border: .05rem solid #d0d5da;;
    border-radius: .1rem;
    vertical-align: middle;
    cursor: pointer;
}

.secondary-btn-b {
    padding: 0 .5rem;
    height: 1.5rem;
    background-color: #f3f4f6;
    border: .05rem solid #d0d5da;
    color: #333;
    font-size: .7rem;
    border-radius: .1rem;
    cursor: pointer;
}

.secondary-btn-c {
    padding: 0 .25rem;
    height: 1.1rem;
    background-color: #f3f4f6;
    border: .05rem solid #d0d5da;
    color: #333;
    font-size: .7rem;
    border-radius: .1rem;
    vertical-align: middle;
    cursor: pointer;
}

.main-btn-a-small {
    display: inline-block;
    padding: 0rem .5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    background-color: #1d87d1;
    color: #fff;
    font-size: .7rem;
    border: none;
    border-radius: .1rem;
    vertical-align: middle;
    cursor: pointer;
}

.width-35 {
    width: 1.75rem !important;
    display: inline-block;
    padding: 0 .25rem !important;
}

.width-40 {
    width: 2rem !important;
}

.width-50 {
    width: 2.5rem !important;
}

.width-56 {
    width: 2.8rem !important;
}

.width-60 {
    width: 3.1rem !important;
}

.width-65 {
    width: 3.25rem !important;
}

.width-70 {
    width: 3.5rem !important;
}

.width-74 {
    width: 3.7rem !important;
}

.width-75 {
    width: 3.75rem !important;
}

.width-80 {
    width: 4rem !important;
}

.width-90 {
    width: 4.5rem !important;
}

.width-100 {
    width: 5rem !important;
}

.width-100-percent {
    width: 100% !important;
}

.width-110 {
    width: 5.5rem !important;
}

.width-118 {
    width: 5.9rem !important;
}

.width-120 {
    width: 6rem !important;
}
.width-123 {
    width: 6.15rem !important;
}

.width-134 {
    width: 6.7rem !important;
}

.width-140 {
    width: 7rem !important;
}

.width-150 {
    width: 7.5rem !important;
}

.width-160 {
    width: 8rem !important;
}

.width-165{
    width: 8.25rem !important;
}

.width-170{
    width: 8.5rem !important;
}

.width-180 {
    width: 9rem !important;
}

.width-185 {
    width: 9.25rem !important;
}

.width-186 {
    width: 9.3rem !important;
}

.width-190 {
    width: 9.5rem !important;
}

.width-193 {
    width: 9.65rem !important;
}

.width-195 {
    width: 9.75rem !important;
}

.width-200 {
    width: 10rem !important;
}
.width-205 {
    width: 10.25rem !important;
}
.width-210 {
    width: 10.5rem !important;
}
.width-220 {
    width: 11rem !important;
}
.width-222 {
    width: 11.1rem !important;
}
.width-232 {
    width: 11.6rem !important;
}

.width-235 {
    width: 11.75rem !important;
}

.width-240 {
    width: 12rem !important;
}
.width-246 {
    width: 12.3rem !important;
}

.width-250 {
    width: 12.5rem !important;
}

.min-width-250 {
    min-width: 12.5rem !important;
}

.max-width-250 {
    max-width: 12.5rem !important;
}

.width-260 {
    width: 13rem !important;
}

.width-280 {
    width: 14rem!important;
}

.width-263 {
    width: 13.15rem !important;
}
.width-264 {
    width: 13.2rem !important;
}
.width-268 {
    width: 13.4rem !important;
}

.width-275 {
    width: 13.75rem !important;
}
.width-276 {
    width: 13.8rem !important;
}

.width-295 {
    width: 14.75rem !important;
}

.width-300 {
    width: 15rem !important;
}

.width-308 {
    width: 15.4rem !important;
}

.width-313 {
    width: 15.65rem !important;
}

.width-360 {
    width: 18rem !important;
}
.width-362 {
    width:18.1rem !important;
}

.width-400 {
    width: 20rem !important;
}

.width-412 {
    width: 20.6rem !important;
}

.width-435 {
    width: 21.75rem !important;
}

.width-437 {
    width: 21.85rem !important;
}

.width-438 {
    width: 21.9rem !important;
}

.width-439 {
    width: 21.95rem !important;
}

.width-440 {
    width: 22rem !important;
}

.width-446 {
    width: 22.3rem !important;
}

.width-450 {
    width: 22.5rem !important;
}

.width-457 {
    width: 22.85rem !important;
}

.width-500 {
    width: 25rem !important;
}

.width-550 {
    width: 27.5rem !important;
}
.width-454 {
    width: 22.7rem !important;
}
.width-458 {
    width: 22.9rem !important;
}
.width-459 {
    width: 22.95rem !important;
}

.width-460 {
    width: 23rem !important;
}
.width-461 {
    width: 23.05rem !important;
}
.width-463 {
    width: 23.15rem !important;
}

.width-465 {
    width: 23.15rem !important;
}

.width-470 {
    width: 23.5rem !important;
}

.width-476 {
    width: 23.8rem !important;
}

.width-485 {
    width: 24.25rem !important;
}

.width-510 {
    width: 25.5rem !important;
}

.width-515 {
    width: 25.75rem !important;
}

.width-520 {
    width: 26rem !important;
}

.width-576 {
    width: 28.8rem !important;
}

.width-594 {
    width: 29.7rem !important;
}

.width-545 {
    width: 27.25rem !important;
}

.width-525 {
    width: 26.25rem !important;
}
.width-624 {
    width: 31.2rem !important;
}
.width-625 {
    width: 31.25rem !important;
}

.width-630 {
    width: 31.5rem !important;
}

.width-638 {
    width: 31.9rem !important;
}

.width-645 {
    width: 32.25rem !important;
}

.width-650 {
    width: 32.5rem !important;
}
.width-653 {
    width: 32.65rem !important;
}
.width-652 {
    width: 32.6rem !important;
}

.width-673 {
    width: 33.65rem !important;
}

.width-676 {
    width: 33.8rem !important;
}
.width-677 {
    width: 33.85rem !important;
}
.width-690 {
    width: 34.5rem !important;
}
.width-695 {
    width: 34.75rem !important;
}
.width-710 {
    width: 35.5rem !important;
}
.width-800 {
    width: 40rem !important;;
}

.width-817 {
    width: 40.85rem !important;;
}

.width-830 {
    width: 41.5rem !important;;
}

.width-850 {
    width: 42.5rem !important;;
}

.width-860 {
    width: 43rem !important;;
}

.width-920 {
    width: 46rem !important;
}
.width-984 {
    width: 49.2rem !important;
}
.width-999 {
    width: 49.95rem !important;
}

.width-1000 {
    width: 50rem !important;
}

.width-1001 {
    width: 50.05rem !important;
}

.width-1002 {
    width: 50.1rem !important;
}

.width-1010 {
    width: 50.5rem !important;
}

.width-1012 {
    width: 50.6rem !important;
}

.width-1020 {
    width: 51rem !important;
}
.width-1024 {
    width: 51.2rem !important;
}
.width-1030 {
    width: 51.5rem !important;
}

.width-1034 {
    width: 51.74rem !important;
}
.width-1035 {
    width: 51.75rem !important;
}

.width-1040 {
    width: 51.8rem !important;
}
.width-1041 {
    width: 52.05rem !important;
}

.width-1042 {
    width: 52.1rem !important;
}

.width-1050 {
    width: 52.5rem !important;
}

.width-1070 {
    width: 53.5rem !important;
}
.width-1078 {
    width: 53.9rem !important;
}

.width-auto {
    width: auto !important;
}
.layui-form-label-5-word .layui-form-item .width-auto{
    width: auto !important;
}

.margin-right-5 {
    margin-right: .25rem !important;
}

.margin-left-2em {
    margin-left: 2em !important;
}

.margin-left-5 {
    margin-left: .25rem !important;
}

.margin-lr-5 {
    margin: 0 .25rem !important;
}

.margin-top-5 {
    margin-top: .25rem !important;
}

.margin-right-5 {
    margin-right: .25rem !important;
}

.margin-left-10 {
    margin-left: .5rem !important;
}

.margin-left-20 {
    margin-left: 1rem !important;
}

.margin-top-10 {
    margin-top: .5rem !important;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-top-50 {
    margin-top: 2.5rem !important;
}

.margin-side-10 {
    margin: .5rem 0 !important;
}

.margin-10 {
    margin: .5rem !important;
}

.padding-top-10 {
    padding: .5rem !important;
}

.padding-10 {
    padding: .5rem !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: .15rem;
    right: .25rem;
    font-style: normal;
}

.input-must-double-line {
    color: red;
    position: relative;
    top: .5rem;
    right: .25rem;
}

.input-must-three-line {
    color: red;
    position: relative;
    top: 1rem;
    right: .25rem;
}

/*底部*/
.footer .footer-content,
.bdc-bottom p {
    align-items: center;
    text-align: center;
    width: 100%;
    color: #333;
    /* min-height: 4rem; */
}

.bdc-bottom-info {
    display: block;
    line-height: 1rem;
    font-size: .6rem;
}

.footer-content-cz {
    padding: .5rem 0;
}

.footer-href {
    position: absolute;
    line-height: 1.5rem;
    left: 0;
    right: 0;
    bottom: 0;
}

.footer-bah {
    display: inline-block;
}

.footer-href-item {
    margin: 0 .5rem;
}

/*header部分样式*/
.header {
    background: #1d87d1;
    width: 100%;
    z-index: 1;
    /*height: 3rem;*/
}

.header .header-inner {
    width: 60rem;
    margin: 0 auto;
    /*height: 100%;*/
    height: 3rem;
    position: relative;
    background: #1d87d1;
}

.header .header-logo {
    position: absolute;
    top: .45rem;
    left: 0;
}

.header .header-logo img {
    max-height: 3rem;
}

.header .header-title {
    position: absolute;
    top: .8rem;
    left: 34rem !important;
    font-size: .8rem;
    color: #d6e5f4;
    opacity: .8;
    cursor: pointer;
    border: .05rem solid #fff;
    border-radius: .25rem;
    padding: .25rem .5rem;
}

.header-inner .layui-nav {
    float: right;
    padding: 0 1rem;
    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: .8rem;
}

.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: .05rem solid #d0d5da;
}

.header-operate-zone li {
    height: 2rem;
    line-height: 2rem;
    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: 5.2rem;
    text-align: center;
}

.header-inner .layui-nav .layui-nav-item .xjrk a {
    height: 1.5rem;
    line-height: 1.5rem;
    color: #ffffff;
    font-size: .8rem;
}


.user-pwd-reset-zone {
    text-align: center;
    margin: 1rem;
}

.user-pwd-reset-zone .btn-container {
    text-align: center;
    margin: 1rem;
}

.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: 60rem;
    flex-grow: 0;
    position: relative;
    z-index: 10;
    flex-shrink:0;
}

.bdc-container, .section, .main-content, .main {
    width: 60rem;
    margin: .5rem auto;
    flex-grow: 1;
}

.footer, footer, .bdc-bottom {
    width: 100%;
    min-width: 60rem;
    flex-grow: 0;
    background: #c1c5c7;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    position: relative;
    flex-shrink:0;
}

/*头部*/
.bdc-title {
    height: 2rem;
    line-height: 2rem;
    background-color: #fff;
    color: #1d87d1;
    font-size: 1rem;
    font-weight: 700;
    padding-left: .75rem;
    box-sizing: border-box;
    margin: 0 0 .5rem;
}

.bdc-title > img {
    margin-right: .5rem;
    position: relative;
    top: -0.15rem;
}

.bdc-content {
    width: 100%;
    padding: 0 .5rem;
    box-sizing: border-box;
    background-color: #fff;
    color: #333;
    position: relative;
}

.bdc-content-title-success,
.bdc-content-title {
    height: 2rem;
    line-height: 2rem;
    font-size: .7rem;
    color: #1d87d1;
    border-bottom: .05rem dashed #d0d5da;
}
.bdc-content-title {
    border-bottom: 0;
}

/*内容导航面包屑*/
.bdc-location {
    line-height: 2rem;
    width: 60rem;
    margin: 0 auto;
}

.bdc-location img {
    position: relative;
    top: -0.1rem;
}

.bdc-location a,
.bdc-location span {
    color: #666 !important;
    font-size: .7rem;
}

.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: 2.5rem;*/
/*}*/

/*.bdc-container .layui-input-unit span{*/
/*position: absolute;*/
/*right: .25rem;*/
/*top: .3rem;*/
/*color:#999;*/
/*}*/
.layui-input-unit input {
    padding-right: 1.5rem;
}

.layui-input-unit span {
    position: absolute;
    right: .25rem;
    top: .3rem;
    color: #333;
    line-height: 1.2rem;
}

.bdc-container .layui-textarea {
    resize: none;
    height: auto;
    line-height: 1.7rem;
}

/*右侧控件信息*/
.con-right-operate-info .bdc-right-other-open {
    z-index: 1000000;
    width: 4.5rem;
    height: 4.5rem;
    position: fixed;
    /* top: 23.5rem; */
    bottom: 4rem;
    right: 1.5rem;
    box-shadow: 0 0 .5rem #eaedf1;
    cursor: pointer;
}

.con-right-operate-info .bdc-right-other {
    width: 4.5rem;
    background-color: #fff;
    position: fixed;
    /* top: 10rem; */
    bottom: 4rem;
    right: 1.5rem;
    box-shadow: 0 0 .5rem #eaedf1;
    z-index: 1000000;
}

.con-right-operate-info .bdc-right-other > a {
    display: inline-block;
    width: 100%;
    height: 4.5rem;
    border-bottom: .05rem solid #d0d5da;
    text-align: center;
    position: relative;
    background: #fff;
}

.con-right-operate-info .bdc-right-other > a > .bdc-default-img {
    display: block;
    margin: .5rem auto;
}

.con-right-operate-info .bdc-right-other > a > .bdc-hover-img {
    height: 4.5rem;
    position: absolute;
    top: 0;
    left: -4.5rem;
}

.con-right-operate-info .bdc-right-other > a > .bdc-hover-gzh {
    width: 4.5rem;
}

.con-right-operate-info .bdc-right-other > a > .bdc-hover-rx {
    width: 9rem;
}

.con-right-operate-info .bdc-right-other > a:last-child {
    height: 1.3rem;
    line-height: 1.3rem;
    border-bottom: none;
}
/* 右上角打开 */
.con-right-operate-info .fiexd-top,.con-right-operate-info .bdc-right-other-top{
    bottom: 0;
    top: .75rem;
    bottom: auto;
}
.con-right-operate-info .bdc-right-other-top > a:first-child{
    height: 1.3rem;
    line-height: 1.3rem;
    
}
.con-right-operate-info .bdc-right-other-top > a:last-child{
    height: 4.5rem;
    line-height: normal;
    border-bottom: none;
}

/*流程控件*/
.process-nav {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    background: #D0D5DA;

}

.process-nav li {
    float: left;
    min-width: 7.5rem;
    display: table;
    background-color: #D0D5DA;
    height: 1.8rem;
    line-height: 1.8rem;
    color: #666;
    position: relative;
    /*margin-bottom: .5rem;*/
}

.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: -1rem;
    width: 1rem;
    height: 1.8rem;
    vertical-align: middle;

}

.process-nav .process-img .process-img-bg {
    position: absolute;
    border-width: .9rem 0 .9rem .9rem;
    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 img {
    width: 1rem;
    height: 1.8rem;
    position: absolute;
}

.process-nav .process-name {
    padding-left: 1.5rem;
    position: absolute;
    top: 0;
    font-size: .8rem;
}

/*  */

/*流程状态色*/
.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: 16rem;
    border: .05rem solid #ddd;
    z-index: 10;
    background: #fff;
    color: #333;
    right: .5rem;
    top: 2.5rem;
    border-radius: .25rem .25rem .1rem .1rem;
}

.user-message-alarm-zone .message-title {
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0 1rem;
    background: #d0d5da;
}

.user-message-alarm-zone .message-item {
    padding: 1rem;
}

.user-message-alarm-zone .message-item .item-content {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .6rem;
}

/*附件上传控件*/
.upload-process-panel .process-title {

}

.upload-process-panel .process-content {
    margin: .5rem 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: 20rem;
    height: 9rem;
    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: .05rem dashed #d0d5da;
}

/*按钮居中*/
.bdc-btn-container {
    padding: 1rem 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: .85rem !important;
   padding: 0 .75rem;
}

.title-word-more-threeline {
    line-height: .85rem !important;
    height: 2.6rem !important;;
    padding: 0 .75rem;
}

#_ideConac {
    position: absolute;
    bottom: 0;
    left: 25%;
}

.bdc-container-title {
    margin: .5rem 0;
    height: .8rem;
}

.bdc-container-title > span {
    padding-left: .5rem;
    display: inline-block;
    height: .8rem;
    line-height: .8rem;
    font-size: .8rem;
    color: #333;
    border-left: .15rem solid #1d87d1;
}

.new-title {
    border-left: .15rem solid #1d87d1;
    padding-left: .5rem;
    font-size: .8rem;
    height: .8rem;
    line-height: .8rem;
    color: #333;
    display: block;
    cursor: pointer;
    margin-top: 1rem;
}

/*表格样式*/
.bdc-data-table {
    width: 100%;
    border-collapse: collapse;
}

.bdc-data-table-title {
    font-size: 1.2rem;
    font-weight: 400;
    margin: 1rem 0 .5rem 0;
    text-align: center;
}

.bdc-data-table tr th {
    border: .05rem solid #d0d5da;
    text-align: center;
    position: relative;
    padding: .25rem;
    min-height: 1rem;
    line-height: 1rem;
    font-size: .7rem;
    color: #666;
}

.bdc-data-table tr td {
    border: .05rem solid #d0d5da;
    text-align: center;
    position: relative;
    padding: .25rem;
    min-height: 1rem;
    line-height: 1rem;
    font-size: .7rem;
    color: #666;
}

.bdc-data-table thead tr {
    background-color: #f2f2f2;
}

.bdc-data-table .field-title {
    background-color: #f2f2f2;
    width: 10rem;
    text-align: right;
    padding-right: .5rem;
    font-weight: bold;
}

.tip-info {
    color: #999;
}

.img-validate-code {
    width: 7.5rem;
    height: 1.9rem;
}

.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: .5rem;
    line-height: 1.7rem;
}

/*
新版附件
*/
.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: .5rem;
    right: .5rem;
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
    display: inline-block;
    line-height: 2rem;
    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: 2.5rem;
    height: 2.5rem;
    font-size: 2.5rem;
    cursor: pointer;
    padding-left: .5rem;
}

.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: 2.5rem;
    height: 2.5rem;
    font-size: 2.5rem;
    cursor: pointer;
    padding-right: .5rem;

}

.con-picture-full-browser .right-part:hover {
    color: #fff;
}

.con-picture-full-browser .operate-part {
    position: absolute;
    bottom: 3.5rem;
    left: 0;
    right: 0;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    font-size: 1.4rem;
    margin: auto;
    background: #000;
}

.con-picture-full-browser .operate-part-single {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    font-size: 1.4rem;
    margin: auto;
    background: #000;
}

.con-picture-full-browser .operate-part i {
    margin: 0 .75rem;
    cursor: pointer;
}

.con-picture-full-browser .operate-part i:hover {
    color: #fff;
}

.con-picture-full-browser .cur-zoom-rate {
    font-size: .8rem;
    line-height: 2rem;
    display: inline-block;
    margin: 0 -0.5rem;
}

.con-picture-full-browser .prev-image-type {
    font-size: .8rem;
    left: 0;
    position: absolute;
    cursor: pointer;
    max-width: 20rem;
}

.con-picture-full-browser .prev-image-type:hover {
    color: #fff;
}

.con-picture-full-browser .next-image-type {
    font-size: .8rem;
    right: 0;
    position: absolute;
    cursor: pointer;
    max-width: 20rem;
}

.con-picture-full-browser .next-image-type {
    font-size: .8rem;
    right: 0;
    position: absolute;
    cursor: pointer;
}

.con-picture-full-browser .next-image-type:hover {
    color: #fff;
}

.con-picture-full-browser .abbrivation-box {
    width: 12.5rem;
    height: 7.5rem;
    position: absolute;
    top: -8rem;
    right: .5rem;
    border: .05rem solid #fff;
}

.con-picture-full-browser .preview-part {
    position: absolute;
    bottom: -1rem;
    left: 0;
    right: 0;
    height: 4rem;
    padding: .25rem 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: 4rem;
    height: 2rem;
    line-height: 2rem;
    display: inline-block;
    margin: 0 .5rem;
    padding: 0 .25rem;
    cursor: pointer;
    border: .05rem solid #000;
    text-align: center;
    font-size: .7rem;
}

.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: 1.25rem auto 0;
    width: 15rem;
    padding-left: .5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.4rem;
    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: 3rem;
    padding-top: .5rem;
    background: rgba(0, 0, 0, 0.85);
}

.con-picture-full-browser .img-catalog .catalog-items li {
    padding-left: .5rem;
}

.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: 1rem auto 0;
    width: 20rem;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4rem;
    height: 1.4rem;
    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 5rem;
}

.con-picture-full-browser .img-view-single {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto 1.5rem;
}

.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: 1rem;
    width: 15rem;
    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: .05rem solid #1d87d1;
}


.fjcontent {
    width: 50rem;
    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: .5rem;
    right: .5rem;
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
    display: inline-block;
    line-height: 2rem;
    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: 2.5rem;
    height: 2.5rem;
    font-size: 2.5rem;
    cursor: pointer;
    padding-left: .5rem;
}

.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: -0.75rem;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 2.5rem;
    cursor: pointer;
    padding-right: .5rem;

}

.con-picture-bb-full-browser .right-part:hover {
    color: #fff;
}

.con-picture-bb-full-browser .operate-part {
    position: absolute;
    bottom: 4.5rem;
    /*left: 0;*/
    /*right: 0;*/
    width: 100%;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    font-size: 1.4rem;
    margin: auto;
    background: #000;
}

.con-picture-bb-full-browser .operate-part-single {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    font-size: 1.4rem;
    margin: auto;
    background: #000;
}

.con-picture-bb-full-browser .operate-part i {
    margin: 0 .75rem;
    cursor: pointer;
}

.con-picture-bb-full-browser .operate-part i:hover {
    color: #fff;
}

.con-picture-bb-full-browser .cur-zoom-rate {
    font-size: .8rem;
    line-height: 2rem;
    display: inline-block;
    margin: 0 -0.5rem;
}

.con-picture-bb-full-browser .prev-image-type {
    font-size: .8rem;
    left: 0;
    position: absolute;
    cursor: pointer;
    max-width: 20rem;
}

.con-picture-bb-full-browser .prev-image-type:hover {
    color: #fff;
}

.con-picture-full-browser .next-image-type {
    font-size: .8rem;
    right: 0;
    position: absolute;
    cursor: pointer;
    max-width: 20rem;
}

.con-picture-bb-full-browser .next-image-type {
    font-size: .8rem;
    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: 12.5rem;
    height: 7.5rem;
    position: absolute;
    top: -8rem;
    right: .5rem;
    border: .05rem solid #fff;
}

.con-picture-bb-full-browser .preview-part {
    position: absolute;
    bottom: 0rem;
    /*left: 0;*/
    /*right: 0;*/
    height: 4rem;
    width: 100%;
    padding: .25rem 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: 4rem;
    height: 2rem;
    line-height: 2rem;
    display: inline-block;
    margin: 0 .5rem;
    padding: 0 .25rem;
    cursor: pointer;
    border: .05rem solid #000;
    text-align: center;
    font-size: .7rem;
}

.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: 1.25rem auto 0;
    width: 15rem;
    padding-left: .5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.4rem;
    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: 3rem;
    padding-top: .5rem;
    background: rgba(0, 0, 0, 0.85);
}

.con-picture-bb-full-browser .img-catalog .catalog-items li {
    padding-left: .5rem;
}

.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: 1rem auto 0;
    width: 20rem;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4rem;
    height: 1.4rem;
    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 5rem;
}

.con-picture-bb-full-browser .img-view-single {
    /*position: fixed;*/
    /*top: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    margin: auto auto 1.5rem;
}

.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: 1rem;
    width: 15rem;
    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: .05rem solid #1d87d1;
}


.area-pos-zone {
    color: #fff;
    font-size: .9rem;
    position: absolute;
    top: .9rem;
    left: 27rem;
    cursor: pointer;
    z-index: 1;
}

.area-pos-zone .area-city {
    padding: 0 .25rem;
}

.area-pos-zone .area-county {
    display: inline-block;
    /*border-left: .05rem solid #fff;*/
    font-size: .8rem;
    padding-left: .25rem;
}

.county-select-zone {
    border: .05rem solid #ddd;
    font-size: .7rem;
    color: #666;
    background: #fff;
    padding: .25rem;
    border-radius: .25rem;
    margin: .5rem;
    position: relative;
    display: none;
}

.county-select-zone .triangle-arrow {
    position: absolute;
    top: -1rem;
    left: 4.75rem;
    border: .5rem solid;
    border-color: transparent transparent white transparent;
}

.county-select-zone span {
    display: inline-block;
    margin: .4rem .25rem;
    text-align: center;
}

.county-select-zone span:hover {
    color: #1d87d1;
}

.input-tip-i {
    float: left;
    line-height: 1.7rem;
    display: inline-block;
    position: relative;
    top: .5rem;
    width: 1rem;
}

/* 合肥添加省市区县 */
.c1, .c2 {
    display: inline-block;
}

.c2 a {
    margin: .25rem;
    word-break: break-all;
    display: inline-block;
}

.c1 {
    width: 4.75rem;
    font-weight: bold;
    font-size: .75rem;
    line-height: 1.75rem;
    color: #4178be !important;
    text-align: right;
    position: absolute;
}

.c2 {
    height: auto;
    overflow: visible;
    margin-bottom: -0.2rem;
    box-sizing: border-box;
    width: 100%;
    padding-left: 4.7rem;
}

.c_list1, .c_list2, .c_list3 {
    margin-bottom: 0;
    line-height: 1.2rem;
    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: 1rem;
}

.con-show-check-signature-panel .layui-form-item .layui-form-label {
    width: 4.5rem !important
}

.con-show-check-signature-panel .layui-icon {
    font-size: 180%;
}

.con-show-check-signature-panel .layui-input-block {
    margin-left: 6.5rem !important;
    min-height: auto !important;
    display: block !important;
}

.con-show-check-signature-panel .layui-textarea {
    height: 8rem !important;
    width: 15.5rem;
    line-height: 1rem !important;
    padding: .25rem;
    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 .5rem;
}

.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: .05rem solid #ff0000;
}

.signature-items-list-edit .signature-item i {
    display: inline;
    position: absolute;
    color: #ff0000;
    top: -0.5rem;
    font-size: 1rem;
    right: -0.25rem;
    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: 1.25rem 1.25rem;
    width: 1.25rem;
    height: 1rem;
    display: inline-block;
}

.mr-30 {
    margin-right: 1.5rem !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: 15rem;
    height: 5rem;
    background: #fff;
}

#waitModalLayerCancelBtn .loading-content i {
    font-size: 4.5rem;
    color: #CCC;
}

#waitModalLayerCancelBtn .loading-word {
    font-size: .7rem;
    position: relative;
    top: -1.25rem;
    left: .5rem;
    color: #000;
}

#waitModalLayerCancelBtn .cancel-pending-btn {
    font-size: .8rem;
    color: #4178be;
    cursor: pointer;
}

.tz-check-border-red {
    border: .05rem solid red;
}

.tz-gzxx-content {
    float: right;
    padding: .75rem 1.8rem;
}

.width-225 {
    width: 11.25rem !important;
}

.tz-gzxx-content input {
    display: inline-block;
}

.tz-gzxx-content a {
    display: inline-block;
    margin-bottom: .2rem;
}

.width-100-label {
    padding: .35rem 0rem !important;
    width: 5rem !important;
}

/* 泰州收费信息 */
#sfxx .text-title,
.sfxx .text-title {
    background-color: #f3f4f6;
    text-align: center;
}

#sfxx .row-btn,
.sfxx .row-btn {
    cursor: pointer;
    font-size: .9rem;
}

.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: 4.5rem;
    height: 4.5rem;
    position: fixed;
    top: 23.5rem;
    right: 1.5rem;
    box-shadow: 0 0 .5rem #eaedf1;
    cursor: pointer;
}

.con-right-operate-reminder .bdc-right-other {
    width: 4.5rem;
    background-color: #fff;
    position: fixed;
    top: 10rem;
    right: 1.5rem;
    box-shadow: 0 0 .5rem #eaedf1;
    z-index: 1000000;
}

.con-right-operate-reminder .processSideBar {
    background-color: transparent;
    top: auto;
    bottom: 12.4rem;
    right: 0rem;
}

.con-right-operate-reminder .bdc-right-other > a {
    display: inline-block;
    width: 100%;
    height: 4.5rem;
    border-bottom: .05rem 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: .5rem auto;
}

.con-right-operate-reminder .bdc-right-other > a > .bdc-hover-img {
    height: 4.5rem;
    position: absolute;
    top: 0;
    left: -4.5rem;
}

.con-right-operate-reminder .bdc-right-other > a > .bdc-hover-gzh {
    width: 4.5rem;
}

.con-right-operate-reminder .bdc-right-other > a > .bdc-hover-rx {
    width: 9rem;
}

.con-right-operate-reminder .bdc-right-other > a:last-child {
    height: 1.3rem;
    line-height: 1.3rem;
    border-bottom: none;
}

.con-right-operate-reminder .process-side-detail {
    box-sizing: border-box;
    position: fixed;
    bottom: 7rem;
    right: 0rem;
    width: 18rem;
    height: 14.4rem;
    padding: 2rem;
    padding-right: 5rem;
    line-height: 1.5rem;
    background-image: url("../images/process-side-bg.png");
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 100% 100%;
    font-size: .8rem;
    box-shadow: 0 0 .5rem #eaedf1;
}

.con-right-operate-reminder .process-side-detail > img {
    position: absolute;
    right: -10rem;
    bottom: -13.6rem;
    width: 30rem;
    height: 30rem;
}

.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: 1.25rem;
    top: 1.25rem;
    width: 1rem;
    height: 1rem;
    color: #1d87d1;
    font-weight: bold;
    line-height: 1rem;
    text-align: center;
    font-size: .9rem;
    cursor: pointer;
    z-index: 10000;
}

/* 统一按钮样式 */
.main-btn-color {
    border-color: #1d87d1;
    background-color: #1d87d1;
}

.line-height-28 {
    line-height: 1.4rem !important;
}

#checkBdcxx {
    padding: 1rem;
}

.tz-qyba-dlr-btn {
    background-color: #fff;
    position: absolute;
    display: inline-block;
    color: #1d87d1;
    font-size: 1.5rem;
    right: 2.3rem;
    line-height: 1.7rem;
    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: .1rem solid #1d87d1;
}

.second-title {
    font-weight: bold;
    color: #333333;
    margin-left: .7rem;
    /* margin-top: 1.25rem; */
    display: inline-block;
}

.float-right {
    float: right;
}
.layui-form-item .mr-18 {
    margin-right: .9rem !important;
}
.second-title-btn {
    float: right;
    margin-right: 1rem !important
}

.text-btn {
    display: inline-block;
    background-color: #1d87d1;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: .7rem;
    border: none;
    cursor: pointer;
}

.secondary-forbidden-text {
    height: .7rem;
    color: #666 !important;
    font-size: .7rem;
    pointer-events: none;
}

/* 文字按钮样式 */
/* 二级文字按钮- 主题色 */
.secondary-main-text {
    color: #2d5de1;
    cursor: pointer;
    font-size: .7rem;
    border: 0 !important;
    padding: 0 !important;
    background-color: #fff !important;
    display: inline-block;
    margin-top: 0.3rem;
    margin-left: 0.25rem;
}
.secondary-main-text:hover {
    border: 0 !important;
    padding: 0 !important;
}

.secondary-main-text:not(:last-of-type):after {
    content: "";
    margin-left: .4rem;
    padding-left: .4rem;
    border-left: .05rem solid #ccc;
    height: .7rem;
    display: inline-block;
    vertical-align: middle;
}

.secondary-main-text-dlr {
    color: #2d5de1;
    cursor: pointer;
    font-size: .7rem;
    /* margin-right: 3.5rem; */
}

/* 二级文字按钮-删除 */
.secondary-text-btn-delete {
    position: relative;
    top: 0rem;
    left: .5rem;
    color: red;
    line-height:1.8rem;
    cursor:pointer;
}

.qlrmc-and-jfzt-online .row-btn {
    cursor: pointer;
    font-size: 1.2rem;
}

.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: .5rem;
}

.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: .8rem;
    color: #333;
}

.layui-form-item .layui-input-block .layui-form-checkbox[lay-skin=primary] i {
    width: .7rem;
    height: .7rem;
    line-height: .7rem;
}

.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: .8rem;
}

.layui-form-item .layui-input-inline .layui-form-radioed > i {
    line-height: 1;
    color: #1d87d1;
    font-size: .8rem;
}

.layui-form-item .layui-input-block .layui-form-radio > i {
    line-height: 1;
    font-size: .7rem;
}

.layui-form-item .layui-input-inline .layui-form-radio > i {
    line-height: 1;
    font-size: .7rem;
}

.txgyqk .gyfs {
    position: relative;
}

.txgyqk .gybl-input {
    position: absolute !important;
    right: -0.5rem !important;
}

.txgyqk .hide {
    display: none !important;
}

.tzqlrxx .layui-form-item {
    margin: .25rem 0 !important;
}

.tzqlrxx .gybl-input {
    display: inline-block;
    min-width: unset;
    position: relative;
}

.tzqlrxx .hide {
    display: none !important;
}

.danger-btn-b {
    padding: 0 .5rem;
    height: 1.5rem;
    background-color: #f54743;
    color: #fff;
    font-size: .7rem;
    border: none;
    border-radius: .1rem;
}

.main-btn-b {
    padding: 0 .5rem;
    height: 1.5rem;
    background-color: #1d87d1;
    color: #fff;
    font-size: .7rem;
    border: none;
    border-radius: .1rem;
}

.fsss-btn {
    height: 1.7rem;
    line-height: 1.7rem;
}

.line-height-34 {
    line-height: 1.7rem !important;
}
.log-manage-reset {
    height: 1.9rem !important;
    line-height: 1.9rem !important;
    margin-left: .5rem;
}

.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: .5rem;
}

.ckdjb-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.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: .8rem;
    height: .8rem;
    margin-right: .5rem;
    margin-top: .5rem;
}

.layui-form-item .layui-input-block.verifyLawyerApply {
    display: flex;
    justify-content: flex-start;
    line-height: 1.8rem;
}

#lawyerApply .layui-form-item .layui-form-radio {
    display: none;
}

.layui-table-tool-wjgl {
    position: relative;
    width: auto;
    padding: .5rem .75rem;
    border:.05rem solid #d0d5da;
    border-bottom: 0;
    background-color: #f2f2f2;
}
.layui-table-tool-wjgl .btn-area {
    display: inline-block;
    margin-left: .5rem;
}

/* 上传界面上方 新增提示信息 */
.upload-file-tsxx {
    border: .05rem solid #afcfe6;
    background-color: #eaf4fe;
    color: #333 !important;
    border-radius: .1rem;
    margin-top: .5rem;
}
.upload-file-tsxx i {
    margin: 0 .25rem;
    color: #1d87d1 !important;
}
.upload-file-tsxx-red {
    border: .05rem solid #afcfe6;
    background-color: #eaf4fe;
    color: red !important;
    border-radius: .1rem;
    margin-top: .5rem;
}
.upload-file-tsxx-red i {
    margin: 0 .25rem;
    color: red !important;
}
/*扬州 1600*900分辨率 64666 扬州_用户中心页面调整需求*/
.isYz1600{
    width:80rem !important;
}
.isYz1350{
    width:67.5rem !important;
}
.isYzTable .layui-table-box, .isYzTable .layui-table-view{
    border-right: 0rem;
}
.layui-btn-reset,
.layui-btn-reset:hover {
    background-color: #f3f4f6!important;
    color: #333;
    border: .05rem solid #d0d5da;
}

.text-align-center {
    text-align: center
}
.activation-btn{
    cursor: not-allowed;
}
@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: 2rem;
    box-sizing: border-box;
}
.data-table-page {
    width: 100%;
    padding: .25rem .5rem 0 .5rem;
    border: .05rem solid #d0d5da;
    border-top: none;
    box-sizing: border-box;
}
.layui-layer-tips-money .layui-layer-content {
    bottom: -1.2rem !important;
    padding: 0rem .1rem !important;
    font-size: .4rem !important;
    min-width: 1.2rem !important;
    text-align: center !important;
}

.layui-layer-tips-money i.layui-layer-TipsT {
    bottom: -0.4rem !important;
    left: .5rem !important;
    border-width: .2rem !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: 45rem) {
    body {
        min-height: 54rem;
    }
}
/* 高拍仪弹框样式 */
#gpyUploadTk.layui-layer-content{
    padding: 0rem;
}
/* 拼接产权证号表单样式 */
.montage-cqzh .cqzh-item,.montage-cqzh .cqzh-item-input{
   float: left;
   height: 1.7rem;
   line-height: 1.7rem;
}
.montage-cqzh .cqzh-item-input{
    margin:  0 .25rem;
    border: none;
    border-bottom: .05rem solid;
    height: 1.1rem !important;
    line-height: 1.1rem;
    margin-top: .35rem;
}
/* 俄文页面 */
.process-nav-russian .process-name{
    width: 100%;
    padding-left: 1.25rem;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
}
.process-nav-russian li{
    height: 2.2rem;
    line-height: .9rem;
}
.process-nav-russian li:first-child .process-name{
    padding-left: .75rem;
}
.process-nav-russian .process-img img{
    height: 2.2rem;
}
.process-nav-russian .process-img .process-img-bg{
    border-width: 1.1rem 0 1.1rem 1rem;
}
.file-tax-info .bdc-container{
    width: 100%;
    margin: 0;
}

/* 新一窗样式兼容 */
.section-yc-window button, .section-yc-window input, .section-yc-window optgroup, .section-yc-window option, .section-yc-window select, .section-yc-window textarea{
    font-size: 0.8rem;
}

@media (min-height: 900px) {
    body.section-yc-window {
        min-height: 45rem;
    }
}
.section-yc-window{
    background-color: rgb(246, 249, 253);
    font-size: 0.8rem;
    overflow-x: hidden;
}
.section-yc-window .header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 891;
    display: flex;
}
.section-yc-window > .bdc-container {
    margin-top: 3.5rem!important;
    width: 100%!important;
    background-color: #EEEEEE;

    /* margin-top: 4rem!important; */

}
.section-yc-window > .section-container {
    width: 100%!important;
    height: 100%;
    position: relative;
}
.section-yc-window > .bdc-location {
    margin-top: 4rem!important;
}
.section-yc-window > .bdc-location + .bdc-container {
    margin-top: 0!important;
}
.section-yc-window .header .header-inner {
    width: calc(100vw - 1rem);
    height: 3.5rem;
    background: #fff;
    padding: 0 .5rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-yc-window .header-inner .layui-nav > li > a {
    color: #333;
}
.section-yc-window .header .header-logo img{
   height: 2.1rem;
}
.section-yc-window .header .header-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
}
.section-yc-window .header-title-main {
    color: #1d3a75;
    font-size: 1.3rem;
    line-height: 3.3rem;
    font-weight: 700;
    height: 100%;
    margin-left: .5rem;
}
.section-yc-window .user-name {
    margin-left: .5rem;
} 
.section-yc-window .dropdown {
    position: relative;
    display: inline-block;
}

.section-yc-window .dropdown-content {
    display: none;
    position: absolute;
    min-width: 5.5rem;
    box-shadow: 0rem .4rem .8rem 0rem rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin: .25rem 0;
    padding: .25rem 0rem;
    background-color: #fff;
    box-sizing: border-box;
    right: 0;
    text-align: center;
    top: 2.7rem;
    border-radius: .2rem;
}
.section-yc-window .dropdown-item {
    cursor: pointer;
    line-height: 1.3rem;
    transition: all .3s;
    padding: .15rem .75rem;
    color: #333;
}
.section-yc-window .dropdown-item:hover {
    background-color: #ecf5ff;
    color: #66b1ff;
}
.section-yc-window .popper__arrow {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    top: -0.65rem;
    left: 50%;
    transform: translateX(-50%);
    margin-right: .15rem;
    border-top-width: 0;
    border-bottom-color: #EBEEF5;
    border-width: .3rem;
    filter: drop-shadow(0 .1rem .6rem rgba(0, 0, 0, .03));
}
.section-yc-window .popper__arrow::after {
    content: " ";
    border-width: .3rem;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    top: .05rem;
    margin-left: -0.3rem;
    border-top-width: 0;
    border-bottom-color: #FFF;
}
.section-yc-window .layui-dropdown-icon {
    font-size: .6rem;
    vertical-align: middle;
    margin-left: .3rem;
}
.section-yc-window .btn-center,
.section-yc-window .btn-center-hy
{
    position: fixed;
    bottom: 0;
    background: #fff;
    text-align: right;
    left: 0;
    box-shadow: 0 0.1rem 0.3rem 0.1rem rgba(0,0,0,.5);
    background: #fff;
    z-index: 213;
    width: 100%;
    height: 3rem;
    padding: 0 1rem !important;
    line-height: 3rem;
    box-sizing: border-box;
    margin: 0 !important;
}
.section-yc-window .bdc-container, .section-yc-window .section{
    width: auto;
}
/* 适配新一窗表格样式 */
.section-yc-window .layui-table td, 
.section-yc-window .layui-table th, 
.section-yc-window .layui-table-col-set, 
.section-yc-window .layui-table-fixed-r, 
.section-yc-window .layui-table-grid-down, 
.section-yc-window .layui-table-header, 
.section-yc-window thead, 
.section-yc-window .layui-table-page, 
.section-yc-window .layui-table-tips-main, 
.section-yc-window .layui-table-tool, 
.section-yc-window .layui-table-total, 
.section-yc-window .layui-table-view, 
.section-yc-window .layui-table[lay-skin=line], 
.section-yc-window .layui-table[lay-skin=row] {
    border-color: #dedede;
}
.section-yc-window .layui-table tbody tr:hover, 
.section-yc-window .layui-table thead tr, 
.section-yc-window .layui-table-header, 
.section-yc-window thead, 
.section-yc-window .layui-table-hover, 
.section-yc-window .layui-table-mend, 
.section-yc-window .layui-table-patch, 
.section-yc-window .layui-table-tool, 
.section-yc-window .layui-table-total, 
.section-yc-window .layui-table-total tr, 
.section-yc-window .layui-table[lay-even] tr:nth-child(even) {
    background-color: #f0f1f4;
}
.section-yc-window .layui-none img {
    display: none;
}
.section-yc-window .layui-none {
    padding-top: 6rem;
    /* padding-top: 5.5rem; */

    background: url(../images/suxiaodengOnline/no-data.png) no-repeat;
    background-position: 50%;
    display: block;
    color: #333;
    font-size: 0.8rem;
}
.section-yc-window .layui-table-header .layui-table-cell, 
.section-yc-window thead .layui-table-cell {
    color: #000;
    font-size: .8rem;
    font-weight: bold;
}
.section-yc-window .layui-table-view {
    margin-bottom: 0;
}
.section-yc-window #contentTablePager {
    padding: 0 .5rem;
    box-sizing: border-box;
    background: #fff;
    border: .05rem solid #dedede;
    border-top: 0;
}
.section-yc-window .layui-table-body {
    background: #fff;
}
.section-yc-window .bdc-login-container {
    margin-top: 0;
}

.section-yc-window  .footer {
    background: #ECF0F7;
    display: flex;
    padding: 1rem 7.5rem;
    min-width: 65rem;
    box-sizing: border-box;
    height: auto;
 }
 .section-yc-window .box {
    width: calc(33% - .75rem);
    line-height:1.6rem;
    padding: .5rem 0;
    font-size: .8rem;
    text-align: left;
 }
 .section-yc-window .box p:first-child {
    font-size: 1.2rem;
 }
 .section-yc-window .box img:not(.ewm) {
    width: 10rem;
    margin: 1.5rem 0;
 }
 .section-yc .main-btn-a{
    background-color: #337af0;
    font-size: 0.8rem;
    margin-left: 0.5rem;
 }
 .section-yc .secondary-btn-a{
    margin-left: 0.5rem;
    font-size: 0.8rem;
    background-color: #fff;
    border-color: #dedede;
    color: #666;
 }
 .section-yc .secondary-btn-a:hover{
    border-color: #337af0;
    color: #337af0;
 }
.section-yc .layui-form .layui-input:hover{
    border-color: #409EFF !important;
    box-shadow: 0 0 0.1rem #409EFF !important;
    -webkit-box-shadow: 0 0 0.1rem #409EFF !important;
}
.section-yc .layui-form-select dl dd{
    font-size: 0.7rem;
    padding: 0 1rem;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 1.7rem;
    line-height: 1.7rem;
    box-sizing: border-box;
    cursor: pointer;
    color: #606266;
}
.section-yc .layui-form-item .layui-input-block .layui-form-select dl dd.layui-this,
.section-yc .layui-form-select dl dd.layui-this{
    background-color: #F5F7FA !important;
    color: #337af0;
}
.section-yc .layui-form-select dl dd.layui-select-tips{
    padding-left: 1rem!important;
}
.section-yc .layui-table-cell{
    min-height: 1.5rem;
    line-height: 1.5rem;
}
.section-yc .layui-table td, .section-yc .layui-table th{
    font-size: 0.8rem;
}
.section-yc .layui-layer-btn .layui-layer-btn0{
    border-color: #337af0;
    background-color: #337af0;
}
.section-yc .layui-layer-btn .layui-layer-btn1:hover{
    border-color: #337af0;
    color: #337af0;
}
.section-yc .layui-layer-title,
.section-yc .layui-layer-dialog .layui-layer-content{
    font-size: 0.8rem;
}
.section-yc .layui-layer-title{
    border-bottom: 0.05rem solid #dedede;
    color: #303133;
    font-weight: 700;
    background-color: #fff;
}
.section-yc .layui-layer-dialog .layui-layer-content{
    color: #606266;
}
.section-yc .layui-layer-hui .layui-layer-content{
    color: #ffffff;
}
.section-yc .layui-form-radio * ,
.section-yc .secondary-main-text{
    font-size: 0.8rem;
}
.section-yc .layui-form-item .layui-form-label{
    width: 5.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 1.7rem;
    height: auto;
    line-height: 1.2!important;
    padding: 0 .75rem;
}
.section-yc #plbj .layui-form-item .layui-input-inline,
.section-yc #plbj .layui-form-item .layui-input-block{
    width: 21.49rem !important;
}
.section-yc .layui-layer-content .layui-form-item .layui-form-label,
.section-yc.file-tax-info .layui-form-item .layui-form-label
{
    width: 4.55rem !important;
}
.section-yc .width-110 {
    width: 10.18rem !important;
}
.section-yc .width-120 {
    width: 10.31rem !important;
}
.section-yc .layui-form-item .width-200
{
    width: 19.15rem !important;
}
.section-yc .layui-form-item .width-210 {
    width: 18rem !important;
}
.section-yc .layui-form-item .width-250,
.section-yc .layui-form-item .width-264,
.section-yc .layui-form-item .width-263 {
    width: 21.2rem !important;
}
.section-yc .layui-form-item .width-435,
.section-yc .layui-form-item .width-437,
.section-yc .layui-form-item .width-438,
.section-yc .layui-form-item .width-458
 {
    width: 35.6rem !important;
}
.section-yc .layui-form-item .width-454,
.section-yc .layui-form-item .width-459,
.section-yc .layui-form-item .width-460
{
    width: 35.65rem !important;
}
.section-yc .layui-form-item .width-465 {
    /* width: 36.45rem !important; */
    width: 35.6rem !important;
}
.section-yc .layui-form-item .width-470 {
    width: 36.4rem !important;
}
.section-yc .layui-form-item .width-510 {
    width: 50rem !important;
}
.section-yc .layui-form-item .width-545 {
    width: 49.6rem !important;
}

.section-yc .layui-form-item .width-653{
    width: 49.6rem !important;
 }
 .section-yc .layui-form-item .width-650,
 .section-yc .layui-form-item .width-645
  {
    width: 49.6rem !important;
}
.section-yc .layui-form-item .width-1050,
.section-yc .layui-form-item .width-1042,
.section-yc .layui-form-item .width-1040,
.section-yc .layui-form-item .width-1024,
.section-yc .layui-form-item .width-999 {
    width: 78.2rem !important;
}
.section-yc .layui-form-item .width-652 {
    width: 49.95rem !important;
}

.section-yc .layui-layer-content .layui-form-item .width-250
{
    width: 12.5rem !important;
}
.section-yc.file-tax-info .layui-form-item .width-250{
    width: 12.5rem !important;
}
.section-yc .layui-layer-content .layui-form-item .width-264,
.section-yc.file-tax-info .layui-form-item .width-264
{
    width: 13.2rem !important;
}
.section-yc .layui-layer-content .layui-form-item .width-263 {
    width: 13.15rem !important;
}
.section-yc .fsss-htxx-zone .layui-form-item .width-1040{
    width: 52rem !important;
}
.section-yc .fsss-htxx-zone .layui-form-item .width-1034{
    width: 51.7rem !important;
}

/* 长者模式下-表单超出修改 ----- 开始 */
.zzms-open.section-yc .width-110 {
    width: 3.18rem !important;
}
.zzms-open.section-yc .width-120 {
    width: 3.31rem !important;
}
.zzms-open.section-yc .layui-form-item .width-200
{
    width: 12.15rem !important;
}
.zzms-open.section-yc .layui-form-item .width-210 {
    width: 11rem !important;
}
.zzms-open.section-yc .layui-form-item .width-250,
.zzms-open.section-yc .layui-form-item .width-264,
.zzms-open.section-yc .layui-form-item .width-263 {
    width: 14.2rem !important;
}
.zzms-open.section-yc .layui-form-item .width-435,
.zzms-open.section-yc .layui-form-item .width-437,
.zzms-open.section-yc .layui-form-item .width-438,
.zzms-open.section-yc .layui-form-item .width-458
 {
    width: 25rem !important;
}
.zzms-open.section-yc .layui-form-item .width-454,
.zzms-open.section-yc .layui-form-item .width-459,
.zzms-open.section-yc .layui-form-item .width-460
{
    width: 25rem !important;
}
.zzms-open.section-yc .layui-form-item .width-465 {
    /* width: 36.45rem !important; */
    width: 25rem !important;
}

.zzms-open.section-yc .layui-form-item .width-510 {
    width: 43rem !important;
}
.zzms-open.section-yc .layui-form-item .width-545 {
    width: 38rem !important;
}

.zzms-open.section-yc .layui-form-item .width-653{
    width: 38rem !important;
 }
 .zzms-open.section-yc .layui-form-item .width-650,
 .zzms-open.section-yc .layui-form-item .width-645
  {
    width: 38rem !important;
}
.zzms-open.section-yc .layui-form-item .width-1040 {
    width: 60rem !important;
}
.zzms-open.section-yc .layui-form-item .width-1042,
.zzms-open.section-yc .layui-form-item .width-1024,
.zzms-open.section-yc .layui-form-item .width-999 {
    width: 57rem !important;
}
.zzms-open.section-yc .layui-form-item .width-652 {
    width: 49.95rem !important;
}

.zzms-open.section-yc .layui-layer-content .layui-form-item .width-250
{
    width: 5.5rem !important;
}
.zzms-open.section-yc.file-tax-info .layui-form-item .width-250{
    width: 5.5rem !important;
}
.zzms-open.section-yc .layui-layer-content .layui-form-item .width-264,
.zzms-open.section-yc.file-tax-info .layui-form-item .width-264
{
    width: 6.2rem !important;
}
.zzms-open.section-yc .layui-layer-content .layui-form-item .width-263 {
    width: 6.15rem !important;
}
.zzms-open.section-yc .fsss-htxx-zone .layui-form-item .width-1040{
    width: 45rem !important;
}
.zzms-open.section-yc .fsss-htxx-zone .layui-form-item .width-1034{
    width: 46.7rem !important;
}
/* 长者模式下-表单超出修改 ----- 结束 */

.section-yc .secondary-main-text,
.section-yc .list-box .list-title .secondary-main-text{
   color: #337af0;
   font-weight: normal;
}
.section-yc .secondary-main-text:first-child{
    margin-left: 0.5rem;
}
.section-yc .second-title-btn{
    /* margin-top: -1rem; */
    margin-right: 0.5rem !important;
}
.section-yc .red{
    color: #ed3f14;
}
.section-yc .layui-layer-content{
    padding: 0.5rem 0;

}
.section-yc .layui-laypage-em,
.section-yc .layui-form-checked[lay-skin=primary] i {
    background-color: #337af0 !important;
}
.section-yc .layui-laydate-header{
    border-bottom: none;
}
.section-yc .layui-laydate{
    font-size: 0.7rem;
}
.section-yc .layui-laydate-header i.laydate-prev-y,
.section-yc .layui-laydate-header i.laydate-prev-m,
.section-yc .layui-laydate-header i.laydate-next-m,
.section-yc .layui-laydate-header i.laydate-next-y{
    font-size: 0.6rem;
    color: #303133;
}
.section-yc .laydate-set-ym{
    font-weight: 500;
    font-size: 0.8rem;
}
.section-yc .layui-laydate .layui-this{
    background-color: #fff!important;
    color: #337af0!important;
}
.section-yc .layui-laydate-content td:hover, .section-yc .layui-laydate-list li:hover {
    background-color: #fff;
    color: #337af0;
}
.section-yc .layui-laydate thead tr{
    border-bottom: solid 0.05rem #EBEEF5;
}
.section-yc .layui-laydate-footer span:hover {
    color: #337af0;
}
.section-yc .bdc-secondary-btn,
.section-yc .secondary-btn-b {
    background-color: #FFFFFF!important;
    color: #666!important;
    border: 0.05rem solid #dedede!important;
    height: 1.7rem !important;
    line-height: 1.7rem !important;
    font-size: 0.8rem!important;
    font-weight: normal;
}
.section-yc .bdc-secondary-btn:hover,
.section-yc .secondary-btn-b:hover  {
    background-color: #FFFFFF!important;
    color: #337af0!important;
    border: 0.05rem solid #337af0!important;
}
/* 查看申请 */
.section-yc.section-yc-apply-detail >.bdc-container{
    margin-top: 4rem!important;
    width: 91%!important;
    padding-bottom: 3rem;
    background-color: #fff;
}
.section-yc.section-yc-apply-detail .second-title-btn{
    margin-top: 0rem;
}
.section-yc .bdc-major-btn,
.section-yc .major-bg-color {
    background-color: #337af0!important;
}

.section-yc #sfxx .text-title, 
.section-yc .sfxx .text-title{
    background-color: #f0f1f4;
    color: #000;
    font-size: 0.8rem;
    font-weight: bold;
}
.section-yc.section-yc-apply-detail .btn-center{
    text-align: center;
}
.section-yc .house-content{
    padding: 0 0.5rem;

}
/* 缴费纳税页面 */
.section-yc-window.file-tax-info > .bdc-container{
    margin-top: 0rem !important;
}
.section-yc.file-tax-info .section-content{
    margin-left: 0rem;
    padding-top: 0rem;
}
.section-yc.file-tax-info .section-content .section-list{
    padding: 0 0.5rem;
}
.section-yc.file-tax-info .layui-form-item .layui-inline{
    margin-bottom: 0.5rem;
}
.section-yc .layui-layer-iframe .layui-layer-btn{
    padding: 0.5rem 0;
}
.section-yc .layui-layer-iframe .layui-layer-content{
    padding: 0;
}
.section-yc .layui-form-item .layui-input-inline{
    margin-right: 0rem;
}
.section-yc-window.file-tax-info .btn-center{
    position: relative;
    text-align: center;
    box-shadow: none;
}
 /* 公众号 */
 .section-yc-window .gzh {
    width: 11rem;
    text-align: center;
    line-height: 1rem;
 }


 /* 视频办页面适配 */
.spb-body .bdc-container, 
.spb-body .section, 
.spb-body .main-content, 
.spb-body .main {
    margin: .5rem 0rem;
}

.spb-body {
    zoom: 0.94;
}

.spb-body{
    min-width: 0rem!important;
}

.spb-body .section .section-title{
    position: relative;
}

.spb-body .section .section-title button{
    position: absolute;
    right: 0rem;
    top: .15rem;
    background: #1d87d1;
    color: #ffffff;
    border: .25rem;
}
.spb-body .header,
.spb-body .footer {
    display: none!important;
}
.spb-back-btn {
    display: none;
}
.spb-body .spb-back-btn {
    display: inline-block;
}

/* 长者模式样式 */
.elderly-mode {
    position: absolute;
    right: 1rem;
    top: 0.5rem;
    color: #fff;
    font-size: 0.8rem;
    margin-right:0.8rem;
}
.layui-form.elderly-mode {
    background-color: transparent;
}
.elderly-mode .layui-form-item {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.elderly-mode .layui-input-block {
    margin-left: 0;
}
.elderly-mode .layui-form-item .layui-form-label {
    color: #fff;
    line-height: 1rem;
}
.section-yc-window .elderly-mode .layui-form-item .layui-form-label {
    color: #333;
    line-height: 1rem;
}
.elderly-mode .layui-form-onswitch {
    border-color: #1d87d1;
    background-color: #fff;
}
.elderly-mode .layui-form-onswitch i {
    background-color: #1d87d1;
} 
.elderly-mode .layui-form-onswitch em {
    color: #1d87d1!important;
}
.elderly-mode .layui-form-switch {
    line-height: 1rem;
}
.section-yc-window .elderly-mode  {
    position: absolute;
    left: -180px;
    top: -15px;
    color: #333;
    font-size: 0.8rem;
    display: flex;
}
.elderly-mode .layui-form-item{
    width:8rem;
}
.elderly-mode .layui-form-item .layui-input-block>div {
    min-width: 2rem;
    margin-top: 0;
}

.elderly-mode .layui-form-item .layui-form-label {
    height: auto;
}
.elderly-mode .layui-form-item .layui-input-block {
    min-height: auto;
}

.section-yc-nostep.section-yc-window > .bdc-container {
    width: 91%!important;
    margin: 4rem auto 0!important;
    background-color: #fff;
}
.section-yc-nostep.section-yc-window .layui-form-item .layui-input-inline {
    width: 20.5rem;
}
.section-yc-nostep.section-yc-window .layui-form-item .width-190 {
    width: 20.5rem!important;
}
.section-yc-nostep.section-yc-window .bdc-data-table .width-280 {
    width: 32rem!important;
}
.section-yc .layui-layer-content .section-content {
    margin-left: 0;
    padding: 0.5rem;
}
.section-yc .layui-layer-title{
    font-size: .8rem;
}
/* 智能问答 */
#znwd.section-yc{
    font-family: Microsoft YaHei,Avenir,Helvetica,Arial,sans-serif;
}
#znwd.section-yc .header{
    padding: 0 0.5rem;
    box-sizing: border-box;
}
#znwd.section-yc-window .header .header-inner{
    padding: 0px;
}
#znwd.section-yc-window > .bdc-location{
    position: fixed;
    top: 3.5rem;
    z-index: 99;
    height: 2.4rem;
    line-height: 2.4rem;
    background: #fff;
    margin-top: 0rem !important;
    width: 100%;
    border-top: 0.05rem solid #dcdfe6;
    /* padding: 0.5rem; */
    border-bottom: 0.05rem solid #ddd;
    box-sizing: border-box;
    font-size: .8rem;
    padding: 0 0.5rem;
}
#znwd.section-yc-window .bdc-location img{
    width: 20px;
}
#znwd.section-yc-window .layui-breadcrumb{
    font-size: .8rem!important;
    font-weight: 400!important;
}
#znwd.section-yc-window > .bdc-location + .bdc-container{
    background: #fff;
    width: 100% !important;
    padding: 0.5rem 7.5rem;
    box-sizing: border-box;
    margin: 0;
    margin-top: 6rem !important;
}
.section-yc-window .dropdown{
    font-size: .7rem;
}
#znwd.section-yc-window .bdc-location a, #znwd.section-yc-window .bdc-location span{
    font-size: .8rem;
}
#znwd.section-yc-window > .bdc-location,
#znwd.section-yc-window .bdc-location span:last-child a:last-child cite{
    color: #606266!important;
}
#znwd.section-yc-window .layui-icon-right{
    color: #C0C4CC;
    margin-left: 0.25rem;
}
.section-yc-one-window-detail.section-yc-window {
    width: 90%;
    margin: 0.5rem auto 0;
}
.section-yc-one-window-detail.section-yc-window .section .section-container {
    width: 100%;
}
.section-yc-one-window-detail.section-yc-window > .bdc-container {
    background-color: #fff;
    padding: 0.5rem;
    box-sizing: border-box;
}

.section-yc-window .layui-layer-btn .layui-layer-btn0 {
    border-color: #337af0 !important;
    background-color: #337af0 !important;
} 
.jiucuo img {
    cursor: pointer;
    border: 1px solid transparent;
 }
 .jiucuo img:hover{
    border: 1px solid #337af0;
 }