/*公共样式*/
/*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;
    cursor: pointer;
    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:#188AE2 !important;
}
.left_menu .layui-nav-itemed .layui-nav-child a{
    padding-left: 26%;
    font-size:14px;
}
.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 #eee;
}
#Edit_littlePage2 .standardForm .layui-form-item,#Edit_littlePage1 .standardForm .layui-form-item,#newEdit_Maintenance .standardForm .layui-form-item,#newAdd_Maintenance .standardForm .layui-form-item{
    border:none;
}
.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
}
/*弹出层样式*/
.littlePage{
    display:none;
}
.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 .specialBtn{
    padding:0px 4px;
    width:40px;
    height: 24px;
    margin-top: 6px;
    line-height:24px;
}
.innerForm .layui-form-label{
    padding:9px 0px;
    width:166px;
    background-color: #F2F2F2;
    font-size: 13px;
    color: #333333;
    border-right: 1px solid #ccc;
}
#Edit_littlePage2 .innerForm .layui-form-label,#Edit_littlePage1 .innerForm .layui-form-label,#newEdit_Maintenance .innerForm .layui-form-label,#newAdd_Maintenance .innerForm .layui-form-label{
    background-color:#FFF;
    border-right:none;
}
.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: 0px;
    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{
    margin:5px;
}
.thirdPart{
    margin-bottom:0px;
}
.innerForm .layui-input-block{
    margin-left: 164px;
}
.innerForm .layui-form-item{
    border-top:1px solid #ccc;
    border-right:1px solid #ccc;
    margin-bottom:-1px;
}
/*第二层弹窗选择*/
.projectChoose{
    display:none;
}
/*审核奖项申报第一层弹窗*/
.layui-table.AwardTable,.layui-table.reviewRecords{
    border:none;
    width:99%;
}
.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;
}

.areaTable .layui-table td,
.areaTable .layui-table th{
    border-color: #ccc;
}
.postionTd{
    position: relative;
}
.postionTd span{
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -8px;
}
.innerForm .postionTd .layui-input{
    padding-right: 26px;
}
.areaTableTitle{
    font-weight: 600;
    font-size: 15px;
    line-height: 32px;
}
/*诚信库施工企业排名*/
.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.delBtn{
    background-color: red;
    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;
}
.secondPart,.thirdPart{
    border-left: 1px solid #ccc;
    border-bottom: 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;
}
/*.navbarPic{*/
/*background: url(../img/cxpj_img/headbk.png);*/
/*background-size:100% 100%*/
/*}*/
/*.layui-nav{*/
/*background-color: transparent;*/
/*}*/
.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/bg3.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')";
}
.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;
}
.innerForm .layui-input-block {
    margin-left: 172px;
}

.innerTable td:nth-child(3) {
    background-color: #F2F2F2;
    text-align: right;
    padding-right: 5px;
}

.innerTable td:nth-child(3) span {
    color: red;
}

.innerForm .layui-form-item {
    border: 1px solid #ccc;
}

/*.innerForm .layui-form-label {*/
/*    background-color: #f3f8fc;*/
/*}*/

/*.layui-table.AwardTable tr td:nth-child(odd) {*/
/*    background: #f3f8fc;*/
/*}*/

.ldSelect {
    width: calc((100% - 180px) / 3);
}

#localContactsTypeTd {
    width: calc((100% - 180px) * 0.4);
}

#localContactsId {
    width: calc((100% - 180px) * 0.6);
}

#artificialTypeTd {
    width: calc((100% - 180px) * 0.4);
}

#artificialId {
    width: calc((100% - 180px) * 0.6);
}

/*css hack 兼容ie*/
.layui-form [lay-ignore] {
    display: block;
    display: block \9;
    display: block \0;
}
.element1{
    width: 40px;
    height: 40px;
    background-color: rgba(128, 128, 128, 0.39);
    border-radius: 50%;
    margin-left: 35%;
}
.child1{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: gray;
    position: relative;
    top: 5px;
    left: 5px;
    line-height: 30px;
}

