/* 未能缩小。正在返回未缩小的内容。
(3209,1): run-time error CSS1031: Expected selector, found '@font-face'
(3209,1): run-time error CSS1025: Expected comma or open brace, found '@font-face'
(3248,18): run-time error CSS1035: Expected colon, found '.'
 */
/**
 * Swiper 3.4.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: October 16, 2016
 */
.swiper-container {
  margin-left: auto;
  margin-right: 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-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-flex-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-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .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;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.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-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 {
  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-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;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 1px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #e5e5e5;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fd6f65;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  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-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 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,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  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);
  z-index: 0;
}
/* 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;
  -webkit-transition-property: opacity;
  -moz-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-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* 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);
  }
}

[class^="fixed-"], [class*=" fixed-"] {
    position: fixed;
    z-index: 100;
}

.fixed-top {
    top: 0;
    right: 0;
    left: 0;
}

.fixed-bottom {
    bottom: 0;
    right: 0;
    left: 0;
}

.relative {
    position: relative;
}

[class^="absolute-"], [class*=" absolute-"] {
    position: absolute;
}

.absolute-top-middle {
    top: 0;
    width: 50%;
    margin: auto;
    left: 0;
    right: 0;
}

.absolute-top-right {
    top: 0;
    right: 0;
}
.absolute-top-left {
    top: 0;
    left: 0;
}

.absolute-middle-left {
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.absolute-middle-right {
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.absolute-full-left {
    top: 0;
    left: 0;
    bottom: 0;
}
.absolute-full-right {
    top: 0;
    right: 0;
    bottom: 0;
}
.absolute-full-full {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.absolute-middle-middle {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    width: 50%;
    margin: auto;
}
.absolute-bottom-left {
    left: 0;
    bottom: 0;
}
.absolute-bottom-full {
    left: 0;
    bottom: 0;
    right: 0;
}
/*输入样式*/
[class^="input-"], [class*=" input-"] {
    margin: auto;
    line-height:1rem;
    font-size: 0.7rem;
    width: 96%;
    padding: 0.4rem 2%;
   border: 1px solid transparent;
    outline-color: transparent;
    resize: none;
}

.border-all-black {
    border: 1px solid #231f20;
}

.border-all-grey {
    border: 1px solid #ededed;
}

.border {
    border: 1px solid silver;
}

.border-top-grey {
    border-top: 1px solid #e0e0e0;
}



.border-bottom-grey {
    border-bottom: 1px solid #e0e0e0;
}

.border-bottom-grey-dashed {
    border-bottom: 1px dashed #e0e0e0;
}

.border-radius5 {
    border-radius: 0.25rem;
}

.border-circle {
    border-radius: 50%;
}

.border-radius10 {
    border-radius: 0.5rem;
}
.border-grey-solid {
    /*color:grey;*/
    border:2px solid #e0e0e0;
}
/************************    边框    ************************/
@media all {
    .border-left {
        border-left: 1px silver solid;
    }

    .border-right {
        border-right: 1px #ededed solid;
    }

    .spiltline {
        position: absolute;
        right: 0;
        top: 10px;
        width: 1px;
        height: 30px;
    }

    .none-border {
        border: none;
    }

    .border-grey {
        border: solid 1px grey;
    }

    .border {
        border: 1px solid #eeeeee;
    }

    .border-brand {
        border: 1px solid #dcdcdc;
    }
    .border-red {
    border: 1px solid red;
}
}

.border-img-all {
    border: 1px solid #1d1b1e;
}
.border-detail-selected {
    border-bottom: 1px solid #ff7f00;
}
[class^="button-"], [class*=" button-"] {
    font-size: 0.8rem;
    border-radius: 0.25rem;
    letter-spacing: 0.1rem;
    cursor: pointer;
    text-align: center;
    display: block;
    border: 1px solid #231f20;
}

.button-deleteProduct {
    font-size: 0.5rem;
    padding: 0 0.8rem;
    width: auto;
    height: auto;
    background: none;
    margin: 0;
    line-height: 1.1rem;
}

.button-close {
    background-color: #231f20;
    color: #ffffff;
    line-height: 1.5rem;
}

.button-Settlement {
    line-height: inherit;
    border: none;
}

.button-editaddress {
    margin: 0;
    padding: 0 1rem;
}

.button-deleteaddress {
    margin: 0;
    padding: 0 1rem;
}

.button-defaultaddress {
    margin: 0;
    padding: 0 1rem;
}

.button-submit {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1.5rem;
    background: #231f20
}

.button-confirmOrder {
    padding: 0 0.5rem;
    margin: 0;
    font-size: 0.8rem;
}

.button-addToCart {
    border-radius: 0;
    border: none;
    line-height: inherit;
    flex: 1;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.button-buyNow {
    border-radius: 0;
    border: none;
    line-height: inherit;
    flex: 1;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.button-share {
    width: 2rem;
    font-size: 0.5rem;
}

.button-order {
    padding: 0 .5rem;
    line-height: 1rem;
    font-size: 0.7rem;
    display: inline-block;
    width: 5rem;
}
.button-shippingmethod{
    padding: 0 .5rem;
    line-height: 1rem;
    display: inline-block;
    width: 5rem;
    border-radius: 0;
    border: 1px solid #beb6b8;
}
.tips{
    background-color: #231f20;
    color: white;
    line-height: 3rem;
    width: 13rem;
    font-size: 0.8rem;
    border-radius: 0.25rem;
    letter-spacing: 0.1rem;
    text-align: center;
    display: block;
    z-index:100000;
    position:absolute;
    margin-top:5%;
    right:20%;
    left:20%;
}
.overlay{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 102;
    background-color: #ffffff;
    opacity: .1;
    text-align: center;
    display:block;
}
.style{
    border-color:#f26666;
    color:#f26666
}

.button-login {
    line-height: 1.5rem;
    background-color: #231f20;
    color: #ffffff;
}

.button-reset {
    background-color: #231f20;
    color: #ffffff;
    line-height: 1.5rem;
}

.button-register {
    background-color: #231f20;
    color: #ffffff;
    line-height: 1.5rem;
}

.button-confirm {
    background-color: #231f20;
    color: #ffffff;
    line-height: 1.5rem;
}


.button-cancel {
    line-height: 1.5rem;
}
.button-sendGood {
    line-height: 1.5rem;
}

.button-wechat {
    line-height: 1.5rem;
}

.button-newAddress {
    line-height: 1.5rem;
    display: block;
}

.button-next {
    background-color: #231f20;
    color: #ffffff;
    line-height: 1.5rem;
}

.button-normal {
    line-height: 1.5rem;
}
.button-black {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border: none;
    padding: 0.2rem 0.3rem;
    background-color: #585857; 
    font-weight: bold;
    color: #ffffff;
    margin: auto;
}
.button-redemption {
    display: inline-block;
    background-color: #000; 
    color: #ffffff;
    vertical-align: middle;
    line-height: 2.4rem;
    width: 3.5rem;
    border-radius: 0;
}
.button-fight-group {
    border-radius: 0;
    border: none;
    line-height: inherit;
    flex: 1;
    border-radius: 25px;
    background: #ea682a;
    color: #fff;
}

.button-join-group {
    border-radius: 0;
    border: none;
    line-height: inherit;
    flex: 1;
    border-radius: 25px;
    background: #ea682a;
    color: #fff;
    line-height: 32px;
}
[class^="icon-"], [class*=" icon-"] {
    height: 2rem;
    width: 2rem;
    background-image: url('Images/icon.png?i=1');
    -ms-background-size: 100%;
    background-size: 100%;
    display: inline-block;
    margin: auto;
    cursor: pointer;
    background-repeat: no-repeat;
    vertical-align: middle;
    user-select: none;
}

.light {
    color: black;
    background-image: url('Images/icon-light.png?i=1');
}

.grey {
    color: gray;
    background-image: url('Images/icon.png');
}

.icon-menu {
    height: 1.5rem;
    width: 1.5rem;
    margin-top: 0.25rem;
    background-position: 0 0;
}

.icon-plus {
    background-position: 0 -38rem;
}

.icon-minus {
    background-position: 0 -40rem;
}

.icon-search {
    height: 1rem;
    width: 1rem;
    margin: 0.5rem;
    background-position: 0 -2rem;
}

.icon-shoppingCar {
    height: 2rem;
    width: 2rem;
    background-position: 0 -20rem;
}

.icon-next {
    position: absolute;
    top: 50%;
    z-index: 20;
    margin-top: -2rem;
    right: 0.15rem;
    background-position: 0 -16rem;
}

.icon-prev {
    position: absolute;
    top: 50%;
    z-index: 20;
    left: 0.15rem;
    margin-top: -2rem;
    background-position: 0 -14rem;
}

.icon-selected {
    width: 1rem;
    height: 1rem;
    background-position: 0 -2rem;
}

.icon-deleteWindow {
    width: 0.75rem;
    height: 0.75rem;
    background-position: 0 -8.25rem;
}

.icon-back {
    position: absolute;
    top:  0.5rem;
    width: 1rem;
    height: 1rem;
    background-position: 0 -3rem;
}

.icon-rightArrow {
    width: 1rem;
    height: 1rem;
    background-position: 0 -4rem;
}

.icon-coupon {
    width: 1.5rem;
    height: 1.5rem;
    background-position: 0 -0rem;
}

.icon-orderby {
    width: 0.75rem;
    height: 0.75rem;
    background-position: 0 -9.75rem;
}

.icon-myCoupon {
    width: 1.5rem;
    height: 1.5rem;
    background-position: 0 -10.5rem;
}

.icon-myOrder {
    width: 1.5rem;
    height: 1.5rem;
    background-position: 0 -12rem;
}

.icon-myShipTo {
    width: 1.5rem;
    height: 1.5rem;
    background-position: 0 -13.5rem;
}

.icon-myCart {
    width: 1.5rem;
    height: 1.5rem;
    background-position: 0 -15rem;
}

.icon-myFriend {
    width: 1.5rem;
    height: 1.5rem;
    background-position: 0 -34.5rem;
}

.icon-myGift {
    width: 1.5rem;
    height: 1.5rem;
    background-position: 0 -57rem;
}

.icon-check {
    width: 1rem;
    height: 1rem;
    background-position: 0 -5rem;
}

.icon-rightCircleArrow {
    width: 0.65rem;
    height: 0.65rem;
    margin-left: 0.25rem;
    background-position: 0 -0.65rem;
}

.icon-showpassword {
    width: 1.5rem;
    height: 1.5rem;
    background-position: 0 -18rem;
}

.icon-dot {
    width: 1.5rem;
    height: 1.5rem;
    margin-top:-0.5rem;
    background-position: 0 -27rem;
}

.icon-dotlist {
    width: 1.5rem;
    height: 1.5rem;
    background-position: 0 -28.5rem;
}


.icon-noCoupon {
    width: 3rem;
    height: 3rem;
    background-position: 0 -51rem;
}

.icon-noOrder {
    width: 3rem;
    height: 3rem;
    background-position: 0 -42rem;
}

.icon-noProduct {
    width: 3rem;
    height: 3rem;
    background-position: 0 -42rem;
}

.icon-noAddress {
    width: 3rem;
    height: 3rem;
    background-position: 0 -48rem;
}

.icon-noCart {
    width: 3rem;
    height: 3rem;
    background-position: 0 -30rem;
}

.icon-payMark {
    width: 5rem;
    height: 5rem;
    background-position: 0 -105rem;
}

.icon-share {
    width: 1.5rem;
    height: 1.5rem;
    background-position: 0 -33rem;
    margin-right: 6rem;
}

.icon-crown1 {
    width: 1.5rem;
    height: 1.5rem;
    background-position: 0 -52.5rem;
    margin-right: 0.3rem;
}

.icon-crown2 {
    width: 1.5rem;
    height: 1.5rem;
    background-position: 0 -54rem;
    margin-right: 0.3rem;
}

.icon-crown3 {
    width: 1.5rem;
    height: 1.5rem;
    background-position: 0 -55.5rem;
    margin-right: 0.3rem;
}

.icon-qqService {
    width: 1rem;
    height: 1rem;
    background-position: 0 -42rem;
}
.icon-myPicture {
     width: 1.5rem;
    height: 1.5rem;
    background-position: 0 -58.5rem;
}
.icon-gameCenter {
     width: 1.5rem;
    height: 1.5rem;
    background-position: 0 -61.5rem;
}
.icon-integral {
     width: 1.5rem;
    height: 1.5rem;
    background-position: 0 -60rem;
}
.icon-couponDark {
    background-position: 0 -14rem;
}
.icon-gift {
    background-position: 0 -76rem;
}
/*圆形箭头-右*/
.icon-rightCircularArrow {
    width: 1rem;
    height:1rem;
    background-position: 0 -33rem;
}
/*圆形箭头-左*/
.icon-leftCircularArrow {
    width: 1rem;
    height: 1rem;
    background-position: 0 -34rem;
}
.couponBtnBg {
    background-image: url('Images/icon_coupon.png');
    background-repeat:no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    margin: 0;
}

[class^="window-"], [class*=" window-"] {
    margin: auto;
    position: fixed;
    z-index: 103;
    display: none;
    background-color: #ffffff;
    padding: 0.5rem;
    border-radius: 0.25rem 0.25rem 0 0;
    overflow: scroll;
    left: 0;
    right: 0;
    bottom: 0;
}
    /*标题*/
    [class^="window-"] .title,
    [class*=" window-"] .title {
        font-size:.8rem;
        text-align: center;
        padding: 1rem;
        line-height: 1.5rem;
        word-break: break-all;
    }

    [class^="window-"] .operate-area,
    [class*=" window-"] .operate-area {
        padding-top: 1rem;
        text-align: center;
        padding-bottom: 1rem;
    }

/*确认框*/
.window-confirm {
    z-index: 120;
}
/*弹窗*/
.window-container {
    
}

.window-deleteCart {
    height: 10rem;
}
.window-hit {
    z-index: 1000;
    background-color: black;
    color: white;
    width: 13rem;
    height: 4rem;
    line-height: 4rem;
    top: 0;
    margin: auto;
    text-align: center;
    left:-100%;
    transform: translate(-50%,-50%);
    border-radius: 0;
    opacity: 0;
}

.window-alert {
    min-height: 80px;
    z-index: 1000;
    padding: 0;
    margin: 0;
}
.window-login {
    z-index: 107;
}

.xdsoft_datetimepicker {
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
	background: #fff;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 8px;
	padding-left: 0;
	padding-top: 2px;
	position: absolute;
	z-index: 9999;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}
.xdsoft_datetimepicker.xdsoft_rtl {
	padding: 8px 0 8px 8px;
}

.xdsoft_datetimepicker iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	height: 210px;
	background: transparent;
	border: none;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
	border: none !important;
}

.xdsoft_noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.xdsoft_noselect::selection { background: transparent }
.xdsoft_noselect::-moz-selection { background: transparent }

.xdsoft_datetimepicker.xdsoft_inline {
	display: inline-block;
	position: static;
	box-shadow: none;
}

.xdsoft_datetimepicker * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
	display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
	display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
	width: 300px;
	float: left;
	margin-left: 8px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
	float: right;
	margin-right: 8px;
	margin-left: 0;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
	width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
	width: 58px;
	float: left;
	text-align: center;
	margin-left: 8px;
	margin-top: 0;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
	float: right;
	margin-right: 8px;
	margin-left: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
	margin-top: 8px;
	margin-bottom: 3px
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
	position: relative;
	text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
	opacity: 0.5;
	background-position: -92px -19px;
	display: inline-block;
	width: 9px;
	height: 20px;
	vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
	float: left;
	background-position: -20px 0;
}
.xdsoft_datetimepicker .xdsoft_today_button {
	float: left;
	background-position: -70px 0;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
	float: right;
	background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev ,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 30px;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	outline: medium none;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 20px;
	min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
	float: none;
	background-position: -40px -15px;
	height: 15px;
	width: 30px;
	display: block;
	margin-left: 14px;
	margin-top: 7px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
	float: none;
	margin-left: 0;
	margin-right: 14px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
	background-position: -40px 0;
	margin-bottom: 7px;
	margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
	height: 151px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #f5f5f5;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: center;
	border-collapse: collapse;
	cursor: pointer;
	border-bottom-width: 0;
	height: 25px;
	line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div > div:first-child {
	border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
	display: inline;
	position: relative;
	z-index: 9999;
	margin: 0;
	padding: 5px 3px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background-color: #fff;
	float: left;
	width: 182px;
	text-align: center;
	cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover>span {
	text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
	opacity: 1.0;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
	border: 1px solid #ccc;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 101;
	display: none;
	background: #fff;
	max-height: 160px;
	overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect{ right: -7px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect{ right: 2px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #fff;
	background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
	padding: 2px 10px 2px 5px;
	text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
	width: 100px;
	text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
	clear: both;
}

.xdsoft_datetimepicker .xdsoft_year{
	width: 48px;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
	border-collapse: collapse;
	width: 100%;

}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
	padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th {
	width: 14.2857142%;
	background: #f5f5f5;
	border: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
	padding: 0;
	border-collapse: collapse;
	cursor: pointer;
	height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
	width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
	color: #33aaff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box >div >div.xdsoft_disabled {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #fff !important;
	background: #ff8000 !important;
	box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
	background: #33aaff !important;
	box-shadow: #178fe5 0 1px 3px 0 inset !important;
	color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_disabled:hover {
	color: inherit	!important;
	background: inherit !important;
	box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	font-weight: 700;
	text-align: center;
	color: #999;
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
	color: #ccc !important;
	font-size: 10px;
	clear: both;
	float: none;
	margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a { color: #eee !important }
.xdsoft_datetimepicker .xdsoft_copyright a:hover { color: #aaa !important }

.xdsoft_time_box {
	position: relative;
	border: 1px solid #ccc;
}
.xdsoft_scrollbar >.xdsoft_scroller {
	background: #ccc !important;
	height: 20px;
	border-radius: 3px;
}
.xdsoft_scrollbar {
	position: absolute;
	width: 7px;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
	left: 0;
	right: auto;
}
.xdsoft_scroller_box {
	position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
	box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
	background: #000;
	border-bottom: 1px solid #444;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
	border-bottom: 1px solid #222;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #0a0a0a;
	border-top: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
	background-color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
	border: 1px solid #333;
	background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #000;
	background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0a0a0a;
	border: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
	color: #cc5500;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color:#000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color:#000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #000 !important;
	background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright { color: #333 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a { color: #111 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover { color: #555 !important }

.xdsoft_dark .xdsoft_time_box {
	border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar >.xdsoft_scroller {
	background: #333 !important;
}
.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #dddddd !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px;
}
.xdsoft_datetimepicker .blue-gradient-button {
	font-family: "museo-sans", "Book Antiqua", sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #82878c;
	height: 28px;
	position: relative;
	padding: 4px 17px 4px 33px;
	border: 1px solid #d7d8da;
	background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* IE10+ */
	background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
/* IE6-9 */
}
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
  /* IE6-9 */
}
/*顶部*/
header {
    width: 100%;
    background-color: #FFFFFF;
}
.mainbody {
width:1080px;
}
.top-box {
    height: 120px;
    background-color: #fff;
}
.btn-blue {
    padding: 10px;
    font-size: 20px;
    border: 1px solid #74B3F5;
    width: 170px;
    color: #FFFFFF;
    background-color: #74B3F5;
}

.left-box {
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: justify;
}

    .left-box .item {
        padding-left: 24px;
        background-image: url(../images/top_hi.png);
        background-repeat: no-repeat;
        background-position: 0px center;
        line-height: 30px;
    }

.top-box span {
    display: inline-block;
}

.right-box {
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: justify;
}

    .right-box span {
        display: inline-block;
        margin-left: 10px;
    }

    .right-box .address {
        background-position: 0px center;
        background-image: url(/Content/Images/cpwf/address.png);
        background-repeat: no-repeat;
        padding-left: 36px;
        line-height: 2.5rem;
    }
    .right-box .phone {
        background-position: 0px center;
        background-image: url(/Content/Images/cpwf/phone.png);
        background-repeat: no-repeat;
        padding-left: 36px;
        line-height: 2.5rem
    }

    .right-box .email {
        background-position: 0px center;
        background-image: url(/Content/Images/cpwf/email.png);
        background-repeat: no-repeat;
        padding-left: 36px;
        line-height: 2.5rem;
    }

    .right-box a:hover {
        color: #004684;
        transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
    }
/*logo*/
.logo {
    float: left;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .logo > a {
        display: block;
    }


/*导航*/
nav {
    background: linear-gradient(to right,#35B770,#2351CA);
    height: 48px;
    width: 100%;
}

.nav {
    display: inline-block;
    height: 48px;
}

    .nav li {
        float: left;
        height: 48px;
        width:16%;
        line-height: 48px;
        position: relative;
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 17px;
        padding-left: 17px;
        z-index: 69;
        text-align:center;
        cursor:pointer;
    }
        .nav li:not(:nth-child(1)) {
        border-left:1.5px solid #FFFFFF;
        }
        .nav li.sub a {
            color: #fff;
            text-align: center;
        }

        .nav li.sub:hover, .nav li.sub.cur {
            /*background: #002C52;*/
        }

            .nav li.sub:hover p > a {
                /*background-color: #0062b8;*/
            }

        .nav li .subNav {
            position: absolute;
            top: 48px;
            z-index: 69;
            line-height: normal;
            display: none;
            background-color: #0062b8;
            left: 0px;
        }

            .nav li .subNav p a {
                color: #000;
                display: block;
                text-align: left;
                padding-top: 7px;
                padding-right: 12px;
                padding-bottom: 7px;
                padding-left: 12px;
                list-style-type: disc;
                border-bottom-width: 1px;
                border-bottom-style: solid;
                border-bottom-color: #00549e;
            }

                .nav li .subNav p a:hover {
                    color: #fff;
                }

.current {
    /*background: #002c52;*/
    border-bottom:none !important;
}
/*banner*/ .topbanner {
    height: auto;
    position: relative;
    width: 100%;
    overflow: hidden;
}
/*服务项目*/ .fuwu {
    width: 100%;
    overflow: hidden;
}

    .fuwu .fuwu-list {
        display: block;
        float: left;
        height: auto;
        width: 23%;
        padding: 1%;
        background-image: url(../images/fuwu-list-bg.jpg);
        background-position: 0px 1000px;
        background-repeat: no-repeat;
        overflow: hidden;
    }

    .fuwu .item {
        background-position: center center;
        height: 180px;
        width: 180px;
        border-radius: 50%;
        background-size: 180px 180px;
        display: block;
        margin: auto;
    }

    .fuwu .item1 {
        background-image: url(../images/fuwu1.jpg);
    }

    .fuwu .item2 {
        background-image: url(../images/fuwu2.jpg);
    }

    .fuwu .item3 {
        background-image: url(../images/fuwu3.jpg);
    }

    .fuwu .item4 {
        background-image: url(../images/fuwu4.jpg);
    }

    .fuwu .fuwu-title {
        font-weight: 600;
        color: #666;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .fuwu p {
        color: #666;
        padding-right: 5px;
        padding-left: 5px;
    }

    .fuwu a {
        display: block;
        width: 50%;
        padding-top: 5px;
        padding-bottom: 5px;
        border: 2px solid #004684;
        text-align: center;
        margin-top: 10px;
        margin-right: auto;
        margin-bottom: 10px;
        margin-left: auto;
        font-weight: 600;
    }

    .fuwu .fuwu-list:hover a {
        color: #fff;
        background-color: #004684;
        -webkit-transition: all .5s ease-in-out 0s;
        -moz-transition: all .5s ease-in-out 0s;
        -ms-transition: all .5s ease-in-out 0s;
        -o-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s;
    }

    .fuwu .fuwu-list:hover {
        -webkit-transition: all .5s ease-in-out 0s;
        -moz-transition: all .5s ease-in-out 0s;
        -ms-transition: all .5s ease-in-out 0s;
        -o-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s;
        background-position: 0px 0px;
    }

        .fuwu .fuwu-list:hover .fuwu-title {
            -webkit-transition: all .5s ease-in-out 0s;
            -moz-transition: all .5s ease-in-out 0s;
            -ms-transition: all .5s ease-in-out 0s;
            -o-transition: all .5s ease-in-out 0s;
            transition: all .5s ease-in-out 0s;
        }

        .fuwu .fuwu-list:hover .item {
            -webkit-transition: all .5s ease-in-out 0s;
            -moz-transition: all .5s ease-in-out 0s;
            -ms-transition: all .5s ease-in-out 0s;
            -o-transition: all .5s ease-in-out 0s;
            transition: all .5s ease-in-out 0s;
            color: #004684;
            -webkit-transition-delay: .4s;
            -moz-transition-delay: .4s;
            -ms-transition-delay: .4s;
            -o-transition-delay: .4s;
            transition-delay: .4s;
            transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
        }
/*产品展示*/ .service {
    width: 100%;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 35px;
    height: auto;
}

.service_item_one {
    margin-left: -5px;
}

.custom {
    color: #666;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 15px;
}

    .custom .custom-title {
        font-size: 15px;
        color: #333;
        font-weight: 600;
    }

.service li {
    float: left;
    width: 280px;
    height: auto;
    overflow: hidden;
    border-radius: 3px;
    background-color: #fff;
    transition: all .3s linear;
    cursor: pointer;
    position: relative;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ebebeb;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

    .service li:hover {
        margin-top: 0px;
    }

.service_img {
    height: 200px;
    width: 280px;
    overflow: hidden;
}

    .service_img img {
        margin: auto;
        height: 200px;
        width: 280px;
        border-radius: 0px;
        transition: all 0.5s;
    }

.service_item_one li:hover .service_img img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.service_item_one .content {
    color: #848484;
    text-align: center;
    left: 0px;
    width: 100%;
    margin-bottom: 10px;
}

    .service_item_one .content .content_tit {
        color: #565656;
        margin-top: 20px;
        font-weight: 600;
    }

    .service_item_one .content .content_txt {
        padding: 10px;
        text-align: left;
        text-indent: 2em;
    }

    .service_item_one .content a {
        display: none;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        color: #FFFFFF;
        width: 50%;
        margin-top: 10px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        font-weight: 600;
        text-align: center;
        padding-top: 8px;
        padding-bottom: 8px;
        background-color: #004684;
    }

        .service_item_one .content a:hover {
            background-color: #0033CC;
        }

.service_item_one li:hover a {
    display: block;
}

.service_item_one li:hover .content .content_tit {
    color: #004684;
}
/*关于*/
.about {
    background-repeat: no-repeat;
    background-position: left top;
    width: 100%;
    background-color: #d3e2ff;
}

.about_content {
    text-indent: 2em;
}

    .about_content a {
        color: #000;
        margin-left: 25px;
    }

.friend {
    height: auto;
    overflow: hidden;
    width: 1180px;
    margin-top: 15px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
}

.mr_frBtnL {
    cursor: pointer;
    display: inline;
    float: left;
    height: 28px;
    width: 28px;
    margin-top: 120px;
    margin-bottom: 0;
    margin-left: 0;
}

.mr_frUl {
    float: left;
    width: 1120px;
}

.mr_frBtnR {
    float: left;
    margin-top: 120px;
    cursor: pointer;
    width: 28px;
    height: 28px;
}

.mr_frUl ul li {
    display: inline;
    float: left;
    width: 205px;
    overflow: hidden;
    position: relative;
    margin: 10px;
}

    .mr_frUl ul li a img {
        display: block;
        width: 205px;
    }
/*新闻*/ .news {
    background: #fff;
    padding-bottom: 20px;
    width: 100%;
    overflow: hidden;
}

    .news .news-item {
        display: block;
    }

        .news .news-item li {
            display: block;
            margin-top: 20px;
            display: block;
            float: left;
            width: 49%;
            margin-left: 1%;
        }

    .news li span {
        float: left;
        display: block;
        color: #999;
        height: auto;
        font-size: 14px;
    }

    .news li i {
        font-size: 16px;
        line-height: 26px;
        color: #333;
        font-style: normal;
        display: block;
    }

    .news li q {
        display: block;
        padding: 10px;
        background-color: #CCCCCC;
        color: #000;
    }

    .news li p {
        display: block;
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: #ccc;
        padding-left: 10px;
        margin-left: 50px;
    }

    .news li .news-title {
        font-weight: 600;
        display: block;
    }

    .news li .more {
        display: block;
        clear: both;
        font-weight: 600;
        text-align: center;
        width: 120px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        border: 2px solid #004684;
        text-align: center;
    }

        .news li .more:hover {
            clear: both;
            color: #fff;
            background-color: #004684;
            -webkit-transition: all .5s ease-in-out 0s;
            -moz-transition: all .5s ease-in-out 0s;
            -ms-transition: all .5s ease-in-out 0s;
            -o-transition: all .5s ease-in-out 0s;
            transition: all .5s ease-in-out 0s;
        }
/*友链*/ .link {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.link-tit {
    font-size: 16px;
    color: #333;
    line-height: 32px;
}

.link_con a {
    display: inline-block;
    margin-right: 10px;
    line-height: 32px;
    color: #999;
}

    .link_con a:hover {
        color: #ff6600;
    }
/*底部*/ footer {
    padding-top: 30px;
    background-color: #333333;
    padding-bottom: 0px;
    height:170px;
}

.foot {
    height: auto;
    width: 100%;
    overflow: hidden;
}

.foot_nav {
    width: 100%;
}

    .foot_nav dl {
        float: left;
        width: 50%;
        margin-bottom: 15px;
        height: auto;
    }

    .foot_nav dt {
        font-size: 15px;
        color: #FFFFFF;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .foot_nav dd span {
        font-size: 15px;
        color: #FFFFFF;
        font-weight: 600;
    }

    .foot_nav dd {
        padding-top: 4px;
        padding-bottom: 4px;
    }

        .foot_nav, .foot_nav dd a {
            color: #CCCCCC;
        }

            .foot_nav dd a:hover {
                color: #FFFFFF;
                text-decoration: underline;
            }

footer .bottom {
    text-align: center;
    color: #CCCCCC;
    padding-bottom: 8px;
    padding-top: 8px;
    background-color: #000000;
}

    footer .bottom a {
        color: #ccc;
        text-decoration: none;
    }

        footer .bottom a:hover {
            color: #FFFFFF;
            text-decoration: underline;
        }

.dingyue {
    margin-top: 15px;
    height: 30px;
}

    .dingyue form {
        height: 30px;
    }

.dingyue-key {
    float: left;
    height: 28px;
    line-height: 28px;
    color: #999;
    background-color: #4d4d4d;
    border: 1px solid #4d4d4d;
    width: 70%;
    padding-left: 10px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.dingyue-go {
    float: left;
    width: 60px;
    height: 30px;
    border: medium none;
    cursor: pointer;
    background-color: #2db578;
    color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
}
/*手机导航*/
.meun {
    background-color: #ce2222;
    display: block;
    height: 30px;
    width: 40px;
    position: absolute;
    top: 0px;
    z-index: 99;
    border-radius: 6px;
    right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.meun-nav {
    background: transparent;
    border: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
}

    .meun-nav span {
        background-color: #fff;
        display: block;
        height: 3px;
        width: 30px;
        margin-top: 5.25px;
        margin-right: auto;
        margin-left: auto;
    }

.meunCont {
    background: #fff;
    display: none;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    position: absolute;
    z-index: 9999;
    width: 100%;
    top: 60px;
}

    .meunCont dl {
        border-top: 1px solid #e5e5e5;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .meunCont dt {
        font-size: 15px;
    }

        .meunCont dt a {
            color: #333;
        }

    .meunCont dd {
        font-size: 14px;
    }

        .meunCont dd a {
            color: #999;
            margin-top: 8px;
            margin-right: 8px;
            display: inline-block;
        }

    .meunCont a:hover {
        color: #666;
    }

    footer div { line-height:30px; }
    footer input { width: 80%; height: 25px; border-radius: 10px; border: solid 1px #fff; }
footer button { background-color: aqua; border: solid 1px aqua; color: #fff; border-radius: 12px; height: 25px; width: 80px }
footer a { color:#fff; }

.wrap {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding: 0px;
    margin-top: 0;
    margin-bottom: 0;
}

    .wrap::after {
        display: table;
        clear: both;
        content: "";
    }
/*返回顶部*/ .fix-nav {
    display: none;
    position: fixed;
    left: 100%;
    bottom: 60px;
    width: 100%;
    margin-left: -60px;
    z-index: 999;
}

    .fix-nav .fix-nav-wrap {
        background-color: rgba(0, 70, 132, 0.6);
        width: 32px;
        height: 32px;
        text-align: center;
        border-radius: 4px;
        cursor: pointer;
    }

    .fix-nav .i-totop {
        width: 28px;
        display: block;
        margin: 0 auto;
    }
/*底部浮动*/ .social_nav {
    height: 55px;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    background-color: #fff;
    z-index: 9999;
}

    .social_nav a {
        display: block;
        height: 55px;
        width: 25%;
        float: left;
        font-size: 13px;
        color: #333;
        text-align: center;
        line-height: 85px;
        position: relative;
    }

    .social_nav .home {
        background-image: url(../images/foot1.png);
        background-repeat: no-repeat;
        background-size: 24px 26px;
        background-position: center 5px;
    }

    .social_nav .tel {
        background-image: url(../images/foot66.png);
        background-repeat: no-repeat;
        background-size: 24px 26px;
        background-position: center 5px;
    }

    .social_nav .sms {
        background-image: url(../images/foot3.png);
        background-repeat: no-repeat;
        background-size: 26px 26px;
        background-position: center 5px;
    }

    .social_nav .map {
        background-image: url(../images/foot4.png);
        background-repeat: no-repeat;
        background-size: 22px 26px;
        background-position: center 5px;
    }

    .social_nav img {
        position: absolute;
        padding-left: 15px;
        padding-top: 5px;
        width: 24px;
        height: 26px;
        animation-name: telshow;
        animation-duration: 1.0s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        -webkit-animation-name: telshow;
        -webkit-animation-duration: 1.0s;
        -webkit-animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        -o-animation-name: telshow;
        -o-animation-duration: 1.0s;
        -o-animation-timing-function: linear;
        -o-animation-iteration-count: infinite;
    }

@keyframes telshow {
    0% {
        transform: rotate(0deg)
    }

    5% {
        transform: rotate(-13deg)
    }

    10% {
        transform: rotate(0deg)
    }

    15% {
        transform: rotate(-13deg)
    }

    20% {
        transform: rotate(0deg)
    }

    25% {
        transform: rotate(-13deg)
    }

    100% {
        transform: roate(0deg)
    }
}

@-webkit-keyframes telshow {
    0% {
        -webkit-transform: rotate(0deg)
    }

    5% {
        -webkit-transform: rotate(-13deg)
    }

    10% {
        -webkit-transform: rotate(0deg)
    }

    15% {
        -webkit-transform: rotate(-13deg)
    }

    20% {
        -webkit-transform: rotate(0deg)
    }

    25% {
        -webkit-transform: rotate(-13deg)
    }

    100% {
        -webkit-transform: roate(0deg)
    }
}

@media screen and (min-width:1200px) {
    body {
        font-size: 14px;
    }

    .wrap {
        width: 1180px;
    }

    .meun, .meunBox, .social_nav {
        display: none;
    }

    .news li .news-title {
        font-weight: 600;
        display: block;
        white-space: nowrap;
        overflow: hidden;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    body {
        font-size: 14px;
    }

    .wrap {
        width: 960px;
    }

    .meun, .meunBox, .social_nav {
        display: none;
    }

    .nav {
        width: 960px;
    }

        .nav li {
            padding-right: 7px;
            padding-left: 7px;
        }

    .fuwu .fuwu-title {
        min-height: 40px;
        padding-bottom: 0px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .fuwu p {
        max-height: 63px;
        overflow: hidden;
    }

    .service li {
        width: 224px;
        margin-top: 20px;
        margin-right: 8px;
        margin-bottom: 10px;
        margin-left: 8px;
    }

    .service_img {
        width: 224px;
        height: 160px;
    }

        .service_img img {
            width: 224px;
            height: 160px;
        }

    .friend {
        width: 960px;
    }

    .mr_frUl {
        width: 900px;
    }

        .mr_frUl ul li {
            width: 171px;
            margin: 5px;
        }

            .mr_frUl ul li a img {
                display: block;
                width: 171px;
                height: 225px;
            }

    .mr_frBtnL, .mr_frBtnR {
        margin-top: 96px;
    }

    .news li .news-title {
        font-weight: 600;
        display: block;
        white-space: nowrap;
        overflow: hidden;
    }

    .foot_nav dl {
        width: 25%;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    body {
        font-size: 13px;
    }

    .wrap {
        width: 740px;
    }

    .left-box, nav, .search, .social_nav {
        display: none;
    }

    .logo {
        margin-top: 10px;
        margin-bottom: 10px;
        float: none;
    }

        .logo img {
            width: 208px;
            height: 40px;
        }

    .meun {
        top: 40px;
    }

    .fuwu .item {
        height: 120px;
        width: 120px;
        background-size: 120px 120px;
    }

    .fuwu .fuwu-title {
        min-height: 40px;
        padding-bottom: 0px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .service_item_one {
        width: 740px;
        overflow: hidden;
    }

    .service li {
        width: 230.66px;
        margin-top: 20px;
        margin-right: 8px;
        margin-bottom: 10px;
        margin-left: 8px;
    }

    .service_img {
        width: 230.66px;
        height: 165px;
    }

        .service_img img {
            width: 230.66px;
            height: 165px;
        }

    .mr_frUl {
        width: 680px;
        overflow: hidden;
    }

        .mr_frUl ul li {
            width: 160px;
            margin: 5px;
        }

            .mr_frUl ul li a img {
                display: block;
                width: 160px;
                height: 210px;
            }

    .mr_frBtnL, .mr_frBtnR {
        margin-top: 90px;
    }

    .news li .news-title {
        font-weight: 600;
        display: block;
        white-space: nowrap;
        overflow: hidden;
    }

    .dingyue-key {
        width: 60%;
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    body {
        font-size: 13px;
    }

    .wrap {
        max-width: 640px;
    }

    .left-box, nav, .search, .right-box .phone, .right-box .email, .friend, .foot_nav_hidd, .top-box {
        display: none;
    }

    .logo {
        padding-top: 10px;
        padding-bottom: 10px;
        float: none;
    }

        .logo img {
            width: 208px;
            height: 40px;
        }

    .meun {
        top: 10px;
    }

    .fuwu .fuwu-list {
        width: 46%;
        padding: 2%;
    }

    .fuwu .item {
        height: 80px;
        width: 80px;
        background-size: 80px 80px;
    }

    .fuwu a {
        width: 80%;
    }

    .fuwu .fuwu-title {
        min-height: 40px;
        padding-bottom: 0px;
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .fuwu p {
        max-height: 55px;
        overflow: hidden;
    }

    .service {
        padding-bottom: 15px;
    }

    .service_item_one {
        width: 100%;
        overflow: hidden;
        margin-left: 0px;
    }

    .service li {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        margin-bottom: 10px;
    }

        .service li:hover {
            margin-top: 0px;
        }

    .service_img, .service_item_one .content {
        width: 90%;
        height: auto;
        margin: auto;
        padding-top: 2%;
    }

        .service_img img {
            width: 100%;
        }

        .service_item_one .content a {
            display: block;
            margin-bottom: 15px;
        }

    .about {
        height: auto;
    }

    .about {
        padding-bottom: 10px;
    }

    .news .news-item li {
        width: 96%;
        margin: auto;
        float: none;
    }

    footer .bottom {
        padding-bottom: 65px;
    }

    .link, .foot_nav, .foot_nav dl, .about_content, .custom, .foot_nav dl {
        width: 90%;
        margin: auto;
        float: none;
    }

    .dingyue {
        margin-top: 0px;
        margin-bottom: 8px;
    }

    .dingyue-key {
        width: 60%;
    }

    .foot_nav dt {
        padding-left: 35px;
    }

    .foot_nav .lianxi_icon {
        background-image: url(../images/contact_bg.png);
        background-repeat: no-repeat;
    }

    .foot_nav .lianxi_tel {
        background-position: 0 -3px;
    }

    .foot_nav .lianxi_mobile {
        background-position: 0 -33px;
    }

    .foot_nav .lianxi_email {
        background-position: 0 -63px;
    }

    .foot_nav .lianxi_address {
        background-position: 0 -93px;
    }

    .foot_nav dd {
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 30px;
    }

}

::-webkit-scrollbar { display: none; }flexbackground-memberCenter

@font-face { font-family: "Noto Sans CJK", "SF Pro Text", "San Francisco", "Helvetica Neue", "Helvetica","Arial",sans-serif; }

html, body { height: 100%; width: 100%; }

html { font-size: 20px; font-family: "Noto Sans CJK", "SF Pro Text", "San Francisco", "Helvetica Neue", "Helvetica","Arial",sans-serif; /*font-size: 100%;*/ color: #231f20; }

* { padding: 0; margin: 0; box-sizing: border-box; }

a { text-decoration: none; color: #231f20; }

ol, ul { list-style: none; margin: 0; padding: 0; }

img { display: block; margin: auto; vertical-align: middle; }

input { width: 100%; }

span { display: inline-block; line-height: inherit; }

select { font-size: 0.7rem; padding: 0.25rem; text-align: center; -webkit-appearance: none; appearance: none; border-radius: 0.2rem; background-color: #ffffff; }

option { font-size: 0.6rem; line-height: 1rem; }

.cart { line-height: 1.0rem; }

.minus, .plus { width: 1rem; height: 1rem; font-size: 1rem; text-align: center; color: #231f20; display: inline-block; }

.minus.disabled, .plus.disabled { color: gray; }

.car-num { font-size: 0.7rem; text-align: center; display: inline-block; padding: 0 0.25rem; margin:0 -0.25rem; width: 2.1rem; color: black; border: none; }

.main-container { top: 3rem; bottom: 3rem; z-index: 50; left: 0; right: 0; position: absolute; background-color: #ffffff; overflow-x: hidden; overflow-y: auto; }

.giveaway-quantity { font-size: 0.7rem; line-height: 0.8rem; height: 0.8rem; }

.logo {
    height: 1.5rem;
    width: 4.2rem;
    margin-top: 0.25rem;
    -ms-background-size: 100%;
    background-s .background-lineSpiltize: 100%;
    display: inline-block;
    background-repeat: no-repeat;
}

.background-white { color: #231f20; background-color: #ffffff; }

.background-grey { color: white; background-color: #898989; }

.background-lineSpilt { background-color: #e5e5e5; height: 0.05rem; }

.background-black { background-color: #231f20; color: white; }

.background-lightblack { background-color: #49494d; color: white; }

.background-memberCenter { background-image: url('Images/personal.jpg?i=1'); background-repeat: no-repeat; background-size:cover; color: white; }

.text-black { color: black; }

.text-white { color: white; }

.text-red { color: #dd201c; }

.text-blod { font-weight: bold; }

/*物流状态*/
.status { display: inline-block; width: 50px; height: 100%; background-image: url("images/ico_status.png"); background-position: -50px center; background-repeat: no-repeat; }

.status-first { background-position: 0 center; }

.status-end { background-position: -150px center; }

.end { height: 2.5rem; }

.endmark { text-align: center; color: gray; }

.clear { clear: both; }

iframe { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 1000; height: 100%; width: 100%; border: none; }

.list-contanier { margin-left: -0.3rem; }

.form-row { position: relative; min-height: 30px; line-height: 30px; font-size: 0.8rem; margin-bottom: 5px; }

.form-row:after { content: ''; display: block; clear: both; }

.view-row { position: relative; min-height: 1.5rem; padding: 0.2rem 0; color: #231f20; background-color: #ffffff; border-bottom: 1px solid #dedede; display: block; font-size: 0.6rem; line-height: 1.5rem; line-height: 30px; }

.form-row .title { font-size: 1rem; line-height: 1.2rem; font-weight: bold; text-align: center; display: block; }

.form-row.left-label, .view-row.left-label { padding-left: 4rem; padding-right: 0.3rem; }

.form-row.right-label, .view-row.right-label { padding-right: 4rem; padding-left: 0.3rem; }

.view-row .content { margin: 0.2rem 0; line-height: 1.5rem; font-size: 0.7rem; }

.form-row .content { font-size: 0.7rem; padding: 5px; }

.form-row .label, .view-row .label { position: absolute; top: 50%; transform: translate(0,-50%); bottom: 0; font-size: 0.8rem; font-weight: bold; display: table; text-align: justify; text-align-last: justify; }

.left-label .label { left: 0.3rem; }

.right-label .label { right: 0.3rem; text-align: right; text-align-last: auto; }

.flex { display: flex; }

.flex-box { flex: 1; text-align: center; }

.logo-emptypage { display: block; margin: auto; width: 200px; height: 80px; background-repeat: no-repeat; background-size: contain; opacity: 0.5; }

.month { color: #b2b2b2; border: 1px solid transparent; height: 2rem; width: 2rem; line-height: 2rem; font-size: 0.8rem; margin: 0.3rem; text-align: center; }

.month.enabled { color: #1d1c21; }

.month.current { border: 1px solid #1d1c21; }

.box { margin-left: 0.3rem; margin-bottom: 0.3rem; }

.header-container { height: 3rem; z-index: 100; border-bottom: 1px solid #f8f8f8; margin-top: -1px; }

.footer-container { font-size: 0.6rem; font-weight: 700; height: 2.95rem; position: absolute; bottom: 0; right: 0; left: 0; line-height: 2.95rem; border-top: 1px solid #efefef; }

.footer {
    padding: 0.3rem;
    height: 3rem;
    background-color: #ff6637;
}

.sub-footer { position: absolute; bottom: 0; left: 0; right: 0; height: 2.5rem; }

.footer-light { color: #ffffff; background-image: url('Images/icon-footer-light.png?v=20180511'); }

.footer-grey { color: #000000; background-image: url('Images/icon-footer-grey.png?v=20180511'); }

[class^="icon-footer-"], [class*=" icon-footer-"] { height: 1.5rem; width: 1.5rem; background-size: 100%; display: block; margin: auto; cursor: pointer; }

.icon-footer-index { background-position: 0 0; }

.icon-footer-product { background-position: 0 -1.5rem; }

.icon-footer-about { background-position: 0 -3rem; }

.icon-footer-mycart { background-position: 0 -4.5rem; }

.icon-footer-member { background-position: 0 -6rem; }

.footer-text { font-size: 0.5rem; background: none; line-height: 0.8rem; }

.text-left { text-align: left; }

.text-center { text-align: center; }

.text-right { text-align: right; }

.header-left { position: absolute; left: 0.5rem; z-index: 101; height: 2rem; line-height: 2rem; }

.header-middle { position: absolute; left: 0; right: 0; top: 0; margin: auto; z-index: 100; text-align: center; line-height: 2rem; font-size: 0.8rem; }

.header-right { position: absolute; right: 0.5rem; top: 0rem; height: 2rem; z-index: 101; line-height: 2rem; }

.product_qty { width: 100%; height: 1.5rem; }

.product-name { font-size: 0.8rem; overflow: hidden; line-height: 0.9rem; }

.product-skuinfo { font-size: 0.6rem; line-height: 1rem; }

.product-name-list { overflow: hidden; height: 2rem; position: relative; }

.product-name-list span { text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; bottom: 0; position: absolute; line-height: 1rem; font-size: 0.6rem; }

.product-description { font-size: 0.75rem; line-height: 1rem; }

.product-description img { width: 100%; }

.product-footer { position: absolute; bottom: 0; left: 0; right: 0; height: 2.5rem; }

.product-price { font-size: 0.65rem; }

/*遮罩*/
[class^="shade-"], [class*=" shade-"] { width: 100%; height: 100%; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 102; background-color: #231f20; opacity: .5; text-align: center; display: none; }
/*上传等待图标*/
.shade-upload { background-position: center; background-repeat: no-repeat; background-image: url('images/upload.gif'); background-color: #eeeeee; }

.shade-alert { z-index: 200; }

.shade-login { z-index: 106; }

.shade-loading { z-index: 109; background-position: center 70%; background-repeat: no-repeat; background-image: url('images/upload.gif'); background-size: 15%; background-color: #eeeeee; }

.shade-hotimg { display: block; position: absolute; background-color: black; opacity: 0.20; }

.login-container { padding: 0.5rem; }

.float-left { float: left; }

.float-right { float: right; }

.width100 { width: 100%; }

.width25 { width: 25%; }

.width33 { width: 33.3333333333%; }

.width50 { width: 50%; }

.width40 { width: 40%; }
.width45 { width: 45%; }

.width60 { width: 60%; }

.width20 { width: 20%; }

.padding-top10 { padding-top: 0.5rem; }

.padding-top40 { padding-top: 2rem; }

.padding5 { padding: 0.25rem; }

.padding10 { padding: 0.5rem; }

.padding-bottom10 { padding-bottom: 0.5rem; }

.padding-bottom20 { padding-bottom: 1rem; }
.padding-bottom30 {
    padding-bottom: 1.5rem;
}

.padding15 { padding: 0.75rem; }

.padding20 { padding: 1rem; }

.paddinglr10 { padding-left: 0.5rem; padding-right: 0.5rem; }

.paddinglr20 { padding-left: 1rem; padding-right: 1rem; }

.margin20 { margin: 1rem; }

.margin10 { margin: 0.5rem; }

.margin5 { margin: 0.25rem; }

.margin2 { margin: 0.2rem; }
.margin-top5 { margin-top: 0.25rem; }

.margin-top10 { margin-top: 0.5rem; }

.margin-top15 { margin-top: 0.75rem; }

.margin-top20 { margin-top: 1rem; }

.margin-top40 { margin-top: 2rem; }

.margin-bottom10 { margin-bottom: 0.5rem; }

.font-size1 { font-size: 0.8rem; }

.font-size2 { font-size: 0.7rem; }

.font-size3 { font-size: 0.6rem;  }

.font-row1 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.font-row2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: bold;
    line-height: 1rem;
}



.cart-shop { padding: 5px 10px; font-size: 0.8rem; background-color: #f7f7f7; font-weight: bold; }

.cart-item { background-color: #ffffff; position: relative; }

.orderby-action { font-size: 0.75rem; line-height: 2rem; }

.category-name { font-size: 0.75rem; }

.order-action { font-size: 0.8rem; padding: 0 0.25rem; border-bottom: 2px solid transparent; }

.product-pagination .swiper-pagination-bullet { background: black; opacity: 0.8; }

.product-pagination .swiper-pagination-bullet-active { opacity: 1; background: #fd6f65; }

.color { width: 3rem; height: 3rem; text-align: center; display: block; }

.color.selected { border: 2px solid #dd201c; color: red; }

.coupon-center { margin: 0 auto; display: inline-block; font-size: 0.8rem; padding: 0.5rem 1rem; }

.selectedall { }

.user-avatar { height: 3rem; width: 3rem; display: inline-block; background-position: center; background-size: contain; background-repeat: no-repeat; }

.user-name { font-size: 0.8rem; }

.member-menu { font-size: 0.7rem; color: #393939; margin-top: 0.5rem; }

.inline-menu { flex: 1; font-size: 0.7rem; color: #fffffd; line-height: 1.5rem; }

.inline-menu + .inline-menu { border-left: 1px solid #fff; }

.shippingAddress-container { line-height: 1rem; font-size: 0.8rem; }

.shippingAddress-container .ShipTo { padding-right: 1rem; }

.title-login { line-height: 2rem; font-size: 0.7rem; }

.line-text { font-size: 0.7rem; text-align: left; line-height: 1.5rem; color: #231f20; }
.ysh-line-text {
    width: 100%;
  
}
.ysh-line-text-input {
    font-size: 0.7rem;
    text-align: left;
    line-height: 1.5rem;
    color: #231f20;
    width: 100%;
    line-height: 1rem;
    padding: 0.25rem;
    border: none;
    background-color: #F5F5F5;
}

/************************  Account 对应的视图  ************************/
@media all {
    .div-text { font-size: 0.8rem; width: 4rem; border-right: 1px silver; border-right-style: solid; line-height: 30px; line-height: 2rem; box-sizing: border-box; padding: 0 5px; text-align: justify; text-align-last: justify; }
}
/************************    输入    ************************/
@media all {
    /*/*输入样式*/

    .input- { }

    .input-login { border: none; }

    .input-text { background-color: #f0f0f0; }

    .login-inputcontainer { padding-left: 85px; line-height: 30px; line-height: 2rem; }

    .input-area { margin-bottom: -10px; background-color: #f0f0f0; }

    .input-tag { padding-right: 70px; }
}

/************************    背景    ************************/
@media all {
    .background-lightblack { background: #1b1c21; color: #fff; }
}

.content { font-size: 0.8rem; }

.content img { width: 100%; }

.product .swiper-wrapper { height: 300px; }

.sendcode { width: 5rem; padding: 0.5rem 0.5rem; text-align: center; font-size: .7rem }

.hide { display: none; }

.img-container { overflow: hidden; position: relative; }

.img-container img { height: 100%; position: absolute; margin: auto; left: 0; right: 0; }

.img-container::after { display: block; padding-top: 100%; content: ''; }

.menu-title { font-size: 0.75rem; padding-left: 0.5rem; }

.menu { z-index: 200; background-color: #49494d; color: white; display: none; }

.menu div { padding: 0.5rem 1rem; font-size: 0.7rem; }

.menu div + div { border-top: 1px dotted #e0e0e0; }

.coupon-container { position: relative; color: #ffffff; line-height: 1rem; background-position: center; background-size: cover; background-repeat: no-repeat; }

.coupon-right { width: 1.5rem; right: 5%; position: absolute; top: 25%; bottom: 1rem; text-align: center; font-size: .7rem; }

.coupon-left { width: 75%; height: 100%; left: 2%; position: absolute; }

.coupon-content { font-size: 1.4rem; position: absolute; left: 5%; top: 50%; line-height: 2rem; overflow: hidden; padding-left: 0.5rem; transform: translate(0,-50%) }
.coupon-symbol { font-size: 0.8rem; position: absolute; top: 0.2rem; left: 0px; transform: none; line-height: 0.8rem; }

.coupon-discount { font-size: 0.8rem; position: relative; }

.coupon-name { font-size: 0.6rem; left: 37%; display: flex; justify-content: center; align-content: center; flex-direction: column; line-height: 0.8rem; position: absolute; right: 0; z-index: 10; top: 0; height: 100%; }

.coupon-name .title { font-weight: bold; font-size: 0.7rem; line-height: 0.9rem; text-align: left; }

.coupon-name span { position: absolute; bottom: 0; }

.coupon-time { font-size: 0.5rem; line-height: 0.6rem; padding-left: 1rem; padding-bottom: 0.2rem; }

.selecte-section { line-height: 1rem; font-size: 0.8rem; border-bottom: 2px solid transparent; margin: 0.5rem; }

.couponHit { font-size: 0.6rem; margin: 0.5rem; }

.current { border-bottom: 2px solid black; }

.smallimg { width: 2.5rem; display: inline-block; }

.has-noMore { height: 64px; line-height: 64px; color: #b6b6b6; }
/*
    4.7 竖屏 IP6
*/
@media screen and (min-width:361px) and (max-width: 375px) {
    .coupon-name { line-height: 1rem; }
    .coupon-content { font-size: 1.8rem; line-height: 1.8rem; }
    .coupon-symbol { font-size: 1rem; }
}
/*
   5.1 竖屏  GALAXY S5
*/

@media screen and (min-width:321px) and (max-width: 360px) {
    .coupon-name { line-height: 1rem; }
    .coupon-content { font-size: 1.6rem; line-height: 1.6rem; }
    .coupon-symbol { font-size: 1rem; }
}
/*
    5.5 竖屏 IP6plus
*/
@media screen and (min-width: 376px) and (max-width: 414px) {
    .coupon-name { line-height: 1.2rem; }

    .coupon-content { font-size: 2rem; line-height: 2rem; }
    .coupon-symbol { font-size: 1rem; }
}

/*
    5.7 竖屏 Nexus 6P
*/
@media screen and (min-width: 415px) and (max-width: 435px) {
    .coupon-name { line-height: 1rem; }
    .coupon-content { font-size: 2rem; line-height: 2rem; }
    .coupon-symbol { font-size: 1rem; }
}
/*
    3.5 横屏 ip4
*/
@media screen and (min-width: 480px) and (max-width: 480px) {
    .coupon-name { line-height: 1rem; }
    .coupon-content { font-size: 3rem; line-height: 3rem; }
    .coupon-symbol { font-size: 1rem; }
}
/*
    4.0 横屏 ip5
*/
@media screen and (min-width: 481px) and (max-width: 568px) {
    .coupon-name { line-height: 1rem; }
    .coupon-content { font-size: 3rem; line-height: 3rem; }
    .coupon-symbol { font-size: 1rem; }
}
/*
   5.1 横屏  GALAXY S5
*/
@media screen and (min-width: 569px) and (max-width: 640px) {
    .coupon-name { line-height: 1rem; }
    .coupon-content { font-size: 3rem; line-height: 3rem; }
    .coupon-symbol { font-size: 1rem; }
}
/*
    4.7 横屏  IP6
*/
@media screen and (min-width: 641px) and (max-width: 667px) {
    .coupon-name { line-height: 1rem; }
    .coupon-content { font-size: 3rem; line-height: 3rem; }
    .coupon-symbol { font-size: 1rem; }
}
/*
    5.2 横屏 Nexus 5x
*/
@media screen and (min-width: 668px) and (max-width: 731px) {
    .coupon-name { line-height: 1rem; }
    .coupon-content { font-size: 4rem; line-height: 4rem; }
    .coupon-symbol { font-size: 1rem; }
}
/*
    5.5 横屏 IP6plus
*/
@media screen and (min-width:732px) and (max-width: 736px) {
    .coupon-name { line-height: 1rem; }
    .coupon-content { font-size: 4rem; line-height: 4rem; }
    .coupon-symbol { font-size: 1rem; }
}
/*
    ipad 横屏
*/
@media screen and (min-width: 767px) {
    .coupon-name { line-height: 1rem; }
    .coupon-content { font-size: 4.5rem; line-height: 4.5rem; width: 10rem; }

    .coupon-symbol { font-size: 2rem; top: -2rem; width: 1.2rem; }

    .coupon-discount { font-size: 2rem; width: 1.2rem; }
}
/*
    5.7 横屏 Nexus 6P
*/
@media screen and (min-width: 773px) and (max-width: 773px) {
    .coupon-name { line-height: 1rem; }
    .coupon-content { font-size: 4.5rem; line-height: 4.5rem; }
}

.integral-rule { color: #000000; padding: 0.5rem 0; }

.integral-rule .title { font-size: 0.8rem; font-weight: bolder; padding-bottom: 0.5rem; }

.integral-rule .content { font-size: 0.7rem; line-height: 1.5rem; }

.game-score { color: #000000; font-weight: bolder; font-size: 1.2rem; }

.customerService { height: 2rem; width: 2rem; display: block; margin-bottom: 0.5rem; }

.view-count {
    width: 1rem;
    height: 0.6rem;
    background-image: url('Images/view-count.png');
    background-size:cover;
}
.ysh-view-count {
    width: 1rem;
    height: 0.6rem;
    background-image: url('Images/ysh/view.png');
    background-size: cover;
}
.ysh-view-collect {
    width: 0.7rem;
    height: 0.7rem;
    background-image: url('Images/ysh/collect.png');
    background-size: cover;
}
.follow {
    width: 1rem;
    height: 1rem;
    background-image: url('Images/follow.png');
    background-size: cover;
    position: absolute;
}

.unfollow {
    width: 1rem;
    height: 1rem;
    background-image: url('Images/unfollow.png');
    background-size: cover;
    position:absolute;
}

.article-list-thumb { width:168px; height:168px; position: relative; width: 100%; height: 0; overflow: hidden; margin: 0; padding-bottom: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; }
.pen {
    width: 1.5rem;
    position: absolute;
    left: 1.6rem;
    height: 1.5rem;
    top: 0.7rem;
}

.article-list-item {
    border-bottom: 0.05rem solid #e6e6e6;
}

.ysh-button {
    line-height: 35px;
    background: #A9411D;
    border-radius: 0;
    width: 150px;
    height: 35px;
    border-radius: 15px;
    color: #fff;
    border: none;
}
.display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -125px 0 0 -160px;
    width: 320px;
    height: 300px;
    z-index: 500;
    background-color: #fff;
    border-radius: 15px;
    text-align: center;
    display: none;
    position: fixed;
    *position: absolute;
    /* width: 100px; */
    /* height: 100px; */
    top: 50%;
    left: 50%;
  
    display:none;
}

.about-layout {
    position: fixed;
    top: 3rem;
    width: 100%;
    height: 100%;
    z-index: 100;
    box-shadow: 0 -2px 8px -1px #ccc;
    display:none;
}
.about-mask {
    position: fixed;
    top: 3rem;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
}
.about-content {
    background: #fff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    position: fixed;
    width: 100%;
    font-size:0.8rem;
}
.about-dasd {
    width: 80%;
    margin: 0 auto;
    border-bottom: 1px dashed #707070
}
