/*@webSir Css
* global.less //存放全局函数方法以及全局变量  包括lesshat
* lesshat.less //工具函数库，包含在global中了
* base.less  //包含reset等一些基础css
*/
.store-header {
  position: relative;
  /*height: 2rem;*/
  height: 6rem;
}
.store-header ._bg {
  position: absolute;
  left: 0;
  background: #000;
  width: 100%;
  text-align: center;
}
.store-header ._bg img {
  max-width: 100%;
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  vertical-align: bottom;
}
.store-header ._info {
  position: absolute;
  z-index: 2;
  bottom: .2rem;
}
.store-header ._info a {
  float: left;
}
.store-header ._info ._logo {
  padding: 0 .1rem;
}
.store-header ._info img {
  width: 1.5rem;
}
.store-header ._name {
  color: #FFF;
  font-size: 16px;
  line-height: .5rem;
  text-shadow: 1px 1px 1px #666;
}
.store-header ._fav {
  position: absolute;
  right: .15rem;
  bottom: .2rem;
  z-index: 2;
  font-size: 12px;
}
.search {
  padding-right: .95rem;
}
.search ._submit {
  right: 1rem;
}
.header-category {
  position: absolute;
  right: .2rem;
  top: .15rem;
}
.header-category img {
  width: .38rem;
}
.product-sort {
  border-bottom: 1px solid #d4d4d4;
}
.product-sort a {
  display: block;
  float: left;
  width: 25%;
  overflow: hidden;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #ededed;
  color: #666;
}
.product-sort ._sort {
  background: url(/mobile/images/icon-sort.png) no-repeat;
  display: inline-block;
  width: 8px;
  height: 12px;
  -webkit-background-size: 8px 12px;
  -moz-background-size: 8px 12px;
  background-size: 8px 12px;
  margin-left: 3px;
  vertical-align: -2px;
}
.product-sort .active {
  color: #e72f3b;
}
.product-sort .selected-up ._sort {
  background-image: url(/mobile/images/icon-sort-up.png);
}
.product-sort .selected-down ._sort {
  background-image: url(/mobile/images/icon-sort-down.png);
}
