/* 首页 / 资料模块公共标题 — 对齐源站 style.css */

.mt10 {
  margin-top: 10px;
}

@media screen and (max-width: 750px) {
  .mt10 {
    margin-top: 6px;
  }
}

/* 首页各模块粉红标题条 */
.tit {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 16px;
  color: var(--home-tit-text, #fff);
  background: var(--home-tit-bg, #ff3956);
}

.tit h3 {
  font-size: 20px;
  font-weight: bold;
}

.tit h3:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 18px;
  margin-right: 10px;
  background: var(--home-tit-bar, #ff0);
}

.tit a {
  flex: 1;
  text-align: right;
  font-size: 14px;
}

@media screen and (max-width: 750px) {
  .tit {
    height: 36px;
    padding: 0 10px;
  }

  .tit h3 {
    font-size: 15px;
  }

  .tit h3:before {
    width: 6px;
    height: 14px;
  }

  .tit a {
    font-size: 12px;
  }
}

/* 多 Tab 模块标题（九肖十码等后续复用） */
.titBox {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.titBox div {
  display: flex;
  flex: 1;
  margin-right: 1px;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 44px;
  background: #aaa;
  cursor: pointer;
}

.titBox div:last-child {
  margin-right: 0;
}

.titBox div.hover {
  background: var(--home-tab-red, #ff3956);
}

/* 源站仅资料精华区、跑狗报精解 Tab 为绿色 */
#jhq1.hover,
#sbxjj1.hover,
.titBox div.hover.tab-green {
  background: var(--home-tab-green, #0c3);
}

.titBox div.hover.tab-cyan {
  background: var(--home-tab-cyan, #09c);
}

@media screen and (max-width: 750px) {
  .titBox div {
    height: 36px;
    font-size: 15px;
  }
}

/* 全年资料详情页标题与正文（部分页直接用 big-tit/big-bd） */
.big-tit {
  padding: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #ff3956;
  border-bottom: dashed 1px #aaa;
  background: linear-gradient(to top, #f5f5f5, #fff);
}

.big-bd {
  padding: 10px 0;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 750px) {
  .big-tit {
    font-size: 20px;
  }

  .big-bd {
    padding: 10px;
    font-size: 16px;
  }
}

/* 首页全年资料链接网格 rqhl */
.rqhl {
  padding-top: 4px;
}

.rqhl ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.rqhl ul li {
  width: 33.33%;
  box-sizing: border-box;
  padding-right: 4px;
  padding-bottom: 4px;
}

.rqhl ul li:nth-child(3n) {
  padding-right: 0;
}

.rqhl ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  border-radius: 4px;
  background: #f5f5f5;
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width: 750px) {
  .rqhl {
    padding: 2px 2px 0 2px;
  }

  .rqhl ul li {
    padding-right: 2px;
    padding-bottom: 2px;
  }
}

/* 页脚声明 */
.footer {
  padding: 10px;
  font-size: 14px;
  text-align: center;
  color: #666;
}

@media screen and (max-width: 750px) {
  .footer {
    font-size: 12px;
  }
}
