.tech-cate-list {
  text-align: center;
  height: 54px;
  position: relative;
  border-bottom: 1px solid #cececf;
  background: #fff;
}

.tech-cate-list ul {
  display: inline-block;
  height: 54px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tech-cate-list ul li {
  float: left;
  padding: 20px 0;
  font-size: 14px;
  line-height: 14px;
}

.tech-cate-list .cate-txt {
  display: inline;
  padding: 0 20px;
  border-right: 1px solid #d2d2d7;
  color: #6e6e73;
  text-decoration: none;
  transition: color 0.2s ease;
}

.tech-cate-list li:last-child .cate-txt {
  border-right: 0;
}

.tech-cate-list .cate-txt:hover,
.tech-cate-list .cate-txt:focus,
.tech-cate-list .cate-txt:focus-visible {
  color: #d80522;
  background: transparent;
  text-decoration: none;
}

.tech-cate-list .cate-txt.active,
.tech-cate-list .cate-txt.is-current {
  color: #6e6e73 !important;
  padding: 0 20px;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.tech-cate-list .cate-txt.active:hover,
.tech-cate-list .cate-txt.is-current:hover,
.tech-cate-list li:hover .cate-txt.active {
  color: #d80522 !important;
}

.tech-cate-list .cate-txt:focus,
.tech-cate-list .cate-txt:focus-visible {
  outline: none;
}

.tech-page {
  background: #f7f7f7;
}

.tech-banner {
  display: block;
  width: 100%;
}

.tech-banner img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .tech-cate-list {
    height: auto;
  }

  .tech-cate-list ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 48px;
  }

  .tech-cate-list ul li {
    padding: 16px 0;
    font-size: 13px;
    line-height: 13px;
  }

  .tech-cate-list .cate-txt {
    padding: 0 14px;
  }
}
