

.kapian-1{
  font-size: 24px;
  font-weight: 700;
  font-family: "Public Sans", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--header);
  text-transform: initial;
  transition: all 0.4s ease-in-out;
}


/*定义一下 登录 和 开始使用 2个按钮中间的间距*/
.header-button a {
    display: inline-block; /* 确保链接以块级元素的形式显示，以便可以应用margin */
    margin-right: 10px; /* 设置右边距以创建按钮之间的间距 */
}

.header-button a:last-child {
    margin-right: 0; /* 确保最后一个按钮没有额外的右边距 */
}



.t-title-anim {
    font-size: 24px; /* 设置字体大小为24像素 */
    /* 其他样式可以根据需要添加 */
    font-weight: bold; /* 可选：设置字体加粗 */
    color: #333; /* 可选：设置字体颜色 */
    text-align: center; /* 可选：设置文本居中 */
}



/*免登录 和 API 按钮*/
.top-btn{
    text-align: center;
    margin: 10px auto;
    margin-top: 50px;
}
.top-btn span{
    font-weight: normal;
    color: #606879;
}
.free-use,.lanxi-sw,.can-yu{
    display: inline-block;
    width: 148px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 22px;
    font-weight: 500;
}
.lanxi-sw{
    opacity: .9;
    color: #006cff;
    background-color: #eaf2ff;
}
.lanxi-sw:hover{
    color: #006cff;
    background-color: #d9e6fc;
}
.free-use{
    color: #fff;
    background-color: #006cff;
}
.free-use:hover,
.on-line:hover,
.details2:hover,
.back-price:hover,
.console:hover{
    color: #fff;
    background-color: #2989ff;
}


.theme-btn-1 {
    display: inline-block; 
    /* 确保链接以块级元素的形式显示，以便可以应用margin */
    margin-top: 20px; 
    /* 设置顶部间距为20像素 */
    margin-bottom: 20px; 
    /* 设置底部间距为20像素 */
    /* 其他样式根据需要添加 */
    padding: 10px 20px; 
    /* 可选：设置按钮的内边距 */
    background-color: #007bff;
    /* 可选：设置按钮背景颜色 */
    color: #fff; 
    /* 可选：设置按钮文本颜色 */
    text-decoration: none;
    /* 移除链接的下划线 */
    border-radius: 8px; /* 可选：设置按钮圆角 */
}



  /* 定义 SVG 图标的大小 */
  .svg-icon {
    width: 80px;
    height: 80px;
  }
  
  
  
  
  
/* 淡蓝色标签样式 */
.tag-blue {
  position: absolute;         /* 允许元素绝对定位相对于父元素 */
  top: 10px;                  /* 上边距，调整这个数值可以改变标签距离顶部的距离 */
  right: 30px;                /* 使标签从右边延伸出来，创造倾斜效果 */
  background-color: #add8e6;  /* 标签背景色（淡蓝色） */
  color: #fff;                /* 标签文字颜色 */
  padding: 5px 20px;          /* 标签的内边距 */
  font-size: 14px;            /* 文字大小 */
  font-weight: bold;          /* 字体加粗 */
  transform: rotate(0deg);    /* 当前不旋转，若需倾斜可以设置为45度 */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); /* 标签阴影 */
}


/* 墨绿色标签样式 */
.tag-lvse {
  position: absolute;        /* 允许元素绝对定位相对于父元素 */
  top: -5px;                 /* 距离顶部的距离 */
  right: 30px;               /* 距离右边的距离 */
  background-color: #5FB878; /* 标签背景色（天蓝色） */
  color: #fff;               /* 标签文字颜色 */
  padding: 5px 20px;         /* 标签的内边距 */
  font-size: 14px;           /* 文字大小 */
  font-weight: bold;         /* 字体加粗 */
  transform: rotate(0deg);   /* 当前不旋转，若需倾斜可以设置为45deg */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); /* 标签阴影 */
}

