.width-full {
  width: 100%;
  max-width: 100% !important;
}
.index-icon-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: calc(100% / 3);
}
.index-icon-item .a-block,
.index-icon-item .a-block:hover {
  text-decoration: none !important;
}
.index-icon-item .index-icon-div {
  width: 140px;
  height: 140px;
  border-radius: 70px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.index-icon-item .title-h {
  margin-top: 24px;
  text-decoration: none !important;
}
section {
  margin: 42px 0px;
}
.table-border {
  border: 1px solid #ddd;
}
.table-border td,
.table-border th {
  border: 1px solid #ddd;
  border-left: 0px;
  padding: 5px 8px;
}
.images-line-div {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.title-tips {
  text-indent: 2em;
}
.image-tips {
  margin: 24px 0px 32px;
  font-size: 0.9em;
  text-align: center;
  font-style: italic;
}
