@charset "UTF-8";
/*
 * Swiper 2.7.0
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 *
 * Copyright 2010-2014, Vladimir Kharlampidi
 * The iDangero.us
 *
 * Licensed under GPL & MIT
 *
 * Released on: August 30, 2014
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container[data-v-dccf8c62] {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-wrapper[data-v-dccf8c62] {
  position: relative;
  width: 4720px;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper[data-v-dccf8c62] {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide[data-v-dccf8c62] {
  float: left;
  box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal[data-v-dccf8c62] {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical[data-v-dccf8c62] {
  -ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container[data-v-dccf8c62] {
  /* Specify Swiper's Size: */
  /*width:200px;
  height: 100px;*/
}
.swiper-slide[data-v-dccf8c62] {
  /* Specify Slides's Size: */
  /*width: 100%;
  height: 100%;*/
}
.swiper-slide-active[data-v-dccf8c62] {
  /* Specific active slide styling: */
}
.swiper-slide-visible[data-v-dccf8c62] {
  /* Specific visible slide styling: */
}

/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch[data-v-dccf8c62] {
  /* Stylize pagination button: */
}
.swiper-active-switch[data-v-dccf8c62] {
  /* Specific active button style: */
}
.swiper-visible-switch[data-v-dccf8c62] {
  /* Specific visible button style: */
}

/* 购物车-热销推荐 */
.pro-scroller[data-v-dccf8c62] {
  position: relative;
}
.pro-scroller .h[data-v-dccf8c62] {
  color: #3a3a3a;
  font-size: 18px;
  line-height: 1;
  margin: 30px 0 10px;
}
.pro-scroller .b[data-v-dccf8c62] {
  position: relative;
  padding: 20px 10px 18px;
  background: #fff;
  text-align: center;
}
.pro-scroller .b .swiper-container[data-v-dccf8c62] {
  padding: 0 35px;
}
.pro-scroller .p-img[data-v-dccf8c62] {
  height: 134px;
  width: 134px;
  margin: 0 auto;
}
.pro-scroller .p-img img[data-v-dccf8c62] {
  display: block;
  height: 100%;
  width: 100%;
}
.pro-scroller .p-name[data-v-dccf8c62] {
  height: 40px;
  overflow: hidden;
  margin: 6px auto 0;
  width: 160px;
}
.pro-scroller .p-name a[data-v-dccf8c62] {
  font-size: 14px;
  line-height: 20px;
}
.pro-scroller .p-price[data-v-dccf8c62] {
  font-size: 14px;
  padding: 6px 0 0;
  line-height: 1;
}
.pro-scroller .p-price b[data-v-dccf8c62] {
  font-weight: 400;
  color: #ca141d;
}
.pro-scroller .p-price s[data-v-dccf8c62] {
  color: #a4a4a4;
  margin-left: 10px;
}
.pro-scroller .p-button[data-v-dccf8c62] {
  margin-top: 8px;
  margin-bottom: 2px;
}
.pro-scroller .p-button a[data-v-dccf8c62] {
  display: block;
  margin: 0 auto;
  width: 106px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #dddddd;
  font-size: 14px;
  border-radius: 2px;
}
.pro-scroller .p-button a[data-v-dccf8c62]:hover {
  background: #ca141d;
  color: #fff;
  border-color: #ca141d;
}
.swiper-button-next.swiper-button-disabled[data-v-dccf8c62],
.swiper-button-prev.swiper-button-disabled[data-v-dccf8c62] {
  display: none;
}
