/*公共样式*/
/*input框*/
/*.layui-input{*/
/*height:30px;*/
/*}*/
/*图标与按钮*/
.arrow_icon{
    margin-right:5px;
}
.searchBtn{
    background-color: #257CD3;
}
.addBtn{
    background-color: #00CC66
}
.fa{
    margin-right:4px;
}
.fa-location-arrow{
    color:#257CD3;
}
/*.fa-location-arrow.AwardPoints{*/
/*color:red;*/
/*}*/
td .layui-btn,.layui-btn.choiceBtn{
    padding:0px 2px;
    height:20px;
    line-height: 20px;
    background-color: #F2F2F2;
    color: #00ADF5;
}
td .layui-btn.editBtn,td .layui-btn.reviewBtn,.layui-btn.detailsBtn{
    background-color: #fff;
    color:#0A69DE;
    /*border:1px solid #3C89D7;*/
}
td .layui-btn.deleteBtn{
    /*background-color: #fff;*/
    color:#FF6666;
    /*border:1px solid #FF6666;*/
}
.fa-trash{
    color:#FF6666;
}
.fa-circle{
    font-size:8px;
}
/*.left_menu{*/
    /*background-color:#0049cc;*/
/*}*/
.left_menu{
    padding-left: 10px;
    background-color:#0049cc!important;
}
.left_menu .layui-nav-item > a{
    background-color:#0049cc!important;
    color: #FFF!important;
}
.left_menu .layui-nav-item > a > .layui-nav-more{
    border-top-color: #FFF;
}
.left_menu .layui-nav-item > #draw_back{
    border:none;
}
.left_menu .layui-nav-item > #draw_back .fa{
    color: #FFF!important;
}
.left_menu .layui-nav-itemed {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
}
.left_menu .layui-nav-itemed > a{
    background-color:#fff!important;
    color: black!important;
}
/*.left_menu .layui-nav-itemed > a > .layui-nav-more{*/
    /*border-top-color: black;*/
/*}*/
.left_menu .layui-this > a{
    background-color:#fff!important;
    color: black!important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
}
/*侧边栏*/
/*.left_menu .layui-nav-item>a:hover,.left_menu .layui-nav-itemed .layui-nav-child a:hover{*/
    /*color:#E0EDFF !important;*/
/*}*/
.left_menu .layui-nav-itemed .layui-nav-child a{
    padding-left: 27%;
    font-size:12px;
}
.left_menu .layui-nav-item>a{
    /*font-weight:bold;*/
}
/*平台首页*/
/*平台首页-企业排名*/
.rankTitle{
    height:24px;
    border-bottom:1px solid  #E4E4E4;
}
.rankTitle .companyName{
    float:left;
}
.rankTitle .rank{
    float:right;
    margin-right: 30px;
}
.layui-card{
    overflow: hidden;
    position:relative;
    /*box-shadow: rgba(0, 0, 0, 0.35) 5px 5px 5px;*/
}
.scrollUl{
    /*position:absolute;*/
    height:100%;
    top:75%;
    width:92%;
    overflow: hidden;
}
.firstTopList,.secondTopList{
    position:relative;
    animation:mymove 10s infinite;
    -webkit-animation:mymove 10s infinite; /*Safari and Chrome*/
}
.firstList,.secondList{
    position:relative;
    animation:toggle 10s infinite;
    -webkit-animation:toggle 10s infinite; /*Safari and Chrome*/
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
}
@keyframes mymove
{
    from {top:0px;}
    to {top:-288px;}
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
    from {top:0px;}
    to {top:-288px;}
}
@keyframes toggle
{
    from {top:0px;}
    to {top:-288px;}
}

