/* 主页容器 */
.pdc-can{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    color:  #22d5d8;
    position: relative;
}

.pdc-search{
    width: 420px;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 4.5vh;
    font-size: 13px;
    line-height: 30px;
}
.pdc-search div{
    float: right;
    margin-right: 37px;
    margin-top: -2px;   
}

.pdc-search .date_r_qi{
    margin-right: 5px;
    margin-top: -1px;   
}

.pdc-search select{
    width: 100px;
    background-color: aqua;
   }
/* 表格 */
.pdc-table{
    width: 98%;
    display: flex;
    justify-content: center;
}
.pdc-table-l{
    width: 48%;
    box-sizing: border-box;
    border-bottom: 1px solid  RGBA(54, 108, 135,0.4);
}
.pdc-table-r{
    width: 50%;
    box-sizing: border-box;
    border-bottom: 1px solid  RGBA(54, 108, 135,0.4);
    border-right: 1px solid  RGBA(54, 108, 135,0.4);
}
.pdc-table-col{
    width: 100%;
    display: flex;
}
.pdc-table-row{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pdc-cell{
    padding: 1px;   
    font-size: 12px;
    border: 1px solid  RGBA(54, 108, 135,0.4);
    border-right: none;
    border-bottom: none;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pdc-cell_1{
    line-height: 25px;
}

.pdc-machine{
    width: 9vw;
    word-break: break-all;
    text-align: center;
}
/* 左侧制程标题单元格样式 */
.pdc-table-l >.pdc-table-col> .pdc-process{ 
    width: 7.7vw;
    word-break: break-all;
    text-align: center;
}
/* 左侧制程名称单元格样式 */
.pdc-table-l >.pdc-table-col>.pdc-table-row>.pdc-table-col> .pdc-process{ 
    width: 7.7vw;
    word-break: break-all;
    text-align: center;
}
/* 右侧制程标题单元格样式 */
.pdc-table-r >.pdc-table-col> .pdc-process{ 
    width: 9.55vw;
    word-break: break-all;
    text-align: center;
}
/* 右侧制程名称单元格样式 */
.pdc-table-r >.pdc-table-col>.pdc-table-row>.pdc-table-col> .pdc-process{ 
    width: 9.55vw;
    word-break: break-all;
    text-align: center;
}
.pdc-data{
    height: 2.66vh;
    width: 3.8vw;
    text-align: center;
}






