@charset "UTF-8";
/*
* 设计系统色板 —— Industry
* 方形、细边框、蓝图角标。
*/
/* 暖色点缀：付费标记、热点等 */
/* 中国传统色点缀：分类序号、类型标签等小面积使用 */
/* 靛蓝 */
/* 竹青 */
/* 绛紫 */
/* 琥珀 */
/* 胭脂 */
/* 松花绿 */
/* 警示色：表单报错、点数不足等 */
/* 旧变量别名，保证未改版页面继续编译并同步换色 */
/*
* 字体
* 不引入外部资源：默认使用系统字体栈。
* 若日后自托管 Barlow，把 woff2 放到 /static/www/font/ 下并打开下面的 @font-face 即可，
* 其余样式无需改动。
*/
/*
@font-face{
    font-family:'Barlow';
    src:url('/static/www/font/barlow-400.woff2') format('woff2');
    font-weight:400;
    font-display:swap;
}
@font-face{
    font-family:'Barlow';
    src:url('/static/www/font/barlow-600.woff2') format('woff2');
    font-weight:600;
    font-display:swap;
}
@font-face{
    font-family:'Barlow Condensed';
    src:url('/static/www/font/barlow-condensed-600.woff2') format('woff2');
    font-weight:600;
    font-display:swap;
}
*/
/* 内容区最大宽度 */
/*
* 清除浮动
* 调用方法：@extend %clearfix;
*/
/*
* 小标题（栏目眉题）
* 调用方法：@include kicker; 或 @include kicker(12px);
* 例：01 · 快速查询 · LOOKUP
*/
/*
* 等宽数字，用于 IP、延迟、点数等数值
* 调用方法：@include tnum;
*/
/*
* 大号压缩字，用于 IP / 评分 / 点数
* 调用方法：@include display(48px);
*/
/*
* 单行省略
* 调用方法：@extend %ellipsis;
*/
.mod-alltools .links li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*
* 响应式宏
* 调用方法：@include respond-to(small) { ... }
*/
/*
* 全部工具（/tool/all/）——分类集合链接页。
* 只有链接，没有交互，所以样式重点是密度：一屏尽量多放，又要能一眼分出组。
*/
.container > .inner {
  padding-top: 40px;
  padding-bottom: 56px;
}

.mod-alltools {
  /* — 顶部的分类速览 / 最近新增 — */
  /* — 每个分类一段 — */
}
.mod-alltools > .hr {
  margin: 12px 0 20px;
}
.mod-alltools .page-hd {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  flex-wrap: wrap;
}
.mod-alltools .page-hd h1 {
  font-family: "Barlow Condensed", ui-sans-serif, -apple-system, "Segoe UI", Roboto, "PingFang SC", "Microsoft Yahei", Arial, sans-serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0.01em;
  font-feature-settings: "tnum" 1;
}
.mod-alltools .page-hd p {
  max-width: 62ch;
  font-size: 13px;
  line-height: 1.8;
  color: rgba(29, 31, 32, 0.6);
}
.mod-alltools .idx {
  margin: 24px 0 0;
  padding: 16px 18px 14px;
}
.mod-alltools .idx .hd {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(29, 31, 32, 0.08);
}
.mod-alltools .idx .lb {
  font-family: "Barlow", ui-sans-serif, -apple-system, "Segoe UI", Roboto, "PingFang SC", "Microsoft Yahei", Arial, sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #22509a;
}
.mod-alltools .idx .v {
  font-family: "Barlow", ui-sans-serif, -apple-system, "Segoe UI", Roboto, "PingFang SC", "Microsoft Yahei", Arial, sans-serif;
  font-size: 12px;
  color: rgba(29, 31, 32, 0.5);
}
.mod-alltools .idx .row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 12px;
}
.mod-alltools .idx .tag {
  font-size: 13px;
}
.mod-alltools .idx .tag i {
  font-style: normal;
  margin-left: 5px;
  font-family: "Barlow", ui-sans-serif, -apple-system, "Segoe UI", Roboto, "PingFang SC", "Microsoft Yahei", Arial, sans-serif;
  font-size: 11px;
  color: rgba(29, 31, 32, 0.45);
}
.mod-alltools .newly {
  margin-top: 14px;
}
.mod-alltools .cat {
  margin-top: 36px;
  scroll-margin-top: 80px;
}
.mod-alltools .cat-hd {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(29, 31, 32, 0.16);
}
.mod-alltools .cat-hd .no {
  font-family: "Barlow", ui-sans-serif, -apple-system, "Segoe UI", Roboto, "PingFang SC", "Microsoft Yahei", Arial, sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #22509a;
}
.mod-alltools .cat-hd h2 {
  font-size: 18px;
  font-weight: 600;
}
.mod-alltools .cat-hd .en {
  font-family: "Barlow", ui-sans-serif, -apple-system, "Segoe UI", Roboto, "PingFang SC", "Microsoft Yahei", Arial, sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #22509a;
}
.mod-alltools .cat-hd .n {
  font-family: "Barlow", ui-sans-serif, -apple-system, "Segoe UI", Roboto, "PingFang SC", "Microsoft Yahei", Arial, sans-serif;
  font-size: 12px;
  color: rgba(29, 31, 32, 0.45);
}
.mod-alltools .cat-hd .more {
  margin-left: auto;
  font-size: 13px;
  color: #22509a;
  white-space: nowrap;
}
.mod-alltools .cat-intro {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.8;
  color: rgba(29, 31, 32, 0.55);
}
.mod-alltools .links {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 0;
  margin: 12px 0 0;
  list-style: none;
}
.mod-alltools .links li {
  display: flex;
  align-items: baseline;
  gap: 5px;
  padding: 7px 10px 7px 0;
  border-bottom: 1px solid rgba(29, 31, 32, 0.08);
  font-size: 14px;
}
.mod-alltools .links li a {
  color: #1d1f20;
}
.mod-alltools .links li a:hover {
  color: #3576d2;
}
.mod-alltools .links li.wip > span {
  color: rgba(29, 31, 32, 0.35);
  cursor: default;
}
.mod-alltools .links .cost {
  font-style: normal;
  font-family: "Barlow", ui-sans-serif, -apple-system, "Segoe UI", Roboto, "PingFang SC", "Microsoft Yahei", Arial, sans-serif;
  font-size: 11px;
  padding: 0 4px;
  border: 1px solid rgba(29, 31, 32, 0.08);
  color: rgba(29, 31, 32, 0.45);
}
.mod-alltools .tail {
  margin-top: 40px;
  padding-top: 16px;
  border-top: 1px solid rgba(29, 31, 32, 0.16);
}
.mod-alltools .tail p {
  margin: 0 0 4px;
  font-size: 13px;
  line-height: 1.8;
  color: rgba(29, 31, 32, 0.55);
}

@media screen and (max-width: 799px) {
  .mod-alltools .page-hd {
    display: block;
  }
  .mod-alltools .page-hd p {
    margin-top: 8px;
  }
  .mod-alltools .idx {
    padding: 14px 14px 12px;
  }
  .mod-alltools .cat {
    margin-top: 28px;
  }
  .mod-alltools .cat-hd .more {
    margin-left: 0;
    width: 100%;
  }
  .mod-alltools .links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}