@import '@styles/var.scss';

.home-item {
  width: 100%;
  background-color: white;
  padding-bottom: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 36px;
  box-sizing: border-box;

  &-title {
    display: flex;
    justify-content: space-between;
    // padding: 0 20px;
    padding-left: 0;
    padding-bottom: 20px;
    font-size: 20px;
  }

  .title-name {
    font-size: 36px;
    color: #000;
    font-weight: bold;
  }

  .btn-all {
    font-size: 28px;
    color: #ff9110;
    display: flex;
    align-items: center;
  }

  .right-icon {
    margin-left: 8px;
    margin-top: 3px;
    width: 12px;
    height: 20px;
  }

  &-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
}

.home-img {
  @include eject(display, block);

  width: 100%;
  height: 185px;
  background-color: #ccc;
}

.home-name {
  width: 100%;
  font-size: 28px;
  padding-top: 10px;
  // background-color: white;

  @include eject(display, block);
  @include eject(box-sizing, border-box);
}

.equipment-count {
  color: #bbb;
  font-size: 26px;
}