.element2{
    width: 40px;
    height: 40px;
    background-color: rgba(247, 151, 0, 0.3);
    border-radius: 50%;
    margin-left: 35%;
}
.child2{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: orange;
    position: relative;
    top: 5px;
    left: 5px;
    line-height: 30px;
}

.element3{
    width: 40px;
    height: 40px;
    background-color: rgba(255, 0, 0, 0.38);
    border-radius: 50%;
    margin-left: 35%;
}
.child3{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: red;
    position: relative;
    top: 5px;
    left: 5px;
    line-height: 30px;
}

.element4{
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 255, 0.36);
    border-radius: 50%;
    margin-left: 35%;
}
.child4{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: blue;
    position: relative;
    top: 5px;
    left: 5px;
    line-height: 30px;
}

.element5{
    width: 40px;
    height: 40px;
    background-color: rgba(63, 171, 9, 0.37);
    border-radius: 50%;
    margin-left: 35%;
}
.child5{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #3fab09;
    position: relative;
    top: 5px;
    left: 5px;
    line-height: 30px;
}

#statusTable .checkStatus {
    float: left;
    font-size: 15px;
    padding-top: 10px;
    padding-left: 44px;
}

#statusTable.layui-table tr td {
    border: none;
}

#statusTable.layui-table {
    border: none;
}

#statusTable div[class^='element'] {
    margin-left: 0;
}

#roomStatusList div[class^='element'] {
    width: 50px;
    height: 50px;
}

#roomStatusList div[class^='child'] {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.collapse_area .layui-input-inline {
    width: auto;
}
/*透明弹框*/
body .demo-class.layui-layer{background:none;box-shadow:none}
body .demo-class .layui-layer-content{background:none;}
body .demo-class.layui-layer .layui-layer-close2 {right: -8px;top: -5px;}

/*楼栋检查立体图*/
#house .body .block-checkNoPass,.foot-btn .block-checkNoPass{
    background-color: rgb(255, 0, 0);
    border: 1px solid #2b65b7;
    cursor: pointer;
}
#house .body .block-checkPass,.foot-btn .block-checkPass{
    background-color: rgb(0, 153, 0);
    border: 1px solid #2b65b7;
    cursor: pointer;
}
#house .body .block-noCheck,.foot-btn .block-noCheck{
    background-color: rgb(204, 204, 204);
    border: 1px solid #2b65b7;
    cursor: pointer;
}
#house .body .block-noPlan,.foot-btn .block-noPlan{
    border: 1px solid #2b65b7;
    background-color: #223990;
    cursor: pointer;
}
#house .body .block-isCheck,.foot-btn .block-isCheck{
    background-color: rgb(204, 153, 0);
    border: 1px solid #2b65b7;
    cursor: pointer;
}
#house .body .block-recheckFirst,.foot-btn .block-recheckFirst{
    background-color: rgb(255, 255, 0);
    border: 1px solid #2b65b7;
    cursor: pointer;
}
#house .body .block-recheckMore,.foot-btn .block-recheckMore{
    background-color: rgb(255, 153, 0);
    border: 1px solid #2b65b7;
    cursor: pointer;
}
#house .body .block-empty,.foot-btn .block-empty{
    background-color: #2877bd;
}
.layui-layer.demo-class .layui-layer-btn .layui-layer-btn0 {
    color: #fff;
    font-weight: bold;
    border: none;
    background: rgba(0,0,0,0);
}
.layui-layer.demo-class .layui-layer-btn.layui-layer-btn-c {
    border-top: none;
}
.layui-layer.demo-class .layui-layer-btn .foot-btn div{
    border: none;
    white-space: nowrap;
    float: left;
    display: inline-block;
    width: 70px;
    text-align: right;
    height: 18px;
    line-height: 18px;
    margin: 10px 10px;
}

