/* 黑子云 hz-quickjump 静态还原 */
.Hui-quickjumpBar {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 4px 10px rgba(20, 100, 255, 0.1);
  border-bottom: 1px solid #eef0f4;
  position: sticky;
  top: 64px;
  z-index: 99;
}
.Hui-quickjumpBar .Hui-defaultWidth {
  display: flex;
  align-items: center;
  height: 3.6rem;
  overflow-x: auto;
  scrollbar-width: none;
}
.Hui-quickjumpBar .Hui-defaultWidth::-webkit-scrollbar { display: none; }
.Hui-quickjumpBar .Hui-navjumpTo {
  margin: 0 1.2rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-bottom: 0.15rem solid transparent;
  transition: all 0.3s ease;
  position: relative;
  font-size: 0.84rem;
  color: inherit;
  text-decoration: none;
  flex-shrink: 0;
}
.Hui-quickjumpBar .Hui-navjumpTo.Hui-active {
  color: #4589fd;
}
.Hui-quickjumpBar .Hui-navjumpTo.Hui-slideDownward::after {
  content: "";
  background: url("../../../assets/img/hezi/header/subscript.png") no-repeat center;
  background-size: cover;
  position: absolute;
  right: -1rem;
  transform: rotate(-90deg);
  top: 1.4rem;
  width: 0.8rem;
  height: 0.8rem;
}
.Hui-quickjumpBar .Hui-navjumpTo.Hui-active.Hui-slideDownward::after {
  transform: rotate(90deg);
  background: url("../../../assets/img/hezi/header/subscriptBlue.png") no-repeat center;
  background-size: cover;
}
.Hui-quickjumpBar .Hui-navjumpTo.Hui-active {
  border-bottom-color: #4589fd;
}
/* 免域pro 顶栏适配 */
.mxp-hezi-page .Hui-banners {
  padding-top: 64px;
}
@media (max-width: 768px) {
  .Hui-quickjumpBar { top: 56px; }
  .mxp-hezi-page .Hui-banners { padding-top: 56px; }
}
