@charset "utf-8";
/* 了别公共css */

/*移动端样式*/

/*专区*/
html,
body {
  background: #f7f7f7 !important;
}

#mobile .spe-area {
  padding: 18px 5px 14px 5px;
  box-sizing: border-box;
  font-size: 0;
  background: #fff;
}
.spe-area a {
  font-size: 12px;
  display: inline-block;
  width: 25%;
  text-decoration: none;
}
.spe-area a .spe-b {
  padding: 0 5px;
  position: relative;
}
.spe-area a .spe-b img {
  width: 100%;
  display: block;
}
.spe-area a .spe-b span {
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 90%;
  color: #fff;
  font-size: 14px;
}
/*我的优品*/
#mobile .myzz {
  display: block;
  padding: 0 10px 12px 10px;
  background-color: #fff;
  margin-bottom: 10px;
}
.myzz .zz_intro {
  height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  color: #555;
  line-height: 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOBAMAAADgeEClAAAAJFBMVEUAAABVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVUeuHriAAAAC3RSTlMA4Q7FyrcM4JmYEJl8jkkAAAAwSURBVAjXY5iqwMDAUO0EJKS3KACJ3UYgYnMCkNhtBiK2wgkzmIQRWDFUW+sCBgYAlAkTLxtp4tgAAAAASUVORK5CYII=)
    no-repeat right center;
  background-size: 4px auto;
  overflow: hidden;
}
.myzz .zz_intro span {
  float: left;
  line-height: 20px;
  font-size: 14px;
}
.myzz .zz_intro span:first-child {
  margin-right: 10px;
  color: #000;
}
.myzz .zz_intro .zz_msg {
  border-left: 1px solid #f3f3f3;
  padding-left: 10px;
  color: #a6a6a6;
}

/*子分类区域*/
#mobile .kindsArea {
}
.kindsArea .hot-cate {
  padding: 0 10px 0 40px;
  height: 42px;
  line-height: 42px;
  border-top: 1px solid #82b20e;
  font-size: 16px;
  color: #333;
  background-image: url(../../../../images/mobile/milan/categray/icon.png);
  background-position: 0px -40px;
  background-repeat: no-repeat;
  background-size: 40px 120px;
  background-color: #fff;
}
.kindsArea .hot-cate a.icon-second-query {
  line-height: 42px;
  color: #6f944f;
  float: right;
}
.kindsArea .hot-cate a.icon-second-query i {
  display: inline-block;
  width: 0px;
  height: 0px;
  font-size: 0px;
  border-width: 3px;
  border-style: solid;
  border-color: #fff #fff #fff #6f9712;
  vertical-align: text-top;
  margin-left: 3px;
  margin-top: 5px;
}
.kindsArea .all-kinds {
  width: 100%;
  border-bottom: 1px solid #d6d6d6;
  border-top: 1px solid #dcdcdc;
  background: #fff;
  margin-bottom: 6px;
  display: flex;
  align-items: stretch;
}

.kindsArea .all-kinds .kind {
  font-size: 14px;
  width: 22%;
  display: block;
  text-decoration: none;
  border-right: 1px solid #dcdcdc;
}
.kindsArea .all-kinds .kind span {
  display: block;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  margin-top: 13px;
}
.kindsArea .all-kinds .kind span::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px;
  border-color: transparent transparent transparent #797979;
  margin: 0 0 0 8px;
}
.kindsArea .all-kinds .kind span::after.none {
  border-color: transparent !important;
}

.kindsArea .all-kinds .kind span.mobile {
  color: #009fdf;
}
.kindsArea .all-kinds .kind span.motor {
  color: #7694e8;
}
.kindsArea .all-kinds .kind span.elect {
  color: #ff6150;
}
.kindsArea .all-kinds .kind span.bike {
  color: #00bc8d;
}
.kindsArea .all-kinds .kind span.furniture {
  color: #776fe3;
}
.kindsArea .all-kinds .kind span.computer {
  color: #ee8e47;
}
.kindsArea .all-kinds .kind span.digital {
  color: #59bfc6;
}
.kindsArea .all-kinds .kind span.household {
  color: #e1b10a;
}
.kindsArea .all-kinds .kind span.work {
  color: #5aa6bc;
}

.kindsArea .all-kinds .kind span.mobile::after {
  border-color: transparent transparent transparent #009fdf;
}
.kindsArea .all-kinds .kind span.motor::after {
  border-color: transparent transparent transparent #7694e8;
}
.kindsArea .all-kinds .kind span.elect::after {
  border-color: transparent transparent transparent #ff6150;
}
.kindsArea .all-kinds .kind span.bike::after {
  border-color: transparent transparent transparent #00bc8d;
}
.kindsArea .all-kinds .kind span.furniture::after {
  border-color: transparent transparent transparent #776fe3;
}
.kindsArea .all-kinds .kind span.computer::after {
  border-color: transparent transparent transparent #ee8e47;
}
.kindsArea .all-kinds .kind span.digital::after {
  border-color: transparent transparent transparent #59bfc6;
}
.kindsArea .all-kinds .kind span.household::after {
  border-color: transparent transparent transparent #e1b10a;
}
.kindsArea .all-kinds .kind span.work::after {
  border-color: transparent transparent transparent #5aa6bc;
}

.kindsArea .all-kinds .brand {
  font-size: 14px;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.kindsArea .all-kinds .brand > a {
  min-width: 25%;
  line-height: 34px;
  color: #5e5e5e;
  text-decoration: none;
  text-align: center;
  padding: 0px 5px;
}

/*其他分类*/
#mobile .other-kinds {
  background: #fff;
}
.other-kinds .other-title {
  padding: 0 10px 0 40px;
  height: 42px;
  line-height: 42px;
  border-top: 1px solid #82b20e;
  font-size: 16px;
  color: #333;
  background: url(../../../../images/mobile/milan/categray/icon.png) 0 -80px no-repeat;
  background-size: 40px 120px;
}
.other-kinds .other {
  margin: 0 10px;
  border-top: 1px solid #e8e6e5;
  display: flex;
  flex-wrap: wrap;
}

.other-kinds .other a {
  text-align: center;
  min-width: 25%;
  color: #606060;
  line-height: 40px;
  text-decoration: none;
  font-size: 14px;
  padding: 0px 5px;
}

/*位置*/
#mobile .breadcrumb {
}
#mobile .breadcrumb span.where-arr {
}
#mobile .breadcrumb a {
}
#mobile .breadcrumb a.a-blue {
}
