<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bossgoo-index-hots11 {
  width: 100%;
}

.bossgoo-index-hots11 .hots11-box {
  width: 100%;
  border-top: 10px solid var(--themeColor);
  display: flex;
  flex-wrap: wrap;
}

.bossgoo-index-hots11 .hots11-box .hots11-item {
  width: 25%;
}

.bossgoo-index-hots11 .hots11-box .hots11-item .hots11-it {
  width: 100%;
  height: 0;
  padding-bottom: 77%;
  position: relative;
}

.bossgoo-index-hots11 .hots11-box .hots11-item .hots11-it .hots11-itB {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.bossgoo-index-hots11 .hots11-box .hots11-item .hots11-it .hots11-itB a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bossgoo-index-hots11 .hots11-box .hots11-item .hots11-it .hots11-itB a img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.bossgoo-index-hots11 .hots11-box .hots11-item .hots11-it .hots11-itT {
  padding: 10px;
  color: #666;
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(252, 251, 249, 0.6);
}

.bossgoo-index-hots11 .hots11-box .hots11-item .hots11-it .hots11-itT p {
  width: 100%;
  height: 52px;
}

.bossgoo-index-hots11 .hots11-box .hots11-item:hover .hots11-itT {
  color: #fff;
  background-color: var(--themeColor);
}

.bossgoo-index-hots11 .hots11-box .hots11-item:hover .hots11-itT a {
  color: #fff;
}

@media only screen and (max-width: 1040px) {
  .bossgoo-index-hots11 .hots11-box .hots11-item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .bossgoo-index-hots11 .hots11-box .hots11-item .hots11-it .hots11-itT {
    background-color: var(--themeColor);
  }
  .bossgoo-index-hots11 .hots11-box .hots11-item .hots11-it .hots11-itT p {
    color: #fff;
    line-height: 1.5;
  }
  .bossgoo-index-hots11 .hots11-box .hots11-item .hots11-it .hots11-itT p a {
    color: #fff;
  }
  .bossgoo-index-hots11 .hots11-box .hots11-item:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .bossgoo-index-hots11 .hots11-box .hots11-item .hots11-it .hots11-itT P {
    height: .84rem;
  }
}


.bossgoo-index-hots11 .hots11-box .hots11-item .hots11-it .hots11-itT{
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bossgoo-index-hots11 .hots11-box .hots11-item .hots11-it .hots11-itT p{
  height: initial;
}
@media only screen and (max-width: 767px){
  .bossgoo-index-hots11 .hots11-box .hots11-item .hots11-it .hots11-itT{
      height: 0.84rem;
  }
  .bossgoo-index-hots11 .hots11-box .hots11-item .hots11-it .hots11-itT P{
      height: initial;
      -webkit-line-clamp: 1;
      line-clamp: 1;
  }
}
</pre></body></html>