.bossgoo-tags1 .list-box {
  min-height: calc(100vh - 654px);
}

.bossgoo-tags1 .list-item {
  margin-bottom: 30px;
}

.bossgoo-tags1 .title {
  padding: 30px 0;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}

.bossgoo-tags1 .text a {
  display: inline-block;
  margin-right: 35px;
  margin-bottom: 8px;
  color: #666;
}

.bossgoo-tags1 .text a:hover {
  color: var(--themeColor);
}

.bossgoo-tags1 .text span {
  display: inline-block;
  margin-right: 35px;
  margin-bottom: 8px;
  color: #666;
}

@media only screen and (max-width: 1040px) {
  .bossgoo-tags1 .wrap {
    padding: 0 .2rem;
  }
  .bossgoo-tags1 .list-box {
    min-height: auto;
  }
  .bossgoo-tags1 .list-item {
    margin-bottom: .3rem;
  }
  .bossgoo-tags1 .title {
    padding: .6rem 0;
    font-size: .6rem;
  }
  .bossgoo-tags1 .text a {
    font-size: .36rem;
    margin-right: .6rem;
    margin-bottom: .3rem;
  }
}

@media only screen and (max-width: 767px) {
  .bossgoo-tags1 .title {
    padding: .3rem 0;
    font-size: .4rem;
  }
  .bossgoo-tags1 .text a {
    font-size: .28rem;
    margin-right: .2rem;
  }
}