#Select_Number .layui-colla-icon {
    display: block;
    position: absolute;
    left: auto;
    right: 15px;
    top: 0;
    font-size: 14px;
}
#Select_Number .layui-colla-title {
    padding: 0 15px 0 10px;
}
/*立体楼层*/
#house{
    background: rgba(0,0,0,0);
    min-height: 100%;
    cursor:auto;
    overflow-y: auto;
}
#house div{
    cursor: auto;
}
#house::-webkit-scrollbar,#dataView::-webkit-scrollbar {
    display: none;
}
#house .body [class^="block-"] {
    color: #2b65b7;
    display: inline-block;
    width: 27px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    border-radius: 3px;
    font-size: 12px;
    margin-top: 2px;
}
/* 一户 */
#house.room1 .body [class^="block-"]:nth-child(1){
    margin-left: 63px;
}
#house.room1{
    margin-left: calc((100% - 147px)/2)
}
#house.room1 .houseHeader{
    width: 130px;
    height: 59px;
    background: url('../img/building/1/header.png') no-repeat;
    background-size: cover;
}
#house.room1 .body #houseArea .layui-row{
    white-space: nowrap;
    height: 17px;
    width: 147px;
    background: url('../img/building/1/body.png') no-repeat;
    background-size: cover;
}
#house.room1 .houseFooter{
    width: 147px;
    height: 145px;
    background: url('../img/building/1/footer.png') no-repeat bottom;
    background-size: cover;
}
/* 二户 */
#house.room2 .body [class^="block-"]:nth-child(1){
    margin-left: 63px;
}
#house.room2 .body [class^="block-"]:nth-child(2){
    margin-left: 33px;
}
#house.room2{
    margin-left: calc((100% - 208px)/2)
}
#house.room2 .houseHeader{
    width: 189px;
    height: 59px;
    background: url('../img/building/2/header.png') no-repeat;
    background-size: cover;
}
#house.room2 .body #houseArea .layui-row{
    white-space: nowrap;
    height: 17px;
    width: 199px;
    background: url('../img/building/2/body.png') no-repeat;
    background-size: cover;
}
#house.room2 .houseFooter{
    width: 208px;
    height: 155px;
    background: url('../img/building/2/footer.png') no-repeat bottom;
    background-size: cover;
}
/* 三户 */
#house.room3 .body [class^="block-"]:nth-child(1){
    margin-left: 65px;
}
#house.room3 .body [class^="block-"]:nth-child(2){
    margin-left: 30px;
}
#house.room3 .body [class^="block-"]:nth-child(3){
    margin-left: 32px;
}
#house.room3{
    margin-left: calc((100% - 268px)/2)
}
#house.room3 .houseHeader{
    width: 257px;
    height: 59px;
    background: url('../img/building/3/header.png') no-repeat;
    background-size: cover;
}
#house.room3 .body #houseArea .layui-row{
    white-space: nowrap;
    height: 17px;
    width: 250px;
    background: url('../img/building/3/body.png') no-repeat;
    background-size: cover;
}
#house.room3 .houseFooter{
    width: 268px;
    height: 155px;
    background: url('../img/building/3/footer.png') no-repeat bottom;
    background-size: cover;
}
/* 四户 */
#house.room4 .body [class^="block-"]:nth-child(1){
    margin-left: 76px;
}
#house.room4 .body [class^="block-"]:nth-child(2) {
    margin-left: 35px;
}
#house.room4 .body [class^="block-"]:nth-child(3) {
    margin-left: 34px;
}
#house.room4 .body [class^="block-"]:nth-child(4){
    margin-left: 37px;
}
#house.room4{
    margin-left: calc((100% - 365px)/2);
}
#house.room4 .houseHeader{
    width: 365px;
    height: 62px;
    background: url('../img/building/4/header.png') no-repeat;
    background-size: cover;
}
#house.room4 .body #houseArea .layui-row{
    white-space: nowrap;
    height: 17px;
    width: 365px;
    background: url('../img/building/4/body.png') no-repeat;
    background-size: cover;
}
#house.room4 .houseFooter{
    width: 365px;
    height: 174px;
    background: url('../img/building/4/footer.png') no-repeat bottom;
    background-size: cover;
}
/* 五户 */
#house.room5 .body [class^="block-"]:nth-child(1){
    margin-left: 64px;
}
#house.room5 .body [class^="block-"]:nth-child(2) {
    margin-left: 26px;
}
#house.room5 .body [class^="block-"]:nth-child(3) {
    margin-left: 31px;
}
#house.room5 .body [class^="block-"]:nth-child(4){
    margin-left: 29px;
}
#house.room5 .body [class^="block-"]:nth-child(5){
    margin-left: 32px;
}
#house.room5{
    margin-left: calc((100% - 382px)/2);
}
#house.room5 .houseHeader{
    width: 382px;
    height: 58px;
    background: url('../img/building/5/header.png') no-repeat;
    background-size: cover;
}
#house.room5 .body #houseArea .layui-row{
    white-space: nowrap;
    height: 17px;
    width: 375px;
    background: url('../img/building/5/body.png') no-repeat;
    background-size: cover;
}
#house.room5 .houseFooter{
    width: 382px;
    height: 157px;
    background: url('../img/building/5/footer.png') no-repeat bottom;
    background-size: cover;
}
/* 六户 */
#house.room6 .body [class^="block-"]:nth-child(1){
    margin-left: 58px;
}
#house.room6 .body [class^="block-"]:nth-child(2) {
    margin-left: 26px;
}
#house.room6 .body [class^="block-"]:nth-child(3) {
    margin-left: 28px;
}
#house.room6 .body [class^="block-"]:nth-child(4){
    margin-left: 30px;
}
#house.room6 .body [class^="block-"]:nth-child(5){
    margin-left: 29px;
}
#house.room6 .body [class^="block-"]:nth-child(6){
    margin-left: 32px;
}
#house.room6{
    margin-left: calc((100% - 436px)/2);
}
#house.room6 .houseHeader{
    width: 436px;
    height: 58px;
    background: url('../img/building/6/header.png') no-repeat;
    background-size: cover;
}
#house.room6 .body #houseArea .layui-row{
    white-space: nowrap;
    height: 17px;
    width: 436px;
    background: url('../img/building/6/body.png') no-repeat;
    background-size: cover;
}
#house.room6 .houseFooter{
    width: 436px;
    height: 160px;
    background: url('../img/building/6/footer.png') no-repeat bottom;
    background-size: cover;
}
/* 七户 */
#house.room7 .body [class^="block-"]:nth-child(1){
    margin-left: 65px;
}
#house.room7 .body [class^="block-"]:nth-child(2) {
    margin-left: 25px;
}
#house.room7 .body [class^="block-"]:nth-child(3) {
    margin-left: 26px;
}
#house.room7 .body [class^="block-"]:nth-child(4){
    margin-left: 28px;
}
#house.room7 .body [class^="block-"]:nth-child(5){
    margin-left: 30px;
}
#house.room7 .body [class^="block-"]:nth-child(6){
    margin-left: 29px;
}
#house.room7 .body [class^="block-"]:nth-child(7){
    margin-left: 32px;
}
#house.room7{
    margin-left: calc((100% - 492px)/2);
}
#house.room7 .houseHeader{
    width: 488px;
    height: 59px;
    background: url('../img/building/7/header.png') no-repeat;
    background-size: cover;
}
#house.room7 .body #houseArea .layui-row{
    white-space: nowrap;
    height: 17px;
    width: 489px;
    background: url('../img/building/7/body.png') no-repeat;
    background-size: cover;
}
#house.room7 .houseFooter{
    width: 492px;
    height: 167px;
    background: url('../img/building/7/footer.png') no-repeat bottom;
    background-size: cover;
}
/* 八户 */
#house.room8 .body [class^="block-"]:nth-child(1){
    margin-left: 65px;
}
#house.room8 .body [class^="block-"]:nth-child(2) {
    margin-left: 26px;
}
#house.room8 .body [class^="block-"]:nth-child(3) {
    margin-left: 26px;
}
#house.room8 .body [class^="block-"]:nth-child(4){
    margin-left: 25px;
}
#house.room8 .body [class^="block-"]:nth-child(5){
    margin-left: 28px;
}
#house.room8 .body [class^="block-"]:nth-child(6){
    margin-left: 30px;
}
#house.room8 .body [class^="block-"]:nth-child(7){
    margin-left: 29px;
}
#house.room8 .body [class^="block-"]:nth-child(8){
    margin-left: 32px;
}
#house.room8{
    margin-left: calc((100% - 547px)/2);
}
#house.room8 .houseHeader{
    width: 547px;
    height: 58px;
    background: url('../img/building/8/header.png') no-repeat;
    background-size: cover;
}
#house.room8 .body #houseArea .layui-row{
    white-space: nowrap;
    height: 17px;
    width: 546px;
    background: url('../img/building/8/body.png') no-repeat;
    background-size: cover;
}
#house.room8 .houseFooter{
    width: 547px;
    height: 155px;
    background: url('../img/building/8/footer.png') no-repeat bottom;
    background-size: cover;
}
.anchorBL{
    display: none !important;
}
.red input,.red select,.red .layui-form-checkbox span{
    color: red !important;
}
.compared {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: -40px;
    margin-top: 15px;
}
.layui-input{
    height: 38px;
    line-height: 1.3;
}
.layui-form-checked[lay-skin=primary] i{
    border-color:#138CDD!important;
    background-color:#138CDD!important;
}
.layui-container{
    border:1px solid rgba(240, 247, 247, 1)!important;
    border-bottom: 0!important;
    padding: 0;
}
.tablePart tbody span{
    color:#138CDD;
}
.firstPart1{
    position: relative;
}
.tab_ul{
    position: fixed;
    width: 200px;
    height: 600px;
    margin-left: 10px;
    padding: 0 20px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 8px rgb(188 188 188 / 35%);
}
.tab_ul ul li {
    position: relative;
    height: 80px;
    line-height: 40px;
    font-size: 14px;
    color: #464c5c;
}
.tab_span{

    margin-right: 10px;
}
.big_circle{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #278aee;
    margin-top: 9px
}
.small_circle{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #278aee;
}
.grey_circle{
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #bcbcbc;
    margin-top: 14px;
    margin-left: 4px
}
.big{
    border: 1px solid #ff0000;
}
.small{
    background-color: #ff0000;
}
.active_style{
    font-size: 16px;
    font-weight: bolder;
}
.container1{
    /*position: absolute;*/
    /*left: 250px;*/
    /*height: 800px;*/
    border:1px solid rgba(240, 247, 247, 1)!important;
}
.container2{
    /*position: absolute;*/
    margin-top: 800px;
    /*left: 250px;*/
    height: 137px;
    margin-top: 10px;
    border:1px solid rgba(240, 247, 247, 1)!important;
}
.container3{
    /*position: absolute;*/
    margin-top: 950px;
    /*left: 250px;*/
    height: 110px;
    margin-top: 10px;
    border:1px solid rgba(240, 247, 247, 1)!important;
}
.container4{
    /*position: absolute;*/
    margin-top: 1060px;
    /*left: 250px;*/
    height: 110px;
    margin-top: 10px;
    border:1px solid rgba(240, 247, 247, 1)!important;
}
.one{
    position: absolute;
    left: 10px;
    top: 31px;
    display: inline-block;
    height: 60px;
    width: 1px;
    background-color: #e4e4e4;
}
.layui-layer-page .layui-layer-content{
    position: relative!important;
    overflow: auto
}
.layui-table-header, .layui-table thead tr,.layui-table tbody tr:hover, .layui-table thead tr, .layui-table-click, .layui-table-header, .layui-table-hover, .layui-table-mend, .layui-table-patch, .layui-table-tool, .layui-table[lay-even] tr:nth-child(even){
    background-color: #fff!important;
}
.container6{
    margin-bottom: 10px;
    border:1px solid rgba(240, 247, 247, 1)!important;
}
.container4,.container5,.container7,.container8,.container9,.container10,.container11,.container12,.container13,.container14,.container15,.container16,.container17{
    overflow: hidden;
    margin-bottom: 10px;
    border:1px solid rgba(240, 247, 247, 1)!important;
}
.jintie .layui-form-checkbox{
    margin-top: 12px;
}
#partialProjectTd .layui-form-select, .gongyi .layui-form-select{
    width: 38%;
}
.active{
    color: #ccc;
}
.active1{
    color:#0979de
}
#steps {

}

