        .mianfei{
            position: absolute; /* 设置为绝对定位 */
            top: 0; /* 距离父div顶部0px */
            right: 0; /* 距离父div右侧0px */
            /*background-color: #0e9f6e;*/
            padding: 2px 10px;
            /*border: 1px solid #0e9f6e;*/
            font-size: 12px;
            color: #0e9f6e;
            /*border-radius: 0 0 0 5px;*/
        }
        .huiyuan{
            position: absolute; /* 设置为绝对定位 */
            top: 0; /* 距离父div顶部0px */
            right: 0; /* 距离父div右侧0px */
            /*background-color: #c81e1e;*/
            padding: 2px 10px;
            /*border: 1px solid #c81e1e;*/
            font-size: 12px;
            color: #c81e1e;
            /*border-radius: 0 0 0 5px;*/
        }
        .xianmian{
            position: absolute; /* 设置为绝对定位 */
            top: 0; /* 距离父div顶部0px */
            right: 0; /* 距离父div右侧0px */
            /*background-color: #2196F3;*/
            padding: 2px 10px;
            /*border: 1px solid #2196F3;*/
            font-size: 12px;
            color: #2196F3;
            /*border-radius: 0 0 0 5px;*/
        }
        #biaoqian{
            position: relative;
        }
        .bg-purple-600 {
            background-color: #2196F3 !important;
        }
        @media (min-width: 768px) {
          .z-10.py-4.bg-white.shadow-md {
            display: none !important;
          }
        }
        #menuleft li a{
            color: #303133 !important;
            font-weight: 400;
        }
        #caidan a,span .ml-4{
            color: #303133 !important;
            font-weight: 400;
        }
         #menuleft li a:hover{
            color: #5b6071 !important;
        }
        #caidan a:hover,
        #caidan span:hover {
            color: #5b6071 !important;
        }
        .sitelogo{
            line-height: 32px;
            margin-left: 1.5em;
            height: 32px;
        }
        .sitelogo img{
            border-radius: 3px;
            width: 32px;
            height: 32px;
            float: left;
        }
        .sitelogo a{
            font-size: 1.36rem;
            color:#303133;
            margin-left: 0.6rem;
            font-weight: 400;
        }
       .footer {
          background-color: #f8f8f8;
          color: #555;
          text-align: center;
          padding: 20px 15px;
          font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
          font-size: 14px;
          user-select: none;
          box-shadow: inset 0 1px 0 #eaeaea;
        }
        .footer-nav {
          margin-bottom: 12px;
          font-weight: 500;
        }
        .footer-nav a {
          color: #555;
          text-decoration: none;
          margin: 0 8px;
          transition: color 0.3s ease;
        }
        .footer-nav a:hover {
          color: #1e90ff;
        }
        .footer-nav span {
          color: #ccc;
          user-select: none;
        }
        .footer p {
          margin: 0;
          font-size: 13px;
          color: #888;
          line-height: 1.5;
        }
        .footer p a {
          color: #888;
          text-decoration: underline;
          transition: color 0.3s ease;
        }
        .footer p a:hover {
          color: #1e90ff;
        }
        .px-6 button{
            font-weight: 400 !important;
        }
        .fenleibiaoti{
            font-size: 1.36rem !important;
            font-weight: 400 !important;
        }
                .p-3 {
                padding-right: .6rem;
        }
    .bg-orange-100 {
        background-color: #fff !important;
        /*border: 1px solid #eee;*/
    }
    #biaoqian:hover{
        cursor: pointer; /* 鼠标悬停时显示手型 */
    }
    .bg-orange-100 img{
        max-width: 42px !important;
        height: 42px !important;
    }
    #biaoqian {
      transition: transform 0.3s ease, box-shadow 0.3s ease; /* 过渡动画 */
      height: 100%;
    }
    
    #biaoqian:hover {
      transform: translateY(-5px); /* 上浮 5px */
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05); /* 悬停时才显示阴影 */
    }
    .app-title{
        text-align: center;
    font-size: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    }
    .miaoshu ol li{
        list-style-type: decimal;
        margin-left: 2.4rem;
    }
    .miaoshu h2{
        border-left: 0.4rem solid #2196F3;padding-left: 0.8rem;margin: 0.8rem 0;font-size: 1.38rem;
        font-weight: 500;
    }
    .miaoshu h3{
        margin: 0.6rem 0;
        font-size: 1.2rem;
        border-bottom: 1px solid #eee;
    }
    .miaoshu p{
        /*text-indent: 20px;*/
        padding-bottom: 1.5rem;color:#333333;
        
    }
    .miaoshu ul li{
        margin-left: 2.4rem;
        list-style-type: disc; /* 默认圆点 */
        list-style-position: outside; /* 符号在内容外 */
    }
#wenzhang pre {
    background-color: #1e1e1e;
    color: #dcdcdc;
    padding: 16px;
    border-radius: 8px;
    font-size: 14px !important;
    /* 自动处理：短代码不换行，长代码自动换行 */
    white-space: pre-wrap;
    overflow-wrap: break-word;
}
    #wenzhang p{
          font-size: 1.05rem;
          line-height: 1.7;
          color: #333;
          margin: 0 0 1.5em 0;
          text-align: left;
          text-rendering: optimizeLegibility;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
    }
    #wenzhang h2{
          font-size: 1.2rem;
          font-weight: 600;
          line-height: 1.4;
          color: #2c3e50;
          margin: 2em 0 1em 0;
          padding-bottom: 0.5em;
          border-bottom: 1px solid #eaeaea;
          letter-spacing: -0.01em;
          text-rendering: optimizeLegibility;
          -webkit-font-smoothing: antialiased;
    }
    #wenzhang hr{
      border: 0;
      height: 1px;
      background-color: #ddd;
      margin: 2.5em 0;
      width: 100%;
    }
    #wenzhang li{
  font-size: 1.05rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 0.5em;
  padding-left: 0.2em;
  /* 移除可能导致标记消失的属性 */
  list-style-position: outside;
    }
    #wenzhang ul{
  margin: 0 0 1.5em 1.5em;
  padding: 0;
  list-style-type: disc; /* 确保显示圆点 */
}
    #wenzhang ol {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
  list-style-type: decimal; /* 确保显示数字 */
}
#wenzhang a{
      color: #3498db;
  text-decoration: none;
  transition: color 0.2s ease;
  font-weight: 500;
}
#wenzhang a:hover {
  color: #2980b9;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}
#simple_links_container_20260129 {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
}

.simple-category {
    margin-bottom: 20px;
}

.simple-category h4 {
    margin: 0 0 8px 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #eee;
    padding-bottom: 4px;
}

.links-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0;
    padding: 0;
}

.simple-link {
    display: inline-block;
    padding: 4px 10px;
    color: #0066cc;
    text-decoration: none;
    font-size: 13px;
    background: #f5f5f5;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    white-space: nowrap;
    line-height: 1.4;
}

.simple-link:hover {
    color: #fff;
    background: #0066cc;
    border-color: #0066cc;
    text-decoration: none;
}