/* converted from pages/info/info.wxss */
/* miniprogram/pages/info/info.wxss */

body {
    background: linear-gradient(180deg, #d8e9ff 0%, #eef6ff 36%, #f7fbff 100%);
  }
  
  .PageRoot {
    height: 100vh;
    position: relative;
    background: linear-gradient(180deg, #d8e9ff 0%, #eef6ff 36%, #f7fbff 100%);
  }
  
  .PageScroll {
    height: 100vh;
    padding-bottom: 20px;
    box-sizing: border-box;
  }
  
  .Hero {
    position: relative;
    height: 150px;
    background-color: #78a6ff;
    overflow: hidden;
  }
  
  .HeroBg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;
  }
  
  .HeroMask {
    display: none;
  }
  
  .HeroFx {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
  }
  
  .HeroFx--strong {
    width: 46%;
    background: linear-gradient(
      90deg,
      rgba(2, 6, 16, 0.44) 0%,
      rgba(2, 6, 16, 0.40) 20%,
      rgba(2, 6, 16, 0.34) 42%,
      rgba(2, 6, 16, 0.22) 72%,
      rgba(2, 6, 16, 0) 100%
    );
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  
  .HeroFx--mid {
    width: 70%;
    background: linear-gradient(
      90deg,
      rgba(6, 14, 32, 0.28) 0%,
      rgba(6, 14, 32, 0.23) 24%,
      rgba(6, 14, 32, 0.16) 46%,
      rgba(6, 14, 32, 0.085) 72%,
      rgba(6, 14, 32, 0) 100%
    );
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  
  .HeroFx--light {
    width: 84%;
    background: linear-gradient(
      90deg,
      rgba(10, 20, 44, 0.10) 0%,
      rgba(10, 20, 44, 0.075) 28%,
      rgba(10, 20, 44, 0.045) 52%,
      rgba(10, 20, 44, 0.015) 74%,
      rgba(10, 20, 44, 0) 100%
    );
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  
  .HeroShade {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    background:
      linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.16) 0%,
        rgba(0, 0, 0, 0.13) 22%,
        rgba(0, 0, 0, 0.085) 48%,
        rgba(0, 0, 0, 0.028) 70%,
        rgba(0, 0, 0, 0) 84%
      ),
      linear-gradient(
        270deg,
        rgba(0, 0, 0, 0.08) 0%,
        rgba(0, 0, 0, 0.035) 14%,
        rgba(0, 0, 0, 0.008) 26%,
        rgba(0, 0, 0, 0) 38%
      );
  }
  
  .HeroContent {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 0px 18px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .HeroBreadcrumb {
    font-size: 11px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.88);
  }
  
  .HeroTitle {
    margin-top: 6px;
    font-size: 24px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 700;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
  }
  
  .ContentWrap {
    margin: 9px;
    padding: 15px 14px 17px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 8px 21px rgba(38, 58, 100, 0.08);
  }
  
  .StateWrap {
    padding: 45px 20px;
    text-align: center;
  }
  
  .StateText {
    font-size: 14px;
    color: #6d7992;
  }
  
  .StateText--error {
    color: #d93b3b;
  }
  
  .MdH1,
  .MdH2,
  .MdH3,
  .MdP {
    margin-bottom: 11px;
    white-space: pre-wrap;
    word-break: break-word;
  }
  
  .MdH1 {
    font-size: 20px;
    line-height: 1.4;
    color: #1e2a44;
    font-weight: 700;
    margin-top: 3px;
    margin-bottom: 12px;
  }
  
  .MdH2 {
    font-size: 17px;
    line-height: 1.45;
    color: #22335e;
    font-weight: 700;
    margin-top: 14px;
    margin-bottom: 9px;
  }
  
  .MdH3 {
    font-size: 15px;
    line-height: 1.45;
    color: #2a3f72;
    font-weight: 700;
    margin-top: 11px;
    margin-bottom: 7px;
  }
  
  .MdP {
    font-size: 14px;
    line-height: 1.9;
    color: #44506c;
  }
  
  .MdList {
    margin: 6px 0 12px;
  }
  
  .MdListItem {
    display: flex;
    align-items: flex-start;
    margin-bottom: 7px;
  }
  
  .MdBullet {
    width: 19px;
    flex-shrink: 0;
    font-size: 14px;
    line-height: 1.8;
    color: #4f7df5;
    font-weight: 700;
  }
  
  .MdListContent {
    flex: 1;
    font-size: 14px;
    line-height: 1.8;
    color: #44506c;
    word-break: break-word;
  }
  
  .Seg--bold {
    font-weight: 700;
    color: #1f2f53;
  }
  
  .Seg--code {
    padding: 1px 5px;
    border-radius: 5px;
    background: #eef3ff;
    color: #315fcc;
  }
  
  .UnsupportedCard {
    padding: 14px;
    border-radius: 12px;
    background: #f6f8fd;
    font-size: 14px;
    color: #6a748b;
    line-height: 1.7;
  }
  
  /* 可拖动AI按钮：灰圈白底 */
  .AiFloatBtn {
    position: fixed;
    z-index: 30;
  }
  
  .AiFloatInner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 6px 13px rgba(56, 72, 104, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #d8dee9;
  }
  
  .AiLogoImg {
    width: 64%;
    height: 64%;
    display: block;
  }

/* v64: info 正文置顶四分入口 */
.InfoQuickNav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  margin: 0 0 14px;
  padding: 6px;
  border-radius: 14px;
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
  border: 1px solid #e5edf7;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.90);
}
.InfoQuickItem {
  min-height: 56px;
  border-radius: 11px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid rgba(220, 228, 240, 0.95);
  background: #ffffff;
  box-shadow: 0 5px 12px rgba(65, 91, 140, 0.07);
  box-sizing: border-box;
}
.InfoQuickIcon {
  width: 21px;
  height: 21px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  line-height: 21px;
  font-weight: 800;
  color: #ffffff;
}
.InfoQuickText {
  font-size: 11px;
  line-height: 1.25;
  font-weight: 700;
  color: #40506c;
  white-space: nowrap;
}
.InfoQuickItem--green .InfoQuickIcon { background: linear-gradient(135deg, #45b881 0%, #62cfa0 100%); }
.InfoQuickItem--blue .InfoQuickIcon { background: linear-gradient(135deg, #4f7df5 0%, #74a5ff 100%); }
.InfoQuickItem--orange .InfoQuickIcon { background: linear-gradient(135deg, #f39b36 0%, #ffc06d 100%); }
.InfoQuickItem--red .InfoQuickIcon { background: linear-gradient(135deg, #ef6a66 0%, #ff9a91 100%); }


/* ===== H5 v65: Info 页三分入口 + banner 右上角 AI助手 ===== */
.H5Page--info .InfoHeroAction,
.InfoHeroAction {
  position: absolute !important;
  right: 16px !important;
  top: 12px !important;
  z-index: 5 !important;
  min-width: 72px !important;
  height: 34px !important;
  padding: 0 11px !important;
  box-sizing: border-box !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.90) !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08) !important;
  border: 0.5px solid rgba(255, 255, 255, 0.72) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
}
.H5Page--info .InfoHeroActionText,
.InfoHeroActionText {
  color: #4a5a72 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}
.H5Page--info .InfoQuickNav,
.InfoQuickNav {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin: 0 0 16px !important;
  padding: 8px !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, rgba(247, 251, 255, .98) 0%, #ffffff 100%) !important;
  border: 1px solid rgba(220, 230, 244, .96) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.95), 0 8px 20px rgba(48, 76, 130, .06) !important;
}
.H5Page--info .InfoQuickItem,
.InfoQuickItem {
  min-height: 68px !important;
  border-radius: 15px !important;
  gap: 4px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
  border: 1px solid rgba(216, 226, 240, .95) !important;
  box-shadow: 0 6px 16px rgba(65, 91, 140, .08) !important;
}
.H5Page--info .InfoQuickIcon,
.InfoQuickIcon {
  width: 24px !important;
  height: 24px !important;
  border-radius: 9px !important;
  font-size: 11px !important;
  line-height: 24px !important;
}
.H5Page--info .InfoQuickText,
.InfoQuickText {
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  color: #33415e !important;
}
.H5Page--info .InfoQuickSub,
.InfoQuickSub {
  display: block !important;
  font-size: 10px !important;
  line-height: 1.2 !important;
  color: #7d8ba3 !important;
  transform: scale(.94) !important;
  transform-origin: center top !important;
}

/* ===== H5 v68: Info 正文白色框内部顶部三分入口 ===== */
.H5Page--info .ContentWrap--h5Article .InfoQuickNav--insideArticle {
  margin: 0 0 15px !important;
  position: relative !important;
  z-index: 2 !important;
}
.H5Page--info .ContentWrap--h5Article .InfoQuickItem {
  appearance: none !important;
  -webkit-appearance: none !important;
  border: 1px solid rgba(216, 226, 240, .95) !important;
  padding: 0 !important;
  margin: 0 !important;
  font-family: inherit !important;
  cursor: pointer !important;
}
.H5Page--info .ContentWrap--h5Article .InfoQuickItem:active {
  transform: translateY(1px) scale(.995) !important;
}
.H5Page--info .ContentWrap--h5Article .H5Article {
  margin-top: 0 !important;
}



/* ===== v71: Info 顶部三按钮图标化 + 灰线分隔 ===== */
.InfoQuickNav {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12rpx;
  margin: 0 0 24rpx;
  padding: 0 0 20rpx;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.InfoQuickNav::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1rpx;
  background: #e4e9f0;
}
.InfoQuickItem {
  min-height: 84rpx;
  height: 84rpx;
  padding: 0 10rpx;
  border-radius: 22rpx;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10rpx;
  background: #f8fbff;
  border: 1rpx solid rgba(214, 224, 238, .95);
  box-shadow: 0 6rpx 16rpx rgba(65, 91, 140, .06);
  box-sizing: border-box;
}
.InfoQuickItem--blue { background: linear-gradient(180deg, rgba(240,245,255,.96) 0%, rgba(250,252,255,1) 100%); }
.InfoQuickItem--orange { background: linear-gradient(180deg, rgba(255,248,238,.96) 0%, rgba(255,253,250,1) 100%); }
.InfoQuickItem--red { background: linear-gradient(180deg, rgba(255,243,243,.96) 0%, rgba(255,252,252,1) 100%); }
.InfoQuickIcon {
  width: 34rpx;
  height: 34rpx;
  min-width: 34rpx;
  border-radius: 10rpx;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20rpx 20rpx;
  box-shadow: none;
  color: transparent;
  font-size: 0;
  line-height: 0;
}
.InfoQuickIcon--quiz {
  background-color: #5b86f7;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23ffffff' d='M7 4.75h6.9a4.35 4.35 0 0 1 0 8.7h-.95a1.5 1.5 0 0 0-1.5 1.5v.3h-2.4v-.62a3.1 3.1 0 0 1 3.1-3.1h1.75a1.95 1.95 0 0 0 0-3.9H7v-2.88zm3.95 13.4a1.55 1.55 0 1 1 0 3.1 1.55 1.55 0 0 1 0-3.1z'/></svg>");
}
.InfoQuickIcon--scene {
  background-color: #f0a248;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23ffffff' d='M5 5.5h14a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2h-6.1L8 20.5v-4H5a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2zm3 4h8v2H8v-2zm0 4h5v2H8v-2z'/></svg>");
}
.InfoQuickIcon--sim {
  background-color: #ee726c;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23ffffff' d='M12 4a3.5 3.5 0 0 1 3.5 3.5v3a3.5 3.5 0 1 1-7 0v-3A3.5 3.5 0 0 1 12 4zm-6 6.2h2.2a3.8 3.8 0 0 0 7.6 0H18a6 6 0 0 1-4.9 5.9V19h3.1v2H7.8v-2h3.1v-2.9A6 6 0 0 1 6 10.2z'/></svg>");
}
.InfoQuickText {
  font-size: 24rpx;
  line-height: 1;
  font-weight: 800;
  color: #2f3d56;
  white-space: nowrap;
}
.InfoQuickSub { display: none; }

.ContentWrap--h5Article .InfoQuickNav--insideArticle {
  position: relative !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 6px !important;
  margin: 0 0 12px !important;
  padding: 0 0 11px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.ContentWrap--h5Article .InfoQuickNav--insideArticle::after {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 1px !important;
  background: #e4e9f0 !important;
}
.ContentWrap--h5Article .InfoQuickNav--insideArticle .InfoQuickItem {
  min-height: 40px !important;
  height: 40px !important;
  padding: 0 4px !important;
  margin: 0 !important;
  border-radius: 11px !important;
  border: 1px solid rgba(213, 224, 241, .90) !important;
  box-shadow: 0 4px 10px rgba(53, 82, 135, .05) !important;
  background: #f8fbff !important;
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
}
.ContentWrap--h5Article .InfoQuickNav--insideArticle .InfoQuickItem--blue { background: linear-gradient(180deg, rgba(240,245,255,.96) 0%, rgba(250,252,255,1) 100%) !important; }
.ContentWrap--h5Article .InfoQuickNav--insideArticle .InfoQuickItem--orange { background: linear-gradient(180deg, rgba(255,248,238,.96) 0%, rgba(255,253,250,1) 100%) !important; }
.ContentWrap--h5Article .InfoQuickNav--insideArticle .InfoQuickItem--red { background: linear-gradient(180deg, rgba(255,243,243,.96) 0%, rgba(255,252,252,1) 100%) !important; }
.ContentWrap--h5Article .InfoQuickNav--insideArticle .InfoQuickIcon {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  border-radius: 6px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 11px 11px !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
}
.ContentWrap--h5Article .InfoQuickNav--insideArticle .InfoQuickIcon--quiz {
  background-color: #5b86f7 !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23ffffff' d='M7 4.75h6.9a4.35 4.35 0 0 1 0 8.7h-.95a1.5 1.5 0 0 0-1.5 1.5v.3h-2.4v-.62a3.1 3.1 0 0 1 3.1-3.1h1.75a1.95 1.95 0 0 0 0-3.9H7v-2.88zm3.95 13.4a1.55 1.55 0 1 1 0 3.1 1.55 1.55 0 0 1 0-3.1z'/></svg>") !important;
}
.ContentWrap--h5Article .InfoQuickNav--insideArticle .InfoQuickIcon--scene {
  background-color: #f0a248 !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23ffffff' d='M5 5.5h14a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2h-6.1L8 20.5v-4H5a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2zm3 4h8v2H8v-2zm0 4h5v2H8v-2z'/></svg>") !important;
}
.ContentWrap--h5Article .InfoQuickNav--insideArticle .InfoQuickIcon--sim {
  background-color: #ee726c !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23ffffff' d='M12 4a3.5 3.5 0 0 1 3.5 3.5v3a3.5 3.5 0 1 1-7 0v-3A3.5 3.5 0 0 1 12 4zm-6 6.2h2.2a3.8 3.8 0 0 0 7.6 0H18a6 6 0 0 1-4.9 5.9V19h3.1v2H7.8v-2h3.1v-2.9A6 6 0 0 1 6 10.2z'/></svg>") !important;
}
.ContentWrap--h5Article .InfoQuickNav--insideArticle .InfoQuickText {
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  color: #2f3d56 !important;
}
.ContentWrap--h5Article .InfoQuickNav--insideArticle .InfoQuickSub { display: none !important; }


/* ===== v73: Info 三入口更贴近正文框左右边缘，并整体上移 3px ===== */
.ContentWrap--h5Article .InfoQuickNav--insideArticle,
.H5Page--info .ContentWrap--h5Article .InfoQuickNav--insideArticle {
  margin: -3px -5px 12px -5px !important;
  padding: 0 0 11px !important;
}
.ContentWrap--h5Article .InfoQuickNav--insideArticle .InfoQuickItem,
.H5Page--info .ContentWrap--h5Article .InfoQuickNav--insideArticle .InfoQuickItem {
  padding-left: 3px !important;
  padding-right: 3px !important;
}


/* ===== v74: Info 三入口整体再上移 3px ===== */
.ContentWrap--h5Article .InfoQuickNav--insideArticle,
.H5Page--info .ContentWrap--h5Article .InfoQuickNav--insideArticle {
  margin-top: -6px !important;
}
