.wx-v55-hero{
  grid-template-columns:497px minmax(0,1fr)!important;
  gap:24px!important;
  align-items:stretch!important;
}

.wx-v406-hero-ad,
.wx-v55-market{
  height:430px!important;
  min-height:430px!important;
}

.wx-v406-hero-ad{
  position:relative;
  width:497px!important;
  border-radius:28px;
  overflow:hidden;
  background:#07111f;
  box-shadow:0 24px 70px rgba(15,23,42,.16);
}

.wx-v406-slide{
  position:absolute;
  inset:0;
  opacity:0;
  transition:opacity .55s ease;
}

.wx-v406-slide.active{
  opacity:1;
}

.wx-v406-slide img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.wx-v406-dots{
  position:absolute;
  right:18px;
  bottom:16px;
  display:flex;
  gap:7px;
  z-index:5;
}

.wx-v406-dot{
  width:8px;
  height:8px;
  border-radius:99px;
  background:rgba(255,255,255,.45);
  cursor:pointer;
}

.wx-v406-dot.active{
  width:24px;
  background:#fff;
}

.wx-v406-ad-loading{
  color:#fff;
  padding:28px;
  font-size:20px;
  font-weight:800;
}

@media(max-width:900px){
  .wx-v55-hero{
    grid-template-columns:1fr!important;
  }
  .wx-v406-hero-ad{
    width:100%!important;
  }
  .wx-v406-hero-ad,
  .wx-v55-market{
    height:260px!important;
    min-height:260px!important;
  }
}
