.list-leader-image002 {
  width: 12rem;
  margin: 0 auto;
}
.list-leader-image002 ul {
  display: flex;
  justify-content: center;
  gap: 0.2rem;
  flex-wrap: wrap;
}

.list-leader-image002 ul li {
  width: calc((100% - 0.6rem) / 4);
}

.list-leader-image002 ul li:nth-child(1) {
  margin-left: 20%;
}

.list-leader-image002 ul li:nth-child(2) {
  margin-right: 20%;
}

.list-leader-image002 ul li a {
  width: 100%;
  display: block;
  transition: all 0.5s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 0.1rem;
  height: 100%;
}

.list-leader-image002 ul li a .inner-img {
  width: 100%;
  padding-bottom: 142%;
  position: relative;
  overflow: hidden;
}

.list-leader-image002 ul li a .inner-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
}

.list-leader-image002 ul li a .bottom-info {
  height: 0.64rem;
}

.list-leader-image002 ul li a .name {
  font-size: 0.18rem;
  line-height: 1;
  margin-top: 0.1rem;
  text-align: center;
}

.list-leader-image002 ul li a .protit {
  font-size: 0.16rem;
  line-height: 1.5;
  margin-top: 0.1rem;
  text-align: center;
  color: #666;
}

.list-leader-image002 ul li a:hover {
  box-shadow: 0 0 10px var(--ruifox-color-primary-3);
}

.list-leader-image002 ul li a:hover .inner-img img {
  transform: scale(0.94);
}

.list-leader-image002 ul li a:hover .name {
  color: var(--ruifox-color-primary-1) !important;
  font-weight: bold;
}

@media (max-width: 960px) {
  .list-leader-image002 {
    width: 100%;
  }

  .list-leader-image002 ul {
    margin-right: 0;
    justify-content: space-between;
  }

  .list-leader-image002 ul li {
    width: calc((100% - 0.2rem) / 2);
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/*# sourceMappingURL=ruifox-list-leader-image002.css.map */