/* 金色标签样式 */
.tag-gold {
  position: absolute;
  top: 10px;
  right: 30px;
  background-color: #ffd700;  /* 标签背景色（金色） */
  color: #fff;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: bold;
  transform: rotate(0deg);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* 粉红色标签样式 */
.tag-pink {
  position: absolute;
  top: 10px;
  right: 30px;
  background-color: #ff69b4;  /* 标签背景色（粉红色） */
  color: #fff;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: bold;
  transform: rotate(0deg);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.gaodu {

  min-height: 500px; 
   /*设置卡片的最小高度，这个值可以根据需要调整 */
}

.container-fluid-100-100 {
  width: 100%;              /* 默认设置为100%宽度 */
  margin: 0 auto;           /* 居中显示 */
  padding-right: 15px;      /* 内边距 */
  padding-left: 15px;
}

.container-fluid-100-90 {
  width: 100%;              /* 默认设置为100%宽度 */
  margin: 0 auto;           /* 居中显示 */
  padding-right: 15px;      /* 内边距 */
  padding-left: 15px;
}

/*计划卡片*/
.container-fluid-100-80 {
  width: 100%;              /* 默认设置为100%宽度 */
  margin: 0 auto;           /* 居中显示 */
  padding-right: 15px;      /* 内边距 */
  padding-left: 15px;
}

/*新闻公告*/
.container-fluid-100-70 {
  width: 100%;              /* 默认设置为100%宽度 */
  margin: 0 auto;           /* 居中显示 */
  padding-right: 15px;      /* 内边距 */
  padding-left: 15px;
}


@media (min-width: 800px) { /* 大屏幕设置（宽度大于992px） */
  .container-fluid-100-100 {
    width: 100%;             /* 大屏幕宽度为80% */
  }
  .container-fluid-100-90 {
    width: 90%;             /* 大屏幕宽度为80% */
  }
  .container-fluid-100-80 {
    width: 80%;             /* 大屏幕宽度为80% */
  }
  .container-fluid-100-70 {
    width: 70%;             /* 大屏幕宽度为80% */
  }
}
/*卡片头部颜色*/
.style-4 {
  background: #FFA07A;
  border: 1px solid #FFA07A;
}
.style-5 {
  background: #40E0D0;
  border: 1px solid #40E0D0;
}
.style-6 {
  background: #FFE4C4;
  border: 1px solid #FFE4C4;
}
.style-7 {
  background: #87CEFA;
  border: 1px solid #87CEFA;
}
.style-8 {
  background: #3CB371;
  border: 1px solid #3CB371;
}


  .baise-1 {
    color: #FFFFFF; /* 设置文字颜色为白色 */
    font-weight: bold;         /* 字体加粗 */
  }
  .baise-2 {
    color: #FFFFFF; /* 设置文字颜色为白色 */

  }
  
  
  
  
  
    .brand-section .comm .text-center {
  display: inline-block;         /* 让每个卡片横向排列 */
  background: #fff;              /* 卡片背景色，可根据需求改 */
  border-radius: 8px;            /* 圆角 */

  padding: 10px;                 /* 内边距，给图片留点空间 */
  margin-right: 50px;            /* 卡片右侧间距50px */
  vertical-align: middle;
  width: 150px;                  /* 固定宽度，或者按图片大小调整 */
  box-sizing: border-box;
  transition: transform 0.3s ease;
}

.brand-section .comm .text-center:last-child {
  margin-right: 0;               /* 最后一个卡片不需要右边距 */
}

.brand-section .comm .text-center img {
  max-width: 100%;               /* 图片自适应卡片宽度 */
  display: block;
  margin: 0 auto;
}

/* 可选：鼠标悬浮卡片有放大效果 */
.brand-section .comm .text-center:hover {
  transform: scale(1.05);
}







/* 分割线带文字
   用于在文字前后显示线条，并控制整体布局 */
.divider-text {
  display: flex;               /* 使用flex布局，便于控制线条和文字的排列 */
  align-items: center;         /* 垂直居中对齐 */
  color: #666;                 /* 文字颜色 */
  font-weight: 500;            /* 文字加粗 */
  font-size: 1rem;             /* 文字大小 */
  margin-top: 25px;            /* 上方间距 */
  margin-bottom: 8px;          /* 下方间距 */
}

/* 文字前的小线
   固定宽度，用于视觉效果 */
.divider-text::before {
  content: "";                 /* 伪元素内容为空 */
  flex: 0 0 28px;              /* 固定宽度10px */
  height: 1px;                 /* 线高1px */
  background-color: #ccc;      /* 线条颜色 */
  margin-right: 10px;          /* 文字和前线的间距 */
}

/* 文字后面的线延展至边缘
   占据剩余空间，实现延展效果 */
.divider-text::after {
  content: "";                 /* 伪元素内容为空 */
  flex: 1;                     /* 占据剩余空间 */
  height: 1px;                 /* 线高1px */
  background-color: #ccc;      /* 线条颜色 */
  margin-left: 10px;           /* 文字和后线的间距 */
}

/* 友情链接标题
   设置标题样式和间距，已注释掉 */
h6.you-mb {
  color: #BBB;                 /* 标题颜色 */
  margin-top: 0;               /* 取消和上面分割线文字的间距 */
  margin-bottom: 20px;         /* 标题和链接间距 */
  padding: 0;                  /* 内边距 */
  font-weight: 600;            /* 标题加粗 */
  font-size: 1.1rem;           /* 标题大小 */
}

/* 友情链接链接容器
   控制链接布局和间距 */
.youqin {
  display: flex;               /* 使用flex布局 */
  flex-wrap: wrap;             /* 屏幕小自动换行 */
  justify-content: space-between; /* 链接之间的均匀分布 */
  gap: 20px;                   /* 链接之间间距 */
  margin-top: 0;               /* 取消和上面标题的间距 */
  margin-bottom: 0.5px;         /* 和下面内容的间距 */
  padding: 0;                  /* 内边距 */
  width: 100%;                 /* 适应父容器宽度 */
  max-width: 600px;            /* 最大宽度 */
}

/* 链接样式
   控制链接外观 */
.youqin a {
  color: #007bff;             /* 链接颜色 */
  text-decoration: none;      /* 去掉链接下划线 */
  font-weight: 500;           /* 链接加粗 */
  padding: 5px 12px;          /* 链接内边距 */
  border-radius: 4px;         /* 链接圆角 */
  border: 1px solid transparent; /* 初始边框透明 */
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease; /* 悬浮效果过渡 */
  white-space: nowrap;        /* 避免链接换行 */
}

/* 悬浮效果
   鼠标悬浮时链接的视觉反馈 */
.youqin a:hover {
  color: #0056b3;             /* 悬浮时链接颜色 */
  border-color: #ccc;      /* 悬浮时边框颜色 */
  background-color: #e9f2ff;  /* 悬浮时背景颜色 */
}

/* 移动端适配
   在小屏幕上居中链接 */
@media (max-width: 576px) {
  .youqin {
    justify-content: center !important; /* 强制居中对齐 */
  }
}








    .txt-color,.sign-in{
    font-size: 16px;
    font-weight: 500;
    color: #282b31;
}
.txt-color.active2{
    color: #fff!important;
}
.txt-color:hover,.txt-color4:hover{
    color: #006cff;
}

.txt-color::before,
.txt-color4::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;/*闈犳渶宸﹁竟寮€濮�*/
    border-bottom: 2px solid #006cff;/*璁剧疆搴曢儴杈归鑹�*/
    width: 0;/*瀹藉害涓�0锛岃繖閲岀殑瀹藉害鏄浉瀵逛笌li鐨勫搴�*/
    height: 100%;/*璁剧疆楂樺害浣垮畠鍜宭i绛夐珮*/
}

.txt-color:hover::before,
.txt-color4:hover::before{
    width: 100%;
    transition: 0.2s all linear;
    transition-delay: 0.1s;
}
.txt-color4,.txt-color5{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.txt-color5:hover{
    color: #fff;
}

.txt-color4.activeb,
.txt-color5.activeb{
    color: #282b31;
}
.txt-color4.activeb:hover{
    color: #006cff;
}
.txt-color3{
    color:#a1a8b7 ;
}

    
    
    


  /* 卡片容器样式 */
  
.pricing-section .nav {

  max-width: 500px;

}

  
  .card-A {
    max-width: 650px; /* 最大宽度可根据需要调整 */
    width: 80%; /* 大屏幕宽度为父容器的80% */
    margin: 50px auto; /* 居中卡片 */
    padding: 16px;
    background-color: #ffffff; /* 卡片背景颜色 */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 卡片阴影 */
    position: relative; /* 用于定位绝对定位的子元素 */
        border-radius: 8px; /* 添加圆角 */
  }

  /* 响应式设计 */
  @media (max-width: 992px) {
    .card {
      width: 100%; /* 小屏幕宽度为100% */
    }
  }


  /* 卡片容器样式 */
  .card {
    max-width: 650px; /* 最大宽度可根据需要调整 */
    width: 80%; /* 大屏幕宽度为父容器的80% */
    margin: 50px auto; /* 居中卡片 */
    padding: 16px;
    background-color: transparent; /* 完全透明背景 */
    box-shadow: none; /* 移除阴影 */
    position: relative; /* 用于定位绝对定位的子元素 */
    border-radius: 8px; /* 添加圆角 */
    border: none; /* 移除边框 */
    
  }

  /* 水平导航样式 */
  .nav-v {
    list-style-type: none; /* 移除默认列表样式 */
    padding: 0;
    margin: 0;
    display: flex; /* 使用flex布局水平排列 */
    justify-content: space-between; /* 均匀分布导航项 */
    padding: 0 15px; /* 确保导航栏与卡片左右边距有间距 */
    width: 100%; /* 让导航栏填满卡片宽度 */
  }

  .nav-item {
    flex: 1; /* 让每个导航项占据均等的宽度 */
    margin: 0 5px; /* 导航项之间的水平间距 */
    text-align: center; /* 居中对齐文本 */
  }

  .nav-link {
    display: block;
    padding: 10px 15px; /* 链接的内边距 */
    color: #007bff; /* 链接文字颜色 */
    text-decoration: none; /* 去掉链接下划线 */
    font-weight: bold; /* 可选：设置字体加粗 */
    transition: background-color 0.3s ease, color 0.3s ease; /* 悬停效果过渡 */
    border-radius: 15px; /* 添加圆角 */
    background-color: #FFE4E1; /* 不悬停时 默认 背景颜色 */
  }

  .nav-link:hover {
    color: #0056b3; /* 悬停时文字颜色 */
    background-color: #e0e0e0; /* 悬停时背景颜色 */
  }

  .nav-link.active {
    color: #fff; /* 激活状态文字颜色 */
    background-color: #8470FF; /* 激活状态背景颜色 */
  }
  
  
  

/*新闻公告 上下间距 调整*/
.news-to {
    margin: -120px auto -50px; 
    /* 上方间距40px，底部间距20px，水平居中对齐 */
}



.jianju-A {
  margin-top: 1px;
  margin-bottom: -8px;

  display: flex; /* 使用flex布局，便于控制线条和文字的排列 */

}