/*@webSir Css
* global.less //存放全局函数方法以及全局变量  包括lesshat
* lesshat.less //工具函数库，包含在global中了
* base.less  //包含reset等一些基础css
*/
body {
  background: #f6f6f6;
}
#product-pic {
  position: relative;
  overflow: hidden;
  background: #FFF;
}
#product-pic .swiper-slide img {
  max-width: 100%;
}
#product-pic ._pagination {
  position: absolute;
  z-index: 9;
  right: 20px;
  bottom: 20px;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  color: #FFF;
  text-align: center;
  border-radius: 90px;
  background: rgba(0, 0, 0, 0.2);
  font-size: 1.8em;
  font-weight: normal;
}
#product-pic ._pagination span {
  font-size: 1.5em;
}
.product-info {
  padding: 10px;
  background: #FFF;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.product-info ._title {
  font-size: 15px;
  font-weight: normal;
}
.product-info ._price {
  color: #e72f3b;
  font-weight: bold;
  padding: 8px 0;
}
.product-info ._price small {
  font-size: 17px;
}
.product-info ._price strong {
  font-size: 23px;
}
.product-info ._desc {
  color: #666;
}
.product-section {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 10px;
  background: #FFF;
  position: relative;
  color: #555;
  font-size: 13px;
}
.product-section ._body {
  width: 100%;
  box-sizing: border-box;
  padding-left: 50px;
}
.product-section ._header {
  width: 50px;
  position: absolute;
  left: 10px;
}
.product-sale {
  margin: 10px 0;
}
.product-sale ._more {
  position: absolute;
  right: 18px;
  top: 13px;
}
.product-sale ._tag {
  display: inline-block;
  font-weight: normal;
  line-height: 1em;
  border: 1px solid #e72f3b;
  color: #e72f3b;
  border-radius: 2px;
  padding: 2px 0 1px 0;
  font-size: 12px;
}
.product-sale ul {
  padding-right: 40px;
}
.product-sale ._item {
  margin-bottom: 10px;
}
.product-sale ._item ._title {
  height: 1.5em;
  overflow: hidden;
  display: block;
}
.product-sale ._item p {
  display: inline;
}
.product-suit {
  padding: 10px 0;
  overflow: hidden;
  width: 100%;
}
.product-suit dl {
  float: left;
  width: 180px;
}
.product-suit dt {
  line-height: 30px;
}
.product-suit dd {
  width: 160px;
}
.product-suit dd a {
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  border: 1px solid #d4d4d4;
}
.product-suit dd ._add {
  float: left;
  width: 20px;
  line-height: 60px;
  text-align: center;
}
.product-suit img {
  max-width: 100%;
}
.product-options {
  border-bottom: none;
}
.product-options ._list a {
  height: 25px;
  border: 1px solid #bfbfbf;
  border-radius: 2px;
  line-height: 23px;
  font-size: 13px;
  color: #232326;
  float: left;
  margin-right: 10px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 98%;
  box-sizing: border-box;
}
.product-options a.active {
  border-color: #e72f3b;
  color: #e72f3b;
}
.product-count {
  border-top: none;
}
.product-store {
  margin: 10px 0;
  font-size: 14px;
}
.product-tools {
  border-top: 1px solid #d4d4d4;
  position: fixed;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #FFF;
  height: 50px;
}
.product-tools ._link {
  font-size: 13px;
  float: left;
  text-align: center;
  display: block;
  height: 50px;
  box-sizing: border-box;
  padding-top: 5px;
}
.product-tools ._link i.iconfont {
  font-size: 20px;
  display: block;
  height: 23px;
  line-height: 23px;
  overflow: hidden;
  padding: 0 20px;
}
.product-tools ._action {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  line-height: 50px;
}
.product-tools ._action a {
  font-size: 14px;
  display: block;
  float: left;
  padding: 0 20px;
  color: #FFF;
  color: rgba(255, 255, 255, 0.9);
}
.product-tools ._action ._shopcart {
  background: #ffb03f;
}
.product-tools ._action ._buy {
  background: #e72f3b;
}
/*商品详情*/
.product-content ._header {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #dbdbdb;
}
.product-content ._header a {
  font-size: 12px;
  text-align: center;
  width: 33.3333%;
  float: left;
  color: #999;
}
.product-content ._header a.active {
  color: #e72f3b;
}
.product-content ._body {
  padding: 10px;
}
.product-content ._body img {
  max-width: 100%;
}
.dialog-sale ._header {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  position: relative;
}
.dialog-sale ._header ._close {
  position: absolute;
  right: 0;
  padding: 0 18px 0 10px;
  line-height: 35px;
  top: 0;
  font-size: 12px;
}
.sale-list {
  padding: 0 10px;
}
.sale-list ._tag {
  display: inline-block;
  font-weight: normal;
  line-height: 1em;
  border: 1px solid #e72f3b;
  color: #e72f3b;
  border-radius: 2px;
  padding: 2px 0 1px 0;
  text-align: center;
  position: absolute;
  left: 0;
  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);
}
.sale-list ul {
  padding-right: 40px;
}
.sale-list a._title {
  display: block;
  position: relative;
}
.sale-list ._item {
  margin-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #ededed;
  padding: 10px 0;
  font-size: 14px;
}
.sale-list ._item .iconfont {
  position: absolute;
  right: 10px;
  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);
}
.sale-list ._item p {
  display: inline-block;
  padding: 0 2em 0 3em;
  box-sizing: border-box;
}
.sale-list ._item-suit p {
  padding-left: 5em;
}
.product-comment {
  background: #f0f2f5;
}
.product-comment .tag-header {
  background: #FFF;
  padding: 15px 0;
  border-bottom: 1px solid #d4d4d4;
}
.product-comment .tag-header .tag {
  font-size: 12px;
  text-align: center;
  width: 25%;
  float: left;
  color: #999;
}
.product-comment .tag-header .tag small {
  display: block;
}
.product-comment .tag-header .tag.active {
  color: #e72f3b;
}
.product-comment ._item {
  background: #FFF;
  margin-top: 10px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.product-comment ._item ._header {
  padding: 0 0 0 50px;
  position: relative;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ededed;
}
.product-comment ._item ._header img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  position: absolute;
  left: 10px;
  top: 10px;
}
.product-comment ._item ._header ._date {
  position: absolute;
  right: 10px;
}
.product-comment ._item ._body {
  padding: 10px 0 0 10px;
}
.product-comment ._item ._body ._rank {
  padding-bottom: 10px;
}
.product-comment ._item ._footer {
  padding: 10px;
  color: #666;
}
.product-comment ._rank {
  color: #e72f3b;
}
