.bossgoo-index-hots75 .max4096 {
    max-width: 4096px;
    overflow: hidden;
    position: relative;
  }
  .bossgoo-index-hots75{
    background-color: rgb(26, 26, 26);
      padding-bottom: 80px;
  }
  
  
  .bossgoo-index-hots75 .wrap{
    position: relative;
  }
  .bossgoo-index-hots75 .max4096 .titleBox {
    padding-bottom: 30px;
    background: url(/images/63/allbg.jpg) no-repeat center top/100% 100%;
    display: flex;
    justify-content: center;
  }
  .bossgoo-index-hots75 .max4096 .titleBox .first-title {
    text-align: center;
    margin-bottom: 20px;
    /* font-family: Calibri-Bold; */
      font-size: 44px;
      font-weight: bold;
      color: #FFF;
    position: relative;
    line-height: 1.5;
  }
  
  
  
  .bossgoo-index-hots75 .max4096 .titleBox .proDesc {
    margin-bottom: 45px;
    font-family: Calibri;
      font-size: 20px;
      color: #0f172a;
  
  }
  .bossgoo-index-hots75 .max4096 .titleBox a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    width: 250px;
    background-color: var(--themeColor);
  }
  
  .bossgoo-index-hots75 .max4096 .text-center{
        display: flex;
        justify-content: center;
  }
  
  .bossgoo-index-hots75 .max4096 .text-center .btn-secondary{
     padding: 12px 24px;
     background-color: rgb(139, 92, 246);
     border-radius: 24px;
     color: #fff;
    transition: all 0.3s ease;
  }
  
  .bossgoo-index-hots75 .max4096 .text-center .btn-secondary:hover{
    box-shadow: 0 0 15px rgba(59, 130, 246, 0.3);
      transform: translateY(-4px); /* 鼠标悬停时向上移动2px */
  }
  
  
  
  
  /* .bossgoo-index-hots75 .max4096 .titleBox .titBox{
    display: flex;
    justify-content: space-between;
  } */
  
   .bossgoo-index-hots75 .max4096 .titleBox .titBox .secondary{
    text-align: center;
    color: rgb(255 255 255 / 0.6);
   }
  
  .bossgoo-index-hots75 .max4096 .mainR{
    position: absolute;
    right: 40px;
    top: 30px;
  }
  
  
  .bossgoo-index-hots75 .max4096   .mainR{
    display: flex;
  }
  
  .bossgoo-index-hots75 .max4096  .mainR .swiper-prev{
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #e8e8e8;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    cursor: pointer;
  }
  
  .bossgoo-index-hots75 .max4096 .mainR  .swiper-next{
      width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #e8e8e8;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    cursor: pointer;
  }
  
  .bossgoo-index-hots75 .max4096 .mainR  i{
    font-size: 24px;
    font-weight: bold;
    color: #000;
  }
  
  
  
  
  .bossgoo-index-hots75 .max4096 .info{
      color:  rgb(229, 231, 235);
      opacity: 1;
      transition: all .5s;
      width: 70%;
  }
  
  
  .bossgoo-index-hots75 .max4096 .more{
    color:  var(--themeColor);
    background-color: #fff;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 25px;
    margin-top: 25px;
    display: inline-block;
    width: 100%;
    transition: all .5s;
  }
  
  .bossgoo-index-hots75 .max4096 .more:hover{
     background-color: var(--themeColor);
     color: #fff;
     transform: translateY(-4px);
  }
  
  
  .bossgoo-index-hots75 .slidesHide {
    opacity: 0;
  }
  
  .bossgoo-index-hots75 .categories-grid {
              display: grid;
              grid-template-columns: repeat(3, minmax(300px, 1fr));
              gap: 30px;
              margin-top: 20px;
              grid-template-rows: 400px 300px;
             
          }
  
  .bossgoo-index-hots75 .categories-grid  .grid-two{
          grid-column: span 2;
         }
          
  .bossgoo-index-hots75 .category-card {
              background: white;
              border-radius: 16px;
              overflow: hidden;
              box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
              transition: all 0.3s ease;
              cursor: pointer;
              display: flex;
              flex-direction: column;
              position: relative;
              height: 100%;
          }
          
  .bossgoo-index-hots75 .category-card:hover {
              transform: translateY(-10px);
              box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
          }
          
  .bossgoo-index-hots75 .card-image {
              height: inherit;
              background-size: cover;
              background-position: center;
              position: relative;
          }
          .bossgoo-index-hots75 .card-image img{
            object-fit: cover;
            width: 100%;
            height: 100%;
          }
          
  .bossgoo-index-hots75 .card-image:after {
              content: '';
              position: absolute;
              bottom: 0;
              left: 0;
              width: 100%;
              height: 100%;
            background-image:linear-gradient(to top,rgb(18 18 18 / 0.9) , rgb(18 18 18 / 0.5) , transparent )
          }
          
  .bossgoo-index-hots75 .card-content {
              padding: 25px;
              flex-grow: 1;
              display: flex;
              flex-direction: column;
                  position: absolute;
      bottom: 0;
          }
          
  .bossgoo-index-hots75 .card-title {
              font-size: 1.5rem;
              color: #fff;
               margin-bottom: 10px;
              font-weight: 600;
          }
          
  .bossgoo-index-hots75  .card-description {
              color: #7f8c8d;
              line-height: 1.6;
              margin-bottom: 20px;
              flex-grow: 1;
          }
          
  .bossgoo-index-hots75 .explore-btn {
              display: inline-flex;
              align-items: center;
              color: #3498db;
              font-weight: 600;
              text-decoration: none;
              transition: all 0.3s ease;
              margin-top: auto;
          }
          
  /* .bossgoo-index-hots75 .explore-btn:hover {
              color: #2980b9;
              transform: translateX(5px);
          } */
  
  
  .bossgoo-index-hots75  .explore-btn:hover:after {
              transform: translateX(5px);
          }
          
  
  
  
  
  @media only screen and (max-width:1440px) {
    .bossgoo-index-hots75 .max4096 .titleBox {
      padding-left:  10px;
      padding-right:  10px;
    }
  
  }
  
  @media only screen and (max-width:1040px) {
  
  .bossgoo-index-hots75 .categories-grid{
        grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  
  .bossgoo-index-hots75 .card-title{
    font-size: .48rem;
    gap:0
  }
  
  .bossgoo-index-hots75 .categories-grid .grid-two{
    grid-column:unset
  }
  
  /* 
      .bossgoo-index-hots75 .max4096 .titleBox .first-title::after{
          bottom: -20px;
              height: 0.1rem;
    } */
  
  
    .bossgoo-index-hots75 *{
      line-height: 1.4;
    }
    .bossgoo-index-hots75 .max4096 .titleBox .first-title {
      font-size: .44rem;
      margin-bottom: .4rem;
    }
    .bossgoo-index-hots75 .max4096 .titleBox .proDesc {
      font-size: .32rem;
      margin-bottom: .5rem;
      max-width: 100%;
    }
  
    .bossgoo-index-hots75 .max4096 .titleBox a {
      height: .8rem;
      line-height: .8rem;
      width: 100%;
    }
    .bossgoo-index-hots75 .max4096 .titleBox {
      padding-bottom: 2rem;
    }
  
    .bossgoo-index-hots75 .max4096 .mainR{
      top: 0;
      right: 0;
    }
  
    .bossgoo-index-hots75 .max4096 .info{
          width: 90%;
    }
  
  
  }
  
  
  @media only screen and (max-width:768px) {
  
  
  
  
    .bossgoo-index-hots75 .max4096 .titleBox .first-title{
      margin-bottom: .2rem;
    }
  
    .bossgoo-index-hots75 .max4096 .mainR .swiper-prev{
      width: .8rem;
      height: .8rem;
      border-radius: 50%;
    }
  
    .bossgoo-index-hots75 .max4096 .mainR .swiper-next{
      width: .8rem;
      height: .8rem;
          border-radius: 50%;
    }
    .bossgoo-index-hots75 .max4096 .mainR{
      position: unset;
       justify-content: center;
       margin-top: .2rem;
    }
  
    .bossgoo-index-hots75 .max4096 .titleBox{
      padding-bottom: 1rem;
    }
  
  
  
    .bossgoo-index-hots75 .max4096 .info{
      opacity: 1;
    }
  
    .bossgoo-index-hots75{
      padding: .6rem 0;
    }
  
    
    
  
  }