.commonTable{width: 100%;border-collapse:collapse;}
.commonTable tr th{background: #E6E6E6;height:40px; font-size: 14px;   color: #333;border:1px solid #E6E6E6}
.commonTable tr{background: #fff;text-align: center; height: 40px;}
.commonTable tr:nth-child(2n+1){background:#fafafa; }
.commonTable tr td{font-size: 12px;border: 1px solid #E5E5E5;}

.el-pagination{
    text-align: center;
    padding: 15px 0 10px;
    font-size: 14px;
    margin-top: 15px;
}
.w120{
    width:120px;
}
.w160{
    width:160px;
}