 
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Arial', sans-serif;
        }
        a {color:#6E6E6E;text-decoration:none}
a:focus,a:hover {color:#ff9600;transition:none}
a.text-gray:hover{color:#6E6E6E}
       
       
       html{
          background-color: #f5f7fa;  
           
       }
       
        body {
           
            color: #333;
            max-width: 700px;
            margin: 0 auto;
            background: #fff;
        }
        
   
        
        .indicator {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.6);
            cursor: pointer;
            transition: background-color 0.3s;
        }
        
        .indicator.active {
            background-color: #000;
            width: 30px;
            border-radius: 5px;
        }
        
        /* æ ‡é¢˜æ æ ·å¼ */
        .title-bar {
            background-color: #6b8eeb;
            color: white;
            padding: 12px 16px;
            font-size: 18px;
            font-weight: bold;
            position: relative;
            z-index: 10;
        }
        
        /* ä¸»å†…å®¹åŒºæ ·å¼ */
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 16px;
        }
        
        /* å¤´éƒ¨å¡ç‰‡æ ·å¼ */
        .header-card {
            background-color: #fff;
            border-radius: 12px;
            padding: 20px;
            margin-bottom: 20px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
            background-image: linear-gradient(135deg, #f0f7ff 0%, #e6f0ff 100%);
            position: relative;
            overflow: hidden;
        }
        
        .header-card::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 50%;
            height: 100%;
            background-image: url('https://p26-flow-imagex-download-sign.byteimg.com/tos-cn-i-a9rns2rl98/e1e53dc7f4e54f7095f30cb65d80cda4.png~tplv-a9rns2rl98-24-95-exif:960:960.png?rcl=202511261204443840F6318B5138D88F72&rk3s=8e244e95&rrcfp=8a172a1a&x-expires=1764734684&x-signature=0xJCqL3%2Byt1aVWkXOO9%2B66W93MM%3D');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center right;
            opacity: 0.8;
            z-index: 0;
        }
        
        .platform-tag {
            display: inline-block;
            background-color: #6b8eeb;
            color: white;
            padding: 4px 12px;
            border-radius: 20px;
            font-size: 14px;
            margin-bottom: 10px;
            position: relative;
            z-index: 1;
        }
        
        .main-title {
            font-size: 36px;
            font-weight: bold;
            color: #333;
            margin-bottom: 10px;
            position: relative;
            z-index: 1;
        }
        
        .subtitle {
            color: #666;
            font-size: 16px;
            margin-bottom: 15px;
            position: relative;
            z-index: 1;
        }
        
        .highlight {
            display: inline-block;
            background-color: #ffd700;
            padding: 2px 8px;
            border-radius: 4px;
            font-weight: bold;
            color: #333;
        }
        
        /* æŸ¥è¯¢åŒºåŸŸæ ·å¼ */
        .query-section {
            display: flex;
            gap: 16px;
            margin-bottom: 24px;
        }
        
        .query-card {
            flex: 1;
            background-color: #fff;
            border-radius: 12px;
            padding: 20px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        }
        
        .query-card.blue {
            background-color: #e6f7ff;
            border-top: 4px solid #1890ff;
        }
        
        .query-card.purple {
            background-color: #f0f2ff;
            border-top: 4px solid #722ed1;
        }
        
        .query-title {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 16px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .query-title i {
            width: 24px;
            height: 24px;
            display: inline-block;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3Cline x1='11' y1='8' x2='11' y2='14'%3E%3C/line%3E%3Cline x1='8' y1='11' x2='14' y2='11'%3E%3C/line%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: center;
        }
        
        .query-items {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 12px;
            margin-bottom: 16px;
        }
        
        .query-item {
            display: flex;
            align-items: center;
            gap: 6px;
            color: #333;
            font-size: 14px;
        }
        
        .query-item .hot {
            color: #f5222d;
        }
        
        .more-link {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            color: #1890ff;
            font-size: 14px;
            cursor: pointer;
        }
        
        .more-link i {
            width: 16px;
            height: 16px;
            margin-left: 4px;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
            background-repeat: no-repeat;
        }
        
        /* åŠŸèƒ½åŒºæ ·å¼ */
        .features-section {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 16px;
            margin-bottom: 24px;
        }
        
        .feature-card {
            background-color: #fff;
            border-radius: 12px;
            padding: 10px 10px;
            text-align: center;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
            cursor: pointer;
            transition: transform 0.3s;
        }
        
        .feature-card:hover {
            transform: translateY(-5px);
        }
        
        .feature-icon {
            width: 43px;
            height: 43px;
            margin: 0 auto 12px;
            border-radius: 8px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 24px;
            color: white;
        }
        
        .icon-green {
            background-color: #52c41a;
        }
        
        .icon-blue {
            background-color: #1890ff;
        }
        
        .icon-orange {
            background-color: #fa8c16;
        }
        
        .icon-purple {
            background-color: #722ed1;
        }
        
        .feature-name {
            font-size: 14px;
            color: #333;
        }
        
        /* åº•éƒ¨æ¨¡å—æ ·å¼ */
        .bottom-module {
            background-color: #fff;
            border-radius: 12px;
            padding: 20px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
            margin-bottom: 20px;
            overflow: hidden;
        }
        
        .module-header {
            display: flex;
            /* margin-bottom: 16px; */
            float: left;
            align-content: flex-end;
            flex-direction: column;
            justify-content: space-evenly;
            width: 50%;
            /* background: #f5f5f5; */
        }
.module-header a{
    display: flex;
    align-content: flex-end;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
        
        .module-title {
            font-size: 14px;
            /* font-weight: bold; */
            color: #333;
        }
        
        .module-content {
            color: #666;
            font-size: 14px;
        }
         .carousel-container {
            position: relative;
            max-width: 100%;
            /* margin: 20px auto; */
            overflow: hidden;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }
        
        /* å¹»ç¯ç‰‡æ ·å¼ */
        .slide {
            display: none;
            width: 100%;
            height: auto;
        }
        
        .slide img {
            width: 100%;
            height: auto;
            display: block;
        }
        
        /* å¯¼èˆªæŒ‰é’® */
        .carousel-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background-color: rgba(0,0,0,0.5);
            color: white;
            border: none;
            padding: 5px 13px;
            cursor: pointer;
            font-size: 18px;
            border-radius: 50%;
            transition: background-color 0.3s;
        }
        
        .carousel-btn:hover {
            background-color: rgba(0,0,0,0.8);
        }
        
        #prevBtn {
            left: 15px;
        }
        
        #nextBtn {
            right: 15px;
        }
        
        /* æŒ‡ç¤ºå™¨å®¹å™¨ */
        .indicators {
            position: absolute;
            bottom: 20px;
            left: 0;
            right: 0;
            display: flex;
            justify-content: center;
            gap: 8px;
        }
        
        /* æŒ‡ç¤ºå™¨æ ·å¼ */
        .indicator {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            border: none;
            cursor: pointer;
            transition: background-color 0.3s;
        }