.bossgoo-index-hots8 .maintitle {
  color: var(--themeColor);
}

.bossgoo-index-hots8 .titlebox {
  text-align: center;
}

.bossgoo-index-hots8 .titlebox .maintitle {
  color: var(--themeColor);
  position: relative;
  display: inline-block;
}

.bossgoo-index-hots8 .titlebox .maintitle:before,
.bossgoo-index-hots8 .titlebox .maintitle:after {
  position: absolute;
  content: " ";
  display: block;
  width: 50px;
  height: 2px;
  background: var(--themeColor);
  right: 110%;
  top: calc(50% - 2px);
}

.bossgoo-index-hots8 .titlebox .maintitle:after {
  left: 110%;
  right: auto;
}

.bossgoo-index-hots8 .imgList {
  display: flex;
  justify-content: center;
  align-content: center;
}

.bossgoo-index-hots8 .imgList .imgColumn {
  width: 32%;
  margin-right: 2%;
  display: flex;
  flex-direction: column;
}

.bossgoo-index-hots8 .imgList .imgColumn:last-child {
  margin-right: 0;
}

.bossgoo-index-hots8 .imgList .imgColumn .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 71.88%;
  position: relative;
}

.bossgoo-index-hots8 .imgList .imgColumn .imgbox:first-child {
  margin-bottom: 6%;
}

.bossgoo-index-hots8 .imgList .imgColumn .imgbox .innerbox {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bossgoo-index-hots8 .imgList .imgColumn .imgbox .innerbox img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.bossgoo-index-hots8 .imgList .imgColumn .imgbox .cover {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  left: 0;
  top: 0;
}

.bossgoo-index-hots8 .imgList .imgColumn .imgbox .cover .pro-name {
  font-size: 32px;
  line-height: 1.5;
  color: black;
  font-weight: bold;
}

.bossgoo-index-hots8 .imgList .imgColumn .imgbox .cover .more {
  font-size: 18px;
  text-decoration: underline;
  color: var(--themeColor);
}

.bossgoo-index-hots8 .imgList .imgColumn .imgbox:hover .cover {
  display: flex;
}

.bossgoo-index-hots8 .imgList .imgColumn .imgbox.long {
  padding-bottom: 47.92%;
}

.bossgoo-index-hots8 .imgList .imgColumn .imgbox.short {
  padding-bottom: 95.84%;
}

@media only screen and (max-width: 1040px) {
  .bossgoo-index-hots8 .imgList {
    flex-wrap: wrap;
  }
  .bossgoo-index-hots8 .imgList .imgColumn {
    width: 100%;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 4%;
  }
  .bossgoo-index-hots8 .imgList .imgColumn .imgbox {
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    background-color: #efefef;
  }
  .bossgoo-index-hots8 .imgList .imgColumn .imgbox .innerbox {
    position: static;
    max-height: 5rem;
  }
  .bossgoo-index-hots8 .imgList .imgColumn .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
  }
  .bossgoo-index-hots8 .imgList .imgColumn .imgbox:first-child {
    margin-bottom: 4%;
  }
  .bossgoo-index-hots8 .imgList .imgColumn .imgbox .cover {
    background-color: rgba(255, 255, 255, 0.6);
    display: flex;
  }
  .bossgoo-index-hots8 .imgList .imgColumn .imgbox .cover .pro-name {
    font-size: 0.6rem;
    line-height: 1.5;
  }
  .bossgoo-index-hots8 .imgList .imgColumn .imgbox .cover .more {
    font-size: 0.32rem;
  }
  .bossgoo-index-hots8 .imgList .imgColumn .imgbox.long {
    padding-bottom: 0;
  }
  .bossgoo-index-hots8 .imgList .imgColumn .imgbox.short {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .bossgoo-index-hots8 .imgList .imgColumn .imgbox .innerbox {
    position: static;
    max-height: 4rem;
  }
  .bossgoo-index-hots8 .imgList .imgColumn .imgbox .cover .pro-name {
    font-size: 0.36rem;
  }
  .bossgoo-index-hots8 .imgList .imgColumn .imgbox .cover .more {
    font-size: 0.32rem;
  }
}