.sub-header004 {
  position: relative;
}

.sub-header004 .header-wrap .header-layout {
  width: 14rem;
  margin: 0 auto;
}

.sub-header004 .header-wrap.is-show .logo-row .header-layout .right-btn .btn-item.pc-menu .icon_a {
  display: flex;
}

.sub-header004 .header-wrap.is-show .logo-row .header-layout .right-btn .btn-item.pc-menu .icon_c {
  display: none;
}

@media (min-width: 1950px) {
  .sub-header004 .header-wrap .header-layout {
    width: 1760px;
  }
}

@media (max-width: 1200px) and (min-width: 960px) {
  .sub-header004 .header-wrap .header-layout {
    width: 960px;
  }
}

@media (max-width: 960px) {
  .sub-header004 .header-wrap .header-layout {
    width: 100%;
    padding: 0 20px;
    min-width: 320px;
  }
}

.sub-header004 .header-wrap .logo-row {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  border-top: solid var(--ruifox-color-primary-1) 0.1rem;
}

.sub-header004 .header-wrap .logo-row .header-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sub-header004 .header-wrap .logo-row .header-layout .left-logo {
  display: flex;
  align-items: center;
}

.sub-header004 .header-wrap .logo-row .header-layout .left-logo .sub-tit {
  padding-left: 0.4rem;
  font-size: 0.24rem;
  color: var(--ruifox-color-primary-1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.sub-header004 .header-wrap .logo-row .header-layout .left-logo .sub-tit:before {
  position: absolute;
  left: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.06rem;
  height: 0.06rem;
  content: "";
  border-radius: 50%;
  background: var(--ruifox-color-primary-1);
}


.sub-header004 .header-wrap .logo-row .header-layout .logo {
  display: block;
  overflow: hidden;
  z-index: 900;
}

.sub-header004 .header-wrap .logo-row .header-layout .logo img {
  position: relative;
}

.sub-header004 .header-wrap .logo-row .header-layout .right-btn {
  display: flex;
  align-items: center;
}

.sub-header004 .header-wrap .logo-row .header-layout .right-btn .goback {
  display: flex;
  width: 1.32rem;
  height: 0.4rem;
  box-sizing: border-box;
  color: var(--ruifox-color-primary-1);
  align-items: center;
  justify-content: center;
  margin-left: 0.2rem;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--ruifox-color-primary-1);
  border-image: initial;
  background: white;
}

.sub-header004 .header-wrap .logo-row .header-layout .right-btn .btn-item.search-btn {
  width: 0.4rem;
  height: 0.4rem;
  box-sizing: border-box;
  line-height: 0.38rem;
  text-align: center;
  cursor: pointer;
  z-index: 2024;
  margin-left: 0.2rem;
  border-width: 1px;
  border-style: solid;
  border-color: var(--ruifox-color-primary-1);
  border-image: initial;
  border-radius: 50%;
}

.sub-header004 .header-wrap .logo-row .header-layout .right-btn .btn-item.search-btn i {
  font-size: 0.22rem;
  color: var(--ruifox-color-primary-1);
}

.sub-header004 .header-wrap .logo-row .header-layout .right-btn .btn-item.pc-menu {
  cursor: pointer;
  margin-left: 0.1rem;
  position: relative;
  z-index: 2024;
  width: 0.4rem;
  height: 0.4rem;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  display: none;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3);
  border-image: initial;
  background: var(--ruifox-color-primary-1);
}

.sub-header004 .header-wrap .logo-row .header-layout .right-btn .btn-item.pc-menu i {
  font-size: 0.2rem;
  color: #fff;
  font-weight: bold;
  transition: all 0.3s;
  position: absolute;
}

.sub-header004 .header-wrap .logo-row .header-layout .right-btn .btn-item.pc-menu .icon_a {
  display: none;
}


.sub-header004 .header-wrap .logo-row .header-layout .right-btn .goback i {
  margin-right: 0.1rem;
  font-size: 0.18rem;
  color: #fff;
}

.sub-header004 .header-wrap .logo-row .header-layout .right-btn .goback span {
  font-size: 0.16rem;
  color: #fff;
}

.sub-header004 .header-wrap .nav-row {
  height: 0.6rem;
}

.sub-header004 .header-wrap .nav-row .header-layout {
  height: 100%;
}

.sub-header004 .header-wrap .nav-row .header-layout .nav {
  width: 100%;
  height: 100%;
  position: relative;
}

.sub-header004 .header-wrap .nav-row .header-layout .nav .nav-ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.sub-header004 .header-wrap .nav-row .header-layout .nav .nav-ul>li {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  text-align: center;
}

.sub-header004 .header-wrap .nav-row .header-layout .nav .nav-ul>li>a {
  position: relative;
  white-space: nowrap;
  display: block;
  font-size: 0.18rem;
  line-height: 1;
}

