/* 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;
  }