html,
body {
  width: 100%;
  height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

mark {
  color: #ffffff;
  padding: 0 4px;
  margin: 0 4px;
  line-height: 1.4;
  border-radius: 4px;
  display: inline-block;
  background-color: #ff6b00;
}

.nav-header {
  padding: 0 24px;
  height: 56px;
  border-bottom: 1px solid #E7E7E8;
}

.nav-header-container,
.nav-header-right,
.nav-header-wrapper {
  display: flex;
  align-items: center;
}

.nav-header-container {
  height: 100%;
  justify-content: space-between;
}

.nav-header-link {
  margin-right: 24px;
}

.nav-header-search input {
  cursor: text;
  width: 160px;
  color: #4e6e8e;
  display: inline-block;
  border: 1px solid #cfd4db;
  border-radius: 16px;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 8px 5px 32px;
  outline: none;
  transition: all .2s ease;
  background: #fff url(//icvip-temp.oss-cn-shenzhen.aliyuncs.com/cdn/202307/benoqwgc_search.svg) 9px 8px no-repeat;
  background-size: 1rem;
}
