/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.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-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  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, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  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'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  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'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.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-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");
}
.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-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-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-pagination-lock {
  display: none;
}
.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;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.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%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-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%;
  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);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
.clearflix {
  clear: both;
}
.mt20 {
  margin-top: 20px;
  overflow: hidden;
}
.elevator {
  display: none;
  position: fixed;
  top: 100px;
  left: 40px;
  width: 34px;
  overflow: hidden;
  z-index: 1000;
}
.elevator li {
  width: 34px;
  height: 36px;
  border-bottom: 1px solid #fff;
  overflow: hidden;
  line-height: 34px;
  background: #626262;
  color: #fff;
  cursor: pointer;
}
.elevator a {
  display: block;
  margin: 0 auto;
  width: 34px;
  height: 32px;
  line-height: 16px;
  text-align: center;
  font-family: Arial;
  font-size: 12px;
  color: #fff;
  padding: 2px 0;
}
.elevator .dh {
  font-size: 12px;
  color: #fff;
  background: #ff0036;
  width: 34px;
  height: 36px;
  border-bottom: 1px #fff solid;
  text-align: center;
  line-height: 36px;
}
.elevator p.rTop {
  border-bottom: 0;
  background: #acacac;
}
.elevator li.hover0,
.elevator li.cur0 {
  background-color: #28c4af;
}
.elevator li.hover1,
.elevator li.cur1 {
  background-color: #c18311;
}
.elevator li.hover2,
.elevator li.cur2 {
  background-color: #7d61ab;
}
.elevator li.hover3,
.elevator li.cur3 {
  background-color: #f96161;
}
.elevator li.hover4,
.elevator li.cur4 {
  background-color: #3daff7;
}
.elevator p.rTop {
  background-color: #acacac;
}
.elevator li.hover a,
.elevator li.cur a {
  display: none;
  color: #fff;
}
.elevator li.hover a.etitle,
.elevator li.cur a.etitle,
.elevator p.rTop a {
  display: block;
}
.elevator p.rTop i {
  background: url(https://design.ehaoyao.com/new_site/static/images/elever.png) no-repeat 10px 3px;
  display: inline-block;
  height: 15px;
  width: 34px;
}
.elevator a:hover {
  text-decoration: none;
  color: #fff;
}
.elevator li a.etitle {
  display: none;
  font-family: "\5FAE\8F6F\96C5\9ED1";
  font-size: 12px;
  text-align: center;
  color: #fff;
}
.mid-banner {
  width: 1200px;
  position: relative;
}
.categoryBox {
  height: 430px;
}
.category-add {
  position: absolute;
  width: 1200px;
  height: 430px;
  overflow: hidden;
  top: 0;
  z-index: 1;
}
.category-add ul {
  width: 1200px;
}
.category-add ul li {
  text-align: center;
}
.category-add ul li img {
  width: 1200px;
  height: 430px;
}
.category-add .pos {
  position: absolute;
  bottom: 15px;
  height: 30px;
  left: 50%;
  overflow: hidden;
}
.category-add .pos .shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 24px;
}
.category-add .pos .dots {
  margin: 7px 0 0;
  padding: 0 10px 0 20px;
  position: relative;
  z-index: 1;
}
.category-add .pos .dots li {
  display: inline-block;
  margin-right: 10px;
  width: 25px;
  height: 5px;
  background-color: #fff;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  color: #ff344d;
  font-size: 12px;
  line-height: 20px;
}
.category-add .pos .dots li.active {
  background-color: #b2b2b2;
}
.notice {
  width: 226px;
  background: #fff;
  height: 414px;
  position: absolute;
  right: 0;
  z-index: 2;
  top: 8px;
}
.notice img {
  width: 242px;
  height: 50px;
}
.notice .n_cont {
  width: 100%;
  height: 160px;
  border-bottom: 1px #efefef solid;
}
.notice .n_ad {
  padding: 5px;
}
.notice .n_ad img {
  width: 216px;
  height: 112px;
}
.n_tab {
  position: relative;
}
.n_tab ul {
  padding: 0 5px;
  clear: both;
  overflow: hidden;
}
.n_tab li {
  width: 40px;
  float: left;
  margin: 0 15px 0 10px;
  text-align: center;
  color: #34495e;
  line-height: 30px;
  height: 30px;
  cursor: pointer;
  position: relative;
  font-size: 14px;
}
.n_tab li i {
  position: absolute;
  top: 0px;
  left: 52px;
  height: 30px;
  display: inline-block;
  font-size: 16px;
  color: #c9c9c9;
}
.n_tab li.active {
  color: #ff344d;
  border-bottom: 3px #ff344d solid;
}
.n_tab a {
  position: absolute;
  right: 6px;
  top: 4px;
  color: #868686;
}
.n_item1,
.n_item2 {
  margin-top: 5px;
  height: 120px;
  overflow: hidden;
}
.n_item1 li,
.n_item2 li {
  max-height: 40px;
  line-height: 20px;
  padding-left: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 10px;
  color: #666;
}
.n_item1 li i,
.n_item2 li i {
  color: #e55e65;
  padding: 0 5px;
}
.good-service .n_server {
  padding: 0 10px;
  margin-top: 5px;
}
.good-service .n_server li {
  float: left;
  width: 58px;
  padding: 0px 4px 0px 4px;
  text-align: center;
  color: #868686;
}
.good-service .n_server li i {
  background: url(https://design.ehaoyao.com/new_site/static/images/server_icon.png) no-repeat scroll 6px 12px;
  display: block;
  width: 58px;
  height: 36px;
}
.good-service .n_server li .ntab_img01 {
  background-position: 10px 0px;
}
.good-service .n_server li .ntab_img02 {
  background-position: -58px 0px;
}
.good-service .n_server li .ntab_img03 {
  background-position: -128px 0px;
}
.good-service .n_server li .ntab_img04 {
  background-position: 10px -58px;
}
.good-service .n_server li .ntab_img05 {
  background-position: -58px -58px;
}
.good-service .n_server li .ntab_img06 {
  background-position: -128px -58px;
}
.in_pharmacist {
  margin-top: 20px;
  position: relative;
  font-size: 14px;
  width: 100%;
  background-color: #fff;
}
.in_pharmacist .turnPicBox {
  overflow: hidden;
}
.in_pharmacist .cont {
  position: relative;
  float: left;
  width: 1000px;
  height: 271px;
  overflow: hidden;
}
.in_pharmacist .cont li {
  text-align: center;
  float: left;
  width: 200px;
  padding-top: 19px;
  height: 252px;
  position: relative;
}
.in_pharmacist .cont li .icon-title {
  position: absolute;
  z-index: 110;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 32px;
  background: url(https://design.ehaoyao.com/new_site/static/images/icon-title.png) no-repeat;
  color: #fff;
  line-height: 26px;
}
.in_pharmacist .cont li a {
  display: block;
}
.in_pharmacist .cont li a img {
  width: 160px;
  height: 160px;
}
.in_pharmacist .cont li p {
  color: #ff344d;
  padding: 5px 0;
  cursor: pointer;
  font-size: 18px;
  padding: 0 20px;
  text-align: left;
}
.in_pharmacist .cont li p.in_name {
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 13px;
  line-height: 20px;
  overflow: hidden;
  color: #333;
  font-size: 14px;
  cursor: pointer;
}
.in_pharmacist .cont li p.in_price {
  margin-top: 7px;
  line-height: 1;
}
.in_pharmacist .cont li p span {
  font-size: 14px;
}
.in_pharmacist .cont li p i {
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
  padding-left: 28px;
}
.in_pharmacist .cont li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 270px;
  background-image: linear-gradient(to bottom, #fff, #e5e5e5, #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff', GradientType=0);
}
.in_pharmacist .brand-cont {
  float: left;
  width: 180px;
  margin-left: 10px;
  margin-top: 11px;
  background-color: #f5f5f5;
  overflow: hidden;
}
.in_pharmacist .brand-cont ul li {
  width: 180px;
  height: 246px;
}
.in_pharmacist .brand-cont ul li img {
  display: block;
  width: 180px;
  height: 200px;
  background: url(https://design.ehaoyao.com/new_site/static/images/temp1.jpg) no-repeat center / 100%;
}
.in_pharmacist .brand-cont ul li .label {
  height: 46px;
  padding-top: 13px;
  line-height: 1;
  text-align: center;
  font-size: 16px;
  color: #333;
  box-sizing: border-box;
}
.in_pharmacist .brand-cont .bullet {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 2px;
  background-color: #999;
  border-radius: 2px;
}
.in_pharmacist .brand-cont .bullet-active {
  background-color: #ff344d;
}
.in_pharmacist .seckill {
  height: 44px;
  padding-top: 16px;
  padding-left: 21px;
  border-bottom: 1px solid #e5e5e5;
}
.in_pharmacist .seckill .red_strip {
  float: left;
  width: 88px;
  height: 24px;
  margin-top: 3px;
  background: url(https://design.ehaoyao.com/new_site/static/images/icon-seckill-default.png) no-repeat center / 100%;
}
.in_pharmacist .seckill .s-more {
  float: right;
  height: 30px;
  line-height: 30px;
  padding-right: 13px;
  margin-right: 12px;
  cursor: pointer;
  font-size: 14px;
  color: #999;
  background: url(https://design.ehaoyao.com/new_site/static/images/icon-more.png) no-repeat right;
}
.seckill-start {
  float: left;
  margin-left: 14px;
  padding-top: 2px;
  line-height: 24px;
}
.seckill-start .contText {
  color: #333;
  font-size: 14px;
}
.seckill-start .seckill_go {
  display: inline-block;
  line-height: 24px;
}
.seckill-start .seckill_go .desc {
  float: left;
  margin-right: 8px;
  color: #999;
  font-size: 14px;
}
.seckill-start .seckill_go .time {
  display: inline-block;
  float: left;
  width: auto;
  height: 24px;
  padding: 0 6px;
  text-align: center;
  line-height: 24px;
  border-radius: 3px;
  background-color: #ffdde1;
  color: #ff344d;
  font-size: 12px;
  font-family: Arial;
}
.seckill-start .seckill_go i {
  float: left;
  width: 8px;
  text-align: center;
  font-size: 16px;
  color: #ff344d;
}
.seckill-start .contText {
  padding-left: 10px;
}
.scene {
  float: left;
  margin-left: 50px;
  overflow: hidden;
}
.scene ul li {
  float: left;
  width: 128px;
  height: 28px;
  margin-left: 13px;
  line-height: 28px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.scene ul li span {
  margin-left: 10px;
}
.scene ul li.on {
  color: #fff;
  background: url(https://design.ehaoyao.com/new_site/static/images/bg-scene.png) no-repeat center;
}
.cont .btn_zx {
  background: url(https://design.ehaoyao.com/new_site/static/images/ys_btn.png) no-repeat;
  width: 181px;
  height: 41px;
  border: none;
}
.in_pharmacist .btn-turnPage {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 10;
  margin-top: -23px;
  width: 30px;
  height: 46px;
  cursor: pointer;
}
.in_pharmacist .btn-turnPage .disabled {
  background-color: #ddd;
}
.in_pharmacist .btn-turnPage :hover {
  text-decoration: none;
}
.in_pharmacist .prePage {
  left: 0;
  border-top-right-radius: 23px;
  border-bottom-right-radius: 23px;
  background: #bfbfbf url(https://design.ehaoyao.com/new_site/static/images/icon-arrow-pre.png) no-repeat 8px center;
  background-size: 8px;
}
.in_pharmacist .nextPage {
  right: 0px;
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
  background: #bfbfbf url(https://design.ehaoyao.com/new_site/static/images/icon-arrow-next.png) no-repeat 14px center;
  background-size: 8px;
}
.in_pharmacist .disabled {
  background-color: #ddd;
}
.activiy_tab {
  margin-top: 10px;
}
.activiy_tab .ac_tab {
  overflow: hidden;
}
.ac_tab i {
  position: absolute;
  top: 0px;
  left: 83px;
  height: 30px;
  display: inline-block;
  font-size: 16px;
  color: #787878;
}
.ac_item {
  width: 1280px;
}
.ac_tab ul li {
  line-height: 40px;
  float: left;
  width: 82px;
  text-align: center;
  font-size: 18px;
  margin-right: 20px;
  color: #787878;
  cursor: pointer;
  position: relative;
}
.ac_tab i {
  padding: 0 5px;
  font-style: normal;
}
.ac_tab ul li.active {
  border-bottom: 3px #ff344d solid;
  color: #ff344d;
}
.ac_cont {
  background: #f5f5f5;
  margin-top: 15px;
  overflow: hidden;
}
.ac_cont .ac_item li {
  float: left;
  padding: 10px 12px 0px 0px;
  width: 230px;
  height: 221x;
}
.ac_cont .ac_item li img {
  width: 230px;
  height: 221px;
}
.w_ad {
  margin-top: 10px;
}
.index-ad {
  margin-top: 20px;
}
.ad img {
  width: 1200px;
  height: 103px;
}
.floor_list {
  overflow: hidden;
  width: 100%;
}
.floor_list .floor_left {
  width: 595px;
  height: 681px;
  float: left;
  overflow: hidden;
  margin-top: 18px;
}
.floor_list .othercolor1 {
  float: right;
}
.floor_list .othercolor1 .con_down .tab-title {
  background: #dcf7f5;
}
.floor_list .othercolor1 .con_down .des {
  color: #999;
}
.floor_list .othercolor1 .hot-down .cont-prduct .des {
  color: #999;
}
.floor_list .othercolor2 .hot-cont .tab-title {
  background: #e6f0ff;
}
.floor_list .othercolor2 .hot-cont .des {
  color: #999;
}
.floor_list .othercolor2 .hot-down .cont-prduct .des {
  color: #999;
}
.floor_list .othercolor3 {
  float: right;
}
.floor_list .othercolor3 .hot-cont .tab-title {
  background: #fff4ee;
}
.floor_list .othercolor3 .hot-cont .des {
  color: #999;
}
.floor_list .othercolor3 .hot-down .cont-prduct .des {
  color: #999;
}
.floor_list .othercolor4 .hot-cont .tab-title {
  background: #ffebeb;
}
.floor_list .othercolor4 .hot-cont .des {
  color: #999;
}
.floor_list .othercolor4 .hot-down .cont-prduct .des {
  color: #999;
}
.floor_list .othercolor5 {
  float: right;
}
.floor_list .othercolor5 .hot-cont .tab-title {
  background: #e6f0ff;
}
.floor_list .othercolor5 .hot-cont .des {
  color: #999;
}
.floor_list .othercolor5 .hot-down .cont-prduct .des {
  color: #999;
}
.hot-wap .hot-title {
  width: 594px;
  height: 64px;
}
.hot-wap .hot-title h2 {
  width: 123px;
  float: left;
  color: #fff;
  line-height: 64px;
  padding-left: 68px;
}
.hot-wap .hot-title .tab-title {
  height: 42px;
  width: 372px;
  color: #666;
  padding: 10px 15px;
  float: right;
}
.hot-wap .hot-title .tab-title a {
  line-height: 20px;
  padding: 0 2px;
  color: #666;
  width: 65px;
  display: inline-block;
}
.hot-wap .hot-title .tab-title a:hover {
  color: #ff344d;
}
.hot-wap .con_down {
  float: left;
  width: 404px;
}
.hot-wap .con_down li {
  float: left;
  padding: 9px 20px 2px 20px;
  width: 161px;
  background: #fff;
  margin: 0 1px 1px 0;
  height: 190px;
}
.hot-wap .con_down li a:hover {
  color: ##ff344d;
}
.hot-wap .con_down li .name {
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 22px;
  white-space: nowrap;
}
.hot-wap .con_down li .price {
  font-size: 16px;
  color: #ff344d;
  line-height: 26px;
}
.hot-wap .con_down li .price em {
  font-size: 12px;
  font-style: normal;
}
.hot-wap .con_down li .des {
  font-size: 12px;
  color: #999;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hot-wap .con_down li .imgHeight {
  text-align: center;
}
.hot-wap .con_down li .imgHeight img {
  width: 120px;
  height: 120px;
}
.hot-wap .down-img {
  height: 404px;
  width: 191px;
  float: left;
}
.hot-wap .down-img img {
  width: 191px;
  height: 404px;
}
.hot-down .cont-prduct ul {
  padding-left: 1px;
}
.hot-down .cont-prduct li {
  float: left;
  padding: 15px 16px 15px 16px;
  width: 264px;
  background: #fff;
  margin: 0px 1px 1px 0px;
}
.hot-down .cont-prduct li .pro-left {
  float: left;
  width: 144px;
}
.hot-down .cont-prduct li .pro-left a:hover {
  color: #ff344d;
}
.hot-down .cont-prduct li .pro-left .name {
  font-size: 14px;
  color: #444;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 20px;
}
.hot-down .cont-prduct li .pro-left .price {
  font-size: 16px;
  color: #ff344d;
  line-height: 26px;
}
.hot-down .cont-prduct li .pro-left .price em {
  font-size: 12px;
  font-style: normal;
  vertical-align: middle;
}
.hot-down .cont-prduct li .pro-left .des {
  font-size: 12px;
  color: #ff9900;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hot-down .cont-prduct li .imgHeight {
  text-align: center;
  float: right;
}
.hot-down .cont-prduct li .imgHeight img {
  width: 120px;
  height: 120px;
}
.hot-down .brand_icon {
  background: #fff;
  overflow: hidden;
  clear: both;
  height: 62px;
}
.hot-down .brand_icon a {
  padding: 7px 7px 0 7px;
  width: 100px;
  display: inline-block;
}
.hot-down .brand_icon img {
  width: 100px;
  height: 45px;
}
.other-product {
  margin: 0 auto;
  width: 1200px;
  margin-top: 20px;
}
.other-product h2 {
  width: 100%;
  height: 38px;
  padding: 10px 0 10px 0;
  text-align: center;
  background: url(https://design.ehaoyao.com/new_site/static/images/last-title.png) no-repeat center 0;
}
.other-product ul {
  overflow: hidden;
  width: 1201px;
}
.other-product ul li {
  float: left;
  width: 239px;
  overflow: hidden;
  position: relative;
  height: 342px;
  margin: 1px 0 0 1px;
  background: #FFF;
}
.other-product ul li a:hover {
  color: #ff344d;
}
.other-product ul li .name {
  font-size: 12px;
  color: #181818;
  line-height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  min-height: 40px;
  padding: 0 18px;
}
.other-product ul li .black {
  font-size: 14px;
  color: #181818;
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 24px;
}
.other-product ul li .des {
  font-size: 14px;
  line-height: 24px;
  color: #4e4e4e;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 24px;
}
.other-product ul li a {
  display: block;
}
.other-product ul li .imgHeight {
  width: 100%;
  text-align: center;
  padding: 12px 0;
}
.other-product ul li .imgHeight img {
  width: 200px;
  height: 200px;
}
.other-product ul li .price {
  height: 40px;
  padding: 0 18px;
}
.other-product ul li .price .now_price {
  color: #ff2832;
  font-size: 16px;
  font-weight: 600;
}
.other-product ul li .price i {
  font-size: 12px;
  font-weight: 600;
}
.other-product ul li .price .old_price {
  color: #8e8e8e;
  font-size: 12px;
  text-decoration: line-through;
  padding-left: 10px;
  line-height: 40px;
}
.other-product ul li .icon-hour {
  height: 16px;
  background: url(https://design.ehaoyao.com/new_site/static/images/icon-day.jpg) no-repeat 18px 0;
}
.other-product ul li .icon-day {
  height: 16px;
  background: url(https://design.ehaoyao.com/new_site/static/images/icon-hour.jpg) no-repeat 18px 0;
}
.gallerybg {
  width: 1200px;
  height: 430px;
  margin: 0 auto;
  position: relative;
}
.gallerybg .gawidth {
  width: 110px;
  height: auto;
  position: absolute;
}
.gallerybg .gawidth a {
  display: block;
}
.gallerybg .gawidth a img {
  width: 100%;
}
.gallerybg .leftbg {
  top: 0;
  left: -110px;
}
.gallerybg .rightbg {
  top: 0;
  right: -110px;
}
.floor_left dl dd.brand_icon img {
  width: 90px;
  height: 67px;
}
.floor_right {
  float: left;
  border-top: 3px #333 solid;
  border-bottom: 1px #e5e5e5 solid;
  border-right: 1px #e5e5e5 solid;
  width: 955px;
  height: 689px;
}
.red_line {
  border-top: 3px #ff344d solid;
}
.con_lf {
  float: left;
}
.con_lf ul li {
  padding: 0 10px;
  padding-top: 8px;
  width: 220px;
  height: 222px;
  border-bottom: 1px #e5e5e5 solid;
}
.con_lf ul li.m_bg {
  background: #deefa5;
}
.con_lf .des {
  font-size: 14px;
  color: #777;
  line-height: 20px;
}
.con_lf .name {
  font-size: 16px;
  color: #444;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 21px;
}
.con_lf .price {
  font-size: 22px;
  color: #444;
  line-height: 30px;
}
.con_lf .price em {
  font-size: 16px;
  font-style: normal;
  vertical-align: middle;
}
.con_lf ul li.m_bg .des {
  color: #487206;
}
.con_lf ul li.m_bg .name {
  color: #487206;
}
.con_lf ul li.m_bg .price {
  color: #487206;
}
.con_lf ul li .imgHeight img {
  width: 220px;
  height: 140px;
}
.con_rt {
  float: left;
}
.con_rt .pro_l {
  width: 476px;
  height: 459px;
  float: left;
}
.con_rt .pro_l img {
  width: 476px;
  height: 459px;
}
.con_rt .pro_r {
  width: 217px;
  height: 459px;
  float: right;
  padding-right: 8px;
}
.con_rt .pro_r ul {
  padding-top: 20px;
}
.con_rt .pro_r .des {
  font-size: 14px;
  color: #868686;
}
.con_rt .pro_r .name {
  font-size: 16px;
  color: #444;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 60px;
}
.con_rt .pro_r .price {
  font-size: 22px;
  color: #444;
}
.con_rt .pro_r .imgHeight {
  padding-top: 20px;
}
.con_rt .pro_r .imgHeight img {
  width: 216px;
  height: 286px;
}
.con_rt .pro_r .price em {
  font-size: 16px;
  font-style: normal;
  vertical-align: middle;
}
.con_rt .pro_img {
  width: 715px;
  height: 230px;
}
.con_rt .pro_img img {
  width: 715px;
  height: 230px;
}
.con_up .pro_l {
  width: 666px;
  height: 316px;
  float: left;
}
.con_up .pro_l img {
  width: 666px;
  height: 316px;
}
.con_up .pro_r {
  width: 280px;
  height: 316px;
  float: left;
  padding-right: 8px;
}
.con_up .pro_r ul {
  padding: 20px 0 0 20px;
}
.con_up .pro_r .des {
  font-size: 14px;
  color: #868686;
}
.con_up .pro_r .name {
  font-size: 16px;
  color: #444;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.con_up .pro_r .imgHeight img {
  width: 250px;
  height: 196px;
}
.con_up .pro_r .price {
  font-size: 22px;
  color: #444;
}
.con_up .pro_r .price em {
  font-size: 16px;
  font-style: normal;
  vertical-align: middle;
}
#dialogBox_coupon {
  width: 700px;
  height: 500px;
  background: url(https://design.ehaoyao.com/new_site/static/images/img_coupon_popout.png) no-repeat center;
}
#dialogBox_coupon .btn-close {
  position: absolute;
  right: 82px;
  top: 22px;
  width: 50px;
  height: 50px;
  background: none;
  cursor: pointer;
}
#dialogBox_coupon .btn_ok {
  position: absolute;
  right: 245px;
  bottom: 73px;
  width: 240px;
  height: 90px;
  cursor: pointer;
}
.tabItem .over-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.5);
}
.tabItem .over-label span {
  display: block;
  width: 120px;
  height: 120px;
  line-height: 120px;
  margin: 40px auto;
  color: #fff;
  font-size: 24px;
  border-radius: 60px;
  background-color: rgba(51, 51, 51, 0.5);
}
.seckill_tabBox {
  background: #fff;
  padding-top: 16px;
}
.seckill_tabBox .s-more {
  float: right;
  height: 30px;
  line-height: 30px;
  padding-right: 13px;
  margin-right: 12px;
  cursor: pointer;
  font-size: 14px;
  color: #999;
  background: url(https://design.ehaoyao.com/new_site/static/images/icon-more.png) no-repeat right;
}
.seckill_tabBox .ms-cont {
  width: 100%;
  margin-top: 44px;
  border-top: 1px solid #e5e5e5;
}
.seckill_tabBox .seckill-start {
  float: left;
  margin-left: 14px;
  padding-top: 2px;
  line-height: 24px;
}
.seckill_tabBox .seckill-start .contText {
  color: #333;
  font-size: 14px;
}
.seckill_tabBox .seckill-start .seckill_go {
  display: inline-block;
  line-height: 24px;
}
.seckill_tabBox .seckill-start .seckill_go .desc {
  float: left;
  margin-right: 8px;
  color: #999;
  font-size: 14px;
}
.seckill_tabBox .seckill-start .seckill_go .time {
  display: inline-block;
  float: left;
  width: auto;
  height: 24px;
  padding: 0 6px;
  text-align: center;
  line-height: 24px;
  border-radius: 3px;
  background-color: #ffdde1;
  color: #ff344d;
  font-size: 12px;
  font-family: Arial;
}
.seckill_tabBox .seckill-start .seckill_go i {
  float: left;
  width: 8px;
  text-align: center;
  font-size: 16px;
  color: #ff344d;
}
.seckill_tabBox .seckill-start .contText {
  padding-left: 10px;
}
.seckill_tabBox .red_strip {
  margin-left: 21px;
  float: left;
  width: 88px;
  height: 24px;
  margin-top: 3px;
  background: url(https://design.ehaoyao.com/new_site/static/images/icon-seckill-default.png) no-repeat center / 100%;
}
.seckill_tabBox .seckill_top {
  float: left;
  margin-left: 50px;
}
.seckill_tabBox .seckill_top ul {
  height: 44px;
}
.seckill_tabBox .seckill_top ul li {
  float: left;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  padding: 0 15px;
  text-align: center;
  cursor: pointer;
}
.seckill_tabBox .seckill_top ul li.active {
  color: #fff;
  background: red;
  border-radius: 20px;
  background-image: linear-gradient(135deg, #fa3f59 0%, #fd564c 50%, #ff6941 100%), linear-gradient(#888888, #888888);
  background-blend-mode: normal, normal;
}
.seckill_tabBox .tabContent {
  width: 1000px;
  height: 271px;
  float: left;
}
.seckill_tabBox .tabContent.six {
  width: 1200px;
}
.seckill_tabBox .tabContent .tabItem {
  position: relative;
}
.seckill_tabBox .tabContent .tabItem .btn-turnPage {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 10;
  margin-top: -23px;
  width: 30px;
  height: 46px;
  cursor: pointer;
}
.seckill_tabBox .tabContent .tabItem .btn-turnPage .disabled {
  background-color: #ddd;
}
.seckill_tabBox .tabContent .tabItem .prePage {
  width: 28px;
  height: 34px;
  left: 0;
  border-top-right-radius: 23px;
  border-bottom-right-radius: 23px;
  background: #bfbfbf url(https://design.ehaoyao.com/new_site/static/images/icon-arrow-pre.png) no-repeat 8px center;
  background-size: 8px;
  z-index: 100;
}
.seckill_tabBox .tabContent .tabItem .nextPage {
  width: 28px;
  height: 34px;
  right: 0px;
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
  background: #bfbfbf url(https://design.ehaoyao.com/new_site/static/images/icon-arrow-next.png) no-repeat 14px center;
  background-size: 8px;
  z-index: 100;
}
.seckill_tabBox .tabContent .tabItem .disabled {
  opacity: 0.6;
}
.seckill_tabBox .tabContent ul {
  width: 1000px;
}
.seckill_tabBox .tabContent li {
  position: relative;
  text-align: center;
  float: left;
  width: 199px;
  height: 271px;
}
.seckill_tabBox .tabContent li img {
  width: 160px;
  height: 160px;
}
.seckill_tabBox .tabContent li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 270px;
  background-image: linear-gradient(to bottom, #fff, #e5e5e5, #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff', GradientType=0);
}
.seckill_tabBox .tabContent li .icon-title {
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 32px;
  background: url(https://design.ehaoyao.com/new_site/static/images/icon-title.png) no-repeat;
  color: #fff;
  line-height: 26px;
}
.seckill_tabBox .tabContent li p {
  color: #ff344d;
  padding: 5px 0;
  cursor: pointer;
  font-size: 18px;
  padding: 0 20px;
  text-align: left;
}
.seckill_tabBox .tabContent li p.in_name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 20px;
  overflow: hidden;
  color: #333;
  font-size: 14px;
  cursor: pointer;
  height: 40px;
}
.seckill_tabBox .tabContent li p.in_price {
  margin-top: 7px;
  line-height: 1;
}
.seckill_tabBox .tabContent li p span {
  font-size: 14px;
}
.seckill_tabBox .tabContent li p i {
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
  padding-left: 28px;
}
.seckill_tabBox .brand-cont {
  float: left;
  width: 180px;
  margin-left: 10px;
  margin-top: 11px;
  background-color: #f5f5f5;
  overflow: hidden;
}
.seckill_tabBox .brand-cont ul li {
  width: 180px;
  height: 246px;
}
.seckill_tabBox .brand-cont ul li img {
  display: block;
  width: 180px;
  height: 200px;
  background: url(https://design.ehaoyao.com/new_site/static/images/temp1.jpg) no-repeat center / 100%;
}
.seckill_tabBox .brand-cont ul li .label {
  height: 46px;
  padding-top: 13px;
  line-height: 1;
  text-align: center;
  font-size: 16px;
  color: #333;
  box-sizing: border-box;
}
.seckill_tabBox .brand-cont .bullet {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 2px;
  background-color: #999;
  border-radius: 2px;
}
.seckill_tabBox .brand-cont .bullet-active {
  background-color: #ff344d;
}
.adv-icon {
  display: block;
  width: 120px;
  height: 120px;
  position: fixed;
  right: 32px;
  bottom: 0;
  z-index: 99;
  background: url(https://design.ehaoyao.com/new_site/static/images/consult_hover.png) no-repeat center / 100%;
}
.adv-dialog {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 103;
}
.adv-dialog .close {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: -70px;
  right: -70px;
  background: url(https://design.ehaoyao.com/new_site/static/images/kf_dialog_close.png) no-repeat center / 100%;
}
.adv-dialog .pic {
  display: block;
  position: absolute;
  width: 450px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.adv-dialog .pic img {
  width: 100%;
}
.adv-dialog-hover {
  display: block;
  width: 120px;
  position: fixed;
  right: 36px;
  bottom: 0;
  z-index: 99;
}
.adv-dialog-hover img {
  width: 100%;
}
.adv-dialog-hover .close {
  display: none;
}
.adv-dialog-hover.clickdialog {
  display: block;
  position: fixed;
  width: 450px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .1s;
  -webkit-transition: all .1s;
  /* Safari */
  right: auto;
  bottom: auto;
  z-index: 104;
}
.adv-dialog-hover.clickdialog .close {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: -70px;
  right: -70px;
  background: url(https://design.ehaoyao.com/new_site/static/images/kf_dialog_close.png) no-repeat center / 100%;
}
.adv-dialog-hover-mask {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 103;
  display: none;
}