.sub-header004 .header-wrap .nav-row .header-layout .nav .nav-ul>li>a .line {
  position: absolute;
  bottom: -0.09rem;
  left: 50%;
  height: 0.04rem;
  width: 0;
  background-color: var(--ruifox-color-primary-1);
  transition: all 0.3s;
}

.sub-header004 .header-wrap .nav-row .header-layout .nav .nav-ul>li>a:hover .line {
  width: 100%;
  left: 0;
}

.sub-header004 .header-wrap .nav-row .header-layout .nav .nav-ul>li.cur>a {
  font-weight: bold;
  color: #333;
}

.sub-header004 .header-wrap .nav-row .header-layout .nav .nav-ul>li.cur>a .line {
  width: 100%;
  left: 0;
}

.sub-header004 .header-wrap .nav-row .header-layout .nav .nav-ul>li .subnav {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  z-index: 901;
  border-top: 5px solid var(--ruifox-color-primary-1);
  min-width: 1.8rem;
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

.sub-header004 .header-wrap .nav-row .header-layout .nav .nav-ul>li .subnav .dropMenu {
  box-sizing: border-box;
  padding: 0.15rem 0;
}

.sub-header004 .header-wrap .nav-row .header-layout .nav .nav-ul>li .subnav .dropMenu li {
  margin-bottom: 0.05rem;
}

.sub-header004 .header-wrap .nav-row .header-layout .nav .nav-ul>li .subnav .dropMenu li a {
  display: block;
  padding: 0.05rem;
}

.sub-header004 .header-wrap .nav-row .header-layout .nav .nav-ul>li .subnav .dropMenu li a:hover {
  background: #ededed;
}

.sub-header004 .header-wrap .nav-row .header-layout .nav .nav-ul>li .subnav .dropMenu li a p {
  font-size: 0.16rem;
  line-height: 1.2;
  text-align: center;
  color: var(--ruifox-color-primary-1);
}

.sub-header004 .header-wrap .search {
  display: none;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2025;
}

.sub-header004 .header-wrap .search:before {
  content: " ";
  width: 100%;
  height: 100%;
  display: block;
  background-color: var(--ruifox-color-primary-1);
  opacity: 0.95;
  position: absolute;
  left: 0;
  top: 0;
}

.sub-header004 .header-wrap .search form {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.sub-header004 .header-wrap .search form .turn-down-search {
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.sub-header004 .header-wrap .search form .turn-down-search i {
  color: #fff;
  font-size: 0.46rem;
}

.sub-header004 .header-wrap .search form h2 {
  font-size: 0.32rem;
  color: #fff;
  font-weight: normal;
  margin-bottom: 0.4rem;
}

.sub-header004 .header-wrap .search form .change-wrap {
  width: 8rem;
  height: 0.64rem;
  display: flex;
}

.sub-header004 .header-wrap .search form .change-wrap input {
  height: 0.64rem;
  width: 8rem;
  border: none;
  box-sizing: border-box;
  padding-left: 0.4rem;
  border-radius: 4px 0 0 4px;
  font-size: 0.18rem;
}

.sub-header004 .header-wrap .search form .change-wrap button {
  height: 0.64rem;
  width: 1rem;
  border: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #fff;
}

.sub-header004 .header-wrap .search form .change-wrap button i {
  color: var(--ruifox-color-primary-1);
  font-size: 0.34rem;
}

.sub-header004 .header-wrap .search form .hot-search {
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
  justify-content: center;
}

.sub-header004 .header-wrap .search form .hot-search span {
  font-size: 0.14rem;
  color: #ffffff;
}

.sub-header004 .header-wrap .search form .hot-search p {
  line-height: 0.34rem;
  height: 0.34rem;
  margin-right: 0.1rem;
  width: auto;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0.04rem;
}

.sub-header004 .header-wrap .search form .hot-search p a {
  box-sizing: border-box;
  padding: 0 0.1rem;
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 0.04rem;
  color: #fff;
  font-size: 0.14rem;
}

@media (max-width: 960px) {
  .sub-header004 .header-wrap .logo-row {
    padding: 10px 0 !important;
  }

  .sub-header004 .header-wrap .logo-row .header-layout .left-logo .sub-tit {
    display: none;
  }

  .sub-header004 .header-wrap .logo-row .header-layout .logo img {
    height: auto !important;
    width: 200px !important;
  }

  .sub-header004 .header-wrap .logo-row .header-layout .right-btn .btn-item.pc-menu {
    display: flex
  }

  .sub-header004 .header-wrap .logo-row .header-layout .right-btn .goback {
    display: none;
  }

  .sub-header004 .header-wrap .logo-row .header-layout .right-btn .goback i {
    margin-right: 0 !important;
  }

  .sub-header004 .header-wrap .logo-row .header-layout .right-btn .goback span {
    display: none;
  }

  .sub-header004 .header-wrap .nav-row {
    display: none;
  }

  .all-cats-box .all-cats-content .header-layout .inner-all-cats-content .first-nav-box .first-nav-title a p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-direction: normal;
    line-height: 1.2;
  }
}

/*# sourceMappingURL=sub-header004.css.map */