#s-tatistics {
  padding: 10px 60px;
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 27px;
  letter-spacing: 0px;
  color: #6099a1;
}
.summary {
  font-family: 'SourceHanSansSC-Bold';
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 27px;
  letter-spacing: 0px;
  color: #231815;
  /* margin-left: 15px; */
}
.world-dist li {
  font-size: 14px;
  color: #231815;
  list-style: none;
  border: solid 1px #6e572e;
  border-collapse: collapse;
}
.world-dist li {
  /* border-bottom: none; */
}
.world-dist table,
th,
td {
  width: 100%;
  font-size: 14px;
  color: #231815;
  list-style: none;
  border: solid 1px #6e572e;
  border-collapse: collapse;
  /* text-align: center; */
}
th {
  background-color: #6e572e;
  color: white;
  padding: 5px 0;
}
td {
  /* text-align: center; */
  padding: 5px 15px;
}
