/**
 * Swiper 3.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 27, 2015
 */
.swiper-container,
.swiper-container2 {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-fles-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* a11y */
.swiper-container .swiper-notification,
.swiper-container2 .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  /*pointer-events: none;*/ /*20160823 hotfix btn click effect*/
}
.swiper-button-prev.swiper-button-disabled{
	/*display:none;*/	/*20160823 hotfix btn click effect*/
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  width:300px;
  height:25px;
  top:0;
  opacity: 0.35;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  height:25px;
  width:300px;
  bottom:0;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}
/* Cube */
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
  z-index: 0;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/*css reset*/
/*general style for ec-widget*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html {font-family: helvetica neue, 微軟正黑體, Microsoft JhengHei, 蘋果儷中黑, Apple LiGothic Medium, 黑体, SimHei;}
a {text-decoration: none;cursor: pointer;}
.wrapper { display: block; background: #d0dede; overflow: hidden; }
.header:hover {opacity: 0.9;}
.item-wrapper:hover {background: #fafafa;}
.item-wrapper:hover> .item-img img {opacity: 0.8;}
.item-img { height: 75px; width: 75px; margin: 0 auto; display: block; position: relative; }
.item-img img {width: 75px;height: 75px;}
.discount {
	position: absolute;
	height: 40px;
	width: 39px;
	display: block;
	background-repeat: no-repeat;
	padding-top: 7px;
}
.discount p {
	line-height: 12px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	padding: 0 2px;
}
p.discount-hot {line-height: 23px;font-weight: normal;}
.dsc {font-size: 12px;}
.pd-name { line-height: 16px; overflow : hidden; color: #222222; }
/*.pd-name:hover {color: #00a499;text-decoration: underline;}*/
.pd-name span {color: #222222;}
.pd-name span:hover {color: #00a499;text-decoration: underline;}
.pd-qta {color: #8e8e93;}
.pd-price span{
	color: #e02152;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	line-height: 16px;
}
/* .pd-price span.text-price-number{margin-left: 3px;} */
.pd-price-ori {color: #8e8e93; text-decoration: line-through; display: inline-block; }
.btn {
	float: right;
	color: #00a499;
	line-height: 23px;
	font-size: 12px;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 2px;
}
.btn:hover { color: #005151; background-repeat: no-repeat; background-position: right center; }
.swiper-slide {border: 2px solid #FFF;}
.ec-widget-active {border: 2px solid #ffc821;}
.ec-widget-active .item-wrapper {border: none;}
.swiper-slide:last-child {margin-bottom: 10px;}
.header-name span:hover {text-decoration: underline;}
.ec-label {
	display: inline-block;
	padding: 0px 3px;
	margin-right: 2px;
	background-color: #ffc821;
	color: #000000;
	font-size: 11px;
	line-height: 16px;
}
span.ec-label:hover {color: #000000;text-decoration: none;}
.swiper-slide:hover {border: 2px solid #ffc821;}
.swiper-slide:hover .item-wrapper {border: none;}
.swiper-slide:last-of-type .item-wrapper {border: none;}
.deposit-price .deposit-unit, .deposit-unit {display: inline-block;color: #77665f;font-size: 10px;font-weight: normal;}
.deposit-price span{float: left;color: #ff7930;font-size: 12px;font-weight: bold;line-height: 18px;}
.deposit-price .text-price-number {font-size: 16px;}
.deposit-original-price {display: inline-block;color: #ff7930;line-height: 18px;vertical-align: top;}

.ec-widget-container .pd-price .deposit-price span.text-price-unit{margin: 0 0 1px 0;}
.ec-widget-container .pd-price span.text-price-unit{margin: 0 0 1px 0;}

/*end of general style*/

/*customize style for different widget size*/
/*style for size 984x150*/
.ec-widget-984 .wrapper{width:100%;}
.ec-widget-984 .swiper-container-wrapper{padding-left:90px;}
.ec-widget-984 .swiper-container {height: 150px; width: 100%;float:right;}
.ec-widget-984 .header {width: 90px; height: 150px; display:inline-block; position:absolute; left:0; top:0;background-size: contain; }
.ec-widget-984 .header-name {width: 90px; height: 25px; margin-top: 120px; line-height: 25px; display: block; text-align: center; }
.ec-widget-984 .swiper-slide {height: 144px; width: 170px; margin: 1px 0 0 0; background: #fff; }
.ec-widget-984 .swiper-slide .item-wrapper {width: 170px; height: 144px; margin: 0 auto; border-right: 1px dashed #ccc; }
.ec-widget-984 .item-img {height: 88px; width: 88px; padding-top:2px; }
.ec-widget-984 .item-img img {width: 88px;height: 88px;}
.ec-widget-984 .discount {right: -35px; top: 3px; }
.ec-widget-984 .pd-name {height:32px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.ec-widget-984 .dsc {padding:2px 4px;}
.ec-widget-984 .pd-price {display: inline-block;}
.ec-widget-984 .pd-price span.text-price-unit {font-size: 11px;}
.ec-widget-984 .swiper-slide:last-of-type {margin-right: 1px;}
.ec-widget-984 .swiper-button-next, .ec-widget-984 .swiper-button-prev {width: 25px; height:150px;}
.ec-widget-984 .swiper-button-next{right:0;}
.ec-widget-984 .header-name span {color: #fff;font-size: 12px;}
.ec-widget-984 .discount p {font-size: 12px;padding: 0 2px;}
.ec-widget-984 .pd-price span.text-price-number {font-size: 16px;}
.ec-widget-984 .deposit-original-price {vertical-align: top;}
.ec-widget-984 .deposit-price {margin-top: 2px;}
.ec-widget-984 .deposit-price span {line-height: 14px;}
/*end of 984x150*/

/*style for size 728x90*/
.ec-widget-728 .header {width: 90px;height: 90px;display:inline-block;background-size: contain;}
.ec-widget-728 .header-name {width:90px;height:25px;margin-top:65px;line-height: 25px;display: block;text-align: center;}
.ec-widget-728 .swiper-container {height: 90px;width: 638px; float:right;}
.ec-widget-728 .swiper-slide {height: 84px; width: 180px; margin: 1px 0 0 0; background: #fff; }
.ec-widget-728 .swiper-slide .item-wrapper {width: 180px; height: 84px; margin: 0 auto; border-right: 1px dashed #ccc; }
.ec-widget-728 .item-img {float:right; margin: 5px 22px 0 0; }
.ec-widget-728 .discount {right: -20px; top: -3px; }
.ec-widget-728 .dsc {padding:2px 0 0 2px;}
.ec-widget-728 .pd-name {height: 48px;}
.ec-widget-728 .pd-name:not(span.ec-label) {display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.ec-widget-728 .pd-price{position: absolute;bottom: 0px;}
.ec-widget-728 .ec-label+span {display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.ec-widget-728 .pd-price span.text-price-unit {font-size: 11px;}
.ec-widget-728 .header-name span {color: #fff;font-size: 12px;}
.ec-widget-728 .swiper-slide:last-of-type {margin-right: 1px;}
.ec-widget-728 .swiper-button-next, .ec-widget-728 .swiper-button-prev {width: 25px; height:90px;}
.ec-widget-728 .swiper-button-next{right:0;}
.ec-widget-728 .deposit-original-price {vertical-align: top;}
/*end of 728x90*/

/*style for size 160x600*/
.ec-widget-160 .header { width: 160px; height: 30px; display: block;background-size: contain; }
.ec-widget-160 .header-name { width: 295px; height: 40px; line-height: 46px; display: block; float: right; text-align: right; padding-right: 5px; }
.ec-widget-160 .swiper-container {height: 570px;width: 160px;}
.ec-widget-160 .swiper-slide { height: 109px; width: 154px; margin: 0 auto; background: #fff; }
.ec-widget-160 .swiper-slide .item-wrapper { width: 150px; height: 109px; margin: 0 auto; border-bottom: 1px dashed #ccc; }
.ec-widget-160 .discount { right: -30px; top: 2px; }
.ec-widget-160 .pd-name { text-overflow : ellipsis; white-space : nowrap; }
.ec-widget-160 .pd-price{ display: inline-block;}
.ec-widget-160 .pd-price span.text-price-unit {font-size: 12px;}
.ec-widget-160 .header-name span {color: #fff;font-size: 14px;}
.ec-widget-160 .swiper-slide:last-of-type {margin-bottom: 5px;}
.ec-widget-160 .swiper-button-next, .ec-widget-160 .swiper-button-prev {width: 160px;}
.ec-widget-160 .deposit-original-price {margin-left: 3px;}
/*end of 160x600*/

/*style for size 1000x90*/
.ec-widget-1000.wrapper{width:100%; background-color: #ffffff;}
.ec-widget-1000 .swiper-container-wrapper{padding-left:144px;}
.ec-widget-1000 .swiper-container {height: 90px; width: 100%;float:right;}
.ec-widget-1000 .header {width: 144px; height: 90px; display:inline-block; position:absolute; left:0; top:0;background-size: contain; }
.ec-widget-1000 .header-name {width: 90px; height: 25px; margin-top: 60px; line-height: 25px; display: block; text-align: center; }
.ec-widget-1000 .swiper-slide {height: 69px; width: 266px; padding: 8px 4px; background: #fff; } .ec-widget-1000 .swiper-slide .item-wrapper {height: 69px; width: 270px; margin: 0 auto; border-right: 1px dashed #ccc; }
.ec-widget-1000 .item-img {width: 86px; height: 66px; display: inline-block; vertical-align: top;}
.ec-widget-1000 .item-img img {width: 100%; height:auto; }
/* .ec-widget-1000 .discount {right: -35px; top: 3px; } */
.ec-widget-1000 .pd-name {height: 16px; line-height: 16px; font-size: 14px; width: 160px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.ec-widget-1000 .dsc {display: inline-block; vertical-align: top; width: 179px;}
.ec-widget-1000 .pd-price {display: inline-block; padding-top: 10px; color: #e02152; height: 16px;}
.ec-widget-1000 .pd-price span.text-price-unit {font-size: 11px;}
.ec-widget-1000 .swiper-slide:last-of-type {margin-right: 1px;}
.ec-widget-1000 .swiper-button-next, .ec-widget-1000 .swiper-button-prev {width: 25px; height:90px;}
.ec-widget-1000 .swiper-button-next{right:0;}
.ec-widget-1000 .header-name span {color: #fff;font-size: 12px;}
/* .ec-widget-1000 .discount p {font-size: 12px;padding: 0 2px;} */
.ec-widget-1000 .pd-price span.text-price-number {font-size: 15px;}
.ec-widget-1000 .deposit-original-price {vertical-align: top;}
.ec-widget-1000 .deposit-price {margin-top: 2px;}
.ec-widget-1000 .deposit-price span {line-height: 14px;}



/*end of 1000x90*/

/*style for other sizes*/
.ec-widget-300 .header{ width:300px; height:40px; display:block;background-size: contain; }
.ec-widget-300 .header-name{ width:295px; height:40px; line-height:46px; display:block; float:right; text-align:right; padding-right:5px; }
.ec-widget-300 .header-name span{color:#fff;font-size:14px;}
.ec-widget-300 .swiper-container{height: calc(100% - 45px);width:300px;padding-top:5px;}
.ec-widget-300 .swiper-slide{ height:80px; width:290px; margin:0 auto; background:#fff;}
.ec-widget-300 .swiper-slide .item-wrapper{ width:280px; height:79px; margin:0 auto; border-bottom:1px dashed #ccc; }
.ec-widget-300 .item-img{ height:70px; width:70px; float:left; }
.ec-widget-300 .item-img img{margin-top: 2.5px;}
.ec-widget-300 .discount{ right: -30px; top: 2px; }
.ec-widget-300 .discount p{ right: -30px; top: 2px; font-size: 12px; padding: 0 2px; }
.ec-widget-300 .dsc{padding-left:105px;}
.ec-widget-300 .pd-name{ line-height: 20px; padding-top: 7px; margin-bottom: 4px; text-overflow : ellipsis; white-space : nowrap; }
.ec-widget-300 .pd-bottom{ position:absolute; bottom:10px; width:175px; }
.ec-widget-300 .pd-price{float:left; font-size:18px;}
.ec-widget-300 .pd-price span{font-size:14px; margin-right:1px;}
.ec-widget-300 .pd-price span.text-price-number{font-size:18px;}
.ec-widget-300 .ec-label {font-size: 12px;}
.ec-widget-300 .ec-widget-active .item-wrapper{border-bottom: 1px dashed #fff;}
.ec-widget-300 .swiper-slide:last-of-type{margin-bottom:10px;}
.ec-widget-300 .deposit-price{padding-top: 6px;}
.ec-widget-300 .deposit-price span{line-height: 17px;}
.ec-widget-300 .btn {bottom: 9px;}
.ec-widget-300 .dsc .pd-price.pd-price-pp {overflow: hidden;}

/*20161130 common style for 2016 xmas*/
.ec-xmas a {text-decoration: none;cursor: pointer;}
.ec-xmas .wrapper {background: #4ca391;}
.ec-xmas .ec-widget-active {border: 2px solid #e02152;}
.ec-xmas .discount {padding-top: 10px;}
.ec-xmas .discount p {font-size: 12px;padding: 0 2px;}
.ec-xmas .swiper-slide:hover {border: 2px solid #e02152;}
.ec-xmas .ec-label{background-color:#e02152; color: #ffffff;}
.ec-xmas .ec-label:hover{color: #ffffff;}
/*end of style*/
