.header-logo {
  margin-right: 20px;
}

.header-nav__item {
  display: inline-block;
  padding: 30px 20px 41px 20px;
}

.header-nav__link {
  color: rgb(65, 169, 165);
  font-family: PingFangTC-Semibold;
  font-weight: 600;
}

.breadcrumb {
  background: #d4eaeb;
}

.breadcrumb__body {
  padding: 16px 0px;
}

.breadcrumb__items {
  display: flex;
}

.breadcrumb__item {
  color: rgb(127, 127, 127);
  font-size: 14px;
  font-family: PingFangTC-Regular;
}
.breadcrumb__item--active {
  color: rgb(65, 169, 165);
  font-weight: 500;
}

.header-utils {
  display: flex;
  margin-top: 22px;
  margin-bottom: 33px;
}

.signup {
  height: 22px;
  color: rgb(65, 169, 165);
  font-family: PingFangTC-Semibold;
  font-weight: 600;
  padding: 8px 28px;
  margin: 0 12px;
}

.signin {
  width: 88px;
  height: 38px;
  line-height: 38px;
  background: rgb(65, 169, 165);
  border-radius: 28px;
  color: white;
  text-align: center;
  vertical-align: middle;
}

.search {
  position: relative;
}

.search__input {
  width: 232px;
  height: 38px;
  border: 1px solid rgb(166, 166, 166);
  border-radius: 19px;
  color: #a6a6a6;
  padding: 8px 0 8px 16px;
}

.search__icon {
  font-size: 18px;
  color: #888;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1200px) {
  .search {
    display: none;
  }

  .header-nav {
    display: none;
  }
}

@media (max-width: 768px) {
  .header-logo {
    margin-right: 0px;
    width: 52px;
    height: 63px;
  }
}
