@font-face {
  font-family: Mulish-Regular;
  src: url("/resources/wehear-wp/static/fonts/Mulish-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Mulish-SemiBold;
  src: url("/resources/wehear-wp/static/fonts/Mulish-SemiBold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family:Mulish-Bold;
  src: url("/resources/wehear-wp/static/fonts/Mulish-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: Mulish-Medium;
    src: url("/resources/wehear-wp/static/fonts/Mulish-Medium.ttf");
    font-weight: normal;
    font-style: normal;
}

/* @font-face {
  font-family: Mulish-Regular;
  src: url("../../static/fonts/Mulish-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Mulish-SemiBold;
  src: url("../../static/fonts/Mulish-SemiBold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family:Mulish-Bold;
  src: url("../../static/fonts/Mulish-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: Mulish-Medium;
    src: url("../../static/fonts/Mulish-Medium.ttf");
    font-weight: normal;
    font-style: normal;
} */

* {
  box-sizing: border-box;
}

.header-nav-wrapper a {
    color: inherit;
    text-decoration: none;
}

.header-nav-wrapper {
    width: 100%;
    height: 60px;
    background: #333333;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
  }
  
  .header-nav-container-pc {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .header-nav-container-pc .logo-container {
    display: flex;
    align-items: center;
    height: 60px;
  }
  .header-nav-container-pc .logo3 {
    margin-right: 6px;
    height: 36px;
  }
  .header-nav-container-pc .logo-text {
    font-size: 16px;
    font-family: Mulish-SemiBold, Mulish;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 20px;
  }
  .header-nav-container-pc .slogan {
    font-size: 12px;
    transform: scale(0.8333);
    font-family: Mulish-Regular, Mulish;
    font-weight: 400;
    color: #FFFFFF;
    transform-origin: 0 0;
  }
  .header-nav-container-pc .collsapse-container {
    display: none;
  }
  .header-nav-container-pc .nav-list {
    display: flex;
    justify-content: flex-start;
  }
  .header-nav-container-pc .nav-list a {
    position: relative;
  }
  .header-nav-container-pc .user-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    margin-left: 48px;
  }
  .header-nav-container-pc .user-icon .user-ou-img {
    width: 36px;
    height: 36px;
  }
  .header-nav-container-pc .user-icon .user-ou-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  .header-nav-container-pc .user-icon .user-logout {
    width: 120px;
    height: 52px;
    background: #444444;
    position: absolute;
    bottom: -51px;
    right: 0;
    font-size: 12px;
    font-family: Mulish-Regular, Mulish;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 15px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .header-nav-container-pc .user-icon .user-logout i {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("/resources/wehear-wp/static/images/icon_out.png") no-repeat;
    background-size: 100% 100%;
    margin-right: 5px;
  }
  .header-nav-container-pc .user-icon .user-logout label {
    cursor: pointer;
  }
  .header-nav-container-pc .user-icon .user-logout label:hover {
    color: #8763FF;
  }
  .header-nav-container-pc .user-icon:hover .user-logout {
    display: flex;
  }
  .header-nav-container-pc .nav-item-out {
    margin-left: 48px;
    font-size: 12px;
    font-family: Mulish-Regular, Mulish;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 60px;
    position: relative;
  }
  .header-nav-container-pc .nav-item-out:hover {
    color: #FFFFFF!important;
    font-weight: 600;
  }

  .header-nav-container-pc .nav-item-out a:hover {
    color: #FFFFFF!important;
    font-weight: 600;
  }

  .header-nav-container-pc .nav-item-out.active {
    color: #FFFFFF!important;
    font-weight: 600;
  }
  .header-nav-container-pc .nav-item-out .headr-a-link {
    height: 100%;
    display: inline-block;
  }
  .header-nav-container-pc .nav-item3:hover .pull-container {
    display: block;
  }
  .header-nav-container-pc .nav-item3:hover .pull-container-icon {
    animation: rotate 0.2s forwards;
  }
  .header-nav-container-pc .pull-container-icon {
    display: inline-block;
    width: 12px;
    height: 5px;
    background: url("/resources/wehear-wp/static/images/icon_top_arrow_down.png") no-repeat;
    background-size: 100% 100%;
    background-position: center -1px;
    margin-left: 3px;
  }
  .header-nav-container-pc .pull-container {
    display: none;
    width: 186px;
    background: #444444;
    position: absolute;
    left: -50%;
  }
  .header-nav-container-pc .pull-container .nav-item-out {
    margin-left: 0;
    text-align: center;
    height: 50%;
    line-height: 51px;
  }
  @keyframes rotate {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(180deg);
    }
  }
  .header-nav-container-pc .menu-icon {
    display: none;
  }
  .header-nav-container-pc .badge {
    position: absolute;
    top: -6px;
    left: -16px;
  }
  .header-nav-container-pc .download {
    cursor: pointer;
    position: relative;
  }
  .header-nav-container-pc .download .qr-container {
    width: 200px;
    height: 200px;
  }
  .header-nav-container-pc .download:hover .download-container {
    display: block;
  }
  .header-nav-container-pc .download .download-container {
    display: none;
    width: 240px;
    height: 265px;
    background-color: #fff;
    padding: 20px;
    position: absolute;
    top: 55px;
    right: -10px;
    z-index: 100;
    box-shadow: 0px 0px 16px 0px rgba(86, 86, 86, 0.2);
    border-radius: 12px;
  }
  .header-nav-container-pc .download .download-container::before {
    content: " ";
    display: block;
    height: 10px;
    width: 10px;
    border: 5px solid transparent;
    border-bottom: 5px solid #fff;
    position: absolute;
    top: -10px;
    right: 35px;
    box-sizing: border-box;
  }
  .header-nav-container-pc .download .download-container.show {
    display: block;
  }
  .header-nav-container-pc .download .download-container .download-text {
    font-size: 10px;
    font-family: Mulish-Regular, Mulish;
    font-weight: 400;
    color: #222222;
    line-height: 13px;
    text-align: center;
    height: 13px;
  }
  
  .header-nav-container-mobile {
    display: none;
  }
  
  @media screen and (max-width: 768px) {
    .header-nav-container-pc {
      display: none;
    }
    .header-nav-wrapper {
      height: 0.48rem;
      line-height: 0.48rem;
      background: #FFFFFF;
      width: 100%;
      z-index: 1000;
    }
    .header-nav-container-mobile {
      display: block;
    }
    .header-nav-container-mobile .logo-container {
      /* display: none; */
      justify-content: center;
      display: flex;
      align-items: center;
      height: 0.48rem;
      line-height: 0.48rem;
      margin: 0 auto;
      width: 100%;
    }
    .header-nav-container-mobile .logo3 {
      margin-right: 0.06rem;
      height: 0.48rem;
      width: 0.36rem;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .header-nav-container-mobile .logo3 .logo-link {
      height: 0.36rem;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .header-nav-container-mobile .logo3 .logo-link img {
      width: 0.36rem;
      height: 0.36rem;
    }
    .header-nav-container-mobile .logo-text {
      font-size: 0.15rem;
      font-family: Mulish-Bold, Mulish;
      font-weight: bold;
      color: #6E4BF2;
      line-height: 0.19rem;
    }
    .header-nav-container-mobile .collsapse-container {
      display: block;
      position: absolute;
      left: 0.2rem;
      top: 50%;
      transform: translateY(-50%);
      background: url("https://files.dreame.com/recommend/image/b80e636196cffc00c13af34d88c5b05b.png");
      background-size: 100%;
      width: 0.24rem;
      height: 0.24rem;
    }
    .header-nav-container-mobile .collsapse-container span {
      border-radius: 50%;
    }
    .header-nav-container-mobile .close-collsapse {
      display: block;
      position: absolute;
      width: 0.15rem;
      height: 0.15rem;
      top: 0.2rem;
      left: 2rem;
      background-image: url("/resources/wehear-wp/static/images/icon_down.png");
      background-size: 100% 100%;
      background-repeat: no-repeat;
      z-index: 1000;
    }
    .header-nav-container-mobile .nav-list-container {
      width: 100%;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.4);
      top: 0;
      left: 0;
      position: fixed;
      z-index: 100;
      display: none;
    }
    .header-nav-container-mobile .nav-list {
      height: 100vh;
      flex-direction: column;
      /* align-items: center; */
      width: 2.31rem;
      background: #FFFFFF;
      border-radius: 0px 0.12rem 0.12rem 0px;
      z-index: 100;
      padding-left: 0.2rem;
      padding-top: 0.4rem;
      text-align: left;
      position: relative;
      top: 0;
      left: -2.31rem;
    }

    .letive {
      animation: pullRight .3s ease-in-out forwards;
    }
    .no-letive {
        animation: pullLeft .3s ease-in-out forwards;
    }

    @keyframes pullRight {
        from{
            left: -2.31rem;
        }
        to{
            left: 0;
        }
    }
    @keyframes pullLeft {
        from{
            left: 0;
        }
        to{
            left: -2.31rem;
        }
    }

    .header-nav-container-mobile .nav-list a {
      display: block;
    }
    .header-nav-container-mobile .nav-item-out {
      position: relative;
      font-size: 0.16rem;
      font-family: Mulish-SemiBold, Mulish;
      color: #222222;
      height: 0.25rem;
      line-height: 0.25rem;
      margin: 0.26rem 0 0;
      width: 100%;
      display: flex;
      align-items: center;
    }
    .header-nav-container-mobile .nav-list > a:last-child .menu-icon {
      display: none;
    }
    .header-nav-container-mobile .nav-list > a:last-child .nav-item-out {
      margin-top: 0.45rem;
      width: 1.9rem;
      height: 0.42rem;
      line-height: 0.42rem;
      background: #8763FF;
      border-radius: 0.12rem;
      font-size: 0.14rem;
      font-family: Mulish-SemiBold, Mulish;
      font-weight: 600;
      color: #FFFFFF;
      text-align: center;
      justify-content: center;
    }
    .header-nav-container-mobile .menu-icon {
      display: inline-block;
      margin-right: 0.1rem;
      width: 0.24rem;
      height: 0.24rem;
      position: relative;
    }
    .header-nav-container-mobile .badge {
      position: absolute;
      width: 0.12rem;
      height: 0.12rem;
      top: -0.06rem;
      left: 0.15rem;
      z-index: 100;
    }
    .header-nav-container-mobile .badge-3 {
      width: 0.14rem;
      height: 0.14rem;
    }
  }/*# sourceMappingURL=HeaderNav.module.min.css.map */

  @media screen and (min-width: 769px) and (max-width: 920px) {
    .nav-item-out {
        margin-left: 24px!important;
    }
    .user-icon {
        margin-left: 20px!important;
    }
}