.table_box{
    margin: 20px auto;
}
table{
    border: solid 1px black;
    margin: 0;
    padding: 0;
    box-shadow: 1px 2px 3px 0px #838383;
}
td{
    border: solid 1px silver;
}
.pro_row{
    width: 10%;
    background-color: snow;
    text-align: center;
    font-size: 16px;
    font-weight: bolder;
}
.pro_td_2{
    width: 20%;
    text-align: center;
}
.ckxq_a{
    color: #1d7db1;
    background-color: white;
}
.modal-content img{
    width: 100%;
}