html,
body {
    background-color: #f5f5f5;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #5473e8;
}

a:hover {
    color: #3e61e5;
}

.g-main {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.content {
    background-color: #fff;
    padding: 20px 40px;
    box-shadow: 4px 0 30px rgba(49, 120, 228, 0.3);
    -webkit-box-shadow: 4px 0 30px rgba(49, 120, 228, 0.3);
    -moz-box-shadow: 4px 0 30px rgba(49, 120, 228, 0.3);
}

@font-face {
    font-family: fzchs;
    src: url("../fonts/FZCHSJ.ttf");
}

.text-red {
    color: #f14141;
}

.btn-primary {
    background-color: #5473e8;
    border-color: #5473e8;
}

.btn-primary:hover {
    background-color: #3e61e5;
    border-color: #3e61e5;
}

.form-control,
.btn {
    border-radius: 0;
}

.form-control {
    height: 42px;
}

.btn {
    padding: 10px 12px;
}

.header-banner {
    background: url(../img/headbanner.png) center no-repeat;
    height: 130px;
    margin-bottom: 25px;
    padding-top: 30px;
    color: #fff;
    font-size: 16px;
}

.header-banner .header-title {
    font-size: 40px;
    color: #fff;
    font-family: fzchs;
    position: relative;
    padding-top: 10px;
    text-shadow: 0 3px 0 #011775;
}

.input-201906261001 {
    width: 350px;
}

.input-201906261001 .input-group {
    margin-top: 5px;
}

.input-201906261001 .input-group .form-control,
.input-201906261001 .input-group .btn {
    height: 44px;
    border: 0;
}

.input-201906261001 .input-group .form-control .search-btn,
.input-201906261001 .input-group .btn .search-btn {
    background: url(../img/search.png) no-repeat;
    background-position: 0 0;
    height: 20px;
    width: 20px;
    display: inline-block;
}

.input-201906261001 .input-group .form-control .search-btnblue,
.input-201906261001 .input-group .btn .search-btnblue {
    background-position: 0 -20px;
}

.input-lightblue .input-group {
    background-color: #f4f7fa;
    border: 1px solid #c8d5e1;
}

.input-lightblue .input-group .form-control,
.input-lightblue .input-group .btn {
    background-color: transparent;
    box-shadow: none;
}

.query-criteria {
    border-bottom: 2px solid #5473e8;
    margin-bottom: 20px;
}

.query-criteria > li + li {
    border-top: 1px solid #ebebeb;
}

.query-criteria > li {
    padding: 15px 10px;
    display: table;
    width: 100%;
}

.query-criteria > li .query-name {
    width: 115px;
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    color: #7b7a7a;
}

.query-criteria > li .query-body {
    font-size: 16px;
}

.query-criteria > li .query-body a {
    color: #333;
    font-size: 16px;
}

.query-criteria > li .query-body .form-control {
    font-size: 16px;
    width: 300px;
    height: 42px;
}

.query-criteria > li .query-body .list-btn > li > .btn {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    margin: 5px 0;
}

.query-criteria > li .query-body .list-btn > li.active > .btn {
    color: #5473e8;
    border-color: #5473e8;
}

.query-criteria > li .query-body .list-btn > li.active > .btn:after {
    content: " ";
    position: absolute;
    background: url(../img/stage-active1.png) no-repeat;
    top: 0;
    right: 0;
    height: 26px;
    width: 29px;
}

.list-stage {
    margin-left: 0;
}

.list-stage > li {
    position: relative;
    height: 100px;
    width: 180px;
    background-color: #fff;
    border: 1px solid #ddd;
    text-align: center;
    padding: 10px;
    transition: all 0.5s ease;
    overflow: hidden;
}

.list-stage > li::before {
    content: " ";
    position: absolute;
    background: url(../img/stagebg.png) center no-repeat;
    width: 28px;
    height: 41px;
    left: 0;
    bottom: 0;
}

.list-stage > li .stage-title {
    font-size: 16px;
    transition-duration: 0.3s;
    transition-property: margin;
}

.list-stage > li + li {
    margin-left: 15px;
}

.list-stage .stage-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
    left: 0;
    margin-left: 0;
    font-size: 14px;
    display: none;
}