@-webkit-keyframes toggle /*Safari and Chrome*/
{
    from {top:0px;}
    to {top:-288px;}
}
.scrollList li{
    line-height:345%;
    width:100%;
}
.scrollList li span{
    float:right;
}
/*.removeList{*/
/*display:none;*/
/*}*/
.fixPart{
    position:fixed;
    bottom:-25%;
    right:0;
    width:15%;
    height:25%;
    background-color: #fff;
    animation:Slide 2s;
    -webkit-animation:Slide 2s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
@keyframes Slide
{
    from {bottom:-25%;}
    to {bottom:0%;}
}
@-webkit-keyframes Slide /*Safari and Chrome*/
{
    from {bottom:-25%;}
    to {bottom:0%;}
}
.fixPart2{
    animation:Slide2 1s;
    -webkit-animation:Slide2 1s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
@keyframes Slide2
{
    from {bottom:0%;}
    to {bottom:-25%;}
}
@-webkit-keyframes Slide2 /*Safari and Chrome*/
{
    from {bottom:0%;}
    to {bottom:-25%;}
}
.fixPart_title{
    width:100%;
    height:20%;
    background-color: #338FD7;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-style: normal;
    color: #FFFFFF;
}
.fixPart_title p:nth-child(1){
    float:left;
    padding-left:5px;
}
.fixPart_title p:nth-child(2){
    float:right;
    padding-right:5px;
    cursor:pointer;
}
.fixPart_content{
    padding-left:5px;
}
.fixPart_content span{
    color:red;
}
.fixPart_content li{
    margin-top:5px;
}
/*标段信息登记表单*/
.layui-form-item .layui-input-inline{
    float:right;
}
.standardForm .layui-form-item{
    clear: none;
    margin: 0 -1px;
    padding: 5px 10px;
    border: 1px solid #cccccc;
}
.innerForm .layui-form-item{padding: 0px;}
/*.standardForm .layui-input-block{*/
/*padding-top:6px;*/
/*}*/
.formbtns{
    /*margin-top: 5px;*/
    margin-left:0px;
}
.standardForm  .form_btn{
    border: none;
}
/*标段信息登记表格*/
.layui-table{
    margin:0;
    border-top:2px solid #3C89D7;
    text-align: center;
    table-layout: fixed;
}
.layui-table th{
    text-align: center;
}
.layui-table td, .layui-table th{
    padding:5px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-clip:padding-box;
    position: relative;
}
input::-ms-clear{
    display: none;
}

.layui-table .toLeft{
    padding-left:10px;
}

.layui-table td:last-child{
    width:10%;
}
.layui-table td:nth-child(3),.layui-table td:nth-child(6),.layui-table td:nth-child(7){
    /*width:15%;*/
    /*overflow:hidden;*/
    /*text-overflow:ellipsis;*/
    /*white-space:nowrap*/
}
.layui-table tbody tr:nth-child(even){
    background-color: #F5FAFF;
}
/*分页*/
.thePage{
    margin:0px 20px 20px 20px;
    background-color: #fff;
    padding:10px;

}
.articlePages .rightPages span span.nowPage{
    background-color: #0A69DE;
    color:#fff;
}
.articlePages{
    width:100%;
    color:#777777;
}
.articlePages button{
    display:inline-block;
    outline:none;
    border:1px solid #BECCDC;
    background-color: #fff;
    color:#188AE2;
    width:40px;
    height:25px;
    border-radius:5px;
}
.articlePages .rightPages span{
    display:inline-block;
}
.articlePages .rightPages span span{
    display:inline-block;
    border:1px solid #BECCDC;
    background-color: #fff;
    color:#188AE2;
    width:25px;
    height:25px;
    border-radius:5px;
    text-align: center;
    margin-right:10px;
    margin-bottom:5px;
    line-height:25px;
    cursor:pointer;
}
.articlePages .rightPages label{
    margin-left:10px;
    margin-right:5px;
}
.articlePages .rightPages input{
    width:30px;
}
.articlePages .rightPages{
    float:right;
}
.articlePages .leftPages{
    float:left;
}
.articlePages .leftPages i{
    color:#188AE2;
    font-style: normal;
}
.nowPage{
    background-color:#0A69DE
}
/*弹出层样式*/
.littlePage{
    display:none;
    height: 100%;overflow: auto;
}
.innerForm .layui-input{
    width:98%;
}
.specialInput label{
    width:90px;
}
.specialInput input{
    /*width:95%;*/
}
.innerForm .inlineInput{
    width:67%;
    display:inline-block;
}
.innerForm .speacilBtn{
    padding:0px 4px;
    width:40px;
    height: 24px;
    margin-top: 6px;
    line-height:24px;
    margin-left: 18%;
}
.innerForm .layui-form-label{
    padding:9px 0px;
    width:160px;
    background-color: #F2F2F2;
    font-size: 13px;
    color: #333333;
    border-right: 1px solid #ccc;
}
.innerForm .layui-form-label span{
    color:red;
}
.innerForm .layui-btn,td .layui-btn.chooseBtn,td .layui-btn.viewBtn{
    background-color: #F2F2F2;
    color:#0A69DE;
}
.ldSelect.first_ldSelect{
    margin-left: 4px;
}
.location{
    margin-left: 4px;
    margin-top: 5px;
}
.layui-layer-title{
    border-bottom:2px solid #1DA7F7;
    margin-bottom:5px;
}
.firstPart,.secondPart,.thirdPart{

}
.thirdPart{
    margin-bottom:0px;
}
.innerForm .layui-input-block{
    margin-left: 164px;
}
.innerForm .layui-form-item{
    border-bottom:1px solid #ccc;
    border-right:1px solid #ccc;
    margin-bottom:-1px;
}
/*第二层弹窗选择*/
.projectChoose{
    display:none;
}
/*审核奖项申报第一层弹窗*/
.layui-table.AwardTable,.layui-table.reviewRecords{
    border:none;
    width:96%;
}
.layui-row.AwardContain{
    margin-left:4%;
    margin-bottom: 10px;
}
.layui-row.AwardContain span{
    color:#FF0000;
    font-weight: 100;
}
.layui-row.AwardContain i{
    margin-left:30px;
    font-style: normal;
}
.layui-row.AwardContain a{
    cursor:pointer;
    color:#0099FF;
}
.layui-table.AwardTable tr:nth-child(9){
    margin-top:10px;
}
.layui-table.AwardTable tr td:nth-child(1){
    text-align:right;
    padding-right:10px;
    background-color:#F2F2F2;
}

.layui-table.AwardTable tr td:nth-child(3){
    text-align:right;
    padding-right:10px;
    background-color:#F2F2F2;
}
.layui-table.reviewRecords tr:nth-child(1){
    background-color:#F2F2F2;
}
.layui-table.AwardTable tr td:nth-child(2){
    text-align:left;
    padding-left:10px;
}
.layui-table.AwardTable tr td:nth-child(4){
    text-align:left;
    padding-left:10px;
}

.layui-table.AwardTable tbody tr td{
    background-color: #fff;
}
.layui-table.reviewRecords tbody tr td{
    background-color: #fff;
}
.layui-form-radio{
    margin:0;
    padding:0;
}
.layui-table.AwardTable textarea{
    width:100%;
    border:none;
    resize:none;
}
.layui-table.AwardTable .line{
    margin-top:15px;
}
.ShowHide{
    display:none;
}
/*诚信库施工企业排名*/
.layui-form-label.rankLabel{
    padding:9px 0px;
    width:100px;
}
td.scores,td.innerScores{
    cursor:pointer;
    color:#5AABFF;
}
/*施工企业*/
.specialSpan{
    margin-left:20px;
}
.topLine{
    position:relative;
    width: 96%;
    height:20px;
    border-top:4px solid #749BD6;
    margin-top:15px;
}
.topLine p{
    position:absolute;
    width:20%;
    height:20px;
    top:0;
    left:0;
    top: -11px;
    left: 30px;
    background-color: #fff;
    padding-left: 15px;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #749BD6;
}
.enterpriseTitle{
    border-bottom:1px solid #ccc;
    width: 96%;
    text-align:center;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    padding-bottom:10px;
}
.enterpriseDetail{
    height:28px;
    line-height:28px;
    font-size:14px;
    color:#5E5E5E;
}
.enterpriseDetail>span{
    margin-left:20px;
}
.enterpriseDetail>span span{
    color:red;
}
.enterpriseContent{
    width:96%;
}
.enterpriseContent table{
    margin-bottom:15px;
}
/*项目信息登记页面*/
.projectInfoRecord tr td:nth-child(3){
    padding-left:8px;
}
.layui-btn.saveBtn{
    color: #33a3dc;
    border:1px solid #33a3dc;
    background-color: #fff;
}
.layui-btn.submitBtn{
    background-color: #33a3dc;
    color:#fff;
}
.layui-btn.closeBtn{
    color:#FF6666;
    border:1px solid #FF6666;
    background-color: #fff;
}
.innerForm .layui-input#address{
    margin-top:5px;
    /*width:91%;*/
}
.innerForm .layui-form-item.addressItem{
    min-height:38px;
}
.innerForm .layui-form-item.allarea{
    border-right:none;
}
.firstPart,.secondPart,.thirdPart{
    /*border-left: 1px solid #ccc;*/
    border-bottom: 1px solid #ccc;
    margin:5px;
}
.layui-form-select .layui-edge{
    right:4%;
}
.innerForm .layui-input-block{
    padding-top:4px;
}
.innerForm .layui-input-block{
    min-height:0px;
}
.innerForm .speacilBtn.locationBtn{
    margin-left:2%;
}
.innerForm,.innerForm input,textarea{
    font-size: 13px;
    color: #333333;
}
.innerForm input,textarea{
    border-color:rgba(201, 201, 201, 1);
}
.innerForm .layui-btn.firstBtn{
    margin-left: 0;
    margin-right: 35px;
}
/*项目信息登记*/
.proInfoRecord .layui-form-label{
    padding-left:0px;
    padding-right:0px;
    width:100px;
}
.standardForm .layui-form-item.Longlabel{
    margin-left: 30px;
}

/*查看附件开始 */
.scrolltab{position:relative;width:690px;margin:0 auto;}
.scrolltab .ulBigPic{width:568px;height:444px;padding:20px 60px 0;overflow:hidden;}
.scrolltab .ulBigPic li{width:568px;height:444px;display:none;}
.scrolltab .ulBigPic .liSelected{display:block;}
.scrolltab .ulBigPic img{border:1px solid #dedede;padding:2px;background-color:#fff;}
.scrolltab .ulBigPic .sPic{width:570px;float:left;overflow:hidden;}
.scrolltab .ulBigPic .sSideBox{width:290px;float:right;overflow:hidden;}
.scrolltab .sSideBox span{width:290px;display:block;overflow:hidden;}
.scrolltab .ulBigPic .sTitle{height:32px;line-height:32px;font-size:14px;font-weight:700;color:#333;}
.scrolltab .ulBigPic .sIntro{line-height:24px;color:#666;word-wrap:break-word;word-break:break-all;}
.scrolltab .ulBigPic .sMore{height:24px;line-height:24px;}
.scrolltab .ulBigPic .sMore a{color:#841;}
.scrolltab .ulBigPic .sTitle a{color:#333;}
.scrolltab .ulBigPic .sTitle a:hover{color:#840;}
.scrolltab .sLeftBtnA,.scrolltab .sLeftBtnASel,.scrolltab .sLeftBtnABan,.scrolltab .sRightBtnA,.scrolltab .sRightBtnASel,.scrolltab .sRightBtnABan{width:38px;height:86px;display:block;position:absolute;top:190px;background:url(../assets/img/bgArt.png) no-repeat;}
.scrolltab .sLeftBtnA,.scrolltab .sLeftBtnASel,.scrolltab .sRightBtnA,.scrolltab .sRightBtnASel{cursor:pointer;}
.scrolltab .sLeftBtnA,.scrolltab .sLeftBtnASel,.scrolltab .sLeftBtnABan{left:10px;}
.scrolltab .sLeftBtnA{background-position:-5px -2px;}
.scrolltab .sLeftBtnASel{background-position:-80px 0;}
.scrolltab .sLeftBtnABan{background-position:-161px 0;}
.scrolltab .sRightBtnA,.scrolltab .sRightBtnASel,.scrolltab .sRightBtnABan{right:10px;}
.scrolltab .sRightBtnA{background-position:-36px 0;}
.scrolltab .sRightBtnASel{background-position:-116px 0;}
.scrolltab .sRightBtnABan{background-position:-192px 0;}
.scrolltab .dSmallPicBox{width:688px;height:99px;position:relative;}
.scrolltab .dSmallPic{width:582px;height:93px;position:absolute;left:53px;top:0px;overflow:hidden;}
.scrolltab .dSmallPic ul{position:absolute;}
.scrolltab .dSmallPic li{width:90px;height:90px;border:1px solid #fff;padding:3px 2px 0;float:left;display:inline;cursor:pointer;overflow:hidden;}
.scrolltab .dSmallPic .sPic{width:88px;height:88px;display:block;}
.scrolltab .dSmallPic .sPic img{border:1px solid #ddd;padding:2px;}
.scrolltab .dSmallPic .sTitle{width:141px;height:30px;line-height:30px;display:block;text-align:center;color:#333;overflow:hidden;}
.scrolltab .dSmallPic .liSelected{border-color:#e9c184;}
.scrolltab .dSmallPic .liSelected .sPic img{border-color:#fff;}
.scrolltab .sLeftBtnB,.scrolltab .sLeftBtnBSel,.scrolltab .sLeftBtnBBan,.scrolltab .sRightBtnB,.scrolltab .sRightBtnBSel,.scrolltab .sRightBtnBBan{width:18px;height:37px;display:block;position:absolute;top:45px;background:url(../assets/img/bgArt.png) no-repeat;}
.scrolltab .sLeftBtnB,.scrolltab .sLeftBtnBSel,.scrolltab .sRightBtnB,.scrolltab .sRightBtnBSel{cursor:pointer;}
.scrolltab .sLeftBtnB,.scrolltab .sLeftBtnBSel,.scrolltab .sLeftBtnBBan{left:20px;}
.scrolltab .sLeftBtnB{background-position:0 -87px;}
.scrolltab .sLeftBtnBSel{background-position:-36px -87px;}
.scrolltab .sLeftBtnBBan{background-position:-73px -87px;}
.scrolltab .sRightBtnB,.scrolltab .sRightBtnBSel,.scrolltab .sRightBtnBBan{right:20px;}
.scrolltab .sRightBtnB{background-position:-16px -87px;}
.scrolltab .sRightBtnBSel{background-position:-52px -87px;}
.scrolltab .sRightBtnBBan{background-position:-88px -87px;}
ul.ulSmallPic  li .div {
    width: 90px;
    position: relative;
    z-index: 10;
    /* background: #000; */
    background: red;
    opacity: 0.5;
    -moz-opacity: 0.5;
    left: 5px;
    bottom: 47px;
    height: auto;
    float: left;
    text-align: center;
}

ul.ulSmallPic li .div .txt {
    float: left;
    height: auto;
    display: block;
    color: #FFF;
    overflow: hidden
}
.toLeft{
    text-align: left;
}
/*查看附件结束*/

/*弹出层*/
.layui-layer {overflow:hidden !important;}
/*首页*/
.index-page .layui-row{
    padding:0px;
}
.erp-anc-table.indexTable{
    width:100%;
    color:#333;
    font-size:14px;
}
.erp-anc-table.indexTable tr th, .erp-anc-table.indexTable tr td{
    font-size:14px;
}
.erp-anc-table.indexTable tr:nth-child(odd){
    background-color: #fff;
}
.erp-anc-table.indexTable tr:nth-child(2) td:nth-child(2){
    color:#333;
}
.erp-anc-table.indexTable tr td:nth-child(2),.erp-anc-table.indexTable tr th:nth-child(2){
    text-align: center;
}
.erp-anc-table.indexTable thead tr th:nth-child(1){
    padding-left:5%;
}
.erp-anc-table.indexTable tr td:nth-child(1),.erp-anc-table.indexTable tr th:nth-child(1){
    text-align: left;
}
.erp-anc-table.indexTable tbody tr:nth-child(even),.noticeUl li:nth-child(even){
    background-color: #F5FAFF;
}
.noticeUl li.layui-row{
    margin-bottom:10px;
    padding:10px 0;
}
.noticeUl li a{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.noticeUl li a span{
    display:inline-block;
    width: 8px;
    height: 8px;
    padding: 0;
    border-radius: 50%;
    background-color:#288AEF;
    margin:0 5px;
}
.noticeUl li span{
    text-align:right;
}

.index-page{
    padding: 10px 20px;
}
.layui-nav-side{
    top: 112px;
}
.logo{
    color:#fff;
    font-size: 200%;
    padding-left:40px;
    line-height: 200%;
    position: relative;
    top: -8px;
}
.logo img{
    width: 36px;
    height:36px;
}
.nav-item-span{
    color:#fff;
}
.loginPic{
    height:100%;
    background: url(../img/cxpj_img/xsLogin.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bg.jpg', sizingMethod='scale')";
}
.lgmain{
    background: transparent;
}
.lgfooter a,.lgfooter span{
    color:#fff;
}
.lgmain .lgwk .lgmright{
    background: rgba(255,255,255,0.8);
}
#draw_back{
    background-color: #d4eaff;
    text-align: center;
    /*color:#fff !important;*/
    font-weight:bold;
}
#draw_back span{
    font-size: 1rem;
    margin-left: -20px;
}
#draw_back .fa{
    color: #0078E7 !important;
    /*color:#fff !important;*/
}
/*.left_menu .layui-nav-item>a,.left_menu .layui-nav-item>a i{*/
/*color:#4C4C4C !important;*/
/*}*/
.version_info3{
    background-color: #fff;
    padding:0 5px;
}
.footer{
    line-height:22px;
}
.layui-nav .layui-nav-item:hover {
    color: #0DA4FD;
}
.innerTable{
    width:96%;
    margin:0 2%;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
}
.innerTable input{
    width:100%;
}
.innerTable input{
    width:96%;
    border:1px solid #ccc;
    margin: 5px 5px 5px;
    height: 25px;
}
.innerTable .shortInput{
    width:90%;
}
.innerTable td{
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.innerTable td:nth-child(1){
    background-color: #F2F2F2;
    text-align:right;
    padding-right:5px;
}
.innerTable td:nth-child(1) span{
    color:red;
}
.innerTable .layui-btn.chooseBtn{
    margin:0px;
    margin-bottom:5px;
}
.innerTable .layui-btn.viewBtn{
    height:25px;
    margin:5px;
}

/*消防备案*/
.nr_hade{
    width: 100%;
    /*height: 802px;*/
    /*border: 1px solid #0a6aa1;*/
}
.nr_hade .content1:nth-child(2n + 1){
    background-color: #F3F3F3;
}
.bqian_hade{
    width: 100%;
    height: 42px;
    font-size: 14px;
    color: rgb(10, 129, 222);
    line-height: 42px;
    /*border-bottom: 1px solid #0a6aa1;*/
}
.bqian_hade image{
    vertical-align: center;
}
.ld_img{
    margin-left: 15px;
    margin-right: 30px;
}
.content1{
    width: 100%;
    height: 175px;
    border: 1px solid rgba(204, 204, 204, 1);
    background-color: rgba(247, 247, 247, 1);

}
.lb_head{
    width: 96%;
    height: 45px;
    line-height: 45px;
    margin: auto;
    font-size: 14px;
    color: var(--middle-blue);
    border-bottom: 1px solid #E4E4E4;
}
.lb_content1{
    width: 23%;
    height: 71%;
    float: left;
    text-align: center;
    margin-left: 2%;
}
.lb_content1 p{
    color: rgb(51, 51, 51);
    font-size: 14px;
    line-height: 34px;
}
.lb_content2{
    width: 25%;
    height: 71%;
    float: left;
    text-align: center;
}
.lb_content2 p{
    color: rgb(51, 51, 51);
    font-size: 14px;
    line-height: 34px;
}
.lb_content3{
    width: 25%;
    height: 71%;
    float: left;
    text-align: center;
}
.lb_content3 p{
    color: rgb(51, 51, 51);
    font-size: 14px;
    line-height: 34px;
}
.lb_content4{
    width: 20%;
    height: 71%;
    float: left;
}
.lb_content5 {
    width: 10%;
    padding-right: 10px;
    float: right;
    height: 68%;
}
.content_p{
    margin-top: 20px;
}
.ztai{
    width: 60%;
    height: 100%;
    float: left;
}
.ztai p{
    color: rgb(51, 51, 51);
    font-size: 14px;
    line-height: 34px;
}
.xianshi{
    width: 100%;
    margin-top: 5px;
}
.xs_div1{
    width: 24px;
    height: 24px;
    float: left;
    background-color: rgba(10, 129, 222, 1);
    margin-left: 15px;
}
.xs_div2{
    width: 24px;
    height: 24px;
    float: left;
    margin-left: 15px;
    background-color: rgba(4, 177, 0, 1);
}
.xs_div4{
    width: 24px;
    height: 24px;
    float: left;
    margin-left: 15px;
    background-color: rgba(188, 188, 188, 1);
}
.xs_div5{
    width: 24px;
    height: 24px;
    float: left;
    margin-left: 15px;
    background-color: rgba(188, 188, 188, 1);
}
.xs_div6{
    width: 24px;
    height: 24px;
    float: left;
    margin-left: 15px;
    background-color: rgba(10, 129, 222, 1);
}
.ztai_but{
    width: 40%;
    height: 100%;
    float: left;
}
.zt_but{
    width: 108px;
    height: 36px;
    margin-top: 38px;
    font-size: 14px;
    border-radius: 4px;
    color: rgb(51, 51, 51);
    background-color: rgba(158, 207, 255, 1);
    border: 1px solid rgba(10, 129, 222, 1);
}
.zt_but:hover{
    width: 108px;
    height: 36px;
    margin-top: 38px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    color: rgb(255,255,255);
    background-color: rgba(10, 129, 222, 1);
    border: 1px solid rgba(10, 129, 222, 1);
}
.content2{
    width: 100%;
    height: 175px;
    margin-top: 25px;
    border: 1px solid rgba(204, 204, 204, 1);
    background-color: rgba(247, 247, 247, 1);
}
.content3{
    width: 100%;
    height: 175px;
    margin-top: 25px;
    border: 1px solid rgba(204, 204, 204, 1);
    background-color: rgba(247, 247, 247, 1);
}
.content4{
    width: 100%;
    height: 175px;
    margin-top: 25px;
    border: 1px solid rgba(204, 204, 204, 1);
    background-color: rgba(247, 247, 247, 1);
}
.zt_but1{
    width: 108px;
    height: 36px;
    margin-top: 5px;
    font-size: 14px;
    border-radius: 4px;
    color: rgb(51, 51, 51);
    background-color: rgba(255, 219, 178, 1);
    border: 1px solid rgba(255, 136, 0, 1);
}
.zt_but1:hover{
    width: 108px;
    height: 36px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 4px;
    color: rgb(255,255,255);
    background-color: rgba(255, 136, 0, 1);
    border: 1px solid rgba(255, 136, 0, 1);
}
.zt_but2{
    width: 108px;
    height: 36px;
    margin-top: 5px;
    font-size: 14px;
    border-radius: 4px;
    color: rgb(51, 51, 51);
    background-color: var(--middle-blue);
    border: 1px solid rgba(10, 129, 222, 1);
}
.zt_but2:hover{
    width: 108px;
    height: 36px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 4px;
    color: rgb(255,255,255);
    background-color: #0A69DE;
    border: 1px solid rgba(255, 136, 0, 1);
}

/*弹出层*/
.top_head{
    width: 100%;
    height: 45px;
    padding-left: 14%;
    line-height: 45px;
}
.zhuangTai{
    width: 98%;
    margin: auto;
    height: 64px;
    /*border: 1px solid #0a6aa1;*/
}
.zt_lb1{
    width: 40px;
    height: 100%;
    float: left;
    line-height: 64px;
}
.zt_img{
    margin-left: 20%;
}
.zt_lb2{
    width: 13.3%;
    height: 100%;
    float: left;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: 64px;
    background-image: url("../img/xfys_img/u7018.png");
}
.zt_lb3{
    width: 180px;
    height: 100%;
    float: left;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: 64px;
    background-image: url("../img/xfys_img/u856.png");
}
.zt_lb4{
    width: 180px;
    height: 100%;
    float: left;
    color: #A5A5A5;
    font-size: 14px;
    font-weight: bold;
    line-height: 64px;
    background-image: url("../img/xfys_img/u858.png");
}
.zt_lb5{
    width: 180px;
    height: 100%;
    float: left;
    color: #A5A5A5;
    font-size: 14px;
    font-weight: bold;
    line-height: 64px;
    background-image: url("../img/xfys_img/u858.png");
}
.zt_lb6{
    width: 180px;
    height: 100%;
    float: left;
    color: #A5A5A5;
    font-size: 14px;
    font-weight: bold;
    line-height: 64px;
    background-image: url("../img/xfys_img/u858.png");
}
.zt_span{
    padding-left: 25px;
    margin-left: 30px;
}
.audit_span {
    color: red;
    font-size: 20px;
    font-weight: bold;
    margin-left: 40px;
}
.zhuangTai_but{
    width: 98%;
    height: 40px;
    margin: auto;
    margin-top: 20px;
}
.sh_div{
    width: 25%;
    height: 100%;
    margin: auto;
}
.zhuangTai_but1{
    width: 108px;
    height: 100%;
    float: left;
    text-align: center;
    background-color: rgba(168, 232, 168, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 153, 0, 1);
    border-radius: 2px;
}
.zhuangTai_but1 span{
    font-size: 14px;
    color: #006600;
    line-height: 40px;
}
.zhuangTai_but2{
    width: 108px;
    height: 100%;
    float: left;
    color: #666666;
    margin-left: 20%;
    text-align: center;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(165, 165, 165, 1);
    border-radius: 2px;
}
.zhuangTai_but2 span{
    font-size: 14px;
    line-height: 40px;
}
.zhuangTai_but2:hover {
    width: 108px;
    height: 100%;
    float: left;
    margin-left: 20%;
    color: #ffffff;
    text-align: center;
    background-color: rgba(4, 177, 0, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(4, 177, 0, 1);
    border-radius: 2px;
}
.zhuangTai_but2 span:hover {
    font-size: 14px;
    color: #ffffff;
    line-height: 40px;
}
.xf_bean{
    width: 98%;
    height: 375px;
    margin: auto;
    margin-top: 20px;
    /*border: 1px solid #0a6aa1;*/
}
.bean_head{
    width: 100%;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
    color: rgb(10, 129, 222);
    /*border-bottom: 1px solid #0a6aa1;*/
}
.bean_liebiao{
    width: 100%;
    height: 90.5%;
    margin-top: 0.5%;
    border: 1px solid #999999;
}
.lui_span{
    font-size: 13px;
    line-height: 30px;
    color: rgb(51, 51, 51);
}
.lui_label {
    background-color: #E0EDFF !important;
    color: #333333 !important;
    border-right: 1px solid #ccc !important;
    /*border-left: 1px solid #ccc ;*/
}
.bean_but{
    width: 98%;
    height: 40px;
    margin: auto;
    line-height: 40px;
    /*border: 1px solid #0a6aa1;*/
}
.bean_ann{
    width: 21%;
    height: 100%;
    margin: auto;
}
.lui_text{
    height: 281px;
}
.layui-btn.saveBtn {
    color: #000000;
    border: 1px solid rgb(153, 204, 255);
    background-color: rgb(153, 204, 255);
}
.layui-btn.saveBtn:hover {
    color: #ffffff;
    border: 1px solid rgb(153, 204, 255);
    background-color: rgb(23, 108, 174);
}
.layui-btn.submitBtn {
    color: #000000;
    border: 1px solid rgb(153, 204, 255);
    background-color: rgb(153, 204, 255);
}
.layui-btn.submitBtn:hover {
    color: #ffffff;
    border: 1px solid rgb(153, 204, 255);
    background-color: rgb(23, 108, 174);
}
.layui-btn.dayinBtn{
    color: #000000;
    border: 1px solid rgb(153, 204, 255);
    background-color: rgb(153, 204, 255);
}
.layui-btn.dayinBtn:hover {
    color: #ffffff;
    border: 1px solid rgb(153, 204, 255);
    background-color: rgb(23, 108, 174);
}
.layui-btn.closeBtn{
    color: #000000;
    border: 1px solid rgb(153, 204, 255);
    background-color: rgb(153, 204, 255);
}
.layui-btn.closeBtn:hover {
    color: #ffffff;
    border: 1px solid rgb(153, 204, 255);
    background-color: rgb(23, 108, 174);
}

.xf_bean2{
    width: 98%;
    height: 555px;
    margin: auto;
    margin-top: 20px;
    /*border: 1px solid #0a6aa1;*/
}
.lui_text2{
    height: 140px;
}
.layui-form-checked, .layui-form-checked:hover {
    border-color: #cccccc;
}
.layui-form-checked span, .layui-form-checked:hover span {
    background-color: #cccccc;
}
.layui-form-checked i, .layui-form-checked:hover i {
    color: #333333;
}
.layui-form-checkbox {
    width: 8px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #d2d2d2;
}
.inp_checkbox {
    margin-bottom: 0px;
}
.lui_div {
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.xf_bean3 {
    width: 98%;
    height: 217px;
    margin: auto;
    margin-top: 20px;
    /*border: 1px solid #0a6aa1;*/
}
.fujian {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #999999;
}
.fujian span {
    font-size: 14px;
    color: #333333;
    margin-left: 2%;
}
.fujian2 {
    width: 100%;
    height: 112px;
    line-height: 36px;
    border-bottom: 1px solid #999999;
}
.fujian2 p {
    font-size: 14px;
    color: #333333;
    margin-left: 2%;
}
.xf_bean4 {
    width: 98%;
    height: 410px;
    margin: auto;
    margin-top: 20px;
    /*border: 1px solid #0a6aa1;*/
}
.cailiao_but {
    width: 97%;
    height: 30px;
    line-height: 30px;
    margin-left: 3%;
}
.cl_but {
    width: 300px;
    height: 24px;
    color: #333333;
    float: left;
    margin-right: 2%;
    font-size: 13px;
    line-height: 24px;
    background-color: rgba(208, 232, 244, 1);
    border: 1px solid rgba(17, 166, 255, 1);
}
.cl_but span {
    margin-left: 5%;
}
.cailiao_but2 {
    width: 97%;
    height: 30px;
    margin-top: 5px;
    margin-left: 3%;
    line-height: 30px;
}
.layui-btn.yulanBtn {
    width: 60px;
    height: 24px;
    color: #ffffff;
    font-size: 13px;
    line-height: 24px;
    display: block;
    background-color: rgba(17, 166, 255, 1);
    border: 1px solid rgba(17, 166, 255, 1);
    border-radius: 2px;
}

/*备案抽查详情*/
.jiancha{
    width: 98%;
    height: 30px;
    margin: auto;
    margin-top: 20px;
    line-height: 30px;
    margin-left: 15%;
    /*border-bottom: 1px solid #0AB2FA;*/
}
.jiancha ul{
    margin: auto;
}
.jiancha ul li{
    float: left;
    width: 81px;
    height: 26px;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    margin-right: 3px;
    line-height: 26px;
    text-align: center;
    background-color: rgba(25, 158, 216, 1);
}
.jiancha ul li:hover {
    background-color: rgba(0, 153, 0, 1);
}
.jiancha ul li p {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    left: 1px;
    width: 425px;
    text-align: left;
}
.biao1{
    width: 98%;
    /*height: 635px;*/
    height: 656px;
    margin: auto;
    /*border-bottom: 1px solid #0AB2FA;*/
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.biao1,.biao2{
    margin-top: 40px;
}
.biao3{
    height: 1040px;
}
.biao4{
    height: 1840px;
}
.biao5{
    height:2550px;
}
.biao6{
    height: 3860px;
}
.biao7{
    height: 5550px;
}
.biao8{
    height:2600px;
}
.biao9{
    height: 2000px;
}
.biao10{
    height: 1750px;
}
.biao11{
    height: 350px;
}
.biao12{
    height:3850px;
}
.biao_head{
    width: 100%;
    height: 37px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    line-height: 37px;
    text-align: center;
    background: linear-gradient(180deg, rgba(0, 124, 255, 1) 0%, rgba(0, 124, 255, 1) 0%, rgba(0, 153, 255, 1) 100%, rgba(0, 153, 255, 1) 100%);
}
.innerForm .layui-input-block {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.layui-form-item .layui-form-checkbox[lay-skin=primary] {
    width: 19px;
}
.innerForm .layui-input-block {
    margin-left: 0px;
    text-align: center;
}
.lui_qm{
    width: 100%;
    height: 55px;
    display: block;
}
.lui_qm2{
    width: 100%;
    float: left;
    text-align: left;
}
.lui_qm3{
    margin-left: 25%;
}
.inp_cxb{
    width: 100%;
    float: left;
    text-align: left;
    margin-left: 20%;
}
.lui_qm4{
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 7%;
    margin-left: 5%;
}
.lui_qm5{
    margin-left: 20%;
}
.label-name{
    background-color: #E0EDFF;
    color: #333333;
    border-right: 1px solid #999999;
    border-top: 1px solid #ccc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.label-value{
    margin-left: 0px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    min-height: 0px;
    /*padding-top: 4px;*/
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-bottom:0px;
}
.specialInput{
    margin-bottom: 0px;
}
.biao2{
    width: 98%;
    height: 1380px;
    /*border-bottom: 1px solid #0AB2FA;*/
}
.layui-input-block {
    min-height: 30px;
    line-height: 30px;
}/*公共样式*/
/*input框*/
/*.layui-input{*/
/*height:30px;*/
/*}*/
/*图标与按钮*/
.arrow_icon{
    margin-right:5px;
}
.searchBtn{
    background-color: #257CD3;
}
.addBtn{
    background-color: #00CC66
}
.fa{
    margin-right:4px;
}
.fa-location-arrow{
    color:#257CD3;
}
/*.fa-location-arrow.AwardPoints{*/
/*color:red;*/
/*}*/
td .layui-btn,.layui-btn.choiceBtn{
    padding:0px 2px;
    height:20px;
    line-height: 20px;
    background-color: #F2F2F2;
    color: #00ADF5;
}
td .layui-btn.editBtn,td .layui-btn.reviewBtn,.layui-btn.detailsBtn{
    background-color: #fff;
    color:#3C89D7;
    /*border:1px solid #3C89D7;*/
}
td .layui-btn.deleteBtn{
    /*background-color: #fff;*/
    color:#FF6666;
    /*border:1px solid #FF6666;*/
}
.fa-trash{
    color:#FF6666;
}
.fa-circle{
    font-size:8px;
}
/*侧边栏*/
/*.left_menu .layui-nav-item>a:hover,.left_menu .layui-nav-itemed .layui-nav-child a:hover{*/
    /*color:#E0EDFF !important;*/
/*}*/
.left_menu .layui-nav-itemed .layui-nav-child a{
    padding-left: 27%;
    font-size:12px;
}
.left_menu .layui-nav-item>a{
    /*font-weight:bold;*/
}
/*平台首页*/
/*平台首页-企业排名*/
.rankTitle{
    height:24px;
    border-bottom:1px solid  #E4E4E4;
}
.rankTitle .companyName{
    float:left;
}
.rankTitle .rank{
    float:right;
    margin-right: 30px;
}
.layui-card{
    overflow: hidden;
    position:relative;
    /*box-shadow: rgba(0, 0, 0, 0.35) 5px 5px 5px;*/
}
.scrollUl{
    /*position:absolute;*/
    height:100%;
    top:75%;
    width:92%;
    overflow: hidden;
}
.firstTopList,.secondTopList{
    position:relative;
    animation:mymove 10s infinite;
    -webkit-animation:mymove 10s infinite; /*Safari and Chrome*/
}
.firstList,.secondList{
    position:relative;
    animation:toggle 10s infinite;
    -webkit-animation:toggle 10s infinite; /*Safari and Chrome*/
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
}
@keyframes mymove
{
    from {top:0px;}
    to {top:-288px;}
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
    from {top:0px;}
    to {top:-288px;}
}
@keyframes toggle
{
    from {top:0px;}
    to {top:-288px;}
}

@-webkit-keyframes toggle /*Safari and Chrome*/
{
    from {top:0px;}
    to {top:-288px;}
}
.scrollList li{
    line-height:345%;
    width:100%;
}
.scrollList li span{
    float:right;
}
/*.removeList{*/
/*display:none;*/
/*}*/
.fixPart{
    position:fixed;
    bottom:-25%;
    right:0;
    width:15%;
    height:25%;
    background-color: #fff;
    animation:Slide 2s;
    -webkit-animation:Slide 2s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
@keyframes Slide
{
    from {bottom:-25%;}
    to {bottom:0%;}
}
@-webkit-keyframes Slide /*Safari and Chrome*/
{
    from {bottom:-25%;}
    to {bottom:0%;}
}
.fixPart2{
    animation:Slide2 1s;
    -webkit-animation:Slide2 1s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
@keyframes Slide2
{
    from {bottom:0%;}
    to {bottom:-25%;}
}
@-webkit-keyframes Slide2 /*Safari and Chrome*/
{
    from {bottom:0%;}
    to {bottom:-25%;}
}
.fixPart_title{
    width:100%;
    height:20%;
    background-color: #338FD7;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-style: normal;
    color: #FFFFFF;
}
.fixPart_title p:nth-child(1){
    float:left;
    padding-left:5px;
}
.fixPart_title p:nth-child(2){
    float:right;
    padding-right:5px;
    cursor:pointer;
}
.fixPart_content{
    padding-left:5px;
}
.fixPart_content span{
    color:red;
}
.fixPart_content li{
    margin-top:5px;
}
/*标段信息登记表单*/
.layui-form-item .layui-input-inline{
    float:right;
}
.standardForm .layui-form-item{
    clear: none;
    margin: 0 -1px;
    padding: 5px 10px;
    border: 1px solid #cccccc;
}
.innerForm .layui-form-item{padding: 0px;}
/*.standardForm .layui-input-block{*/
/*padding-top:6px;*/
/*}*/
.formbtns{
    /*margin-top: 5px;*/
    margin-left:0px;
}
.standardForm  .form_btn{
    border: none;
}
/*标段信息登记表格*/
.layui-table{
    margin:0;
    border-top:2px solid #3C89D7;
    text-align: center;
    table-layout: fixed;
}
.layui-table th{
    text-align: center;
}
.layui-table td, .layui-table th{
    padding:5px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-clip:padding-box;
    position: relative;
}
input::-ms-clear{
    display: none;
}

.layui-table .toLeft{
    padding-left:10px;
}

.layui-table td:last-child{
    width:10%;
}
.layui-table td:nth-child(3),.layui-table td:nth-child(6),.layui-table td:nth-child(7){
    /*width:15%;*/
    /*overflow:hidden;*/
    /*text-overflow:ellipsis;*/
    /*white-space:nowrap*/
}
.layui-table tbody tr:nth-child(even){
    background-color: #F5FAFF;
}
/*分页*/
.thePage{
    margin:0px 20px 20px 20px;
    background-color: #fff;
    padding:10px;

}
.articlePages .rightPages span span.nowPage{
    background-color: #188AE2;
    color:#fff;
}
.articlePages{
    width:100%;
    color:#777777;
}
.articlePages button{
    display:inline-block;
    outline:none;
    border:1px solid #BECCDC;
    background-color: #fff;
    color:#188AE2;
    width:40px;
    height:25px;
    border-radius:5px;
}
.articlePages .rightPages span{
    display:inline-block;
}
.articlePages .rightPages span span{
    display:inline-block;
    border:1px solid #BECCDC;
    background-color: #fff;
    color:#188AE2;
    width:25px;
    height:25px;
    border-radius:5px;
    text-align: center;
    margin-right:10px;
    margin-bottom:5px;
    line-height:25px;
    cursor:pointer;
}
.articlePages .rightPages label{
    margin-left:10px;
    margin-right:5px;
}
.articlePages .rightPages input{
    width:30px;
}
.articlePages .rightPages{
    float:right;
}
.articlePages .leftPages{
    float:left;
}
.articlePages .leftPages i{
    color:#188AE2;
    font-style: normal;
}
.nowPage{
    background-color:#188AE2
}
.innerForm .layui-input{
    width:98%;
}
.specialInput label{
    width:90px;
}
.specialInput input{
    /*width:95%;*/
}
.innerForm .inlineInput{
    width:67%;
    display:inline-block;
}
.innerForm .speacilBtn{
    padding:0px 4px;
    width:40px;
    height: 24px;
    margin-top: 6px;
    line-height:24px;
    margin-left: 18%;
}
.innerForm .layui-form-label{
    padding:9px 0px;
    width:160px;
    background-color: #F2F2F2;
    font-size: 13px;
    color: #333333;
    border-right: 1px solid #ccc;
}
.innerForm .layui-form-label span{
    color:red;
}
.innerForm .layui-btn,td .layui-btn.chooseBtn,td .layui-btn.viewBtn{
    background-color: #F2F2F2;
    color:#00ADF5;
}
.ldSelect{
    margin-top: 5px;
    width: 23.3%;
    display: inline-block;
}
.ldSelect.first_ldSelect{
    margin-left: 4px;
}
.location{
    margin-left: 4px;
    margin-top: 5px;
}
.layui-layer-title{
    border-bottom:2px solid #1DA7F7;
    margin-bottom:5px;
}
.firstPart,.secondPart,.thirdPart{

}
.thirdPart{
    margin-bottom:0px;
}
.innerForm .layui-input-block{
    margin-left: 164px;
}
.innerForm .layui-form-item{
    border-bottom:1px solid #ccc;
    border-right:1px solid #ccc;
    margin-bottom:-1px;
}
/*第二层弹窗选择*/
.projectChoose{
    display:none;
}
/*审核奖项申报第一层弹窗*/
.layui-table.AwardTable,.layui-table.reviewRecords{
    border:none;
    width:96%;
}
.layui-row.AwardContain{
    margin-left:4%;
    margin-bottom: 10px;
}
.layui-row.AwardContain span{
    color:#FF0000;
    font-weight: 100;
}
.layui-row.AwardContain i{
    margin-left:30px;
    font-style: normal;
}
.layui-row.AwardContain a{
    cursor:pointer;
    color:#0099FF;
}
.layui-table.AwardTable tr:nth-child(9){
    margin-top:10px;
}
.layui-table.AwardTable tr td:nth-child(1){
    text-align:right;
    padding-right:10px;
    background-color:#F2F2F2;
}

.layui-table.AwardTable tr td:nth-child(3){
    text-align:right;
    padding-right:10px;
    background-color:#F2F2F2;
}
.layui-table.reviewRecords tr:nth-child(1){
    background-color:#F2F2F2;
}
.layui-table.AwardTable tr td:nth-child(2){
    text-align:left;
    padding-left:10px;
}
.layui-table.AwardTable tr td:nth-child(4){
    text-align:left;
    padding-left:10px;
}

.layui-table.AwardTable tbody tr td{
    background-color: #fff;
}
.layui-table.reviewRecords tbody tr td{
    background-color: #fff;
}
.layui-form-radio{
    margin:0;
    padding:0;
}
.layui-table.AwardTable textarea{
    width:100%;
    border:none;
    resize:none;
}
.layui-table.AwardTable .line{
    margin-top:15px;
}
.ShowHide{
    display:none;
}
/*诚信库施工企业排名*/
.layui-form-label.rankLabel{
    padding:9px 0px;
    width:100px;
}
td.scores,td.innerScores{
    cursor:pointer;
    color:#5AABFF;
}
/*施工企业*/
.specialSpan{
    margin-left:20px;
}
.topLine{
    position:relative;
    width: 96%;
    height:20px;
    border-top:4px solid #749BD6;
    margin-top:15px;
}
.topLine p{
    position:absolute;
    width:20%;
    height:20px;
    top:0;
    left:0;
    top: -11px;
    left: 30px;
    background-color: #fff;
    padding-left: 15px;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #749BD6;
}
.enterpriseTitle{
    border-bottom:1px solid #ccc;
    width: 96%;
    text-align:center;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    padding-bottom:10px;
}
.enterpriseDetail{
    height:28px;
    line-height:28px;
    font-size:14px;
    color:#5E5E5E;
}
.enterpriseDetail>span{
    margin-left:20px;
}
.enterpriseDetail>span span{
    color:red;
}
.enterpriseContent{
    width:96%;
}
.enterpriseContent table{
    margin-bottom:15px;
}
/*项目信息登记页面*/
.projectInfoRecord tr td:nth-child(3){
    padding-left:8px;
}
.layui-btn.saveBtn{
    color: #33a3dc;
    border:1px solid #33a3dc;
    background-color: #fff;
}
.layui-btn.submitBtn{
    background-color: #33a3dc;
    color:#fff;
}
.layui-btn.closeBtn{
    color:#F02828;
    border:1px solid #F02828;
    background-color: #fff;
}
.innerForm .layui-input#address{
    margin-top:5px;
    /*width:91%;*/
}
.innerForm .layui-form-item.addressItem{
    min-height:38px;
}
.firstPart,.secondPart,.thirdPart{
    /*border-left: 1px solid #ccc;*/

}
.layui-form-select .layui-edge{
    right:4%;
}
.innerForm .layui-input-block{
    padding-top:4px;
}
.innerForm .layui-input-block{
    min-height:0px;
}
.innerForm .speacilBtn.locationBtn{
    margin-left:2%;
}
.innerForm,.innerForm input,textarea{
    font-size: 13px;
    color: #333333;
}
.innerForm input,textarea{
    border-color:rgba(201, 201, 201, 1);
}
.innerForm .layui-btn.firstBtn{
    margin-left: 0;
    margin-right: 35px;
}
/*项目信息登记*/
.proInfoRecord .layui-form-label{
    padding-left:0px;
    padding-right:0px;
    width:100px;
}
.standardForm .layui-form-item.Longlabel{
    margin-left: 30px;
}

/*查看附件开始 */
.scrolltab{position:relative;width:690px;margin:0 auto;}
.scrolltab .ulBigPic{width:568px;height:444px;padding:20px 60px 0;overflow:hidden;}
.scrolltab .ulBigPic li{width:568px;height:444px;display:none;}
.scrolltab .ulBigPic .liSelected{display:block;}
.scrolltab .ulBigPic img{border:1px solid #dedede;padding:2px;background-color:#fff;}
.scrolltab .ulBigPic .sPic{width:570px;float:left;overflow:hidden;}
.scrolltab .ulBigPic .sSideBox{width:290px;float:right;overflow:hidden;}
.scrolltab .sSideBox span{width:290px;display:block;overflow:hidden;}
.scrolltab .ulBigPic .sTitle{height:32px;line-height:32px;font-size:14px;font-weight:700;color:#333;}
.scrolltab .ulBigPic .sIntro{line-height:24px;color:#666;word-wrap:break-word;word-break:break-all;}
.scrolltab .ulBigPic .sMore{height:24px;line-height:24px;}
.scrolltab .ulBigPic .sMore a{color:#841;}
.scrolltab .ulBigPic .sTitle a{color:#333;}
.scrolltab .ulBigPic .sTitle a:hover{color:#840;}
.scrolltab .sLeftBtnA,.scrolltab .sLeftBtnASel,.scrolltab .sLeftBtnABan,.scrolltab .sRightBtnA,.scrolltab .sRightBtnASel,.scrolltab .sRightBtnABan{width:38px;height:86px;display:block;position:absolute;top:190px;background:url(../assets/img/bgArt.png) no-repeat;}
.scrolltab .sLeftBtnA,.scrolltab .sLeftBtnASel,.scrolltab .sRightBtnA,.scrolltab .sRightBtnASel{cursor:pointer;}
.scrolltab .sLeftBtnA,.scrolltab .sLeftBtnASel,.scrolltab .sLeftBtnABan{left:10px;}
.scrolltab .sLeftBtnA{background-position:-5px -2px;}
.scrolltab .sLeftBtnASel{background-position:-80px 0;}
.scrolltab .sLeftBtnABan{background-position:-161px 0;}
.scrolltab .sRightBtnA,.scrolltab .sRightBtnASel,.scrolltab .sRightBtnABan{right:10px;}
.scrolltab .sRightBtnA{background-position:-36px 0;}
.scrolltab .sRightBtnASel{background-position:-116px 0;}
.scrolltab .sRightBtnABan{background-position:-192px 0;}
.scrolltab .dSmallPicBox{width:688px;height:99px;position:relative;}
.scrolltab .dSmallPic{width:582px;height:93px;position:absolute;left:53px;top:0px;overflow:hidden;}
.scrolltab .dSmallPic ul{position:absolute;}
.scrolltab .dSmallPic li{width:90px;height:90px;border:1px solid #fff;padding:3px 2px 0;float:left;display:inline;cursor:pointer;overflow:hidden;}
.scrolltab .dSmallPic .sPic{width:88px;height:88px;display:block;}
.scrolltab .dSmallPic .sPic img{border:1px solid #ddd;padding:2px;}
.scrolltab .dSmallPic .sTitle{width:141px;height:30px;line-height:30px;display:block;text-align:center;color:#333;overflow:hidden;}
.scrolltab .dSmallPic .liSelected{border-color:#e9c184;}
.scrolltab .dSmallPic .liSelected .sPic img{border-color:#fff;}
.scrolltab .sLeftBtnB,.scrolltab .sLeftBtnBSel,.scrolltab .sLeftBtnBBan,.scrolltab .sRightBtnB,.scrolltab .sRightBtnBSel,.scrolltab .sRightBtnBBan{width:18px;height:37px;display:block;position:absolute;top:45px;background:url(../assets/img/bgArt.png) no-repeat;}
.scrolltab .sLeftBtnB,.scrolltab .sLeftBtnBSel,.scrolltab .sRightBtnB,.scrolltab .sRightBtnBSel{cursor:pointer;}
.scrolltab .sLeftBtnB,.scrolltab .sLeftBtnBSel,.scrolltab .sLeftBtnBBan{left:20px;}
.scrolltab .sLeftBtnB{background-position:0 -87px;}
.scrolltab .sLeftBtnBSel{background-position:-36px -87px;}
.scrolltab .sLeftBtnBBan{background-position:-73px -87px;}
.scrolltab .sRightBtnB,.scrolltab .sRightBtnBSel,.scrolltab .sRightBtnBBan{right:20px;}
.scrolltab .sRightBtnB{background-position:-16px -87px;}
.scrolltab .sRightBtnBSel{background-position:-52px -87px;}
.scrolltab .sRightBtnBBan{background-position:-88px -87px;}
ul.ulSmallPic  li .div {
    width: 90px;
    position: relative;
    z-index: 10;
    /* background: #000; */
    background: red;
    opacity: 0.5;
    -moz-opacity: 0.5;
    left: 5px;
    bottom: 47px;
    height: auto;
    float: left;
    text-align: center;
}

ul.ulSmallPic li .div .txt {
    float: left;
    height: auto;
    display: block;
    color: #FFF;
    overflow: hidden
}
.toLeft{
    text-align: left;
}
/*查看附件结束*/

/*弹出层*/
.layui-layer {overflow:hidden !important;}
/*首页*/
.index-page .layui-row{
    padding:0px;
}
.erp-anc-table.indexTable{
    width:100%;
    color:#333;
    font-size:14px;
}
.erp-anc-table.indexTable tr th, .erp-anc-table.indexTable tr td{
    font-size:14px;
}
.erp-anc-table.indexTable tr:nth-child(odd){
    background-color: #fff;
}
.erp-anc-table.indexTable tr:nth-child(2) td:nth-child(2){
    color:#333;
}
.erp-anc-table.indexTable tr td:nth-child(2),.erp-anc-table.indexTable tr th:nth-child(2){
    text-align: center;
}
.erp-anc-table.indexTable thead tr th:nth-child(1){
    padding-left:5%;
}
.erp-anc-table.indexTable tr td:nth-child(1),.erp-anc-table.indexTable tr th:nth-child(1){
    text-align: left;
}
.erp-anc-table.indexTable tbody tr:nth-child(even),.noticeUl li:nth-child(even){
    background-color: #F5FAFF;
}
.noticeUl li.layui-row{
    margin-bottom:10px;
    padding:10px 0;
}
.noticeUl li a{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.noticeUl li a span{
    display:inline-block;
    width: 8px;
    height: 8px;
    padding: 0;
    border-radius: 50%;
    background-color:#288AEF;
    margin:0 5px;
}
.noticeUl li span{
    text-align:right;
}

.index-page{
    padding: 10px 20px;
}
.layui-nav-side{
    top: 82px;
}
.logo{
    color:#fff;
    font-size: 200%;
    padding-left:40px;
    line-height: 200%;
    position: relative;
    top: -8px;
}
.logo img{
    width: 36px;
    height:36px;
}
.nav-item-span{
    color:#fff;
}
.loginPic{
    height:100%;
    background: url(../img/cxpj_img/xsLogin.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bg.jpg', sizingMethod='scale')";
}
.lgmain{
    background: transparent;
}
.lgfooter a,.lgfooter span{
    color:#fff;
}
.lgmain .lgwk .lgmright{
    background: rgba(255,255,255,0.8);
}
#draw_back{
    background-color: #d4eaff;
    text-align: center;
    /*color:#fff !important;*/
    font-weight:bold;
}
#draw_back span{
    font-size: 1rem;
    margin-left: -20px;
}
#draw_back .fa{
    color: #0078E7 !important;
    /*color:#fff !important;*/
}
/*.left_menu .layui-nav-item>a,.left_menu .layui-nav-item>a i{*/
/*color:#4C4C4C !important;*/
/*}*/
.version_info3{
    background-color: #fff;
    padding:0 5px;
}
.footer{
    line-height:22px;
}
.layui-nav .layui-nav-item:hover {
    color: #0DA4FD;
}
.innerTable{
    width:96%;
    margin:0 2%;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
}
.innerTable input{
    width:100%;
}
.innerTable input{
    width:96%;
    border:1px solid #ccc;
    margin: 5px 5px 5px;
    height: 25px;
}
.innerTable .shortInput{
    width:90%;
}
.innerTable td{
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.innerTable td:nth-child(1){
    background-color: #F2F2F2;
    text-align:right;
    padding-right:5px;
}
.innerTable td:nth-child(1) span{
    color:red;
}
.innerTable .layui-btn.chooseBtn{
    margin:0px;
    margin-bottom:5px;
}
.innerTable .layui-btn.viewBtn{
    height:25px;
    margin:5px;
}

/*消防备案*/
.nr_hade{
    width: 100%;
    /*height: 802px;*/
    /*border: 1px solid #0a6aa1;*/
}
.bqian_hade{
    width: 100%;
    height: 42px;
    font-size: 14px;
    color: var(--middle-blue);
    line-height: 42px;
    /*border-bottom: 1px solid #0a6aa1;*/
}
.bqian_hade image{
    vertical-align: center;
}
.ld_img{
    margin-left: 15px;
    margin-right: 30px;
}
.content1{
    width: 100%;
    height: 190px;
    border: 1px solid rgba(204, 204, 204, 1);
    background-color: rgba(247, 247, 247, 1);
}
.lb_head{
    width: 96%;
    height: 45px;
    line-height: 45px;
    margin: auto;
    font-size: 14px;
    color: var(--middle-blue);
    border-bottom: 1px solid #E4E4E4;
}
.lb_content1{
    width: 23%;
    height: 71%;
    float: left;
    text-align: center;
    margin-left: 2%;
}
.lb_content1 p{
    color: rgb(51, 51, 51);
    font-size: 14px;
    line-height: 34px;
}
.lb_content2{
    width: 25%;
    height: 71%;
    float: left;
    text-align: center;
}
.lb_content2 p{
    color: rgb(51, 51, 51);
    font-size: 14px;
    line-height: 34px;
}
.lb_content3{
    width: 25%;
    height: 71%;
    float: left;
    text-align: center;
}
.lb_content3 p{
    color: rgb(51, 51, 51);
    font-size: 14px;
    line-height: 34px;
}
.lb_content4{
    width: 25%;
    height: 71%;
    float: left;
}
.content_p{
    margin-top: 10px;
}
.ztai{
    width: 60%;
    height: 100%;
    float: left;
}
.ztai p{
    color: rgb(51, 51, 51);
    font-size: 14px;
    line-height: 34px;
}
.xianshi{
    width: 100%;
    margin-top: 5px;
}
.xs_div1{
    width: 24px;
    height: 24px;
    float: left;
    background-color: rgba(10, 129, 222, 1);
    margin-left: 15px;
}
.xs_div2{
    width: 24px;
    height: 24px;
    float: left;
    margin-left: 15px;
    background-color: rgba(4, 177, 0, 1);
}
.xs_div3{
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: rgba(188, 188, 188, 1);
}
.xs_div4{
    width: 24px;
    height: 24px;
    float: left;
    margin-left: 15px;
    background-color: rgba(188, 188, 188, 1);
}
.xs_div5{
    width: 24px;
    height: 24px;
    float: left;
    margin-left: 15px;
    background-color: rgba(188, 188, 188, 1);
}
.xs_div6{
    width: 24px;
    height: 24px;
    float: left;
    margin-left: 15px;
    background-color: rgba(10, 129, 222, 1);
}
.ztai_but{
    width: 40%;
    height: 100%;
    float: left;
}
.zt_but{
    width: 108px;
    height: 36px;
    margin-top: 38px;
    font-size: 14px;
    border-radius: 4px;
    color: rgb(51, 51, 51);
    background-color: rgba(158, 207, 255, 1);
    border: 1px solid rgba(10, 129, 222, 1);
}
.zt_but:hover{
    width: 108px;
    height: 36px;
    margin-top: 38px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    color: rgb(255,255,255);
    background-color: rgba(10, 129, 222, 1);
    border: 1px solid rgba(10, 129, 222, 1);
}
.content2{
    width: 100%;
    height: 175px;
    margin-top: 25px;
    border: 1px solid rgba(204, 204, 204, 1);
    background-color: rgba(247, 247, 247, 1);
}
.content3{
    width: 100%;
    height: 175px;
    margin-top: 25px;
    border: 1px solid rgba(204, 204, 204, 1);
    background-color: rgba(247, 247, 247, 1);
}
.content4{
    width: 100%;
    height: 175px;
    margin-top: 25px;
    border: 1px solid rgba(204, 204, 204, 1);
    background-color: rgba(247, 247, 247, 1);
}
.zt_but1{
    width: 108px;
    height: 36px;
    margin-top: 5px;
    font-size: 14px;
    border-radius: 4px;
    color: rgb(51, 51, 51);
    background-color: rgba(255, 219, 178, 1);
    border: 1px solid rgba(255, 136, 0, 1);
}
.zt_but1:hover{
    width: 108px;
    height: 36px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 4px;
    color: rgb(255,255,255);
    background-color: rgba(255, 136, 0, 1);
    border: 1px solid rgba(255, 136, 0, 1);
}
.zt_but2{
    width: 108px;
    height: 36px;
    margin-top: 5px;
    font-size: 14px;
    border-radius: 4px;
    color: rgb(51, 51, 51);
    background-color: rgba(158, 207, 255, 1);
    border: 1px solid rgba(10, 129, 222, 1);
}
.zt_but2:hover{
    width: 108px;
    height: 36px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 4px;
    color: rgb(255,255,255);
    background-color: rgba(255, 136, 0, 1);
    border: 1px solid rgba(255, 136, 0, 1);
}

/*弹出层*/
.top_head{
    width: 100%;
    height: 45px;
    padding-left: 14%;
    line-height: 45px;
}
.zhuangTai{
    width: 98%;
    margin: auto;
    height: 64px;
    /*border: 1px solid #0a6aa1;*/
    overflow: paged-x;
}
.zt_lb1{
    width: 40px;
    height: 100%;
    float: left;
    line-height: 64px;
}
.zt_img{
    margin-left: 20%;
}
.zt_lb2{
    width: 13.3%;
    height: 100%;
    float: left;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: 64px;
    background-image: url("../img/xfys_img/u7018.png");
}
.zt_lb3{
    width: 180px;
    height: 100%;
    float: left;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: 64px;
    background-image: url("../img/xfys_img/u856.png");
}
.zt_lb4{
    width: 180px;
    height: 100%;
    float: left;
    color: #A5A5A5;
    font-size: 14px;
    font-weight: bold;
    line-height: 64px;
    background-image: url("../img/xfys_img/u858.png");
}
.zt_lb5{
    width: 180px;
    height: 100%;
    float: left;
    color: #A5A5A5;
    font-size: 14px;
    font-weight: bold;
    line-height: 64px;
    background-image: url("../img/xfys_img/u858.png");
}
.zt_lb6{
    width: 180px;
    height: 100%;
    float: left;
    color: #A5A5A5;
    font-size: 14px;
    font-weight: bold;
    line-height: 64px;
    background-image: url("../img/xfys_img/u858.png");
}
.zt_span{
    padding-left: 25px;
}
.zhuangTai_but{
    width: 98%;
    height: 40px;
    margin: auto;
    margin-top: 20px;
}
.sh_div{
    width: 25%;
    height: 100%;
    margin: auto;
}
.zhuangTai_but1{
    width: 108px;
    height: 100%;
    float: left;
    text-align: center;
    background-color: rgba(168, 232, 168, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 153, 0, 1);
    border-radius: 2px;
}
.zhuangTai_but1 span{
    font-size: 14px;
    color: #006600;
    line-height: 40px;
}
.zhuangTai_but2{
    width: 108px;
    height: 100%;
    float: left;
    color: #666666;
    margin-left: 20%;
    text-align: center;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(165, 165, 165, 1);
    border-radius: 2px;
}
.zhuangTai_but2 span{
    font-size: 14px;
    line-height: 40px;
}
.zhuangTai_but2:hover {
    width: 108px;
    height: 100%;
    float: left;
    margin-left: 20%;
    color: #ffffff;
    text-align: center;
    background-color: rgba(4, 177, 0, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(4, 177, 0, 1);
    border-radius: 2px;
}
.zhuangTai_but2 span:hover {
    font-size: 14px;
    color: #ffffff;
    line-height: 40px;
}
.xf_bean{
    width: 98%;
    height: 375px;
    margin: auto;
    margin-top: 20px;
    /*border: 1px solid #0a6aa1;*/
}
.bean_head{
    width: 100%;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
    color: rgb(10, 129, 222);
    /*border-bottom: 1px solid #0a6aa1;*/
}
.bean_liebiao{
    width: 100%;
    height: 90.5%;
    margin-top: 0.5%;
    border: 1px solid #999999;
}
.lui_span{
    font-size: 13px;
    line-height: 30px;
    color: rgb(51, 51, 51);
}
.lui_label {
    background-color: #E0EDFF !important;
    color: #333333 !important;
    border-right: 1px solid #CCC !important;
}
.bean_but{
    width: 98%;
    height: 40px;
    margin: auto;
    line-height: 40px;
    /*border: 1px solid #0a6aa1;*/
}
.bean_ann{
    width: 21%;
    height: 100%;
    margin: auto;
}
.lui_text{
    height: 281px;
}
.layui-btn.saveBtn {
    color: #000000;
    border: 1px solid rgb(153, 204, 255);
    background-color: rgb(153, 204, 255);
}
.layui-btn.saveBtn:hover {
    color: #ffffff;
    border: 1px solid rgb(153, 204, 255);
    background-color: rgb(23, 108, 174);
}
.layui-btn.submitBtn {
    color: #000000;
    border: 1px solid rgb(153, 204, 255);
    background-color: rgb(153, 204, 255);
}
.layui-btn.submitBtn:hover {
    color: #ffffff;
    border: 1px solid rgb(153, 204, 255);
    background-color: rgb(23, 108, 174);
}
.layui-btn.dayinBtn{
    color: #000000;
    border: 1px solid rgb(153, 204, 255);
    background-color: rgb(153, 204, 255);
}
.layui-btn.dayinBtn:hover {
    color: #ffffff;
    border: 1px solid rgb(153, 204, 255);
    background-color: rgb(23, 108, 174);
}
.layui-btn.closeBtn{
    color: #000000;
    border: 1px solid rgb(153, 204, 255);
    background-color: rgb(153, 204, 255);
}
.layui-btn.closeBtn:hover {
    color: #ffffff;
    border: 1px solid rgb(153, 204, 255);
    background-color: rgb(23, 108, 174);
}

.xf_bean2{
    width: 98%;
    height: 555px;
    margin: auto;
    margin-top: 20px;
    /*border: 1px solid #0a6aa1;*/
}
.lui_text2{
    height: 140px;
}
.layui-form-checked, .layui-form-checked:hover {
    border-color: #cccccc;
}
.layui-form-checked span, .layui-form-checked:hover span {
    background-color: #cccccc;
}
.layui-form-checked i, .layui-form-checked:hover i {
    color: #333333;
}
.layui-form-checkbox {
    width: 8px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #d2d2d2;
}
.inp_checkbox {
    margin-bottom: 0px;
}
.lui_div {
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.xf_bean3 {
    width: 98%;
    height: 217px;
    margin: auto;
    margin-top: 20px;
    /*border: 1px solid #0a6aa1;*/
}
.fujian {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #999999;
}
.fujian span {
    font-size: 14px;
    color: #333333;
    margin-left: 2%;
}
.fujian2 {
    width: 100%;
    height: 112px;
    line-height: 36px;
    border-bottom: 1px solid #999999;
}
.fujian2 p {
    font-size: 14px;
    color: #333333;
    margin-left: 2%;
}
.xf_bean4 {
    width: 98%;
    height: 410px;
    margin: auto;
    margin-top: 20px;
    /*border: 1px solid #0a6aa1;*/
}
.cailiao_but {
    width: 97%;
    height: 30px;
    line-height: 30px;
    margin-left: 3%;
}
.cl_but {
    width: 300px;
    height: 24px;
    color: #333333;
    float: left;
    margin-right: 2%;
    font-size: 13px;
    line-height: 24px;
    background-color: rgba(208, 232, 244, 1);
    border: 1px solid rgba(17, 166, 255, 1);
}
.cl_but span {
    margin-left: 5%;
}
.cailiao_but2 {
    width: 97%;
    height: 30px;
    margin-top: 5px;
    margin-left: 3%;
    line-height: 30px;
}
.layui-btn.yulanBtn {
    width: 60px;
    height: 24px;
    color: #ffffff;
    font-size: 13px;
    line-height: 24px;
    display: block;
    background-color: rgba(17, 166, 255, 1);
    border: 1px solid rgba(17, 166, 255, 1);
    border-radius: 2px;
}

/*备案抽查详情*/
.jiancha{
    width: 98%;
    height: 30px;
    margin: auto;
    margin-top: 20px;
    line-height: 30px;
    margin-left: 15%;
    /*border-bottom: 1px solid #0AB2FA;*/
}
.jiancha ul{
    margin: auto;
}
.jiancha ul li:hover {
    background-color: rgba(0, 153, 0, 1);
}
.jiancha ul li p {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    left: 1px;
    width: 425px;
    text-align: left;
}
.biao_head{
    width: 100%;
    height: 37px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    line-height: 37px;
    text-align: center;
    background: linear-gradient(180deg, rgba(0, 124, 255, 1) 0%, rgba(0, 124, 255, 1) 0%, rgba(0, 153, 255, 1) 100%, rgba(0, 153, 255, 1) 100%);
}
.innerForm .layui-input-block {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.layui-form-item .layui-form-checkbox[lay-skin=primary] {
    width: 19px;
}
.innerForm .layui-input-block {
    margin-left: 0px;
    text-align: center;
}
.lui_qm{
    width: 100%;
    height: 55px;
    display: block;
}
.lui_qm2{
    width: 100%;
    float: left;
    text-align: left;
}
.lui_qm3{
    margin-left: 25%;
}
.inp_cxb{
    width: 100%;
    float: left;
    text-align: left;
    margin-left: 20%;
}
.lui_qm4{
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 7%;
    margin-left: 5%;
}
.lui_qm5{
    margin-left: 20%;
}
.label-name{
    background-color: #E0EDFF;
    color: #333333;
    border-right: 1px solid #999999;
    border-top: 1px solid #ccc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.label-value{
    margin-left: 0px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    min-height: 0px;
    /*padding-top: 4px;*/
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-bottom:0px;
}
.specialInput{
    margin-bottom: 0px;
}
.layui-input-block {
    min-height: 30px;
    line-height: 30px;
}/*公共样式*/
/*input框*/
/*.layui-input{*/
/*height:30px;*/
/*}*/
/*图标与按钮*/
.arrow_icon{
    margin-right:5px;
}
.searchBtn{
    background-color: #0A69DE;
}
.addBtn{
    background-color: #00CC66
}
.fa{
    margin-right:4px;
}
.fa-location-arrow{
    color:#257CD3;
}
/*.fa-location-arrow.AwardPoints{*/
/*color:red;*/
/*}*/
td .layui-btn,.layui-btn.choiceBtn{
    padding:0px 2px;
    height:20px;
    line-height: 20px;
    background-color: #F2F2F2;
    color: #00ADF5;
}
td .layui-btn.editBtn,td .layui-btn.reviewBtn,.layui-btn.detailsBtn{
    background-color: rgba(255,255,255,0);
    color:#0A69DE;
    /*border:1px solid #3C89D7;*/
}
td .layui-btn.deleteBtn{
    /*background-color: #fff;*/
    color:#F02828;
    /*border:1px solid #F02828;*/
    background: transparent;
}
.fa-trash{
    color:#F02828;
}
.fa-circle{
    font-size:8px;
}
/*侧边栏*/
/*.left_menu .layui-nav-item>a:hover,.left_menu .layui-nav-itemed .layui-nav-child a:hover{*/
    /*color:#0A69DE !important;*/
/*}*/
.left_menu .layui-nav-itemed .layui-nav-child a{
    padding-left: 27%;
    font-size:12px;
}
.left_menu .layui-nav-item>a{
    /*font-weight:bold;*/
}
/*平台首页*/
/*平台首页-企业排名*/
.rankTitle{
    height:24px;
    border-bottom:1px solid  #E4E4E4;
}
.rankTitle .companyName{
    float:left;
}
.rankTitle .rank{
    float:right;
    margin-right: 30px;
}
.layui-card{
    overflow: hidden;
    position:relative;
    /*box-shadow: rgba(0, 0, 0, 0.35) 5px 5px 5px;*/
}
.scrollUl{
    /*position:absolute;*/
    height:100%;
    top:75%;
    width:92%;
    overflow: hidden;
}
.firstTopList,.secondTopList{
    position:relative;
    animation:mymove 10s infinite;
    -webkit-animation:mymove 10s infinite; /*Safari and Chrome*/
}
.firstList,.secondList{
    position:relative;
    animation:toggle 10s infinite;
    -webkit-animation:toggle 10s infinite; /*Safari and Chrome*/
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
}
@keyframes mymove
{
    from {top:0px;}
    to {top:-288px;}
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
    from {top:0px;}
    to {top:-288px;}
}
@keyframes toggle
{
    from {top:0px;}
    to {top:-288px;}
}

@-webkit-keyframes toggle /*Safari and Chrome*/
{
    from {top:0px;}
    to {top:-288px;}
}
.scrollList li{
    line-height:345%;
    width:100%;
}
.scrollList li span{
    float:right;
}
/*.removeList{*/
/*display:none;*/
/*}*/
.fixPart{
    position:fixed;
    bottom:-25%;
    right:0;
    width:15%;
    height:25%;
    background-color: #fff;
    animation:Slide 2s;
    -webkit-animation:Slide 2s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
@keyframes Slide
{
    from {bottom:-25%;}
    to {bottom:0%;}
}
@-webkit-keyframes Slide /*Safari and Chrome*/
{
    from {bottom:-25%;}
    to {bottom:0%;}
}
.fixPart2{
    animation:Slide2 1s;
    -webkit-animation:Slide2 1s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
@keyframes Slide2
{
    from {bottom:0%;}
    to {bottom:-25%;}
}
@-webkit-keyframes Slide2 /*Safari and Chrome*/
{
    from {bottom:0%;}
    to {bottom:-25%;}
}
.fixPart_title{
    width:100%;
    height:20%;
    background-color: #338FD7;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-style: normal;
    color: #FFFFFF;
}
.fixPart_title p:nth-child(1){
    float:left;
    padding-left:5px;
}
.fixPart_title p:nth-child(2){
    float:right;
    padding-right:5px;
    cursor:pointer;
}
.fixPart_content{
    padding-left:5px;
}
.fixPart_content span{
    color:red;
}
.fixPart_content li{
    margin-top:5px;
}
/*标段信息登记表单*/
.layui-form-item .layui-input-inline{
    float:right;
}
.standardForm .layui-form-item{
    clear: none;
    margin: 0 -1px;
    padding: 5px 10px;
    border: 1px solid rgba(238, 238, 238, 0);
}
.innerForm .layui-form-item{padding: 0px;}
/*.standardForm .layui-input-block{*/
/*padding-top:6px;*/
/*}*/
.formbtns{
    /*margin-top: 5px;*/
    margin-left:0px;
}
.standardForm  .form_btn{
    border: none;
}
/*标段信息登记表格*/
.layui-table{
    margin:0;
    border-top:2px solid #3c89d7;
    text-align: center;
    table-layout: fixed;
}
.layui-table th{
    text-align: center;
}
.layui-table td, .layui-table th{
    padding:5px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-clip:padding-box;
    position: relative;
}
input::-ms-clear{
    display: none;
}

.layui-table .toLeft{
    padding-left:10px;
}

.layui-table td:last-child{
    width:10%;
}
.layui-table td:nth-child(3),.layui-table td:nth-child(6),.layui-table td:nth-child(7){
    /*width:15%;*/
    /*overflow:hidden;*/
    /*text-overflow:ellipsis;*/
    /*white-space:nowrap*/
}
.layui-table tbody tr:nth-child(even){
    background-color: #E6EEFB;
}
/*分页*/
.thePage{
    margin:0px 20px 20px 20px;
    background-color: #fff;
    padding:10px;

}
.articlePages .rightPages span span.nowPage{
    background-color: #0A69DE;
    color:#fff;
}
.articlePages{
    width:100%;
    color:#777777;
}
.articlePages button{
    display:inline-block;
    outline:none;
    border:1px solid #0A69DE;
    background-color: #0A69DE;
    color:#fff;
    width: 65px;
    height: 35px;
    border-radius:5px;
}
.articlePages .rightPages span{
    display:inline-block;
}
.articlePages .rightPages span span{
    display:inline-block;
    border:1px solid #BECCDC;
    background-color: #fff;
    color:#188AE2;
    width:35px;
    height:35px;
    border-radius:5px;
    text-align: center;
    margin-right:10px;
    margin-bottom:5px;
    line-height:35px;
    cursor:pointer;
}
.articlePages .rightPages label{
    margin-left:10px;
    margin-right:5px;
}
.articlePages .rightPages input{
    width: 35px;
    height: 35px;
    color: #999999;
    margin: 0 10px;
    text-align: center;
    /*text-indent: 0.6rem;*/
    border-radius: 5px;
    border: 1px solid #BECCDC;
}
.articlePages .rightPages{
    float:right;
    margin-right: 0px;
}
.articlePages .leftPages{
    float:left;
}
.articlePages .leftPages i{
    color:#188AE2;
    font-style: normal;
}
.nowPage{
    background-color:#188AE2
}
.innerForm .layui-input{
    width:98%;
    font-size: 14px;
}
.specialInput label{
    width:90px;
}
.specialInput input{
    /*width:95%;*/
}
.innerForm .inlineInput{
    width:67%;
    display:inline-block;
}
.innerForm .speacilBtn{
    padding:0px 4px;
    width:40px;
    height: 24px;
    margin-top: 6px;
    line-height:24px;
    margin-left: 18%;
}
.innerForm .layui-form-label{
    padding:9px 0px;
    /*width:160px;*/
    width: 215px;
    background-color: #F2F2F2;
    font-size: 15px;
    color: #333333;
    border-right: 1px solid #ccc;
}
.innerForm .layui-form-label span{
    color:red;
}
.innerForm .layui-btn,td .layui-btn.chooseBtn,td .layui-btn.viewBtn{
    background-color: #F2F2F2;
    color:#0A69DE;
}
.ldSelect.first_ldSelect{
    margin-left: 4px;
}
.location{
    margin-left: 4px;
    margin-top: 5px;
}
.layui-layer-title{
    border-bottom:2px solid #1DA7F7;
    /*margin-bottom:5px;*/
    margin-bottom: 0px !important;
}
.firstPart,.secondPart,.thirdPart{

}
.thirdPart{
    margin-bottom:0px;
}
.innerForm .layui-input-block{
    margin-left: 164px;
}
.innerForm .layui-form-item{
    border-bottom:1px solid #ccc;
    /*border-right:1px solid #ccc;*/
    margin-bottom:-1px;
}
/*第二层弹窗选择*/
.projectChoose{
    display:none;
}
/*审核奖项申报第一层弹窗*/
.layui-table.AwardTable,.layui-table.reviewRecords{
    border:none;
    width:96%;
}
.layui-row.AwardContain{
    margin-left:4%;
    margin-bottom: 10px;
}
.layui-row.AwardContain span{
    color:#FF0000;
    font-weight: 100;
}
.layui-row.AwardContain i{
    margin-left:30px;
    font-style: normal;
}
.layui-row.AwardContain a{
    cursor:pointer;
    color:#0099FF;
}
.layui-table.AwardTable tr:nth-child(9){
    margin-top:10px;
}
.layui-table.AwardTable tr td:nth-child(1){
    text-align:right;
    padding-right:10px;
    background-color:#F2F2F2;
}

.layui-table.AwardTable tr td:nth-child(3){
    text-align:right;
    padding-right:10px;
    background-color:#F2F2F2;
}
.layui-table.reviewRecords tr:nth-child(1){
    background-color:#F2F2F2;
}
.layui-table.AwardTable tr td:nth-child(2){
    text-align:left;
    padding-left:10px;
}
.layui-table.AwardTable tr td:nth-child(4){
    text-align:left;
    padding-left:10px;
}

.layui-table.AwardTable tbody tr td{
    background-color: #fff;
}
.layui-table.reviewRecords tbody tr td{
    background-color: #fff;
}
.layui-form-radio{
    margin:0;
    padding:0;
}
.layui-table.AwardTable textarea{
    width:100%;
    border:none;
    resize:none;
}
.layui-table.AwardTable .line{
    margin-top:15px;
}
.ShowHide{
    display:none;
}
/*诚信库施工企业排名*/
.layui-form-label.rankLabel{
    padding:9px 0px;
    width:100px;
}
td.scores,td.innerScores{
    cursor:pointer;
    color:#5AABFF;
}
/*施工企业*/
.specialSpan{
    margin-left:20px;
}
.topLine{
    position:relative;
    width: 96%;
    height:20px;
    border-top:4px solid #749BD6;
    margin-top:15px;
}
.topLine p{
    position:absolute;
    width:20%;
    height:20px;
    top:0;
    left:0;
    top: -11px;
    left: 30px;
    background-color: #fff;
    padding-left: 15px;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #749BD6;
}
.enterpriseTitle{
    border-bottom:1px solid #ccc;
    width: 96%;
    text-align:center;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    padding-bottom:10px;
}
.enterpriseDetail{
    height:28px;
    line-height:28px;
    font-size:14px;
    color:#5E5E5E;
}
.enterpriseDetail>span{
    margin-left:20px;
}
.enterpriseDetail>span span{
    color:red;
}
.enterpriseContent{
    width:96%;
}
.enterpriseContent table{
    margin-bottom:15px;
}
/*项目信息登记页面*/
.projectInfoRecord tr td:nth-child(3){
    padding-left:8px;
}
.layui-btn.saveBtn{
    color: #33a3dc;
    border:1px solid #33a3dc;
    background-color: #fff;
}
.layui-btn.submitBtn{
    background-color: #33a3dc;
    color:#fff;
}
.layui-btn.closeBtn{
    color:#FF6666;
    border:1px solid #FF6666;
    background-color: #fff;
}
.innerForm .layui-input#address{
    margin-top:5px;
    /*width:91%;*/
}
.innerForm .layui-form-item.addressItem{
    min-height:38px;
}
.firstPart,.secondPart,.thirdPart{
    /*border-left: 1px solid #ccc;*/

}
.layui-form-select .layui-edge{
    right: 6%;
}
.innerForm .layui-input-block{
    padding-top:4px;
}
.innerForm .layui-input-block{
    min-height:0px;
}
.innerForm .speacilBtn.locationBtn{
    margin-left:2%;
}
.innerForm,.innerForm input,textarea{
    font-size: 13px;
    color: #333333;
}
.innerForm input,textarea{
    border-color:rgba(201, 201, 201, 1);
}
.innerForm .layui-btn.firstBtn{
    margin-left: 0;
    margin-right: 35px;
}
/*项目信息登记*/
.proInfoRecord .layui-form-label{
    padding-left:0px;
    padding-right:0px;
    width:100px;
}
.standardForm .layui-form-item.Longlabel{
    margin-left: 30px;
}

/*查看附件开始 */
.scrolltab{position:relative;width:690px;margin:0 auto;}
.scrolltab .ulBigPic{width:568px;height:444px;padding:20px 60px 0;overflow:hidden;}
.scrolltab .ulBigPic li{width:568px;height:444px;display:none;}
.scrolltab .ulBigPic .liSelected{display:block;}
.scrolltab .ulBigPic img{border:1px solid #dedede;padding:2px;background-color:#fff;}
.scrolltab .ulBigPic .sPic{width:570px;float:left;overflow:hidden;}
.scrolltab .ulBigPic .sSideBox{width:290px;float:right;overflow:hidden;}
.scrolltab .sSideBox span{width:290px;display:block;overflow:hidden;}
.scrolltab .ulBigPic .sTitle{height:32px;line-height:32px;font-size:14px;font-weight:700;color:#333;}
.scrolltab .ulBigPic .sIntro{line-height:24px;color:#666;word-wrap:break-word;word-break:break-all;}
.scrolltab .ulBigPic .sMore{height:24px;line-height:24px;}
.scrolltab .ulBigPic .sMore a{color:#841;}
.scrolltab .ulBigPic .sTitle a{color:#333;}
.scrolltab .ulBigPic .sTitle a:hover{color:#840;}
.scrolltab .sLeftBtnA,.scrolltab .sLeftBtnASel,.scrolltab .sLeftBtnABan,.scrolltab .sRightBtnA,.scrolltab .sRightBtnASel,.scrolltab .sRightBtnABan{width:38px;height:86px;display:block;position:absolute;top:190px;background:url(../assets/img/bgArt.png) no-repeat;}
.scrolltab .sLeftBtnA,.scrolltab .sLeftBtnASel,.scrolltab .sRightBtnA,.scrolltab .sRightBtnASel{cursor:pointer;}
.scrolltab .sLeftBtnA,.scrolltab .sLeftBtnASel,.scrolltab .sLeftBtnABan{left:10px;}
.scrolltab .sLeftBtnA{background-position:-5px -2px;}
.scrolltab .sLeftBtnASel{background-position:-80px 0;}
.scrolltab .sLeftBtnABan{background-position:-161px 0;}
.scrolltab .sRightBtnA,.scrolltab .sRightBtnASel,.scrolltab .sRightBtnABan{right:10px;}
.scrolltab .sRightBtnA{background-position:-36px 0;}
.scrolltab .sRightBtnASel{background-position:-116px 0;}
.scrolltab .sRightBtnABan{background-position:-192px 0;}
.scrolltab .dSmallPicBox{width:688px;height:99px;position:relative;}
.scrolltab .dSmallPic{width:582px;height:93px;position:absolute;left:53px;top:0px;overflow:hidden;}
.scrolltab .dSmallPic ul{position:absolute;}
.scrolltab .dSmallPic li{width:90px;height:90px;border:1px solid #fff;padding:3px 2px 0;float:left;display:inline;cursor:pointer;overflow:hidden;}
.scrolltab .dSmallPic .sPic{width:88px;height:88px;display:block;}
.scrolltab .dSmallPic .sPic img{border:1px solid #ddd;padding:2px;}
.scrolltab .dSmallPic .sTitle{width:141px;height:30px;line-height:30px;display:block;text-align:center;color:#333;overflow:hidden;}
.scrolltab .dSmallPic .liSelected{border-color:#e9c184;}
.scrolltab .dSmallPic .liSelected .sPic img{border-color:#fff;}
.scrolltab .sLeftBtnB,.scrolltab .sLeftBtnBSel,.scrolltab .sLeftBtnBBan,.scrolltab .sRightBtnB,.scrolltab .sRightBtnBSel,.scrolltab .sRightBtnBBan{width:18px;height:37px;display:block;position:absolute;top:45px;background:url(../assets/img/bgArt.png) no-repeat;}
.scrolltab .sLeftBtnB,.scrolltab .sLeftBtnBSel,.scrolltab .sRightBtnB,.scrolltab .sRightBtnBSel{cursor:pointer;}
.scrolltab .sLeftBtnB,.scrolltab .sLeftBtnBSel,.scrolltab .sLeftBtnBBan{left:20px;}
.scrolltab .sLeftBtnB{background-position:0 -87px;}
.scrolltab .sLeftBtnBSel{background-position:-36px -87px;}
.scrolltab .sLeftBtnBBan{background-position:-73px -87px;}
.scrolltab .sRightBtnB,.scrolltab .sRightBtnBSel,.scrolltab .sRightBtnBBan{right:20px;}
.scrolltab .sRightBtnB{background-position:-16px -87px;}
.scrolltab .sRightBtnBSel{background-position:-52px -87px;}
.scrolltab .sRightBtnBBan{background-position:-88px -87px;}
ul.ulSmallPic  li .div {
    width: 90px;
    position: relative;
    z-index: 10;
    /* background: #000; */
    background: red;
    opacity: 0.5;
    -moz-opacity: 0.5;
    left: 5px;
    bottom: 47px;
    height: auto;
    float: left;
    text-align: center;
}

ul.ulSmallPic li .div .txt {
    float: left;
    height: auto;
    display: block;
    color: #FFF;
    overflow: hidden
}
.toLeft{
    text-align: left;
}
.toRight{
    text-align: right;
}
/*查看附件结束*/

/*弹出层*/
.layui-layer {overflow:hidden !important;}
/*首页*/
.index-page .layui-row{
    padding:0px;
}
.erp-anc-table.indexTable{
    width:100%;
    color:#333;
    font-size:14px;
}
.erp-anc-table.indexTable tr th, .erp-anc-table.indexTable tr td{
    font-size:14px;
}
.erp-anc-table.indexTable tr:nth-child(odd){
    background-color: #fff;
}
.erp-anc-table.indexTable tr:nth-child(2) td:nth-child(2){
    color:#333;
}
.erp-anc-table.indexTable tr td:nth-child(2),.erp-anc-table.indexTable tr th:nth-child(2){
    text-align: center;
}
.erp-anc-table.indexTable thead tr th:nth-child(1){
    padding-left:5%;
}
.erp-anc-table.indexTable tr td:nth-child(1),.erp-anc-table.indexTable tr th:nth-child(1){
    text-align: left;
}
.erp-anc-table.indexTable tbody tr:nth-child(even),.noticeUl li:nth-child(even){
    background-color: #F5FAFF;
}
.noticeUl li.layui-row{
    margin-bottom:10px;
    padding:10px 0;
}
.noticeUl li a{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.noticeUl li a span{
    display:inline-block;
    width: 8px;
    height: 8px;
    padding: 0;
    border-radius: 50%;
    background-color:#288AEF;
    margin:0 5px;
}
.noticeUl li span{
    text-align:right;
}

.index-page{
    padding: 10px 20px;
}
.layui-nav-side{
    top: 108px;
    margin-left:15px;
    border-top-left-radius: 10px;
}
.logo{
    color:#fff;
    font-size: 200%;
    padding-left:40px;
    line-height: 200%;
    position: relative;
    top: -8px;
}
.logo img{
    width: 36px;
    height:36px;
}
.nav-item-span{
    color:#fff;
}
.loginPic{
    height:100%;
    background: url(../img/cxpj_img/xsLogin.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bg.jpg', sizingMethod='scale')";
}
.lgmain{
    background: transparent;
}
.lgfooter a,.lgfooter span{
    color:#fff;
}
.lgmain .lgwk .lgmright{
    background: rgba(255,255,255,0.8);
}
#draw_back{
    background-color: #d4eaff;
    text-align: center;
    /*color:#fff !important;*/
    font-weight:bold;
}
#draw_back span{
    font-size: 1rem;
    margin-left: -20px;
}
#draw_back .fa{
    color: #0078E7 !important;
    /*color:#fff !important;*/
}
/*.left_menu .layui-nav-item>a,.left_menu .layui-nav-item>a i{*/
/*color:#4C4C4C !important;*/
/*}*/
.version_info3{
    background-color: #fff;
    padding:0 5px;
}
.footer{
    line-height:22px;
}
.layui-nav .layui-nav-item:hover {
    color: #0DA4FD;
}
.innerTable{
    width:96%;
    margin:0 2%;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
}
.innerTable input{
    width:100%;
}
.innerTable input{
    width:96%;
    border:1px solid #ccc;
    margin: 5px 5px 5px;
    height: 25px;
}
.innerTable .shortInput{
    width:90%;
}
.innerTable td{
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.innerTable td:nth-child(1){
    background-color: #F2F2F2;
    text-align:right;
    padding-right:5px;
}
.innerTable td:nth-child(1) span{
    color:red;
}
.innerTable .layui-btn.chooseBtn{
    margin:0px;
    margin-bottom:5px;
}
.innerTable .layui-btn.viewBtn{
    height:25px;
    margin:5px;
}

/*消防备案*/
.nr_hade{
    width: 100%;
    /*height: 802px;*/
    /*border: 1px solid #0a6aa1;*/
}
.bqian_hade{
    width: 100%;
    height: 42px;
    font-size: 14px;
    color: var(--middle-blue);
    line-height: 42px;
    /*border-bottom: 1px solid #0a6aa1;*/
}
.bqian_hade image{
    vertical-align: center;
}
.ld_img{
    margin-left: 0px;
    margin-right: 20px;
    vertical-align: text-bottom;
}
.content1{
    width: 99%;
    /*height: 210px;*/
    height: 190px;
    border: 1px solid rgba(204, 204, 204, 1);
    /*background-color: rgba(247, 247, 247, 1);*/
    background-color: white;
    margin-bottom: 5px;
}
.lb_head{
    width: 98%;
    height: 45px;
    line-height: 45px;
    margin: auto;
    font-size: 14px;
    color: var(--middle-blue);
    border-bottom: 1px solid #E4E4E4;
}
.lb_content1{
    width: 22%;
    height: 71%;
    float: left;
    text-align: center;
    margin-left: 1%;
}
.lb_content1 p{
    color: rgb(51, 51, 51);
    font-size: 14px;
    line-height: 34px;
}
.lb_content2{
    width: 25%;
    height: 71%;
    float: left;
    text-align: center;
}
.lb_content2 p{
    color: rgb(51, 51, 51);
    font-size: 14px;
    line-height: 34px;
}
.lb_content3{
    width: 25%;
    height: 71%;
    float: left;
    text-align: center;
}
.lb_content3 p{
    color: rgb(51, 51, 51);
    font-size: 14px;
    line-height: 34px;
}
.lb_content4{
    width: 25%;
    height: 71%;
    float: left;
}
.content_p{
    margin-top: 20px;
    padding-left: 0px;
}
.content_p1 {
    padding-left: 60px;
}
.ztai{
    width: 60%;
    height: 100%;
    float: left;
}
.ztai p{
    color: rgb(51, 51, 51);
    font-size: 14px;
    line-height: 34px;
    padding-left: 60px;
}
.xianshi{
    width: 100%;
    height: 21%;
    padding-left: 60px;
    margin-top: 5px;
}
.xs_div1{
    width: 24px;
    height: 24px;
    float: left;
    background-color: rgba(10, 129, 222, 1);
    margin-left: 15px;
}
.xs_div2{
    width: 24px;
    height: 24px;
    float: left;
    margin-left: 15px;
    background-color: rgba(4, 177, 0, 1);
}
.xs_div4{
    width: 24px;
    height: 24px;
    float: left;
    margin-left: 15px;
    background-color: rgba(188, 188, 188, 1);
}
.xs_div5{
    width: 24px;
    height: 24px;
    float: left;
    margin-left: 15px;
    background-color: rgba(188, 188, 188, 1);
}
.xs_div6{
    width: 24px;
    height: 24px;
    float: left;
    margin-left: 15px;
    background-color: rgba(10, 129, 222, 1);
}
.ztai_but{
    width: 40%;
    height: 100%;
    float: left;
}
.zt_but{
    width: 108px;
    height: 36px;
    margin-top: 38px;
    font-size: 14px;
    border-radius: 4px;
    color: rgb(51, 51, 51);
    background-color: rgba(158, 207, 255, 1);
    border: 1px solid rgba(10, 129, 222, 1);
}
.zt_but:hover{
    width: 108px;
    height: 36px;
    margin-top: 38px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    color: rgb(255,255,255);
    background-color: rgba(10, 129, 222, 1);
    border: 1px solid rgba(10, 129, 222, 1);
}
.content2{
    width: 100%;
    height: 175px;
    margin-top: 25px;
    border: 1px solid rgba(204, 204, 204, 1);
    background-color: rgba(247, 247, 247, 1);
}
.content3{
    width: 100%;
    height: 175px;
    margin-top: 25px;
    border: 1px solid rgba(204, 204, 204, 1);
    background-color: rgba(247, 247, 247, 1);
}
.content4{
    width: 100%;
    height: 175px;
    margin-top: 25px;
    border: 1px solid rgba(204, 204, 204, 1);
    background-color: rgba(247, 247, 247, 1);
}
.zt_but1{
    width: 108px;
    height: 36px;
    margin-top: 5px;
    font-size: 14px;
    border-radius: 4px;
    color: rgb(51, 51, 51);
    background-color: rgba(255, 219, 178, 1);
    border: 1px solid rgba(255, 136, 0, 1);
}
.zt_but1:hover{
    width: 108px;
    height: 36px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 4px;
    color: rgb(255,255,255);
    background-color: rgba(255, 136, 0, 1);
    border: 1px solid rgba(255, 136, 0, 1);
}
.zt_but2{
    width: 108px;
    height: 36px;
    margin-top: 5px;
    font-size: 14px;
    border-radius: 4px;
    color: white;
    background-color: var(--middle-blue);
    border: 1px solid var(--middle-blue);
}
.zt_but2:hover{
    width: 108px;
    height: 36px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 4px;
    color: rgb(255,255,255);
    background-color: #178bde;
    border: 1px solid #178bde;
    /*color: #333;*/
}

/*弹出层*/
.top_head{
    width: 100%;
    height: 45px;
    padding-left: 14%;
    line-height: 45px;
}
.zhuangTai{
    width: 98%;
    margin: auto;
    height: 64px;
    /*border: 1px solid #0a6aa1;*/
}
.zt_lb1{
    width: 40px;
    height: 100%;
    float: left;
    line-height: 64px;
}
.zt_img{
    margin-left: 20%;
}
.zt_lb2{
    /*width: 13.3%;*/
    width: 180px;
    height: 100%;
    float: left;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: 64px;
    background-image: url("../img/xfys_img/u7018.png");
}
.zt_lb3{
    width: 180px;
    height: 100%;
    float: left;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: 64px;
    background-image: url("../img/xfys_img/u856.png");
}
.zt_lb4{
    width: 180px;
    height: 100%;
    float: left;
    color: #A5A5A5;
    font-size: 14px;
    font-weight: bold;
    line-height: 64px;
    background-image: url("../img/xfys_img/u858.png");
}
.zt_lb5{
    width: 180px;
    height: 100%;
    float: left;
    color: #A5A5A5;
    font-size: 14px;
    font-weight: bold;
    line-height: 64px;
    background-image: url("../img/xfys_img/u858.png");
}
.zt_lb6{
    width: 180px;
    height: 100%;
    float: left;
    color: #A5A5A5;
    font-size: 14px;
    font-weight: bold;
    line-height: 64px;
    background-image: url("../img/xfys_img/u858.png");
}
.zt_span{
    padding-left: 25px;
}
.zhuangTai_but{
    width: 98%;
    height: 40px;
    margin: auto;
    margin-top: 20px;
}
.sh_div{
    width: 25%;
    height: 100%;
    margin: auto;
}
.zhuangTai_but1{
    width: 108px;
    height: 100%;
    float: left;
    text-align: center;
    background-color: rgba(168, 232, 168, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 153, 0, 1);
    border-radius: 2px;
}
.zhuangTai_but1 span{
    font-size: 14px;
    color: #006600;
    line-height: 40px;
}
.zhuangTai_but2{
    width: 108px;
    height: 100%;
    float: left;
    color: #666666;
    margin-left: 20%;
    text-align: center;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(165, 165, 165, 1);
    border-radius: 2px;
}
.zhuangTai_but2 span{
    font-size: 14px;
    line-height: 40px;
}
.zhuangTai_but2:hover {
    width: 108px;
    height: 100%;
    float: left;
    margin-left: 20%;
    color: #ffffff;
    text-align: center;
    background-color: rgba(4, 177, 0, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(4, 177, 0, 1);
    border-radius: 2px;
}
.zhuangTai_but2 span:hover {
    font-size: 14px;
    color: #ffffff;
    line-height: 40px;
}
.xf_bean{
    width: 98%;
    height: 375px;
    margin: auto;
    margin-top: 20px;
    /*border: 1px solid #0a6aa1;*/
}
.bean_head{
    width: 100%;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
    color: rgb(10, 129, 222);
    /*border-bottom: 1px solid #0a6aa1;*/
}
.bean_liebiao{
    width: 100%;
    height: 90.5%;
    margin-top: 0.5%;
    border: 1px solid #999999;
}
.lui_span{
    font-size: 13px;
    line-height: 30px;
    color: rgb(51, 51, 51);
}
.lui_label {
    background-color: #E0EDFF !important;
    color: #333333 !important;
    border-right: 1px solid #ccc !important;
    /*border-left: 1px solid #ccc !important;*/
}
.lui_labeladd {
    background-color: #E0EDFF !important;
    color: #333333 !important;
    border-right: 1px solid #ccc !important;
}
.bean_but{
    width: 98%;
    height: 40px;
    margin: auto;
    line-height: 40px;
    /*border: 1px solid #0a6aa1;*/
}
.bean_ann{
    width: 21%;
    height: 100%;
    margin: auto;
}
.lui_text{
    height: 281px;
}
.layui-btn.saveBtn {
    color: #000000;
    border: 1px solid #E0EDFF;
    background-color: #E0EDFF;
}
.layui-btn.saveBtn:hover {
    color: #ffffff;
    border: 1px solid #0A69DE;
    background-color: #0A69DE;
}
.layui-btn.submitBtn {
    color: #000000;
    border: 1px solid #E0EDFF;
    background-color: #E0EDFF;
}
.layui-btn.submitBtn:hover {
    color: #ffffff;
    border: 1px solid #0A69DE;
    background-color: #0A69DE;
}
.layui-btn.dayinBtn{
    color: #000000;
    border: 1px solid #E0EDFF;
    background-color: #E0EDFF;
}
.layui-btn.dayinBtn:hover {
    color: #ffffff;
    border: 1px solid #0A69DE;
    background-color: #0A69DE;
}
.layui-btn.closeBtn{
    color: #000000;
    border: 1px solid #E0EDFF;
    background-color: #E0EDFF;
}
.layui-btn.closeBtn:hover {
    color: #ffffff;
    border: 1px solid #0A69DE;
    background-color: #0A69DE;
}

.xf_bean2{
    width: 98%;
    height: 555px;
    margin: auto;
    margin-top: 20px;
    /*border: 1px solid #0a6aa1;*/
}
.lui_text2{
    height: 140px;
}
.layui-form-checked, .layui-form-checked:hover {
    border-color: #cccccc;
}
.layui-form-checked, .layui-form-checked:active {
    background-color: #1e9fff;
    border: 1px #1e9fff solid !important;
    border-radius: 2px;
}
.layui-form-checked span, .layui-form-checked:hover span {
    background-color: #cccccc;
}
.layui-form-checked i, .layui-form-checked:hover i {
    color: white ;
}
.layui-form-checkbox {
    width: 8px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #d2d2d2;
}
.inp_checkbox {
    margin-bottom: 0px;
}
.lui_div {
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.xf_bean3 {
    width: 98%;
    height: 217px;
    margin: auto;
    margin-top: 20px;
    /*border: 1px solid #0a6aa1;*/
}
.fujian {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #999999;
}
.fujian span {
    font-size: 14px;
    color: #333333;
    margin-left: 2%;
}
.fujian2 {
    width: 100%;
    height: 112px;
    line-height: 36px;
    border-bottom: 1px solid #999999;
}
.fujian2 p {
    font-size: 14px;
    color: #333333;
    margin-left: 2%;
}
.xf_bean4 {
    width: 98%;
    height: 410px;
    margin: auto;
    margin-top: 20px;
    /*border: 1px solid #0a6aa1;*/
}
.cailiao_but {
    width: 97%;
    height: 30px;
    line-height: 30px;
    margin-left: 3%;
}
.cl_but {
    width: 300px;
    height: 24px;
    color: #333333;
    float: left;
    margin-right: 2%;
    font-size: 13px;
    line-height: 24px;
    background-color: rgba(208, 232, 244, 1);
    border: 1px solid rgba(17, 166, 255, 1);
}
.cl_but span {
    margin-left: 5%;
}
.cailiao_but2 {
    width: 97%;
    height: 30px;
    margin-top: 5px;
    margin-left: 3%;
    line-height: 30px;
}
.layui-btn.yulanBtn {
    width: 60px;
    height: 24px;
    color: #ffffff;
    font-size: 13px;
    line-height: 24px;
    display: block;
    background-color: rgba(17, 166, 255, 1);
    border: 1px solid rgba(17, 166, 255, 1);
    border-radius: 2px;
}

/*备案抽查详情*/
.jiancha{
    width: 98%;
    height: 30px;
    margin: auto;
    margin-top: 20px;
    line-height: 30px;
    margin-left: 15%;
    /*border-bottom: 1px solid #0AB2FA;*/
}
.jiancha ul{
    margin: auto;
}
.jiancha ul li{
    float: left;
    width: 61px;
    height: 26px;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    margin-right: 3px;
    line-height: 26px;
    text-align: center;
    background-color: rgba(25, 158, 216, 1);
}
.jiancha ul li:hover {
    background-color: rgba(0, 153, 0, 1);
}
.jiancha ul li p {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    left: 1px;
    width: 425px;
    text-align: left;
}
.biao_head{
    width: 100%;
    height: 37px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    line-height: 37px;
    text-align: center;
    background: linear-gradient(180deg, rgba(0, 124, 255, 1) 0%, rgba(0, 124, 255, 1) 0%, rgba(0, 153, 255, 1) 100%, rgba(0, 153, 255, 1) 100%);
}
.innerForm .layui-input-block {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.layui-form-item .layui-form-checkbox[lay-skin=primary] {
    width: 19px;
}
.innerForm .layui-input-block {
    margin-left: 0px;
    text-align: center;
}
.lui_qm{
    width: 100%;
    height: 55px;
    display: block;
}
.lui_qm2{
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 4%;
    margin-left: 5%;
}
.lui_qm3{
    margin-left: 25%;
}
.inp_cxb{
    width: 80%;
    float: left;
    text-align: left;
    margin-left: 20%;
}
.lui_qm4{
    width: 95%;
    float: left;
    text-align: left;
    margin-top: 4%;
    margin-left: 5%;
}
.lui_qm5{
    margin-left: 20%;
}
.label-name{
    background-color: #E0EDFF;
    color: #333333;
    border-right: 1px solid #999999;
    border-top: 1px solid #ccc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.label-value{
    margin-left: 0px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    min-height: 0px;
    /*padding-top: 4px;*/
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-bottom:0px;
}
.specialInput{
    margin-bottom: 0px;
}

.layui-input-block {
    min-height: 30px;
    line-height: 30px;
}
.table-content{
    height: 60px;
}
.layui-form-radio>i{
    font-size: 18px;
}
.layui-table td, .layui-table th{
    white-space:normal;
    padding:5px;
}
.p-style{
    margin-top: 30px;
}
.layui-input-block {
    min-height: 30px;
    /*line-height: 30px;*/
    line-height: 29px;
}

#tabTwoBtns,#tabThreeBtns,#tabFiveBtns,#tabSixBtns,#tabSevenBtns,#tabEightBtns,#tabNightBtns,#tabTenBtns,#tabFourBtns,#tabElevenBtns,#tabTwelveBtns{
    position: relative;
    bottom: -300px;
    text-align: center;
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 50px;
    border-top:0px solid #cccccc;
}
.checkBtn{
    position: fixed;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 100%;
    bottom: 100px;
    margin-left: 0px;
    background-color: #ffffff;
    border-top: 1px solid #cccccc;
}
.layui-layer-page .layui-layer-content{
    overflow: hidden;
    margin-bottom: 50px;
}
.autograph{
    border-top: 1px solid #cccccc;
    margin-left: 0px;
    border-right: 1px solid #cccccc;
    padding-left: 10px;
    text-align: center;
}
.editData_btn{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0px;
    background-color: #ffffff;
    padding-bottom: 10px;
    padding-top: 10px;
    margin: 0px;
    border-top: 1px solid #cccccc;
}
.check-part,.check-count{
    width: 100%;
    height: 100%;
    margin-left: 0px;
}
.check-part input,.check-count input{
    height: 100%;
    border:0px
}
[v-cloak]{
    display:none
}
/*设置label高度*/
.label-h59-style{
    height: 59px;
}

.label-h82-style{
    height: 82px;
}

.label-h120-style{
    height: 120px;
}
/*文字左对齐 */
.innerForm .layui-input-block {
    /*margin-left: 173px;*/
    text-align: left;
    margin-left: 225px;
}
.innerForm .layui-input-block-textarea{
    margin-left: 0px;
    padding-top: 0px;
}
.layui-form-item .label-value{
    text-align: left;
    padding-left: 10px;
}
.autograph-label {
    border-top: 1px solid #cccccc;
    margin-left: 0px;
    border-right: 1px solid #cccccc;
    padding-left: 10px;
    text-align: center;
    margin-bottom: -1px;
    margin-right: -2px;
}
.autograph-value {
    border-top: 1px solid #cccccc;
    margin-left: 0px;
    border-right: 1px solid #cccccc;
    padding-left: 10px;
    text-align: center;
    margin-bottom: -1px;
    margin-right: -2px;
}

.layui-form-item > .layui-col-md1,.layui-form-item >  .layui-col-md10,.layui-form-item >  .layui-col-md11,.layui-form-item >  .layui-col-md12,.layui-form-item >  .layui-col-md2,.layui-form-item >  .layui-col-md3,.layui-form-item >  .layui-col-md4,.layui-form-item >  .layui-col-md5,.layui-form-item >  .layui-col-md6,.layui-form-item >  .layui-col-md7,.layui-form-item >  .layui-col-md8,.layui-form-item >  .layui-col-md9 {
     border-right: 1px solid #ccc;
 }

.layui-input-block-textarea > .layui-col-md1,.layui-input-block-textarea >  .layui-col-md10,.layui-input-block-textarea >  .layui-col-md11,.layui-input-block-textarea >  .layui-col-md12,.layui-input-block-textarea >  .layui-col-md2,.layui-input-block-textarea >  .layui-col-md3,.layui-input-block-textarea >  .layui-col-md4,.layui-input-block-textarea >  .layui-col-md5,.layui-input-block-textarea >  .layui-col-md6,.layui-input-block-textarea >  .layui-col-md7,.layui-input-block-textarea >  .layui-col-md8,.layui-input-block-textarea >  .layui-col-md9 {
    border-right: 1px solid #ccc;
}
/*.layui-tab-content{*/
/*    margin-bottom: 50px;*/
/*}*/
#LAY_layuipro{
    position:relative;
    overflow-x:hidden;
    overflow-y: hidden;
}
.scrollArea{
    overflow-y: scroll;
    overflow-x: hidden;
    display: block;
}
.scrollArea > .layui-tab-card{
    box-shadow: none;
    border-bottom: 0;
}
.layui-input-block-textarea span{
    vertical-align: middle;
    padding-left: 10px;
}
.specialInput .biao1-label-lg{
    width: 120px;
}
#check_detail,#member_check_item_list{
    float: left;
}
#check_detail{
    width: 75%;
    min-width: 800px;
    height: 100%;
}
#member_check_item_list{
    background-color: #ffffff;
    border: 1px solid #cccccc;
    min-width: 260px;
    width: 20%;
    padding: 15px 0px;
}
#member_check_item_list li{
    min-width: 280px;
    height: 35px;
    overflow: hidden;
}
#member_check_item_list li span{
    margin: 5px 10px;

}
#member_check_item_list li a{
    color: #000000;
    display: inline-block;
    padding: 0px;
    padding: 0px 15px;
}
#member_check_item_list li a:hover{
    background-color: #ffffff;
    color: #0708a4;
    cursor: pointer;
}

.not-own-item span{
    display: inline-block;
    color: #cccccc;
}
.item-status-sty{
    font-size: 13px;
    display: inline-block;
    color: #0B61A4;
    margin: 0px;
}

.zhuangTai div.schedule,.zhuangTai div.scheduleHandle{
    width: 10%;
    float: left;
}
.zhuangTai .schedule span{
    padding-bottom: 5px;
    width: 120px;
    text-align: center;
    margin-left: -45px;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: bold;
    font-size: 15px;
    display: block;
    color: #666666;
}
.zhuangTai .scheduleHandle span{
    padding-bottom: 5px;
    width: 120px;
    text-align: center;
    margin-left: -45px;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: bold;
    font-size: 15px;
    display: block;
    color: #0887ff;
}
.zhuangTai .schedule div.status{
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: #999999;
    color: #fff;
    border-radius: 50%;
    font-weight: bold;
    font-size: 13px;
}
.zhuangTai .scheduleHandle div.status{
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: #0887ff;
    color: #fff;
    border-radius: 50%;
    font-weight: bold;
    font-size: 13px;
}

.zhuangTai .schedule div.nullStatus{
    height: 40px;
    width: 30%;
    margin-top: 10px;
    background: #fff;
}
.zhuangTai>div:nth-child(1){
    height: 35px;
}
.zhuangTai .greyLine{
    margin-top: 0px;
    height: 10px;
    background: rgba(215, 215, 215, 1);
}
.zhuangTai .blueLine{
    margin-top: -10px;
    height: 10px;
    background: rgba(131, 192, 250, 1);
}

.loginPic{
    height:100%;
    background: url(../img/cxpj_img/xsLogin2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bg.jpg', sizingMethod='scale')";
}
.scrollArea .layui-tab-content {
    padding: 10px 10px 20px 10px;
}
.ztai {
    min-width: 280px;
    /*padding-top: 10px;*/
}
.ztai_but {
    max-width: 224px;
    width: calc(100% - 280px);
}
.lb_content2,.lb_content3 {
    width: 21%;
}
.lb_content4 {
    width: 20%;
}

.layui-col-md3.boxShadow.top-card{
    line-height: 89px;
    text-align: center;
    width: calc(25% - 20px);
}
.top-card .layui-col-md4{
    text-align: center;
}
.top-card .top-card-circle {
    height: 56px;
    width: 56px;
    /*background-color: #7893f2;*/
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    display: inline-block;
}
.top-card .top-card-circle img{
    height: 34px;
    width: 34px;
}

.sjsc-circle{
    background: linear-gradient(top, #94b6fa, #736adf);
    background: -ms-linear-gradient(top, #94b6fa, #736adf);
    background: -webkit-linear-gradient(top, #94b6fa, #736adf);
    background: -moz-linear-gradient(top, #94b6fa, #736adf);
}
.xfys-circle{
    background: linear-gradient(top, #66cce2, #636cec);
    background: -ms-linear-gradient(top, #66cce2, #636cec);
    background: -webkit-linear-gradient(top, #66cce2, #636cec);
    background: -moz-linear-gradient(top, #66cce2, #636cec);
}
.xfba-circle{
    background: linear-gradient(top,#6fe8ee,#46abf6);
    background: -ms-linear-gradient(top,#6fe8ee,#46abf6);
    background: -webkit-linear-gradient(top,#6fe8ee,#46abf6);
    background: -moz-linear-gradient(top,#6fe8ee,#46abf6);
}
.bajc-circle{
    background: linear-gradient(top,#c4c4fa,#7faeeb);
    background: -ms-linear-gradient(top,#c4c4fa,#7faeeb);
    background: -webkit-linear-gradient(top,#c4c4fa,#7faeeb);
    background: -moz-linear-gradient(top,#c4c4fa,#7faeeb);
}
.hade_p1 a{
    color: #1565ea;
    font-size: 30px;
    font-weight: bold;
}
.card-number:hover .hade_p1,.card-number:hover .hade_p1 a{
    color: #ff6600;
}
.boxShadow .rightText{
    padding: 5px 5px 5px 10px;
}

#year_littlePage .layui-tab-card {
     border-width: 0px;
     box-shadow: 0 0 0 0 rgba(0,0,0,.1);
}
#year_littlePage .layui-tab-card>.layui-tab-title {
     background-color: #fff;
    border-bottom: 0;
}
#year_littlePage .layui-tab-card>.layui-tab-title .layui-this:after {
    border-bottom-color: #ccc;
}
#quarter{
    border: 1px solid #ccc;
}

.ztai_but {
    max-width: calc(100% - 280px);
    width: 40%;
}
.zt_but2 {
    width: calc(100% - 50px);
    height: 30px;
    border-radius: 15px;
    font-size: 14px;
}
.zt_but2:hover {
    width: calc(100% - 50px);
    height: 30px;
    border-radius: 15px;
    font-size: 14px;
}

@media screen and (max-width:1280px) {

    .zt_but2 {
        font-size: 12px;
    }
    .zt_but2:hover {
        font-size: 12px;
    }
    .ztai {
        min-width: 230px;
    }
    .ztai_but {
        max-width: calc(100% - 230px);
        width: 40%;
    }
    .xs_div3 {
        margin-right: 4px;
    }
}

/*.mergeTableCell {*/
    /*min-width: 1000px;*/
/*}*/


.mergeTableCell {
    margin: 0;
    border-top: 2px solid #3C89D7;
    text-align: center;
    table-layout: fixed;
    border-left:  1px solid #e6e6e6;
    min-width: 1000px;
}

.mergeTableCell td {
    margin: 0;
    padding: 0;
    border: 0;
}

.mergeTableCell ,.mergeTableCell table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}
.mergeTableCell .w160 ,
.mergeTableCell .wMerge,
.mergeTableCell .serialNumber ,
.mergeTableCell .supervision-td8,
.mergeTableCell .supervision-td7,
.mergeTableCell .handle-td-w {
    padding: 10px 0;
    border: 0;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.mergeTableCell .w160 {
    width: 160px;
    max-width: 160px;
}
.mergeTableCell .serialNumber {
    width: 60px;
    max-width: 60px;
}
.mergeTableCell .toLeft {
    padding-left: 2px;
}
.mergeTableCell .supervision-td7 {
    width: 200px;
    max-width: 200px;
    padding: 10px 10px;
}
.mergeTableCell .supervision-td8 {
    width: 200px;
    max-width: 200px;
    padding: 10px 10px;
}

.mergeTableCell thead tr {
    background-color: #f6f7fb;
    color: #666666;
}
.mergeTableCell tbody tr:nth-child(even) {
    background-color: #fff;
}
.mergeTableCell .handle-td-w {
    width: 80px;
}

@media ( min-width :1921px) {
    .mergeTableCell .supervision-td7 {
        width: 450px;
        max-width: 450px;
    }
    .mergeTableCell .supervision-td8 {
        width: 400px;
        max-width: 400px;
    }
    .mergeTableCell .w160 {
        width: 250px;
        max-width: 250px;
    }
}
@media ( max-width :1920px) {
    .mergeTableCell .supervision-td7 {
        width: 400px;
        max-width: 400px;
    }
    .mergeTableCell .supervision-td8 {
        width: 300px;
        max-width: 300px;
    }
    .mergeTableCell .w160 {
        width: 220px;
        max-width: 220px;
    }
}
@media ( max-width :1820px) {
    .mergeTableCell .supervision-td7 {
        width: 350px;
        max-width: 350px;
    }
    .mergeTableCell .supervision-td8 {
        width: 300px;
        max-width: 300px;
    }
    .mergeTableCell .w160 {
        width: 200px;
        max-width: 200px;
    }
}
@media ( max-width :1750px) {
    .mergeTableCell .supervision-td7 {
        width: 340px;
        max-width: 340px;
    }
    .mergeTableCell .supervision-td8 {
        width: 300px;
        max-width: 300px;
    }
    .mergeTableCell .w160 {
        width: 180px;
        max-width: 180px;
    }
}
@media ( max-width :1600px) {
    .mergeTableCell .supervision-td7 {
        width: 300px;
        max-width: 300px;
    }
    .mergeTableCell .supervision-td8 {
        width: 240px;
        max-width: 240px;
    }
    .mergeTableCell .w160 {
        width: 170px;
        max-width: 170px;
    }
}
@media ( max-width :1540px) {
    .mergeTableCell .supervision-td7 {
        width: 290px;
        max-width: 290px;
    }
    .mergeTableCell .supervision-td8 {
        width: 200px;
        max-width: 200px;
    }
    .mergeTableCell .w160 {
        width: 160px;
        max-width: 160px;
    }
}
@media ( max-width :1400px) {
    .mergeTableCell .supervision-td7 {
        width: 270px;
        max-width: 270px;
    }
    .mergeTableCell .supervision-td8 {
        width: 200px;
        max-width: 200px;
    }
    .mergeTableCell .w160 {
        width: 140px;
        max-width: 140px;
    }
}
@media ( max-width :1320px) {
    .mergeTableCell .supervision-td7 {
        width: 270px;
        max-width: 270px;
    }
    .mergeTableCell .supervision-td8 {
        width: 180px;
        max-width: 180px;
    }
    .mergeTableCell .w160 {
        width: 130px;
        max-width: 130px;
    }
}
.cursorBlue {
    cursor: pointer;
    font-size: 12px;
    color: #0099FF;
}
.timelinessStatisticsTable{
    min-width: 1350px;
}
#tb_3 tbody tr td.auto-wrap{
    white-space: normal;
}
.red-box{
    border: 1px solid var(--danger-color);
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 8px;
    text-align: center;
    margin-left: 10px;
}
.select2-container {
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    display: block;
    /*width: 100% !important;*/
    border-width: 0px;
    border-style: solid;
    background-color: #fff;
    border-radius: 8px;
    border-color: #fff;
    outline: 0;
    -webkit-appearance: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box;
}
.select2-container--open{
    z-index: 1989101799;
}
td .layui-btn.editBtn{
    margin-left: 10px;
}
td .layui-btn.reviewBtn{
    margin-left: 10px;
}
.layui-btn.reviewBtn{
    margin-left: 10px;
}
.layui-btn.deleteBtn{
    margin-left: 10px;
}
.layui-input.inlineBlockInput{
    width: 300px;
    display: inline-block;
}
.table2 .toLeft,.table3 td{
    white-space: nowrap;
}
.elf-from label{
    height: 30px;
    line-height: 30px;
    border-left: 1px #CCC solid;
}
.heightadd {
    height: 49px;
    line-height: 49px;
}
.elf-material {
    margin: 5px 5px !important;
}
.rankLabelhome {
    width: 120px;
}
.rankLabelcxpj {
    width: 112px;
}
.regfrom {
    padding-left: 0px !important;
    margin-bottom: 10px;
}
.selectall option dl{
    min-width: 180px !important;
    left: auto !important;
}
.ffdlpadd {
    padding-left: 0px;
    padding-right: 0px;
}
.logloginmarg {
    margin-left: 0px;
    width: 100%;
}
.lawmarg {
    margin: 10px 1% !important;
}
.lawheight {
    height: 44px;
    line-height: 34px;
}
.lawblock {
    padding-top: 3px !important;
    overflow: visible !important;
}
.elf-label-left {
    border-left: 1px #ccc solid;
}
.elf-label-top {
    border-top: 1px #ccc solid !important;
}
.efmleft {
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.xiugaifirstPart .layui-form-item {
    height: 48px;
}
.xiugaifirstPart .layui-form-label {
    height: 30px;
    line-height: 30px;
    border-left: 1px #ccc solid;
}
.istyle {
    vertical-align: bottom;
}
.btn-block {
    text-align: center;
    margin: 20px 0px 20px 0px;
    background-color: #ffffff;
}
.footernav {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 80px;
    background-color: #FFFFFF;
}
.ffhdpart {
    margin-left: 0px;
    margin-right: 0px;
}
.ffdlbl {
    border-left: 1px #ccc solid;
}
/*.innerForm .ffeditblock {*/
/*    padding-top: 2px !important;*/
/*}*/
.fftitlestyle {
    /*height: 40px;*/
    line-height: 40px;
    margin: 10px;
}
.fflist {
    vertical-align: sub;
    padding-right: 20px;
    font-size: 14px;
    padding-left: 3px;
}
.fflists {
    vertical-align: sub;
    padding-right: 20px;
    font-size: 14px;
    padding-left: 0px;
}
.fflistadd {
    vertical-align: sub;
    font-size: 14px;
    padding-right: 20px;
    padding-left: 3px;
}
.ffdlhe {
    line-height: 2em;
}
.ffinpbl {
    height: 48px;
    line-height: 48px;
    padding-top: 0px !important;
}
.ffinpbladd {
    height: 65px;
    line-height: 65px;
    padding-top: 0px !important;
}
.elfborder {
    border-right: 1px #ccc solid !important;
}
.ffhdjzclass .ffhdjzwid {
    width: 230px;
    height: 30px;
}
.ffhdjzclass .ffhdjzwids {
    height: 30px;
    width: 78px;
}
.ffhdjzclass .ffhdjzwidd {
    height: 30px;
    width: 225px;
}
.fflistadds {
    vertical-align: text-top;
    padding-right: 20px;
    font-size: 14px;
    padding-left: 3px;
}
.rcrlnav {
    border-left: 1px #ccc solid;
    height: 44px;
    line-height: 44px;
    padding-left: 161px;
}
.entltab {
    height: 2em !important;
    line-height: 2em !important;
}
.delborder {
    border: none;
}
.ffhctable {
    height: calc(60vh);
    overflow: auto;
    overflow-x: hidden;
    margin-bottom: 0px;
}
.ffhctableSL {
    height: calc(60vh);
    overflow: auto;
    overflow-x: hidden;
    margin-bottom: 0px;
}


.ffhctables {
    height: calc(60vh);
    overflow: auto;
    overflow-x: hidden;
    margin-bottom: 0px
}
.inputzdy {
    border: 1px #ccc solid;
    height: 38px;
    line-height: 38px;
    border-radius: 8px;
    background-color: white;
}
.promptstyle {
    border-left: 1px #ccc solid;
    color: red;
    padding-left: 225px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    width: 100%;
    font-size: 14px
}
.promptstyles {
    color: red;
    font-size: 14px
}
.hiddenfrom {
    display: none;
}
.cardrightfont {
    vertical-align: sub;
    padding-left: 3px;
}