@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;
*/
/*
* 响应式宏
* 调用方法：@include respond-to(small) { ... }
*/
.container > .inner {
  padding-top: 40px;
  padding-bottom: 56px;
}

/* 接口搜索（分类行右侧） */
.mod-api-search {
  display: flex;
  gap: 8px;
  width: min(380px, 100%);
}
.mod-api-search .input {
  flex: 1;
  min-height: 34px;
  font-size: 13px;
}
.mod-api-search .btn {
  min-height: 34px;
  padding: 0 16px;
  white-space: nowrap;
}

/* 分类页签 */
.mod-api-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin: 32px 0 8px;
}
.mod-api-bar .cats {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.mod-api-bar .cats .tag {
  padding: 5px 12px;
  font-size: 12px;
}
.mod-api-bar .note {
  font-size: 12px;
  color: rgba(29, 31, 32, 0.55);
}

/* 接口列表 */
.mod-api-list {
  border-top: 1px solid rgba(29, 31, 32, 0.16);
}
.mod-api-list td {
  padding: 12px 0;
}
.mod-api-list .it {
  white-space: nowrap;
}
.mod-api-list .nm {
  display: flex;
  gap: 10px;
  align-items: baseline;
}
.mod-api-list .nm a {
  font-weight: 500;
}
.mod-api-list .no {
  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;
  color: #22509a;
}
.mod-api-list .pt {
  margin-top: 2px;
  font-family: ui-monospace, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: rgba(29, 31, 32, 0.55);
}
.mod-api-list .ds {
  max-width: 340px;
  padding-right: 16px;
  color: rgba(29, 31, 32, 0.75);
}
.mod-api-list .op {
  padding-left: 16px;
  text-align: right;
  white-space: nowrap;
}

/* 接入要点 */
.mod-api-fact {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-top: 56px;
}
.mod-api-fact .kicker {
  margin-bottom: 10px;
}
.mod-api-fact .hr {
  margin-bottom: 10px;
}
.mod-api-fact p {
  margin: 0;
  font-size: 13px;
  line-height: 20px;
  color: rgba(29, 31, 32, 0.75);
}

/* — 数据中心页签 — */
.mod-dc-tabs {
  margin: 4px 0 24px;
  font-size: 15px;
}
.mod-dc-tabs a {
  padding: 10px 18px 12px;
}

.mod-dc-note {
  margin: -8px 0 16px;
  font-size: 13px;
  color: rgba(29, 31, 32, 0.55);
}
.mod-dc-note a {
  color: #22509a;
}

/* — 下载 / 任务详情 — */
.mod-dc-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 32px;
  align-items: start;
}
.mod-dc-detail .main {
  padding: 28px 32px;
}
.mod-dc-detail .main > .hd {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}
.mod-dc-detail .main > .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: 32px;
  line-height: 1.1;
}
.mod-dc-detail .main .desc {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 22px;
  color: rgba(29, 31, 32, 0.7);
}
.mod-dc-detail .main .act {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 22px;
}
.mod-dc-detail .main .act .note {
  font-size: 12px;
  color: rgba(29, 31, 32, 0.55);
}
.mod-dc-detail .side {
  padding: 22px 24px;
}
.mod-dc-detail .side ul {
  margin: 10px 0 14px;
  padding-left: 18px;
  font-size: 13px;
  line-height: 22px;
  color: rgba(29, 31, 32, 0.7);
}
.mod-dc-detail .side ul li {
  list-style: disc;
  margin-bottom: 6px;
}
.mod-dc-detail .side .more {
  font-size: 13px;
  color: #22509a;
}

.dc-progress {
  height: 8px;
  margin: 6px 0 8px;
  background: #e7e7ea;
  border-radius: 4px;
  overflow: hidden;
}
.dc-progress .bar {
  height: 100%;
  background: linear-gradient(90deg, #7fadea, #3576d2);
  border-radius: 4px;
}

@media screen and (max-width: 799px) {
  .container > .inner {
    padding-top: 20px;
    padding-bottom: 28px;
  }
  .mod-api-search {
    width: 100%;
  }
  .mod-api-bar {
    margin: 16px 0 8px;
  }
  .mod-api-list {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .mod-api-list .ds {
    max-width: 240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .mod-api-fact {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 28px;
  }
  .mod-dc-detail {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }
  .mod-dc-detail .main {
    padding: 20px;
  }
  .mod-dc-detail .main > .hd h1 {
    font-size: 24px;
  }
  .mod-dc-tabs {
    margin-bottom: 16px;
  }
}