.product_img{
 width:auto;
 height:auto;
 max-width:100%;
 max-height:100%;
}

.pro_para table {
  border-collapse: collapse;  /* 合并边框 */
}

.pro_para table th, div table td {
  border: 1px solid black;  /* 设置边框颜色和宽度 */
  padding: 10px;  /* 设置内边距 */
  text-align: center;
  border-color: gray;
}

/*table{
    border: 1px solid;
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-color: gray;
}

td{
    border:1px solid;
}
.pro_para */