.sites-page {
  width: 1220px;
  margin: 0 auto 48px;
  color: #1f2d3d;
  font-family: "Microsoft YaHei", Arial, sans-serif;
}

.sites-page .navc {
  margin-top: 26px;
}

.agent-box {
  margin-top: 52px;
  border-top: 2px solid #162033;
  border-bottom: 1px solid #d8e0ea;
  background: #fff;
}

.agent-box h1 {
  margin: 24px 0 22px;
  text-align: center;
  font-size: 20px;
  color: #1d2d44;
}

.agent-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid #dbe3ec;
}

.agent-item {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-right: 1px solid #dbe3ec;
  border-bottom: 1px solid #dbe3ec;
  font-size: 16px;
  color: #26384f;
  text-decoration: none;
}

.agent-item:nth-child(5n) {
  border-right: 0;
}

.agent-item img {
  width: 20px;
  height: 20px;
}

.agent-item:hover {
  color: #0057bd;
  background: #f7fbff;
}

.price-box {
  margin-top: 18px;
  background: #fff;
  border: 1px solid #cdd8e4;
}

.price-total {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  background: #00479a;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.price-total input {
  width: 88px;
  height: 28px;
  border: 1px solid #b5c0ce;
  background: #fff;
  color: #111;
  text-align: center;
  font-size: 18px;
}

.price-total button {
  height: 30px;
  padding: 0 14px;
  border: 1px solid #8aa6cd;
  background: #e7eef8;
  color: #18355d;
  cursor: pointer;
}

.sites-table-wrap {
  overflow-x: auto;
}

.sites-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.sites-table th,
.sites-table td {
  border: 1px solid #dbe3ec;
  padding: 11px 8px;
  text-align: center;
  font-size: 15px;
  color: #32445a;
}

.sites-table th {
  background: #f5f8fc;
  color: #1d2d44;
  font-size: 16px;
  font-weight: 800;
}

.sites-table tbody tr:hover {
  background: #f8fbff;
}

.sites-table td:nth-child(2) {
  word-break: break-all;
}

.sites-table label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  white-space: nowrap;
}

.sites-table input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0;
}

.sites-table .view-link {
  display: inline-block;
  min-width: 54px;
  height: 28px;
  line-height: 28px;
  border-radius: 3px;
  background: #00479a;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.sites-table .view-link:hover {
  background: #003677;
}

.help-box {
  margin-top: 18px;
  padding: 20px 24px;
  background: #fff;
  border: 1px solid #d8e0ea;
  line-height: 1.8;
}

.help-box h2 {
  margin: 0 0 8px;
  font-size: 18px;
  color: #0d3d86;
}

.help-box p {
  margin: 0;
  color: #586b80;
}

@media (max-width: 1260px) {
  .sites-page {
    width: auto;
    margin-left: 14px;
    margin-right: 14px;
  }
}

@media (max-width: 860px) {
  .agent-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .agent-item:nth-child(5n) {
    border-right: 1px solid #dbe3ec;
  }

  .price-total {
    flex-wrap: wrap;
    padding: 10px;
    font-size: 15px;
  }

  .sites-table {
    min-width: 980px;
  }
}

body.classic-inner .sites-page {
  width: 1300px;
}

body.classic-inner .sites-page .navc {
  margin-top: 32px;
}

body.classic-inner .sites-page .top {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

body.classic-inner .agent-box {
  margin-top: 38px;
  border-top: 2px solid #0759bd;
}

body.classic-inner .agent-box h1 {
  margin: 18px 0;
}

body.classic-inner .price-total {
  min-height: 40px;
  background: #0759bd;
  font-size: 16px;
}

body.classic-inner .sites-table th,
body.classic-inner .sites-table td {
  padding: 10px 6px;
  font-size: 14px;
}

body.classic-inner .help-box {
  padding: 0;
  border: 0;
  background: #fff;
}

body.classic-inner .help-box h2 {
  margin: 0;
  padding: 10px;
  background: #0759bd;
  color: #fff;
  font-size: 16px;
}

body.classic-inner .help-box p {
  padding: 12px 10px 16px;
  color: #111;
  font-size: 15px;
}
