/* bomao_hot_goods1 - 样式隔离 */
.bomao-hot-goods1 {
  padding-top: 2.56rem;
  position: relative;
  z-index: 2;
  margin-top: -4.6875rem;
  background-color: #e4e4e4;
  /* padding-bottom: 5.625rem; */
  margin-bottom: 4.6875rem;
  border-radius: 1.5625rem 1.5625rem 0 0;
}

.bomao-hot-goods1 .bomao-hg-header {padding: 0 0 1.3125rem;}
.bomao-hot-goods1 .bomao-hg-title { font-size: 2.8125rem; font-weight: 700; color: #000; margin: 0; }

.bomao-hot-goods1 .bomao-hg-grid { row-gap: 0.9375rem; }
.bomao-hot-goods1 .bomao-hg-col { margin-bottom: 0; }

.bomao-hot-goods1 .bomao-hg-card { height: 100%; display:block; text-decoration:none; color:inherit; }
.bomao-hot-goods1 .bomao-hg-card-inner {
  height: 100%;
  background: linear-gradient(164deg, #B2A0F0 5.58%, #6852BB 127.73%);
  border-radius: 1.125rem;
  box-shadow: 0 6px 0.75rem #e4e4e4;
  padding: 8px 9px 0;
  position: relative;
}

.bomao-hot-goods1 .bomao-hg-image {
  border-radius: 0.9375rem;
  background:#fff;
  overflow:hidden;
  padding: 0.6865rem 0.5625rem;
  display:flex;
  align-items:center;
  justify-content:center;
  width: 100%;
  position: relative;
}

.bomao-hot-goods1 .bomao-hg-image img{
  width: 100%;
  aspect-ratio: 1/1;
  display:block;
  border-radius: 0.9rem;
}

.bomao-hot-goods1 .bomao-hg-name {
  text-align:center;
  font-size: 0.75rem;
  font-weight:600;
  line-height: 0.9375rem;
  padding: 0.5rem 0;
  color:#fff;
}

/* 响应式 - 1500→768 递减 */
@media (max-width:1500px){ .bomao-hot-goods1 .bomao-hg-title{ font-size:2.25rem; }  }
@media (max-width:1200px){ .bomao-hot-goods1 .bomao-hg-name{ font-size: 0.625rem; } 
.bomao-hot-goods1 .bomao-hg-title{ font-size:1.875rem; }                     
                         }
@media (max-width:991px){
  .bomao-hot-goods1 .bomao-hg-title{font-size: 1.5rem;} 
  .bomao-hot-goods1 .bomao-hg-name {font-size: 0.875rem;}
  .bomao-hot-goods1 .bomao-hg-image{
    padding: 1rem;
  }                     
}
@media (max-width:768px){ 
  .bomao-hot-goods1 .bomao-hg-header{
    flex-direction: column;
    align-items: flex-start;
  }
}