.step-item {
    display: inline-block;
    line-height: 26px;
    position: relative;
    background: #ffffff;
    left: 2%;
    width: 16.2%;
}
.step-item-head-content{
    height: 26px;
    text-align: center;
}
.step-item-tail {
    width: 100%;
    padding: 0 10px;
    position: absolute;
    left: 40%;
    /*top: 39px;*/
}

.step-item-tail i {
    display: inline-block;
    width: 100%;
    height: 2px;
    /*vertical-align: top;*/
    background: #c2c2c2;
    position: relative;
    z-index: 1;
}
.step-item-tail-done {
    background: #0979de !important;
}

.step-item-head {
    position: relative;
    display: inline-block;
    height: 26px;
    width: 26px;
    text-align: center;
    /*vertical-align: top;*/
    color: #0979de;
    border: 2px solid #0979de;
    border-radius: 50%;
    background: #ffffff;
    transform: rotate(90deg);
    z-index: 1;
    left: 40%;
}

.step-item-head.step-item-head-active {
    border: 2px solid red;
    color: red;
}
.step-item-head.step-item-head-not {
    border: 2px solid #555;
    color: #555;
}
.step-item-main {
    background: #fff;
    display: block;
    position: relative;
    /*left: -20%;*/
    text-align: center;
}

