/* CSS Document */
.other_grid_4 {
  --num-other_grid_4: 4;
  --gap-other_grid_4: 20px;
  --gapy-other_grid_4: var(--gap-other_grid_4);
  overflow: hidden;
}
@media (max-width: 767px) {
  .other_grid_4 {
    --num-other_grid_4: 2;
  }
}
.other_grid_4-title {
  padding-bottom: 32px;
}
.other_grid_4-title .index_title {
  text-align: center;
}
.other_grid_4-container {
  display: flex;
  margin-right: calc(-1 * var(--gap-other_grid_4));
  margin-bottom: calc(-1 * var(--gapy-other_grid_4));
  flex-wrap: wrap;
}
.other_grid_4-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: calc((100% / var(--num-other_grid_4)) - var(--gap-other_grid_4));
  margin-right: var(--gap-other_grid_4);
  margin-bottom: var(--gapy-other_grid_4);
}
.other_grid_4-item_img {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 12px;
}
.other_grid_4-item_img img {
  width: 100%;
  transition: 0.3s all;
}
.other_grid_4-item.img105:hover .other_grid_4-item_img img {
  transform: scale(1.05);
}
.other_grid_4-item_title {
  font-size: 18px;
  font-weight: bold;
}
.other_grid_4-item_text {
  padding-top: 22px;
}
.other_grid_4-item > div:last-child {
  margin-bottom: 0;
}
.other_grid_4-button_bottom {
  padding-top: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
}
.other_grid_4-button_bottom-item {
  display: flex;
  align-items: center;
  text-align: center;
  height: 40px;
  padding: 0 0.2rem;
  background: var(--site-color);
  color: #fff;
  border-radius: 0.06rem;
  font-size: 16px;
}
a.other_grid_4-item {
  color: inherit;
}
/*# sourceMappingURL=other-grid-4.css.map */