.mobile_link {
  display: none; }

.menus {
  display: none; }

.content .header .m .icon i.shop {
  position: relative; }
  .content .header .m .icon i.shop.dot::after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: red;
    position: absolute;
    right: 0;
    top: 0; }

header {
  width: 100%;
  height: 40px;
  background: #f7f8fa;
  z-index: 9991;
  position: relative; }
  header .m {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    header .m .fl {
      display: flex;
      align-items: center;
      height: 100%; }
      header .m .fl .sle {
        height: 100%;
        position: relative; }
        header .m .fl .sle:hover .line {
          background: #fff; }
        header .m .fl .sle:hover .dropdown-menu {
          display: block; }
        header .m .fl .sle .line {
          display: inline-flex;
          height: 100%;
          font-size: 13px;
          align-items: center;
          padding: 0 8px;
          transition: all .1s;
          cursor: pointer;
          color: #000; }
          header .m .fl .sle .line img {
            width: 10px;
            height: auto;
            margin-left: 10px; }
        header .m .fl .sle .dropdown-menu {
          width: 200px;
          position: absolute;
          left: 0;
          top: 100%;
          background: #fff;
          border-radius: 6px;
          display: none;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          padding: 10px 0; }
          header .m .fl .sle .dropdown-menu a {
            display: flex;
            height: 36px;
            align-items: center;
            font-size: 13px;
            color: #333;
            padding-left: 10px;
            box-sizing: border-box;
            transition: all .1s; }
            header .m .fl .sle .dropdown-menu a:hover {
              background: #f7f8fa; }
      header .m .fl select {
        border: none;
        font-size: 13px;
        color: #000;
        outline: none;
        background: none;
        margin-right: 20px;
        cursor: pointer; }

.header .m > ul {
  height: 100%;
  display: flex;
  align-items: center; }
  .header .m > ul > li {
    height: 100%;
    margin: 0 15px;
    position: relative; }
    .header .m > ul > li span {
      display: inline-flex;
      height: 16px;
      font-size: 12px;
      color: #fff;
      position: absolute;
      left: 30px;
      top: 14px;
      background: #fd560f;
      white-space: nowrap;
      padding: 0 4px; }
      .header .m > ul > li span::after {
        content: '';
        width: 6px;
        height: 3px;
        background-image: url("../images/bs_03.jpg");
        background-size: 100% 100%;
        position: absolute;
        left: 10px;
        bottom: -3px; }
    .header .m > ul > li > a {
      height: 100%;
      display: flex;
      font-weight: bold;
      align-items: center;
      font-size: 15px;
      color: #000; }
      .header .m > ul > li > a:hover {
        color: #fd560f; }

.content .header {
  height: 87px; }

.content .header .m .logo {
  width: 200px;
  height: 37px;
  background-image: url("http://www.niaozun.shop/catalog/logo.png"); }

.content .header {
  position: fixed;
  left: 0;
  top: 40px;
  transition: all .2s; }

.content .null {
  height: 87px; }

.search_fadein {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  display: none; }
  .search_fadein .box {
    width: 100%;
    height: 100px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px; }
    .search_fadein .box input {
      flex: 1;
      height: 100%;
      font-size: 20px;
      color: #333;
      border: none;
      padding-left: 12px;
      outline: none; }
    .search_fadein .box div {
      width: 44px;
      height: 44px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      border-radius: 6px;
      transition: all .2s; }
      .search_fadein .box div:hover {
        background: rgba(0, 0, 0, 0.06); }
      .search_fadein .box div img {
        width: 18px;
        display: block; }

.content .header .m .icon i.like {
  background-image: url("../images/like.png"); }
  .content .header .m .icon i.like:hover {
    background-image: url("../images/likes.png"); }

.content .header .m .icon i.shop {
  background-image: url("../images/shop.png"); }
  .content .header .m .icon i.shop:hover {
    background-image: url("../images/shops.png"); }

.content .header .m .icon i.user:hover {
  background-image: url("../images/users1.png"); }

.content .header .m .icon i.search:hover {
  background-image: url("../images/searchs1.png"); }

.content .header .m .icon i:hover {
  background-color: none !important; }

.content .header .m .icon i:hover .slidelogin {
  top: 100%;
  opacity: 1;
  visibility: inherit; }
.content .header .m .icon i .slidelogin {
  width: 160px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 50%;
  top: 100%;
  transition: all .3s;
  transform: translateX(-50%);
  top: 120%;
  opacity: 0;
  visibility: hidden; }
  .content .header .m .icon i .slidelogin p {
    font-size: 13px;
    transition: all .1s;
    color: #000;
    font-weight: bold;
    line-height: 30px;
    margin: 8px 0;
    padding: 0 15px; }
    .content .header .m .icon i .slidelogin p:hover {
      background: #F6F6F6; }
  .content .header .m .icon i .slidelogin .c {
    overflow: hidden;
    padding: 8px 0;
    border-top: 1px solid #f6f6f6; }
    .content .header .m .icon i .slidelogin .c div {
      overflow: hidden;
      height: 30px;
      transition: all .1s;
      padding: 0 15px; }
      .content .header .m .icon i .slidelogin .c div:hover {
        background: #F6F6F6; }
      .content .header .m .icon i .slidelogin .c div a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        font-size: 12px;
        border-bottom: 1px solid #f6f6f6;
        color: #333; }
        .content .header .m .icon i .slidelogin .c div a img {
          display: block;
          width: 16px;
          margin-right: 6px; }

header .m, .content .header .m {
  width: auto;
  max-width: 1700px;
  padding: 0 50px; }

@media (max-width: 1000px) {
  .content .header {
    height: 50px; }

  header .m, .content .header .m {
    padding: 0; }

  .content .header .m {
    padding-right: 1.3rem; }

  .content .header .m > ul {
    display: none; }

  .content .header .m {
    padding-right: 0; }

  .content .header .m {
    position: relative; }

  .content .null {
    height: calc(40px + 1rem); }

  .content.black header {
    background: #191C25; }
    .content.black header .m {
      padding: 0 .3rem; }
      .content.black header .m .fl select {
        color: #fff; }

  .mobile_link {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.6);
    display: none; }
    .mobile_link ul {
      width: 6rem;
      background: #fff;
      position: absolute;
      left: -5rem;
      height: 100%;
      box-sizing: border-box; }
      .mobile_link ul .tit {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        height: 44px;
        padding: 0 10px; }
        .mobile_link ul .tit span {
          font-size: 16px;
          color: #000;
          font-weight: bold; }
      .mobile_link ul .closea {
        display: flex;
        justify-content: flex-end; }
        .mobile_link ul .closea div {
          width: .4rem;
          height: .4rem;
          background-size: 100% 100%;
          background-image: url("../images/closebb.png"); }
      .mobile_link ul li {
        width: 100%;
        height: 44px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding: 0 10px; }
        .mobile_link ul li a {
          height: 100%;
          display: flex;
          align-items: center;
          font-size: .28rem;
          color: #000; }
        .mobile_link ul li span {
          display: inline-flex;
          height: 18px;
          font-size: 12px;
          color: #fff;
          background: #fd560f;
          margin-left: 10px;
          white-space: nowrap;
          padding: 0 4px; }

  .content.black .mobile_link ul .closea div {
    background-image: url("../images/closes.png"); }

  .content.black .mobile_link ul {
    background: #000; }
    .content.black .mobile_link ul li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      .content.black .mobile_link ul li a {
        color: #fff; }
      .content.black .mobile_link ul li span {
        color: #fff; }

  .content header .m {
    padding: 0 .3rem; }

  .content.black .menus {
    background-image: url("../images/menus.png"); }

  .content .header .m {
    display: flex;
    justify-content: center;
    align-items: center; }

  .content .header .m .logo {
    width: 126px;
    height: 23px; }

  .content .header .m .icon i.like {
    display: none; }

  .content .header .m .icon i {
    margin: 0; }

  .menus {
    display: block;
    width: .46rem;
    height: .46rem;
    background-image: url("../images/menu.png");
    background-size: 100% 100%;
    position: absolute;
    left: .3rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9; }

  .content .header .m .icon i.search {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9; }

  .content .header .m .icon i.user {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9; }

  .content .header .m .icon i.shop {
    position: absolute;
    right: .3rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9; }

  .content .null {
    height: 50px; }

  .mobile_link {
    z-index: 99999999; }

  .content .header {
    z-index: 9992; } }

/*# sourceMappingURL=add.css.map */