.step-item-main-title {
    font-weight: bolder;
    color: #555555;
    cursor: pointer;
    /*margin-left: 15%;*/
}
.step-item-main-title-finish{
    color: #0979de;
    cursor: pointer;
}
.step-item-main-title-active{
    color:red;
    cursor: pointer;
}
.step-item-main-add{

}
.step-item-main-desc {
    /*color: #aaaaaa;*/
    height: 80px;
    padding: 0 10%;
}
.step-item-main-desc-content{
    height: 20px;
    display: flex;
    width:150px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap
}
.step-item-main-desc-content-left{
    width: 70px;
    text-align: right;
}
.step-item-main-desc-content-right{
    text-align: left;
    overflow: hidden;text-overflow: ellipsis;white-space: nowrap
}
.left-content{
    font-size: 12px;margin: 10px 0;
}
.left-content-content{
    /*width: 200px;*/
    overflow: hidden;text-overflow: ellipsis;white-space: nowrap
}
.edit-add-icon{
    color: red;font-size: 25px;line-height: 40px;
}
.cardFontStyle {
    font-size: 18px;
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
    font-weight: 700;
    color: #d5eafc;
    line-height: 29px;
}
.cardStyle .cardFlex {

}
.cardFlex {
    display: flex;
    justify-items: center;
}
.cardFontStyle2 {
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
    font-weight: 700;
    font-size: 25px;
    color: #FFFFFF;
    line-height: 29px;
}
.cardFontStyle3 {
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 29px;
    margin-left: 10px;
}
.cardFontStyle4 {
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
    font-weight: 700;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 29px;
    margin-right: 10px;
}
.cradDivStyle {
    padding-left: 37px;
    padding-top: 8px;
    padding-bottom: 2px
}
.titleImgDiv {
    line-height: 126px;
    padding-left: 30px
}
.titleImg {
    width: 90px;
}
.tabUl li {
    float: left;
    margin-left: 30px;
}
.warningFont {
    font-family: '思源黑体 CN Bold', '思源黑体 CN Regular', '思源黑体 CN';
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    height: 10%;
}
.warningDiv {
    border: 1px #f2f2f2 solid;
    border-radius: 10px;
    height: 135px;
    margin-top: 30px;
    margin-bottom: 15px;
}
.warningDivImg img{
    height: 26px;
}
.warningDivFont {
    font-family: '思源黑体 CN Bold', '思源黑体 CN Regular', '思源黑体 CN';
    font-weight: 700;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-left: 30px;
}
.warningDivFont2 {
    font-family: '思源黑体 CN Bold', '思源黑体 CN Regular', '思源黑体 CN';
    font-weight: 700;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
}
.warningFontStyle {
    font-family: '思源黑体 CN';
    font-weight: 400;
    color: #9FA5B0;
    font-size: 14px;
}
.warningFontStyle2 {
    font-family: '思源黑体 CN';
    font-weight: 400;
    font-size: 14px;
}
.itemStyle {
    margin-bottom: 0px;
    /*padding: 5px;*/
}
.colStyle {
    padding: 0px;
}
.labelStyle {
    height: 28px;
    line-height: 28px;
    background-color: #fcfbfb;
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
    font-weight: 700;
    font-size: 13px;
    color: #b3b3b3;
    width: 128px;
}
.itemStyle p {
    height: 28px;
    line-height: 27px;
    padding: 5px 0px;
}

