.info-banner {
  height: 600px;
}
.info-banner .info-nav {
  padding-top: 82px;
}

.introduce-banner > a {
  color: #ff2626;
}
.introduce-banner > a:hover {
  color: #f20000;
}

.introduce-banner > a.get-oem:hover {
  background-color: #ff2626;
  color: white;
}

.module {
  padding-top: 60px;
  padding-bottom: 70px;
}
.module h2 {
  margin-bottom: 45px;
}

.ascendant li {
  border-color: #e6ebf2;
}
.ascendant li:hover {
  border-color: #ff2626;
}

table.table-info tr:first-child td:last-child {
  background-color: #999 !important;
}
table.table-info tr td:not(:first-child):nth-child(odd) {
  width: 480px;
}
table.table-info tr td:not(:first-child):nth-child(odd)::after {
  width: 95%;
}

.introduce-procedure ul li:hover p {
  color: #ff2626;
}

.proxy-rules {
  background-color: #f7f8fa;
}

.promption-last-link {
  background-color: #ff2626;
  border-radius: 2px;
}
.promption-last-link:hover {
  background-color: #f20000;
}