/* line 5, ../../../../../static/pc/style/components/header.scss */
.header-nav {
  position: relative;
  height: 100px;
  background-color: #fff;
}
/* line 9, ../../../../../static/pc/style/components/header.scss */
.header-nav .header-wraper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: auto;
  max-width: 1200px;
  height: 100%;
}
/* line 16, ../../../../../static/pc/style/components/header.scss */
.header-nav .header-wraper .logo {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 182px;
  height: 48px;
}
/* line 21, ../../../../../static/pc/style/components/header.scss */
.header-nav .header-wraper .nav-menus {
  display: -webkit-flex;
  display: flex;
  height: 100%;
}
/* line 24, ../../../../../static/pc/style/components/header.scss */
.header-nav .header-wraper .nav-menus .menu {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  height: 100%;
  width: 112px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  color: #666666;
  text-align: center;
}
/* line 36, ../../../../../static/pc/style/components/header.scss */
.header-nav .header-wraper .nav-menus .menu:hover {
  color: #c8161d;
}
/* line 39, ../../../../../static/pc/style/components/header.scss */
.header-nav .header-wraper .nav-menus .menu.active {
  color: #c8161d;
}
/* line 41, ../../../../../static/pc/style/components/header.scss */
.header-nav .header-wraper .nav-menus .menu.active::after {
  position: absolute;
  content: " ";
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background-color: #c8161d;
}
