/*@webSir Css
* global.less //存放全局函数方法以及全局变量  包括lesshat
* lesshat.less //工具函数库，包含在global中了
* base.less  //包含reset等一些基础css
*/
/*内页通用头部搜索*/
.sub-header {
  border-bottom: 1px solid #d4d4d4;
  position: relative;
  z-index: 2;
  background: #FFF;
  height: .8rem;
}
.sub-header ._back {
  font-size: 30px;
  width: 1rem;
  color: #666;
  height: .8rem;
  line-height: .8rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
.sub-header ._title {
  text-align: center;
  font-weight: normal;
  font-size: .28rem;
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: .8rem;
}
.sub-header ._right {
  padding-right: 10px;
  line-height: .8rem;
}
.search {
  padding: 0 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  padding-left: 60px;
  width: 100%;
  box-sizing: border-box;
}
.search ._keywords {
  border: none;
  background: #ebebeb;
  width: 100%;
  border-radius: 35px;
  height: 35px;
  font-size: 14px;
  padding: 0 40px 0 15px;
  box-sizing: border-box;
}
.search ._submit {
  font-size: 16px;
  position: absolute;
  width: 35px;
  height: 35px;
  text-align: center;
  display: block;
  right: 20px;
  top: 0;
  line-height: 35px;
}
.search ._submit .iconfont {
  color: #e72f3b;
}
.product-list ul {
  padding: 5px;
}
.product-list ._product {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  background-color:white;
  margin-top:0.1rem;
}
.product-list ._product a {
  display: block;
  border: 1px solid #d4d4d4;
  padding-bottom: 5px;
}
.product-list ._product a span {
  display: block;
  padding: 0 5px;
   height: 35px;
   letter-spacing:1px;
    float: right;
   width:50%;
}
.product-list ._product a ._name {
  font-size: 14px;
  font-weight: bold;
  height: 50px;
  overflow: hidden;
  padding: 8px 5px;
  letter-spacing:1px;
   float: right;
   width:50%;
}
.product-list ._product a ._price {
  color: #e72f3b;
  font-size: 14px;
   height: 35px;
  padding-bottom: 5px;
   padding: 8px 5px;
  letter-spacing:2px;
    float: right;
   width:50%;
}
.product-list ._product ._img {
  text-align: center;
    width: 40%;
    float: left;
}
.product-list ._product ._img img {
  padding:0.1rem;
}
/*产品详情头部*/
.product-header {
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNGRkZGRkYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #ebebeb 100%);
  background-image: -moz-linear-gradient(top, #FFFFFF 0%, #ebebeb 100%);
  background-image: -o-linear-gradient(top, #FFFFFF 0%, #ebebeb 100%);
  background-image: linear-gradient(to bottom, #FFFFFF 0%, #ebebeb 100%);
}
.product-header ._back {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  font-size: 23px;
}
.product-header ._links a {
  display: inline-block;
  padding: 0 15px;
  font-size: 14px;
  box-sizing: border-box;
  height: 40px;
}
.product-header ._links a.active {
  border-bottom: 2px solid #666;
}
.member-comment-help {
  font-size: 22px;
  position: relative;
  z-index: 2;
}
.member-comment-help a {
  display: block;
  color: #999;
}
