﻿.bossgoo-index-hots24 .max1920 {
  display: flex;
  flex-wrap: wrap;
}

.bossgoo-index-hots24 .cate-box {
  width: 50%;
}

.bossgoo-index-hots24 .cate-box .img-item {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 61.25%;
}

.bossgoo-index-hots24 .cate-box .img-item .img-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bossgoo-index-hots24 .cate-box .img-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.bossgoo-index-hots24 .cate-box .mask {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
}

.bossgoo-index-hots24 .cate-box .text {
  width: 100%;
  padding: 0 30px;
  text-align: center;
}

.bossgoo-index-hots24 .cate-box .text p {
  font-size: 44px;
  margin-bottom: 15px;
  color: #fff;
}

.bossgoo-index-hots24 .cate-box .text .more {
  font-size: 20px;
  text-decoration: underline;
  color: #fff;
}

@media only screen and (max-width: 1400px) {
  .bossgoo-index-hots24 .cate-box .text p{
    font-size: 30px;
  }
}

@media only screen and (max-width: 1040px) {
  .bossgoo-index-hots24 .max1920 {
    display: block;
  }
  .bossgoo-index-hots24 .cate-box {
    width: 100%;
  }
  .bossgoo-index-hots24 .cate-box .text p {
    font-size: .36rem;
  }
  .bossgoo-index-hots24 .cate-box .text .more {
    font-size: .28rem;
  }
}