/*标语*/

.juzo{
   
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: 100%;
}

.block_6 {
     margin-top: 100px;
  
  box-sizing: border-box;
border: 1px solid rgba(219, 234, 254, 1);
border-radius: 16777200px;
background: rgba(239, 246, 255, 1);
}

.text-wrapper_4 {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 100%;
  margin: 0 auto;
}

.text-wrapper_5 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.text_12 {
  text-align: center;
}

.thumbnail_1 {
  width: 12px;
  height: 12px;
  margin-left: 13px;

}

.image-text_9 {
  position: relative;
  width: 84px;
  height: 41px;
  margin: 13px 0 0 12px;
}
.text_9 {
  width: 79px;
  height: 15px;
  overflow-wrap: break-word;
  color: rgba(21, 93, 252, 1);
  font-size: 12px;
  letter-spacing: 0.3671875px;
  font-family: Inter-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 15px;
  margin: 6px 14px 0 7px;
}
.text_10 {
color: rgba(15, 23, 43, 1);

font-family: Inter;
font-size: 48px;
font-weight: 800;
line-height: 60px;
letter-spacing: -0.85px;
text-align: center;
}

.text_11 {
  /* 渐变文字核心样式 */
  background: linear-gradient(to right, #165DFF, #9333EA); /* 左蓝(#165DFF) 右紫(#9333EA)，可自定义色值 */
  -webkit-background-clip: text; /* 兼容webkit内核浏览器（Chrome/Safari等） */
  background-clip: text; /* 标准属性，文字裁剪背景 */
  color: transparent; /* 文字本身透明，显示渐变背景 */
  
  /* 保留原有样式 */
  font-family: Inter;
  font-size: 48px;
  font-weight: 800;
  line-height: 60px;
  letter-spacing: -0.85px;
  text-align: center;
}

.text_12{
    color: rgba(98, 116, 142, 1);

font-family: Inter;
font-size: 16px;
font-weight: 400;
line-height: 24px;
letter-spacing: -0.31px;
text-align: center;
}



   /* 切换按钮组样式 */
.tab-switch {
     margin-top: 30px;
  /* 原有样式保留 */
  width: 300px;
  height: 48px;
  display: inline-flex; /* 已有 flex 布局，无需新增 display */
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 16777200px;
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.04);
  background: rgba(255, 255, 255, 0.8);
  
  /* 新增：让子元素垂直（上下）居中 */
  align-items: center;
  /* 可选：若需要子元素水平也居中，补充这行 */
   justify-content: center; 
    filter: drop-shadow(0 4px 8px rgba(60, 102, 234, 0.3));
}
             
            .tab-btn {
                padding: 10px 24px;
                font-size: 15px;
                font-weight: 600;
                color: var(--text);
                background: var(--bg);
                border: none;
                cursor: pointer;
                transition: all 0.2s ease;
                outline: none;
                display: flex;
                align-items: center;
                gap: 5px;
            }
            .tab-btn.generate {
              /* Primitive.button */
width: 145px;
height: 37px;
box-sizing: border-box;
border: 1px solid rgba(0, 0, 0, 0);
border-radius: 16777200px;
box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1),0px 4px 6px -4px rgba(0, 0, 0, 0.1);
background: linear-gradient(90.00deg, rgba(21.32, 92.93, 251.52, 1),rgba(79.28, 57.22, 246.4, 1) 100%);
   color: #ffffff;
            }
            .tab-btn.history {
              /* Primitive.button */
width: 145px;
height: 37px;
box-sizing: border-box;
border: 1px solid rgba(0, 0, 0, 0);
border-radius: 16777200px;
            }
            
            
            
            
            
            
            
            

  /* 模块按钮样式 */
    .module-buttons {
          width: 118%; /* 固定宽度 */
        margin-top: 16px;
        display: flex;
       
        gap: 15px;
        flex-wrap: wrap; /* 允许换行 */
    }

    .module-btn-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
           width: 20%; /* 固定宽度 */
        height: 150px; /* 固定高度 */
    }

    .module-btn {
        display: flex;
        flex-direction: column; /* 图标在上，文字在下 */
        align-items: center;
        justify-content: center;
        gap: 12px;
        background: var(--panel);
        color: #01013c;
        border: 1px solid #ffffff; /* 白色边框 */
        border-radius: 30px;
        padding: 20px;
        cursor: pointer;
        transition: all .2s ease;
        font-weight: 600;
      width: 100%; /* 固定宽度 */
       height: 150px; /* 固定高度 */
       
    }

    .module-btn:hover {
        
        background: var(--bg);
        border-color: var(--cssuu);
        transform: translateY(-3px);
        box-shadow: 0 4px 12px rgba(13, 110, 253, 0.1);
    }

    /* 当前激活的模块按钮样式（表示当前界面） */
    .module-btn.active {
        
         width: 100%; /* 固定宽度 */
        background: var(--bg);
        border-color: #ffffff;
        /*box-shadow: 0 0 0 2px rgba(13,110,253,0.15);*/
        background: #f0f1fe;
    }

    .module-btn .fa {
        font-size: 48px; /* 图标放大一倍（原24px） */
        color: var(--cssuu);
    }

    .module-btn-text-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
    }

    .module-btn-text-top {
        font-size: 15px;
        font-weight: 600;
        color: #01013c;
        text-align: center;
        line-height: 1.2;
    }

    .module-btn-text-bottom {
        font-size: 14px; /* 下排文字小点 */
        font-weight: 400;
        color: #6b7280;
        text-align: center;
        line-height: 1.2;
    }

    /* 模块图标阴影效果 */
    .module-icon-p1 {
        filter: drop-shadow(0 4px 8px rgba(60, 102, 234, 0.5));
    }

    .module-icon-p2 {
        filter: drop-shadow(0 4px 8px rgba(185, 25, 228, 0.5));
    }

    .module-icon-p3 {
        filter: drop-shadow(0 4px 8px rgba(228, 121, 34, 0.5));
    }

    .module-icon-p4 {
        filter: drop-shadow(0 4px 8px rgba(238, 17, 92, 0.5));
    }
           