/*@webSir Css
* global.less //存放全局函数方法以及全局变量  包括lesshat
* lesshat.less //工具函数库，包含在global中了
* base.less  //包含reset等一些基础css
*/
body {
  background: #f1f2f6;
}
.clear-shopcart {
  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);
  line-height: 1.8;
  font-size: .25rem;
}
.shopcart {
  /*全选*/
}
.shopcart ._group.active .brn-checkbox {
  border-color: #e72f3b;
  background: #e72f3b;
}
.shopcart ._group.active .brn-checkbox:before {
  display: block;
}
.shopcart ._group {
  margin-top: 15px;
  background: #FFF;
  /*普通商品*/
  /*套装*/
  /*换购*/
}
.shopcart ._group ._header {
  font-size: 15px;
  background: #f8f8f8;
  height: 50px;
  line-height: 50px;
  padding-left: 10px;
}
.shopcart ._group ._item {
  position: relative;
  padding: 10px 0;
  /*赠品*/
}
.shopcart ._group ._item .brn-btn {
  line-height: 1.5em;
  color: #666;
}
.shopcart ._group ._item ._shop {
  position: relative;
  min-height: 110px;
}
.shopcart ._group ._item ._shop .brn-checkbox {
  position: absolute;
  left: 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);
}
.shopcart ._group ._item ._img {
  width: 100px;
  position: absolute;
  left: 40px;
}
.shopcart ._group ._item ._img img {
  max-width: 100%;
}
.shopcart ._group ._item ._info {
  padding-left: 160px;
  padding-right: 10px;
  box-sizing: border-box;
}
.shopcart ._group ._item ._info h3 {
  height: 2.8em;
  overflow: hidden;
  font-weight: normal;
}
.shopcart ._group ._item ._info ._price {
  color: #e72f3b;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  font-weight: bold;
}
.shopcart ._group ._item ._info ._edit {
  position: relative;
}
.shopcart ._group ._item ._info ._edit ._del {
  position: absolute;
  right: 0;
  bottom: 0;
}
.shopcart ._group ._item ._gift {
  background: #fff0f1;
  clear: both;
  position: relative;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  padding-left: 10px;
  color: #666;
}
.shopcart ._group ._item ._gift ._text {
  float: left;
  overflow: hidden;
  margin: 0 10px;
  max-width: 60%;
  height: 30px;
}
.shopcart ._group ._item ._gift strong {
  float: left;
  font-weight: normal;
}
.shopcart ._group ._item ._gift ._del {
  position: absolute;
  right: 10px;
  color: #666;
}
.shopcart ._group ._item-suit {
  position: relative;
  padding: 10px 0 ;
  border-bottom: 1px solid #ededed;
  /*套装头部*/
  /*赠品*/
  /*套装总价*/
}
.shopcart ._group ._item-suit ._shop {
  position: relative;
  min-height: 110px;
}
.shopcart ._group ._item-suit ._suit-header {
  padding: 0 10px;
  position: relative;
  padding-bottom: 15px;
  font-size: 15px;
}
.shopcart ._group ._item-suit ._suit-header ._tag {
  border: 1px solid #e72f3b;
  color: #e72f3b;
  border-radius: 3px;
  padding: 0 2px;
  font-size: 12px;
  vertical-align: 1px;
}
.shopcart ._group ._item-suit ._suit-header ._del {
  position: absolute;
  right: 10px;
}
.shopcart ._group ._item-suit .brn-btn {
  line-height: 1.5em;
  color: #666;
}
.shopcart ._group ._item-suit ._shop {
  position: relative;
  min-height: 110px;
  margin-bottom: 10px;
}
.shopcart ._group ._item-suit ._shop .brn-checkbox {
  position: absolute;
  left: 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);
}
.shopcart ._group ._item-suit ._img {
  width: 100px;
  position: absolute;
  left: 40px;
}
.shopcart ._group ._item-suit ._img img {
  max-width: 100%;
}
.shopcart ._group ._item-suit ._info {
  margin-left: 160px;
  padding-right: 10px;
  height: 100px;
  box-sizing: border-box;
  position: relative;
}
.shopcart ._group ._item-suit ._info h3 {
  height: 2.8em;
  overflow: hidden;
  font-weight: normal;
}
.shopcart ._group ._item-suit ._info ._price {
  color: #e72f3b;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.shopcart ._group ._item-suit ._info ._price small {
  position: absolute;
  right: 10px;
  top: 0;
  color: #666;
  font-weight: normal;
}
.shopcart ._group ._item-suit ._info ._edit {
  position: relative;
}
.shopcart ._group ._item-suit ._info ._edit ._del {
  position: absolute;
  right: 0;
  bottom: 0;
}
.shopcart ._group ._item-suit ._gift {
  clear: both;
  position: relative;
  height: 30px;
  line-height: 30px;
  margin: 0 0 0 30px;
  padding-left: 10px;
  color: #aaa;
}
.shopcart ._group ._item-suit ._gift ._text {
  float: left;
  overflow: hidden;
  margin: 0 10px;
  max-width: 60%;
  height: 30px;
}
.shopcart ._group ._item-suit ._gift strong {
  float: left;
  font-weight: normal;
}
.shopcart ._group ._item-suit ._gift ._count {
  position: absolute;
  right: 10px;
  color: #aaa;
}
.shopcart ._group ._item-suit ._total-price {
  padding-left: 40px;
  line-height: 35px;
  color: #e72f3b;
  position: relative;
}
.shopcart ._group ._item-suit ._total-price strong {
  font-size: 20px;
}
.shopcart ._group ._item-suit ._total-price .count {
  position: absolute;
  right: 10px;
  top: 0;
}
.shopcart ._group ._item-trade {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #ededed;
  /*赠品*/
}
.shopcart ._group ._item-trade ._shop {
  position: relative;
  min-height: 110px;
}
.shopcart ._group ._item-trade ._trade-header {
  padding: 10px 10px 0 10px;
  position: relative;
  padding-bottom: 15px;
  font-size: 14px;
}
.shopcart ._group ._item-trade ._trade-header ._tag {
  border: 1px solid #e72f3b;
  color: #e72f3b;
  border-radius: 3px;
  padding: 0 2px;
  font-size: 12px;
  vertical-align: 1px;
}
.shopcart ._group ._item-trade ._trade-header ._go-trade {
  position: absolute;
  right: 10px;
  color: #e72f3b;
}
.shopcart ._group ._item-trade .brn-btn {
  line-height: 1.5em;
  color: #666;
}
.shopcart ._group ._item-trade ._shop {
  position: relative;
  min-height: 110px;
  margin-bottom: 10px;
}
.shopcart ._group ._item-trade ._shop .brn-checkbox {
  position: absolute;
  left: 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);
}
.shopcart ._group ._item-trade ._img {
  width: 100px;
  position: absolute;
  left: 40px;
}
.shopcart ._group ._item-trade ._img img {
  max-width: 100%;
}
.shopcart ._group ._item-trade ._info {
  margin-left: 160px;
  padding-right: 10px;
  height: 100px;
  box-sizing: border-box;
  position: relative;
}
.shopcart ._group ._item-trade ._info h3 {
  height: 2.8em;
  overflow: hidden;
  font-weight: normal;
}
.shopcart ._group ._item-trade ._info ._price {
  color: #e72f3b;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  font-weight: bold;
  bottom: 0;
  width: 100%;
}
.shopcart ._group ._item-trade ._info ._price small {
  position: absolute;
  right: 10px;
  top: 0;
  color: #666;
  font-weight: normal;
}
.shopcart ._group ._item-trade ._info ._price-trade {
  color: #e72f3b;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.shopcart ._group ._item-trade ._info ._price-trade ._del {
  position: absolute;
  right: 10px;
  top: 7px;
  font-weight: normal;
}
.shopcart ._group ._item-trade ._info ._price-trade small {
  color: #aaa;
  font-size: 12px;
  font-weight: normal;
  padding-left: 15px;
}
.shopcart ._group ._item-trade ._info ._edit {
  position: relative;
}
.shopcart ._group ._item-trade ._info ._edit ._del {
  position: absolute;
  right: 0;
  bottom: 0;
}
.shopcart ._group ._item-trade ._gift {
  clear: both;
  position: relative;
  height: 30px;
  line-height: 30px;
  margin: 0 0 0 30px;
  padding-left: 10px;
  color: #aaa;
}
.shopcart ._group ._item-trade ._gift ._text {
  float: left;
  overflow: hidden;
  margin: 0 10px;
  max-width: 60%;
  height: 30px;
}
.shopcart ._group ._item-trade ._gift strong {
  float: left;
  font-weight: normal;
}
.shopcart ._group ._item-trade ._gift ._count {
  position: absolute;
  right: 10px;
  color: #aaa;
}
.total-bar {
  position: fixed;
  width: 100%;
  background: #FFF;
  z-index: 9;
  /*bottom: 0;*/
  bottom: 44px;
  height: 60px;
  border-top: 1px solid #ededed;
}
.total-bar .brn-checkbox {
  float: left;
  height: 60px;
  line-height: 60px;
  margin: 0 10px 0 10px;
}
.total-bar ._total {
  float: left;
  padding-top: 10px;
}
.total-bar ._total strong {
  font-size: 14px;
  display: block;
}
.total-bar ._total small {
  font-size: 10px;
  color: #aaa;
}
.total-bar ._settlement {
  float: right;
}
.total-bar ._settlement a {
  display: block;
  background: #e72f3b;
  color: #FFF;
  padding: 0 15px;
  line-height: 60px;
  font-size: 16px;
}
.total-bar ._settlement a small {
  font-size: 12px;
  font-weight: bold;
}
.shop-title {
  background: #f8f8f8;
  color: #666;
  padding: 10px;
  font-size: 14px;
  border-bottom: 1px solid #ededed;
}
.shop-list {
  font-size: .2rem;
}
.shop-list a {
  display: block;
}
.shop-list ._product {
  position: relative;
  border-bottom: 1px solid #ededed;
  background: #FFF;
  padding: 10px 0;
}
.shop-list ._product ._img {
  width: 30%;
  position: relative;
  z-index: 2;
}
.shop-list ._product ._img img {
  width: 100%;
}
.shop-list ._product ._info {
  padding-left: 35%;
  position: absolute;
  top: 0;
  padding-top: 10px;
  height: 100%;
  width: 65%;
}
.shop-list ._product ._name {
  font-size: .25rem;
  display: block;
  padding-bottom: 1em;
}
.shop-list ._product ._price {
  font-size: .26rem;
  color: #e72f3b;
  display: block;
  padding-bottom: .5em;
}
.shop-list ._product ._comment {
  position: relative;
  color: #666;
  width: 100%;
  display: block;
}
.shop-list ._product ._add {
  border: 1px solid #ededed;
  color: #e72f3b;
  position: absolute;
  right: 10px;
  bottom: 0;
  font-size: .26rem;
  padding: .2em .4em;
  border-radius: 5px;
}
.shop-list ._product ._add.active {
  background: #e72f3b;
  color: #FFF;
  border: 1px solid #e72f3b;
}
.total-bar1 {
  position: fixed;
  width: 100%;
  background: #FFF;
  z-index: 9;
  bottom: 0;
  height: 50px;
  border-top: 1px solid #ededed;
}
.total-bar1 ._total {
  float: left;
  padding: 5px 0 0 10px;
}
.total-bar1 ._total strong {
  font-size: 16px;
  display: block;
}
.total-bar1 ._total small {
  font-size: 14px;
  color: #aaa;
}
.total-bar1 ._settlement {
  float: right;
}
.total-bar1 ._settlement a {
  display: block;
  background: #e72f3b;
  color: #FFF;
  padding: 0 .3rem;
  line-height: 50px;
  font-size: .22rem;
  float: left;
}
.total-bar1 ._settlement ._view {
  background: #ffb20c;
}
.total-bar1 ._settlement small {
  font-size: 12px;
}
.dialog-buy ._header {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  position: relative;
}
.dialog-buy ._header ._close {
  position: absolute;
  right: 0;
  padding: 0 18px 0 10px;
  line-height: 35px;
  top: 0;
  font-size: 12px;
}
.dialog-buy ._body li {
  float: left;
  width: 33%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-sizing: border-box;
  padding: 0 10px 10px 10px;
  position: relative;
}
.dialog-buy ._body li img {
  width: 100%;
}
.dialog-buy ._body li ._name {
  color: #999;
}
.dialog-buy ._body li .brn-checkbox {
  position: absolute;
  right: 10px;
  top: 5px;
}
.dialog-buy ._body li.active {
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.clean-shopcart {
  text-align: center;
  padding-top: 2rem;
}
.clean-shopcart h3 {
  line-height: 2.5;
  font-weight: normal;
  color: #666;
}
.clean-shopcart a {
  color: #e72f3b;
}
