.specific-table-warp:hover{
    background: #EEF8FF;
    border: 1px dashed #33BAFF;
}
.specific-table-warp{
    max-height: 40px;
    margin: 0;
    overflow-y: hidden;
    border: 1px dashed #fff;
}
.specific-table-child-item{
    height: 40px;
    line-height: 42px;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
    width: 159px;
    cursor: not-allowed;
}
.specific-table-child-bubble{
    margin-top: 0;
    padding-top: 5px;
    background: none;
    border: none;
    box-shadow: none;
}
.specific-table-child-bubble-main{
    background: #fff;
    border: 1px solid #BBC5D9;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.04);
}
.specific-table-child-body-warp{
    position: relative;
    width: 778px;
    background: #fff;
    overflow-x: auto;
    overflow-y: auto;
    max-height: 260px;
}
.specific-table-child-body-table {
    margin-bottom: 0 !important;
    background: none !important;
    border: 1px solid #e7ecf3;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.04);
}
.specific-table-child-body-table > thead > tr {
    /*border-left: 1px solid #445163;*/
}
.specific-table-child-body-table > thead > tr > th {
    position: relative;
    /*display: inline-block;*/
    height: 28px !important;
    color: #444;
    background: #F4F4F4;
    font-size: 12px !important;
    border-bottom: none;
    border-top: none;
    padding: 0 10px !important;
    vertical-align: middle !important;
}
.specific-table-child-body-table > tbody > tr{
    border-bottom: 1px dashed #eee;
}
.specific-table-child-body-table > tbody > tr:hover{
   background: #EEF8FF;
}
.specific-table-child-body-table > tbody > tr > td {
    position: relative;
    height: 40px;
    padding: 5px 10px;
    color: #666;
    font-size: 12px !important;
    vertical-align: top !important;
    white-space: nowrap;
}
.specific-table-child-body-table > tbody > tr > .last{
    height: 28px;
    padding: 10px !important;
    vertical-align: top !important;
}
.specific-table-child-copy-btn{
    position: absolute;
    display: none;
    top: -9px;
    left: 0;
    width: 36px;
    height: 22px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    border-radius: 2px;
    color: #fff;
    background: rgba(51,51,51,.6);
    cursor: pointer;
}
.specific-table-child-body-table > tbody > tr > td:hover .specific-table-child-copy-btn{
    display: block;
}
.specific-table-child-copy-btn:hover{
    background: #65ACFF;
}
.specific-table-child-page{
    height: 44px;
    padding: 5px 0;
    text-align: right;
}
