/* 九肖十码 aajgk — 对齐源站 main.asp */
.aajgk table {
  border-collapse: collapse;
  font-weight: bold;
  background: var(--home-aajgk-table-bg, #000);
  width: 100%;
  margin: 0;
}

.aajgk table th {
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  border: solid 1px #555;
}

.aajgk table thead th {
  color: var(--home-aajgk-head-fg, #f00);
  font-size: 22px;
  background: var(--home-aajgk-head-bg, #ff0);
}

.aajgk table tfoot th {
  font-size: 20px;
  background: var(--home-aajgk-foot-bg, #f00);
  color: var(--home-aajgk-foot-fg, #fff);
}

.aajgk table td {
  padding: 5px 10px;
  color: var(--home-aajgk-cell-fg, #0f0);
  border: solid 1px #555;
  background: var(--home-aajgk-table-bg, #000);
}

.aajgk table td font {
  color: var(--home-aajgk-cell-mark, #ff0);
}

@media screen and (max-width: 750px) {
  .aajgk table thead th {
    font-size: 16px;
  }

  .aajgk table tfoot th {
    font-size: 15px;
  }

  .aajgk table td {
    padding: 3px 10px;
  }
}

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

.jhq ul li {
  width: calc(50% - 2px);
  padding: 2px 0;
  box-sizing: border-box;
}

.jhq ul li:nth-child(2n) {
  margin-left: 4px;
}

.jhq ul li:nth-child(2n+1) {
  margin-left: 0;
}

.jhq ul li a {
  display: flex;
  align-items: center;
  height: 36px;
  padding: 0 10px;
  border-radius: 4px;
  background: #f5f5f5;
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .jhq ul li {
    width: 100%;
    margin-left: 0;
  }

  .jhq ul li a {
    height: 32px;
  }
}

.home-module-table-inner table {
  width: 100%;
}
