.index-tm-hander .nav-middan-z {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index-tm-hander .head-box {
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  height: 110px;
}

.nav-middan-z .index-logo {
  float: unset;
}

.nav-middan-z .index-logo img {
  width: 100%;
  height: 100%;
}

.nav-middan-z .logo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-min-cart .u-fn-cart .mn-c-total .c-btn {
  background-color: #ff5521;
}

.top-min-cart .u-fn-cart .mn-c-total .c-btn:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.top-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-user li {
  font-size: 14px;
  border-radius: 20px;
  height: 40px;
  background-color: #fff;
  color: #3DBAB3;
  width: 100px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #3DBAB3;
}

.top-user li:hover {
  opacity: 0.8;
}

.top-user li + li {
  margin-left: 10px;
  border: none;
}

.top-user li a {
  padding: 0 10px;
}

.top-user li ul li {
  float: left;
}

.top-user li ul.nologin li {
  background: -webkit-gradient(linear, right top, left top, from(#427ef5), to(#3DBAB3));
  background: linear-gradient(-90deg, #427ef5, #3DBAB3);
  color: #fff;
}

.nav {
  z-index: 7;
  height: 50px;
  margin-top: 20px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navitems {
  height: 50px;
  overflow: hidden;
  padding: 0 20px;
}

.navitems > li {
  float: left;
  height: 100%;
  cursor: pointer;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}

.navitems > li a {
  padding: 5px 20px;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  position: relative;
  text-align: center;
}

.navitems > li:hover,
.navitems .selected {
  background-color: rgba(0, 0, 0, 0.05);
}

.store {
  float: right;
  position: relative;
  height: 110px;
}

.store > a {
  padding: 0 28px;
  line-height: 110px;
}

.store > a.active {
  font-weight: bold;
  color: #ff3700;
}

.shop-settled {
  width: 140px;
  height: 36px;
  line-height: 36px;
  margin: 0 50px 0 0;
  background-color: #f93;
  text-align: center;
  position: relative;
  color: #fff;
}

.shop-settled:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.categorys {
  position: relative;
  z-index: 8;
  margin-top: 20px;
}

.categorys .dt {
  text-align: center;
}

.categorys .dt > a {
  height: 30px;
  line-height: 60px;
  font-size: 18px;
  background: url("../images/shop47/category-icon.png") no-repeat;
  color: #222;
  font-weight: bold;
  position: relative;
  display: block;
}

.categorys .dt > a .layui-icon {
  color: #333;
}

.categorys .dd {
  height: 440px;
  width: 100%;
  background: #fff url("../images/shop47/category-bg.png") no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #eee;
}

.categorys .item {
  *zoom: 1;
}

.categorys .item:after {
  content: "200B";
  height: 0;
  font-size: 0;
  display: block;
  clear: both;
}

.categorys:hover .dd {
  display: block;
}

.nav-middan-z .menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  height: 40px;
}
.nav-middan-z .menu li a {
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #000;
}