.list-stage .stage-bottom > li {
    height: 40px;
    line-height: 40px;
}

.list-stage .stage-bottom > li a {
    color: #fff;
}

.list-stage .stage-bottom > li + li {
    border-left: 1px solid #5473e8;
}

.list-stage > li.active,
.list-stage > li:hover {
    cursor: pointer;
    background-color: #5473e8;
    border-color: #fff;
}

.list-stage > li.active .stage-icon,
.list-stage > li:hover .stage-icon {
    display: none;
}

.list-stage > li.active .stage-bottom,
.list-stage > li:hover .stage-bottom {
    display: block;
}

.list-stage > li.active .stage-title,
.list-stage > li:hover .stage-title {
    color: #fff;
}

.list-stage > li.active:after {
    content: " ";
    position: absolute;
    background: url(../img/stage-active.png) no-repeat;
    top: 1px;
    right: 1px;
    height: 26px;
    width: 29px;
}

.items-heading {
    margin-bottom: 15px;
}

.items-heading h4 {
    font-size: 20px;
    color: #5473e8;
    margin-top: 15px;
}

.items-heading .form-control,
.items-heading .btn {
    height: 42px;
}

.table > tbody > tr > th,
.table > thead > tr > th,
.table > tbody > tr > td,
.table > thead > tr > td {
    padding: 10px 8px;
    vertical-align: middle;
    border-bottom-width: 1px;
}

.table > thead > tr > td {}

.table-201906261239 > tbody > tr:nth-of-type(even) {
    background-color: #f6f6f6;
}

.table-201906261239 > tbody > tr > th,
.table-201906261239 > thead > tr > th,
.table-201906261239 > tbody > tr > td,
.table-201906261239 > thead > tr > td {
    border-top: 0 !important;
}

.bg-matter {
    background-color: #ff6c00;
    padding: 5px;
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
}

.list-matter > li {
    position: relative;
    padding: 0 10px;
}

.list-matter > li > a {
    color: #0574fe;
    cursor: pointer;
}

.list-matter > li + li:before {
    content: " ";
    position: absolute;
    height: 14px;
    width: 1px;
    background-color: #cdcdcd;
    top: 50%;
    margin-top: -7px;
    left: 0;
}

.operation-btn > li {
    position: relative;
}

.operation-btn > li + li {
    padding-left: 20px;
}

.operation-btn > li .btn {
    font-size: 16px;
    padding: 10px 15px;
    min-width: 174px;
}

.operation-btn > li .list-selected {
    display: none;
    height: 330px;
    width: 475px;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    text-align: left;
    position: absolute;
    background-color: #fff;
    top: -330px;
    left: -140px;
    overflow: auto;
}

.operation-btn > li .list-selected .panel-heading {
    border-bottom: 1px solid #ddd;
}

.operation-btn > li .list-selected .panel-heading .panel-title {
    color: #5473e8;
}

.operation-btn > li:hover .list-selected {
    display: block;
}

.btn-line-default {
    border: 1px solid #5473e8;
    color: #5473e8;
}

.label-red {
    background-color: #f14141;
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
    font-weight: normal;
    height: 18px;
    width: 18px;
    line-height: 18px;
    display: inline-block;
}

