table {
  margin-top:0px;
  border-collapse:collapse;
  border:1px solid #000 !important;
  width:100% !important;
  font-family: "微软雅黑" !important;
  height:auto !important;
}
table th {
  vertical-align:baseline;
  padding:5px 6px 5px 6px !important;
  background-color:#3F3F3F;
  border:1px solid #000 !important;
  text-align:left;
  color:#fff;
  white-space:normal !important;
  font-family: "微软雅黑" !important;
}
table td {
  vertical-align:middle;
  padding:5px 6px 5px 6px !important;
  border:1px solid #000 !important;
  white-space:normal !important;
  width:auto !important;
  font-family: "微软雅黑" !important;
  height:auto !important;
}
table td:empty::after{
  content: "\00a0";
}
table tr{
  white-space:normal !important;	
  width:auto !important;
  font-family: "微软雅黑" !important;
  height:auto !important;
}
table tr:nth-child(odd) {
  background-color:#F5F5F5;
}
table tr:nth-child(even) {
  background-color:#fff;
}

table tr td p {
  font-size: 1.0em !important;
  line-height: 1.5em !important;
  margin: 8px 0 !important;
  font-family: "微软雅黑" !important;
}

table tr td span {
  font-size: 1.0em !important;
  line-height: 1.5em !important;
  margin: 8px 0 !important;
  font-family: "微软雅黑" !important;
}