.yzd-table{
 border-top: 0 !important;
}
.yzd-table thead tr{
    background-color: #edf5fc !important;
    height: 42px;
    color: #333;
}
.yzd-table tbody tr:nth-child(even){
    background-color: #f1f5fd !important;
}
.yzd-table tbody tr{
    height: 38px !important;
}
.yzd-table th,.yzd-table td{
    border-width: 0 !important;
}

.yzd-page{
    position: relative;
    width: 100%;
    padding: 7px 7px 0;
    height: 41px;
    font-size: 12px;
    white-space: nowrap;
    background: #FFF;
    text-align: right;
    box-sizing: border-box;
}
.yzd-page .layui-laypage-count{
    color: #333 !important;
}
.yzd-page .layui-laypage{
    margin: 0;
}
.yzd-page .layui-laypage .layui-laypage-prev {
    margin-left: -7px!important;
}
.yzd-page .layui-laypage a, .yzd-page .layui-laypage span.layui-laypage-curr {
    padding: 0 12px;
}
.yzd-page .layui-laypage a, .yzd-page .layui-laypage span {
    height: 26px;
    line-height: 26px;
    margin-bottom: 10px;
    border: none;
    background: 0 0;
}
.yzd-page .layui-laypage span {
    margin-left: 0;
    padding: 0;
}
.yzd-page .layui-laypage input {
    width: 40px;
}
.yzd-page .layui-laypage button {
    padding: 0 10px;
    color: #000;
}
.yzd-page .layui-laypage button, .yzd-page .layui-laypage input {
    height: 26px;
    line-height: 26px;
    border: 1px solid #e2e2e2;
}
.yzd-page .layui-laypage a:hover {
    color: #188ae2;
}
.yzd-page .layui-laypage-skip{
    color: #999 !important;
}
.yzd-search{
    margin: 10px 20px 0 20px;
}
.yzd-search_form .layui-form-item{
    border: 0;
}
.yzd-search_form .layui-form-label{
    background: transparent;
}
.yzd-search_form .layui-input{
    border-radius: 4px;
}

.yzd-btn{
    background-color: #409eff;
}
.yzd-btn_table{
    cursor: pointer;
    margin-right: 5px;
    color: #409EFF;
}
.yzd-btn_table-del{
    cursor: pointer;
    color: #FF6633;
}
.yzd-btn_dialog{
    color: #409EFF;
    background-color: #fff;
    border: 1px solid #409EFF;
}