.head-title {
    border-bottom: 2px solid #5d77e0;
    padding-bottom: 10px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.head-title strong {
    vertical-align: middle;
    display: inline-block;
}

.tabpages {
    margin-bottom: 20px;
}

.tabpages .nav {
    margin-bottom: 18px;
}

.tabpages .nav > li > a {
    border-radius: 0;
    background-color: #edf1ff;
    border: 1px solid #5473e8;
    font-size: 16px;
    color: #333;
    margin-left: -1px;
    padding: 15px;
}

.tabpages .nav > li.active > a {
    background-color: #5473e8;
    color: #fff;
}

.tabpages .tab-content {
    border: 1px solid #ddd;
    min-height: 210px;
}

.steps {
    margin-left: 0;
    margin-bottom: 30px;
    overflow: hidden;
}

.steps > li {
    padding: 0;
    background: red;
    margin: 0;
    float: left;
}

.steps > li + li {
    padding-left: 126px;
    background: url(../img/arrow.png) 55px center no-repeat;
}

.steps > li .step-test {
    width: 184px;
    height: 65px;
    line-height: 65px;
    background-color: #f4f4f4;
    border: 1px solid #cdcdcd;
    font-size: 16px;
    vertical-align: middle;
    padding-left: 30px;
    position: relative;
    overflow: hidden;
}

.steps > li .step-test:after {
    content: "01";
    position: absolute;
    font-size: 48px;
    color: #a6a6a6;
    right: 0;
    font-weight: bold;
    bottom: -25px;
    font-style: italic;
    opacity: 0.15;
}

.steps > li .step-test i {
    font-size: 20px;
    vertical-align: middle;
    padding-right: 10px;
    color: #6e6e6e;
}

.steps > li.active .step-test {
    background-color: #5473e8;
    border-color: #5473e8;
    color: #fff;
}

.steps > li.active .step-test i {
    color: #fff;
}

.steps > li.active .step-test:after {
    color: #fff;
}

.steps > li .step1:after {
    content: "01";
}

.steps > li .step2:after {
    content: "02";
}

.steps > li .step3:after {
    content: "03";
}

.steps > li .step4:after {
    content: "04";
}

.alert {
    border-radius: 0;
    padding: 10px;
}

.alert.alert-danger {
    border: 1px solid #f6aeae;
    background-color: #ffeded;
    color: #333;
}

.file-item {
    margin-top: 8px;
}

.file-item li a {
    color: #ccc;
}

.file-item li span {
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: 249px;
    width: auto;
    padding-left: 25px;
    padding-right: 15px;
    /* background: url(../img/wordbg.png) left center no-repeat; */
    line-height: 21px;
    height: 21px;
    vertical-align: middle;
}

.file-item li:hover {
    background-color: #eee;
}

.declare-success {
    font-size: 24px;
    color: #5473e8;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 20px;
}

.declare-success i {
    font-size: 35px;
    vertical-align: middle;
    color: #00b558;
    padding-right: 10px;
}

.declare-title {
    font-size: 16px;
    margin: 15px 0;
}

.text-register {
    text-decoration: underline;
    color: #5473e8;
}

.table-form > thead > tr > th,
.table-form > thead > tr > td {
    border: 0;
}

.table-form > tbody > tr > th,
.table-form > tbody > tr > td {
    border: 0;
}

.modal-preview .modal-lg {
    width: 1005px;
}

.modal-preview .modal-content {
    border-radius: 0;
}

.modal-preview .modal-content .modal-header {
    background-color: #5473e8;
}

.modal-preview .modal-content .modal-header .close {
    color: #fff;
    opacity: 0.65;
}

.modal-preview .modal-content .modal-header .modal-title {

    color: #fff;
}

.modal-preview .modal-content .modal-body {
    padding: 15px 40px 30px 40px;

}

.modal-preview .modal-content .modal-body h4 {
    padding-bottom: 10px;
    border-bottom: 1px solid #cdcdcd;
}

.modal-preview .modal-content .modal-body .list-material li {
    padding: 15px 30px;
}

.list-group-201906270957 .list-group-item {
    border: 0;
}

.blue {
    color: #3eb2e5;
}

.green {
    color: #08c600;
}

.box {
    border: solid 1px #3e61e5;
    padding: 30px;
    background-color: rgba(62, 97, 229, 0.08)
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-3 {
    margin-bottom: 30px;
}

.item-table table tbody tr td {
    padding: 5px;
}

.item-time {
    padding-right: 50px;
}

.item-time p {
    color: #666;
}

.item-line {
    width: 15px;
    height: 15px;
    border-radius: 7px;
    border: 1px solid #3e61e5;
    margin-left: 165px;
}

.item-line:after {
    content: '';
    width: 1px;
    height: 100%;
    background: #3e61e5;
    display: block;
    position: absolute;
    top: 15px;
    left: 172px;
}

.progress-content {
    position: relative;
}

.progress-content .panel {
    border-radius: 0px;
}

.f16 {
    font-size: 16px;
}
.f16-important{
    font-size: 16px !important;
	font-weight: bold;
}
.f14 {
    font-size: 14px;
}

.rerun {
    position: relative;
    top: 5px;
}

.guide-top{
    width: 100%;
    height: auto;
    height: 385px;
    /*background:rgba(118,142,237,0.1);*/
    /*background-color: #f1f3fd;*/
    background-color: #ffffff;
    box-shadow: 4px 0 30px rgba(74,90,154,0.18);
    -webkit-box-shadow: 4px 0 30px rgba(74,90,154,0.18);
    -moz-box-shadow: 4px 0 30px rgba(74,90,154,0.18);
    border-radius:4px 4px 4px 4px;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}
.blsp_bg_gery {
    height: 210px;
    width: 100%;
    background-color: #f1f3fd;
    position: absolute;
    top: 175px;
}
.wssb-top-left {
    height: 100%;
    min-height: 385px;
    float: left;
    background: url("../img/index_left_bg.png") no-repeat;
    z-index: 20;
    position: relative;
}
.wssb-top-left .wssb-top-left-title{
    font-size: 29px;
    font-weight: bold;
    color: #fff;
    line-height: 46px;
    letter-spacing: 4px;
    font-style: italic;
    display: block;
    margin-top: 80px;
    margin-left: 50px;
    text-shadow: 0 3px 0 rgba(0,0,255,.4);
    -moz-transform: skew(8deg,0deg);
    -webkit-transform: skew(8deg,0deg);
    -ms-transform: skew(8deg,0deg);
    -o-transform: skew(8deg,0deg);
}

.wssb-top-left .wssb-top-left-type{
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    line-height: 46px;
    letter-spacing: 4px;
    font-style: italic;
    display: block;
    margin-top: 25px;
    margin-left: 50px;
    text-shadow: 0 3px 0 rgba(0,0,255,.4);
    -moz-transform: skew(8deg,0deg);
    -webkit-transform: skew(8deg,0deg);
    -ms-transform: skew(8deg,0deg);
    -o-transform: skew(8deg,0deg);
}

.blsp_tab0723 {
    position: absolute;
    z-index: 22;
    left: 301px;
    top: 68px;
}
.zftz_tab {
    background: url("../img/zftz.png") no-repeat;
    width: 128px;
    height: 128px;
    position: relative;
    left: 81px;
    cursor: pointer;
}
.zftz_tab.active{
    background: url("../img/zf-active.png") no-repeat;
}
.qytz_tab.active{
    background: url("../img/qy-active.png") no-repeat;
}
.qytz_tab {
    background: url("../img/qytz.png") no-repeat;
    width: 128px;
    height: 128px;
    position: relative;
    cursor: pointer;
}
.guide-top-right{
    min-height: 385px;
    float: left;
}
.gtr-rimg{
    float: right;
}
.gtr-select-xmss{
    width: 500px;
    float: right;
    height: 52px;
    margin-top: 80px;
}
.gtr-select-xmss-title{
    display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 52px;
}
.gtr-select-xmss-info{
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 325px;
    color: #cccccc;
    vertical-align: middle;
    text-align: left;
    user-select: none;
    -webkit-touch-callout: none;
}
.gtr-xmjd{
    width: 700px;
    margin-top: 205px;
    z-index: 30;
    position: absolute;
    height: 150px;
    overflow: hidden;
}
.gtr-xmjd-title{
    display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
}
.gtr-xmjd-list ul li{
    float: left;
    margin: 0 5px;
    text-align: center;
    cursor: pointer;
}
.gtr-xmjd-list ul li span {
    display: block;
    line-height: 50px;
    font-size: 14px;
    font-weight: bold;
}
.gtr-xmjd-list ul li a:hover {
    color: #5472e9;
    text-decoration: none;
}
.xmjd-li-info-img{
    width: 101px;
    height: 96px;
}
.xmjd li .xmjd-li-info-img.lxyd{
    background: url(../img/lxyd-icon.png) no-repeat;
}
.xmjd li.active .xmjd-li-info-img.lxyd{
    background: url(../img/lxyd-icon1.png) no-repeat;
}

.xmjd li .xmjd-li-info-img.gcjsxk{
    background: url(../img/gcjsxk-icon.png) no-repeat;
}
.xmjd li.active .xmjd-li-info-img.gcjsxk{
    background: url(../img/gcjsxk-icon1.png) no-repeat;
}

.xmjd li .xmjd-li-info-img.sgxk{
    background: url(../img/sgxk-icon.png) no-repeat;
}
.xmjd li.active .xmjd-li-info-img.sgxk{
    background: url(../img/sgxk-icon1.png) no-repeat;
}

.xmjd li .xmjd-li-info-img.jgys{
    background: url(../img/jgys-icon.png) no-repeat;
}
.xmjd li.active .xmjd-li-info-img.jgys{
    background: url(../img/jgys-icon1.png) no-repeat;
}

.xmjd li .xmjd-li-info-img.bxtj{
    background: url(../img/bxtj-iocn.png) no-repeat;
}
.xmjd li.active .xmjd-li-info-img.bxtj{
    background: url(../img/bxtj-iocn1.png) no-repeat;
}

/*折叠图标*/
.treeTable-icon .layui-icon-triangle-d:before {
    content: "\e623";
}
.open .treeTable-icon .layui-icon-triangle-d:before {
    content: "\e625";
}
.zd-textTh{
    color: #333;
    font-weight: bold !important;
}
.table-201906261239 > tbody > tr:nth-of-type(even) {
    background-color: #fff;
}

td.litd:hover{
    background-color: #f2f2f2;
}

.guide-top-right .gtr-xmlx{
    width: 580px;
    margin-top: 15px;
    margin-left: 35px;
    z-index: 30;
    position: absolute;
    height: 160px;
    overflow: hidden;
}
.guide-top-right .gtr-xmlx-title {
    display: block;
    font-size: 16px;
    font-weight: bold;
}
.guide-top-right .xmlx{
    overflow: hidden;
    text-align: center;
    height: 120px;
}
.guide-top-right .xmlx .xmlx-li {
    width: 90px;
    padding: 8px;
    background: #fff;
    border: 2px dashed rgba(118,142,237,1);
    float: left;
    margin-right: 5px;
    cursor: pointer;
}
.guide-top-right .xmlx-li .xmlx-li-info {
    background: #E3E9FF;
    width: 100%;
}

.guide-top-right .xmlx .xmlx-li .xmlx-li-info-img.xxgcl{
    background: url("../img/online/xmlx-1.png") no-repeat center;
}
.guide-top-right .xmlx .xmlx-li.active .xmlx-li-info-img.xxgcl{
    background: url("../img/online/xmlx-1-1.png") no-repeat center;
}
.guide-top-right .xmlx .xmlx-li .xmlx-li-info-img.fwjzl{
    background: url("../img/online/xmlx-2.png") no-repeat center;
}
.guide-top-right .xmlx .xmlx-li.active .xmlx-li-info-img.fwjzl{
    background: url("../img/online/xmlx-2-1.png") no-repeat center;
}

.guide-top-right .xmlx .xmlx-li .xmlx-li-info-img.ybshtz{
    background: url("../img/online/xmlx-3.png") no-repeat center;
}
.guide-top-right .xmlx .xmlx-li.active .xmlx-li-info-img.ybshtz{
    background: url("../img/online/xmlx-3-1.png") no-repeat center;
}
.guide-top-right .xmlx .xmlx-li .xmlx-li-info-img.xxshtz{
    background: url("../img/online/xmlx-5.png") no-repeat center;
}
.guide-top-right .xmlx .xmlx-li.active .xmlx-li-info-img.xxshtz{
    background: url("../img/online/xmlx-5-1.png") no-repeat center;
}
.guide-top-right .xmlx .xmlx-li .xmlx-li-info-img.dfacryd{
    background: url("../img/online/xmlx-4.png") no-repeat center;
}
.guide-top-right .xmlx .xmlx-li.active .xmlx-li-info-img.dfacryd{
    background: url("../img/online/xmlx-4-1.png") no-repeat center;
}

.guide-top-right .xmlx .xmlx-li .xmlx-li-info-img.czljgz{
    background: url("../img/online/gz1-1.png") no-repeat center;
}
.guide-top-right .xmlx .xmlx-li.active .xmlx-li-info-img.czljgz{
    background: url("../img/online/gz1-1-1.png") no-repeat center;
}

.guide-top-right .xmlx .xmlx-li .xmlx-li-info-img.czljjz{
    background: url("../img/online/gz2-1.png") no-repeat center;
}
.guide-top-right .xmlx .xmlx-li.active .xmlx-li-info-img.czljjz{
    background: url("../img/online/gz2-1-1.png") no-repeat center;
}

.guide-top-right .xmlx .xmlx-li .xmlx-li-info-img.gycc{
    background: url("../img/online/cc-1.png") no-repeat center;
}
.guide-top-right .xmlx .xmlx-li.active .xmlx-li-info-img.gycc{
    background: url("../img/online/cc-1-1.png") no-repeat center;
}
.guide-top-right .xmlx-li-info .xmlx-li-info-img {
    width: 100%;
    height: 60px;
}
.guide-top-right .xmlx-li .xmlx-li-info .xmlx-li-title {
    padding: 0 8px 8px;
    height: 40px;
    font-size: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.guide-top-right .xmlx .xmlx-li.active .xmlx-li-info {
    background: #4865D8;
    color: #fff;
}

.eg-top-info{
    padding: 0;
    margin: 0;
    width: 100% !important;
}
.eg-top-info a:hover {
    color: #5472e9;
    text-decoration: none;
}
.eg-top-info .breadcrumb{
    width: 70%;
    float: left;
    background: none;
    padding-left: 0;
    margin: 0;
    padding: 15px 0;
}
.eg-top-back{
    float: right;
    width: 30%;
}
.eg-top-back a{
    float: right;
    margin-right: 20px;
    background: #0B74F5;
    color: #fff;
    padding: 6px 30px;
    border-radius: 4px;
    margin-top: 7px;
}
.eg-top-back a:hover{
    color: #fff;
}

/*材料库tab页*/
#FileLibraryDiv .layui-tab-card>.layui-tab-title{
    background: #fff;
    height: auto;
}
#FileLibraryDiv .layui-tab-card>.layui-tab-title li {
    font-size: 16px;
    padding: 16px 20px;
    margin-bottom: -1px;
    line-height: initial;
}
#FileLibraryDiv .layui-tab-card>.layui-tab-title .layui-this:after {
    border-top: 3px solid #0173c7;
    height: 100%;
}
#layuiFileLibrary0{
    height: auto !important;
}
.demo4-class .layui-layer-btn .layui-layer-btn0 {
    padding: 6px 12px;
}
.demo4-class .layui-layer-btn a {
    padding: 6px 12px;
}
#FileLibraryDiv .layui-form-checkbox[lay-skin=primary] {
    padding-left: 0;
}

.busi-form-tools {
    margin: 10px 0;
    text-align: right;
}
.btn-form-print {
    border: none;
    padding: 5px 10px;
    min-width: 60px;
}