*{
    word-break: break-all;
}
.describe{
    text-align: center;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #BE9D44;
    line-height: 36px;
    background: #FAF5EF;
    margin: 10px 0;
}
.statistical{
    padding-top: 20px;
}
.ct-container{
    background: rgb(255, 255, 255);
    border: 4px solid rgb(23, 157, 126);
    padding: 10px;
}
#search-list .ct-container{
    min-height: 710px;
    padding: 20px;
}
#search-list .ct-container .el-input-group__append, .el-input-group__prepend{
    border: none;
}
.screen-table table{
    width: 100%!important;
}
.plmd-table-list .el-table thead tr th.el-table__cell{
    background-color: #179D7E;
    color: #ffffff;
}
.screen-table td{
    color: #202020 !important;
}
.screen-table tr:nth-child(2n-1) td{
    background: #F5F5F5 !important;
}
.search{
    width: 400px;
}
.search .el-button--small{
    margin: -8px -21px;
}
.search .el-input{
    border: 1px solid #179D7E;
    border-radius: 3px;
    height: 30px;
}
.search .el-input__inner{
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    border: none;
}
.search-data .search-item{
    border: 1px solid #179D7E;
    padding: 20px;
    border-bottom: none;
    cursor: pointer;
    color: #666;
    cursor: pointer;
    display: block;
}
.search-data .search-item:last-of-type{
    border-bottom: 1px solid #179D7E;
}
.search-item h3{
    color: #4E4E4E;
    font-weight: bold;
}
.search-item h3 span{
    color: #28C9A4;
}
.search-item .middle{
    margin: 20px 0;
    display: flex;
    color: #666;
    line-height: 20px;
}
.search-item .middle img{
    margin-top: -3px;
}
.search-item .middle > div{
    margin-right: 40px;
}
.d-header{
    background: #FFFFFF;
    border: 4px solid #179D7E;
    box-sizing: border-box;
    margin-top: 20px;
}
.d-header .com-logo{
    width: 144px;
    height: 188px;
    background: #F0EFEF;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.d-header .com-logo img{
    width: 96px;
    height: 63px;
}
.d-header .d-header-con{
    font-size: 14px;
    color: #202020;
    line-height: 30px;
}
.d-header .d-header-con .title{
    font-size: 20px;
    font-weight: bold;
    color: #202020;
    line-height: 38px;
}
.d-header .map{
    width: 294px;
    height: 200px;
    margin-left: 20px;
    background: #F0EFEF;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 10px 10px #f0efef;
}
.d-header .tips{
    justify-content: center;
    align-items: center;
    height: 36px;
    line-height: 36px;
    background: #FFFAE0;
    color: #FF6000;
}
.d-header .tips .icon{
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: linear-gradient(0deg, #FFFFFF, #FF831F);
    border: 1px solid #FFB477;
    border-radius: 50%;
    color: #FFFFFF;
    margin: 0 15px;
}
.d-body{
    background: #FFFFFF;
    border: 4px solid #179D7E;
    box-sizing: border-box;
    margin-top: 20px;
    font-size: 14px;
    position: relative;
    padding: 10px;
}
.d-body .tab-con{
    padding: 10px;
}
.first-tab .el-tabs__nav .is-top{
    border: 1px solid #179D7E;
}
.d-body .el-tabs__item{
    height: 32px;
    line-height: 32px;
}
.el-tabs__nav{
    font-size: 0;
}
.d-body .first-tab .el-tabs__item{
    color: #303133;
    transition: all .3s;
}
.d-body .first-tab .el-tabs__item:hover{
    color: #179D7E;
}
.d-body .first-tab .el-tabs__item.is-active{
    background: #179D7E;
    color: #ffffff;
}
.first-tab .el-tabs__nav-wrap::after{
    display: none;
}
.el-tabs-time{
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin-left: 20px;
}
.second-tabs .el-tabs__item{
    padding: 0 20px!important;
}
.second-tabs .el-tabs__item:hover{
    color: #179D7E;
}
.second-tabs .el-tabs__item.is-active{
    background: #179D7E;
    color: #ffffff;
    border: none!important;
}
.second-tabs .el-tabs__active-bar{
    display: none;
}
.el-tabs__nav-wrap::after{
    background-color: #179D7E!important;
}
.el-tabs__nav-prev, .el-tabs__nav-next{
    width: 30px;
    background: #28C9A4;
    color: #fff;
    line-height: 32px;
    z-index: 999;
    text-align: center;
}
.second-tabs .el-tabs__nav-scroll{
    width: 97%;
    margin: 0 auto;
}
.third-tabs .el-tabs__nav-scroll{
    width: 100%;
}
.d-body .d-main{
    padding: 20px 40px;
}
.d-body .d-main .title{
    font-size: 16px;
    color: #179D7E;
    line-height: 40px;
    font-weight: bold;
    border-bottom: 1px solid #179D7E;
    padding-left: 10px;
    position: relative;
}
.d-body .d-main .title:before{
    content: '';
    display: block;
    width: 2px;
    height: 15px;
    background: #179D7E;
    position: absolute;
    left: 0;
    top: 13px;
}

.d-body .d-main .el-descriptions{
    border: 1px solid #EBEBEB;
    padding: 20px 20px 10px;
    margin-top: 20px;
    color: #606266;
    background-color: #FFF;
}
.el-descriptions-item__label{
    color: #009A76;
    font-weight: bold;
    word-break: keep-all !important;
}
.files-con{
    background: #f2f2f2;
    padding: 10px;
    flex-wrap: wrap;
}
.files-con:not(:last-of-type){
    margin-bottom: 10px;
}
.files-con .files-item{
    margin: 10px;
}
.files-con .files-item .files-item-header{
    background: #ffffff;
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #666666;
    padding: 0 20px;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #ebebeb;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 376px;
}
.files-con .files-item .files-btn-con{
    padding: 0 20px;
    border-radius: 0 0 5px 5px;
    background: #ffffff;
    justify-content: space-between;
}
.files-con .files-item .files-btn-con div{
    cursor: pointer;
    margin: 0 10px;
}
.files-con .files-item .files-btn-con div:hover,.files-con .files-item .files-btn-con a:hover{
    color: #009A76;
}
.files-con .files-item:hover .files-item-header{
    background-color: #009A76;
    color: #ffffff;
}
.d-body .el-descriptions-item__content{
    padding-right: 50px;
}
.el-backtop{
    display: none;
}
.d-body .card-item{
    border: 1px solid #009A76;
    margin-bottom: 20px;
}
.d-body .card-item .card-header{
    height: 40px;
    border-bottom: 1px solid #009A76;
    padding: 0 10px;
    align-items: center;
}
.d-body .card-item .card-header .name{
    color: #000000;
}
.d-body .el-button--text{
    color: #009A76;
}
.d-body .card-item .card-body span{
    color: #DC8700;
}
.d-body .card-item .card-header .order{
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #FFFFFF;
    background: #179D7E;
    margin-right: 10px;
}
.d-body .card-item .card-body{
    padding: 10px;
    line-height: 30px;
}
.d-body .top{
    position: absolute;
    top: 10px;
    right: 100px;
    display: flex;
    align-items: center;
    border: 1px solid #C6C6C6;
    padding: 2px 24px;
}
.d-body .top .left div:before{
    margin-right: 10px;
    display: inline-block;
    background: #179D7E;
    content: "";
    width: 4px;
    height: 12px;
}
.d-body .top .left div{
    color: #333;
    font-size: 14px;
}
.list-no-data{
    text-align: center;
    color: #666;
    line-height: 20px;
}
#search-list,#plmd,#detail,#detail{
    opacity: 0;
}
.opacity1{
    opacity: 1!important;
}
#plmd .el-tag.el-tag--info,.el-select .el-tag{
    max-width: 68% !important;
}
.el-loading-spinner .path{
    stroke: #179D7E;
}
#search-list .search .el-button{
    font-size: 20px;
    padding: 0 13px;
    line-height: 31px;
    height: 31px;
    margin: 0 -20px;
}
#detail .el-table__body, .el-table__footer, .el-table__header{
    width: auto!important;
}
.el-tree .el-checkbox__inner{
    vertical-align: baseline;
}
.el-picker-panel .el-date-picker__header-label{
    vertical-align: middle;
}
