/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.space-t,
.space-v,
.space-all {
  margin-top: .5em;
}

.space-b ,
.space-v ,
.space-all {
  margin-bottom: .5em;
}

.space-l ,
.space-h ,
.space-all {
  margin-left: 1em;
}

.space-r ,
.space-h ,
.space-all {
  margin-right: 1em;
}

.space-t-2x,
.space-v-2x {
  margin-top: 1em;
}

.space-b-2x,
.space-v-2x {
  margin-bottom: 1em;
}

.eshop-item-detail {
  width: 1200px;
  margin: 0 auto;
}

.eshop-item-detail .__head-aside,
.eshop-item-detail .__head-body{
  display: table-cell;
  vertical-align: top;
}

.eshop-item-detail .__head-aside:first-child {
  padding-right: 20px;
}

.eshop-item-detail .__head-body{
  width: 999em;
}

.eshop-item-detail .__main-image{
  width: 400px;
  height: 400px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.__main-image img{
    width: 400px;
    height: 400px;
    object-fit: contain;
}
.img-magnifier{
    position: relative;
}

.img-magnifier .magnifier-box{
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    border: 3px solid #e8e8e8;
    width: 400px;
    height: 400px;
    box-sizing: border-box;
    z-index: 999;
    overflow:hidden;
}
.magnifier-box img{
    position: absolute;
    width:1600px;
    height:1600px;
    object-fit: contain;
    margin-left:200px;
    margin-top:200px;
}
.eshop-item-detail .__main-image-list{
}

.image-list-displayer {
  width: 500px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-list-displayer--content ,
.image-list-displayer--leftbtn ,
.image-list-displayer--rightbtn {
  display: table-cell;
}

.image-list-displayer--leftbtn ,
.image-list-displayer--rightbtn {
  min-width: 50px;
  padding-top: 120px;
  position: relative;
}

.image-list-displayer--leftbtn:after ,
.image-list-displayer--leftbtn:before ,
.image-list-displayer--rightbtn:after ,
.image-list-displayer--rightbtn:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -20px;
  border-style: solid;
  border-width: 20px;
  border-color: transparent;
}

.image-list-displayer--leftbtn:before ,
.image-list-displayer--leftbtn:after {
  left: 50%;
  border-left-width: 0;
  margin-left: -10px;
}

.image-list-displayer--leftbtn:before {
  border-right-color: #ccc;
}

.image-list-displayer--leftbtn:after {
  border-right-color: #fff;
  margin-left: -6px;
}

.image-list-displayer--rightbtn:before ,
.image-list-displayer--rightbtn:after {
  left: 50%;
  border-right-width: 0;
  margin-left: -10px;
}

.image-list-displayer--rightbtn:before {
  border-left-color: #ccc;
}

.image-list-displayer--rightbtn:after {
  border-left-color: #fff;
  margin-left: -14px;
}

.image-list-displayer--content {
  width: 999em;
  padding-right: 10px;
}

.image-list-displayer--item {
  width: 33.33%;
  float: left;
  position: relative;
  box-sizing: border-box;
  padding: 0 10px 0 0;
  height: 120px;
}

.image-list-displayer--item:before {
  content: '';
  position: absolute;
  border: 1px solid #ccc;
  top: 0;
  right: 0;
  bottom: 0;
  left: 10px;
  z-index: 10;
}

.image-list-displayer--item img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
}

.image-list-displayer--leftbtn {
}

.image-list-displayer--rightbtn {
}

.eshop-item-detail .__head-main-title {
  font-size: 18px;
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.8;
  font-weight: bold;
}

.eshop-item-detail .__head-main-info {
  padding: 10px 20px;
  vertical-align: middle;
  background-color: #dfdfdf;
}

.eshop-item-detail .__head-main-info > * {
  vertical-align: inherit;
}

.__head-main-info--price-timeleft {
  color: #df3033;
  display: inline-block;
}

.__head-main-info--price-timeleft-label {
  color: inherit;
  display: block;
  margin-bottom: 3px;
}

.eshop-item-detail .__head-main-info--label{
  color: #8c8c8c;
}

.eshop-item-detail .__head-main-info--price-fade{
  color: #8c8c8c;
  text-decoration: line-through;
}

.__head-main-info--price-em {
  color: #df3033;
  font-size: 3em;
}

.__head-main-info--price-timeleft-brick,
.__head-main-info--price-timeleft-brick--plain{
  border-radius: 4px;
  padding: .1em;
  display: inline-block;
  color: #df3033;
  border: 1px solid;
  position: relative;
}

.__head-main-info--price-timeleft-brick + .__head-main-info--price-timeleft-brick ,
.__head-main-info--price-timeleft-brick + .__head-main-info--price-timeleft-brick--plain ,
.__head-main-info--price-timeleft-brick--plain + .__head-main-info--price-timeleft-brick ,
.__head-main-info--price-timeleft-brick--plain + .__head-main-info--price-timeleft-brick--plain {
  margin-left: .5em;
}

.__head-main-info--price-timeleft-brick {
  background-color: currentColor;
}

.__head-main-info--price-timeleft-brick:first-line {
  color: #fff;

}

hr.line {
  border-top-color: #ddd;
  border-top-style: solid;
  border-width: 1px 0 0 0;
}

hr.line.my-xl {
  margin-top: 1.75em;
  margin-bottom: 1.75em;
}

.eshop-item-detail .__head-btn {
  text-decoration: none;
  display: inline-block;
  color: #df3033;
  border: 1px solid #df3033;
  padding: 10px 20px;
  cursor:pointer;
}



.eshop-item-detail .__icon-base{
  color: #bbb;
}

.num-ctrl {
  display: inline-block;
  height: 2em;
  border: 1px solid #ccc;
  width: 80px;
  padding-left: 15px;
  padding-right: 30px;
  position: relative;
}

.num-ctrl--plus ,
.num-ctrl--minus {
  position: absolute;
  right: 0;
  height: 1em;
  line-height: 1em;
  width: 30px;
  text-align: center;
  border-left: 1px solid #ccc;
}

.num-ctrl--plus:first-line ,
.num-ctrl--minus:first-line {
  font-size: 1.2em;
}

.num-ctrl--plus:hover ,
.num-ctrl--minus:hover {
  background-color: #ccc;
  color: #fff;
}

.num-ctrl--plus {
  top: 0;
}

.num-ctrl--minus {
  bottom: 0;
}

.num-ctrl--plus:before {
  content: '+';
}

.num-ctrl--minus:before {
  content: '-';
}

.num-ctrl input{
  padding: 0;
  border: none;
  height: 100%;
  width: 100%;
  outline-color: transparent;
}

.panel {
  padding: .5em 1em;
}

.panel-head {
  padding: .5em 1em;
  margin: -.5em -1em 0 -1em;
}

.panel-head + .panel-body {
  border-top: 1px solid;
  border-color: inherit;
}

.panel-body {
  padding: .5em 1em;
  margin: 0 -1em -.5em -1em
}

.panel-default {
  border: 1px solid;
  border-color: #ccc;
}

.eshop-item-detail .__head-activity-state-panel {
  border: 1px solid;
  border-color: transparent;
}

.eshop-item-detail .__head-activity-state-panel .panel-head {
  background-color: #fc7e28;
  color: #fff;
  padding: 20px 1em;
}

.eshop-item-detail .__head-activity-state-panel .panel-body {
  color: #555;
  background-color: #eeeeee;
  min-height: 6em;
}

.eshop-item-detail .__head-search-and-lead .panel-head a{
  color: rgb(32,96,161);
  text-decoration: none;
}

.eshop-item-detail .__head-search-and-lead .panel-head {
  background-color: #eee;
}

.eshop-item-detail .__head-search-and-lead .panel-body {
  color: #555;
  border:1px solid #eee;
  padding-top: 20px;
  padding-bottom: 20px;
}

.eshop-item-detail .__body-aside ,
.eshop-item-detail .__body-content {
  display: table-cell;
}

.__body {
  margin-bottom: 20px;
}

.eshop-item-detail .__body-aside {
  min-width: 300px;
}

.eshop-item-detail .__body-aside:first-child {
  padding-right: 20px;
}

.eshop-item-detail .__body-content {
  width: 999em;
}

.tabs:before ,
.tabs:after {
  content: '';
  display: table;
}

.tabs:after {
  clear: both;
}

.__tabs--othergoods .tabs-item{
  box-sizing: border-box;
  width: 50%;
  white-space: nowrap;
}

.tabs-item {
  display: inline-block;
  text-decoration: none;
  padding: .5em 1em;
  float: left;
  text-align: center;
}

.tabs-item a{
  display: block;
  padding: .5em 1em;
  margin: -.5em -1em;
  color: inherit;
  text-decoration: none;
}

.tabs-orange {
  background-color: #eeeeee;
}

.tabs-orange .tabs-item.active {
  color: orange;
  background-color: currentColor;
}

.tabs-orange .tabs-item.active a:first-line ,
.tabs-orange .tabs-item.active:first-line {
  color: #fff;
}

.eshop-item-detail .__shop-search-ctrl {
  width: 140px;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 3px 5px;
}

.eshop-item-detail .__search-icon {
  color: #888;
}

.eshop-item-detail .__detailcontent {
  padding-left: 1em;
}

.product-detail{
  color: #888;
  width: 400px;
  display: inline-block;
  margin: .5em 1em .5em 0; 
}

.product-detailone{
  float: left;
  margin-right: .5em;
}

.image-list-displayer--item.selected:before {
    border: 3px solid #f27a60;
}

/**
 * start of eshop2
 */

html,
body {
  font-family: "微软雅黑", Arial, SimSun-ExtB;
  color: #555;
}

.__debug-showborder {
  -webkit-box-shadow: 0 0 1px 1px #ccc inset;
          box-shadow: 0 0 1px 1px #ccc inset;
}

#app_root {
  height: 100%;
  overflow: auto;
}

.head-logonew{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
       -o-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);    
}

.clearfix:before ,
.clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

.color-price{
  color: #f00;
}

a.link__gray {
  color: #888;
  text-decoration: none;
}

.icon-shopcart {
}

.font-weight--bold {
  font-weight: bold;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

header.eshop-root{
  border-bottom:2px solid #ff4a00;
}

header.eshop-root *{
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  font-size: 16px;
}

footer.eshop-root{
  border-top:1px solid #ccc;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
}

.eshop-head_line:before ,
.eshop-head_line:after {
  content: '';
  display: table;
}

.eshop-head_line:after {
  clear: both;
}

.eshop-head_line {
  width: 1200px;
  margin: 0px auto;
}

.eshop-head_line{
  margin-top: 38px;
}

.eshop-head_logo,
.eshop-head_body,
.eshop-head_concatus{
  display:table-cell;
  vertical-align: middle;
}

.eshop-head_logo > *,
.eshop-head_body > *,
.eshop-head_concatus > *{
  vertical-align: inherit;
}

.eshop-head_logo,
.eshop-head_concatus{
  white-space: nowrap;
}

.eshop-head_logo {
  min-width: 200px;
  position: relative;
}

.eshop-head_body{
  width: 999em;
}

.eshop-head_unit {
  display: inline-block;
}

.eshop-head_unit--searchctrl{
  margin-left: 80px;
}

.eshop-head_unit--quickadd{
  margin-left: 10px;
  color: #ff8b00;
}

.eshop-head_unit--shopcart{
  margin-left: 80px;
  position: relative;
}

.eshop-head_unit--shopcart .eshop-head_search-btn-plain{
  border-color: #ccc;
  color: #888;
}

.eshop-head_search-ctrl-group {
  width: 400px;
}

.eshop-head_search-ctrl,
.eshop-head_search-ctrl-addon {
  display:table-cell;
  white-space:nowrap;
  vertical-align: middle;
}

.eshop-head_search-ctrl{
  width: 999em;
}

.eshop-head_search-ctrl input{
  width: 100%;
  height: 100%;
  border-width: 0;
}

.eshop-head_search-ctrl-group{
  height: 44px;
  line-height: 44px;
}

.eshop-head_search-ctrl {
  border: 2px solid #ff4a00;
  height: 32px;
  line-height: 40px;
}

.eshop-head_search-ctrl input{
  border-color: transparent;
}

.eshop-head_search-ctrl-addon .eshop-head_search-btn {
  display: inline-block;
  height: 41px;
  line-height: 40px;
  border: 2px solid #ff4a00;
  border-left-width: 0;
  color: #fff;
  background-color: #ff4a00;
}

.eshop-head_search-btn ,
.eshop-head_search-btn-plain {
  line-height: 40px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

.eshop-head_search-btn {
  background-color: #ff8b00;
  border: 2px solid #ff8b00;
}

/*.eshop-head_search-btn::first-line {
  color: #fff;
}*/

.eshop-head_search-btn-plain {
  display: inline-block;
  line-height: 42px;
  border: 1px solid currentColor;
}

.eshop-head_topmenu:before ,
.eshop-head_topmenu:after {
  content: '';
  display: table;
}

.eshop-head_topmenu:after {
  clear: both;
}

.eshop-head_topmenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.eshop-head_topmenu a{
  color: inherit;
  text-decoration: none;
}

.eshop-head_topmenu li{
  float: left;
  font-size: 16px;
  padding: .5em 2em;
}

.eshop-head_topmenu li.active,
.eshop-head_topmenu li.head-item{
  background-color: #ff971b;
  border-bottom: 1px solid #ff7e00;
  color: #fff;
}

.eshop-head_topmenu li:hover{
  background-color: #ff971b;
  opacity: .6;
  color: #fff;
}

.eshop-head_topmenu li.head-item{
  -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
          box-sizing:border-box;
  width: 200px;
  text-align: center;
}

.eshop-top-show {
  position: relative;
  height: 500px;
}

.eshop-top-showswitch--link-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  text-align: center;
  z-index: 998;
}

.eshop-top-showswitch--link{
  border-radius: 999em;
  display: inline-block;
  height: 15px;
  width: 15px;
  border: 3px solid #20519b;
  background-color: #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.eshop-top-showswitch--link--active{
  background-color:#20519b;
}

.eshop-top-show--suspend {
  width: 1200px;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -600px;
  height: 100%;
  z-index: 997;
}

.eshop-top-show--suspend *{
    pointer-events: initial;
}

.eshop-top-show--switchshow {
  height: 100%;
  position:relative;
}

/* .eshop-top-show--menu {
  width: 200px;
  background-color: rgb(0,0,0,.8);
  border-bottom: 1px solid #ff7e00;
  color: #fff;
  float: left;
  font-size: 14px;
  overflow-y:auto;
  height:100%;
}

.eshop-top-show--menu a {
  color: inherit;
  text-decoration: none;
} */

.eshop-top-show--qrcode {
  float: right;
  width: 200px;
  height: 100%;
  text-align: center;
}

.eshop-top-show--qrcode__panel {
  background-color: #fff;
}

.eshop-top-show--qrcode--head {
  text-align: left;
  background-color:#f2f2f2;
  padding: 10px 20px;
}

.eshop-top-show--qrcode--left ,
.eshop-top-show--qrcode--body ,
.eshop-top-show--qrcode--right {
  display: table-cell;
}

.eshop-top-show--list {
  border-bottom: 1px solid #ccc;
  height:131px;
}

.eshop-top-show--list-item {
  padding: 10px 20px;
  text-align: left;
  color: #888;
}

.eshop-top-show--list-left ,
.eshop-top-show--list-body ,
.eshop-top-show--list-right {
  display: table-cell;
}

.eshop-top-show--list-left ,
.eshop-top-show--list-right {
  white-space: nowrap;
}

.eshop-top-show--list-body {
  width: 999em;
  overflow : hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.eshop-top-show--list-body a{
  color: inherit;
  text-decoration: none;
 }
.eshop-top-show--qrcode--left ,
.eshop-top-show--qrcode--right {
  white-space: nowrap;
}

.eshop-top-show--qrcode--body {
  width: 999em;
}

.eshop-top-show--qrcode--right {
}

.eshop-top-show--qrcode-item {
  margin-top: 10px;
}

/* .eshop-top-show--menu-item {
  padding: 0 1em;
  text-align: center;
  -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
          box-sizing:border-box;
  background-color: transparent;
  border-bottom: 1px solid rgba(255,255,255,.2);
  position: relative;
} */

/* .eshop-top-show--menu-item a{
    display: inline-block;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} */
.menu-item-a
{
    display:flex !important;
    width:100% !important;
    align-items:center !important;
    justify-content: space-between !important;
}
/* .eshop-top-show--menu-item:hover {
  background-color: #fff;
  color: #888;
  -webkit-transition: background-color .5s;
  -o-transition: background-color .5s;
  transition: background-color .5s;
}

.eshop-top-show--menu a {
  color: inherit;
  text-decoration: none;
}

.eshop-top-show--menu-item--image 
{
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

.eshop-top-show--menu-item--image.__right {
    left: auto;
    right: 20px;
} */

.eshop-activity-area,
.eshop-floor-area {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.eshop-active-pane-container {
  width: 25%;
  float: left;
  margin-bottom: 20px;
}

.eshop-active-pane-container.nav {
  width: 33.33%;
}

.eshop-active-pane_title {
  color: #f2541e;
  font-weight:bolder;
  font-size: 17px;
  line-height:1.5;
  padding: 10px 20px;
  margin: -10px -20px 0 -20px;
}

.eshop-active-pane-more {
  font-size: 14px;
}

.eshop-active-pane_title a{
  text-decoration: none;
  color: #666;
}

.eshop-active-pane_detail{
  margin-left: -10px;
  margin-right: -10px;
}

.eshop-active-pane_detail-image {
  width: 120px;
  height: 120px;
  float: left;
  margin-right: 10px;
}

.eshop-active-pane_detail-detail {
  overflow:hidden;
}

.eshop-active-pane-container.detail .eshop-active-pane{
  height: 220px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.eshop-active-pane_tail {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
  margin-top: 10px;
}

.eshop-active-pane_tail a{
  text-decoration: none;
  color: #666; 
  overflow:hidden;
}

.eshop-active-pane-container.detail 
+ .eshop-active-pane-container.detail > .eshop-active-pane{
  margin-left: 10px;
}

.eshop-active-pane_price {
  color: #f00;
  font-size: 1.2em;
}

.eshop-active-pane_price span:before {
  content: '\a5';
}

.eshop-active-pane_price .__sub{
  font-size: .8em;
  color: #999;
  text-decoration: line-through;
}

.eshop-active-pane_btn {
  display:block;
  background-color: #ff0e00;
  line-height: 40px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.eshop-active-pane-container.nav .eshop-active-pane{
  height: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.eshop-active-pane-container.nav 
+ .eshop-active-pane-container.nav > .eshop-active-pane{
  margin-left: 20px;
}

.eshop-active-pane {
  border: 1px solid #ccc;
  padding: 10px 20px;
}

.eshop-active-pane.brick {
  padding: 0;
}

.eshop-active-pane.brick  a {
  display: block;
  width: 100%;
  height: 100%;
}

.eshop-active-pane.brick img{
    width: 100%;
    height: 100%;
}

.eshop-active-pane_state{
  height: 3em;
  margin-top: 10px;
  margin-bottom: 10px;
}


.eshop-floor_title {
  color: #333;
  font-size: 36px;
  margin: 59px 0 40px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.eshop-floor_title img{
  width: 72px;
  height: 18px;
  margin: 0 40px;
}
.eshop-floor {
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.eshop-floor-box{
  width: 100%;
  display: flex;
  align-items: center;
}
.eshop-floor_head {
  width: 240px;
  height: 400px;
  display: flex;
}

.eshop-floor_head img{
  width: 100%;
  height: 100%;
}

.eshop-floor_body {
  width: 0;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  height:400px;
  background-color: #fff;
}


.eshop-floor_body-item {
  height: 50%;
  width: 25%;
  border-right:1px solid #d1d1d1;
  border-bottom:1px solid #d1d1d1;
  display: flex;
  /* -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  -o-transition: box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s; */
}

.eshop-floor_body-item a{
  color: inherit;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;  
  text-decoration:none;  
}

/* .eshop-floor_body-item:hover {
  -webkit-box-shadow: 0 0 20px 5px #ccc inset;
          box-shadow: 0 0 20px 5px #ccc inset;
} */

.eshop-prod-default{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.eshop-prod-default .item-detail-name{
  color: #999;
}
.eshop-floor_body-item-imageBox
{
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-imageBox-default{
  height: 150px;
}
.eshop-floor_body-item-imageBox img
{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height:100%;
}
.eshop-floor_body-item-detail{
  width: 100%;
  height: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8px 24px;
}
.item-detail-name{
  font-size: 14px;
  color: #666;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height:14px;
}
.item-detail-price{
  color: #F33939;
  font-size: 14px;
  line-height:14px;
}
/*
.eshop-floor_body-item-image img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
       -o-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
*/


.eshop-top-show--subitemswin {
  height: 100%;
  overflow: hidden;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  position: relative;
}

.eshop-top-show--subitemswin-wrapper {
  position: absolute;
  pointer-events: initial;
  padding: 10px 20px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1px 1px #ccc inset;
          box-shadow: 0 0 1px 1px #ccc inset;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}

.eshop-top-show--subitemswin-wrapper.active {
  z-index: 999;
  display: block;
  overflow-y:auto;
}

.eshop-top-show--subitemswin-item {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
  margin-right: .5em;
}

.eshop-top-show--subitemswin-item:after {
  content: '\3000|';
}

.eshop-top-show--subitemswin-image {
  display: inline-block;
  vertical-align: inherit;
  height: 25px;
  width: 25px;
}

.eshop-top-show--subitemswin-text {
  height:25px;
  line-height: 25px;
  vertical-align: inherit;
  text-decoration: none;
  color: #666;
}

.eshop-top-show--subitemswin-text a {
  color: inherit;
  text-decoration: inherit;
}

.eshop-top-show--subitemswin-item2 {
  display: inline-block;
  height:50px;
  line-height: 50px;
  vertical-align: middle;
  margin-bottom: 10px;
  margin-right: .5em;
  width: 200px;
}

.eshop-top-show--subitemswin-item2 .eshop-top-show--subitemswin-image {
  display: inline-block;
  vertical-align: inherit;
  height: 50px;
  width: 50px;
  margin-right: 10px;
  height: inherit;
  line-height: inherit;
}

.eshop-top-show--subitemswin-item2 .eshop-top-show--subitemswin-image img{
  height: 100%;
  width: 100%;
}

.eshop-top-show--subitemswin-item2 .eshop-top-show--subitemswin-text {
  vertical-align: inherit;
  text-decoration: none;
  height: inherit;
  line-height: inherit;
  color: #666;
}

.eshop-top-show--dropdown-list {
  position: absolute;
  top: 40px;
  width: 1200px;
  box-sizing: border-box;
  left: 50%;
  margin-left: -600px;
  padding: 10px 20px;
  max-height: 500px;
  overflow: auto;
  background-color: #fff;
  z-index: 999;
}

.eshop-top-show--dropdown-group-title-group {
  overflow: hidden;
}

.eshop-top-show--dropdown-group-title {
  float: left;
  margin-right: 10px;
}

.eshop-top-show--dropdown-group-title-image {
  width: 150px;
}

.eshop-top-show--dropdown-group-title-image img{
}

.eshop-top-show--dropdown-group-item-image {
  width: 100px;
  height: 100px;
  position: relative;
}

.eshop-top-show--dropdown-group-item-image img{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.eshop-top-show--dropdown-group-content {
  overflow: hidden;
}

.eshop-top-show--dropdown-group {
  overflow: hidden;
}

.eshop-top-show--dropdown-group-item {
  width: 100px;
  text-align: center;
  display: inline-block;
}

.eshop-foot--icon-content {
  width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 200px;
}

.eshop-foot--icon-item {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.eshop-foot--icon-item img{
  width: 62px;
  height: 62px;
  display: flex;
  margin-right: 17px;
}
.eshop-foot--icon-item div{
  font-size: 22px;
  color: #FF971B;
  font-weight: 700;
}
.eshop-foot-box{
  width: 1200px;
  display: flex;
  height: 200px;
  margin-bottom: 123px;
}
.eshop-foot-map{
  width: 300px;
  height: 200px;
  margin-right: 124px;
}
.eshop-foot-link{
  display: flex;
  width: 0;
  flex-grow: 1;
  justify-content: space-between;
}
.eshop-foot_quicklink_group{
  display: flex;
  flex-direction: column;
}
.eshop-foot_quicklink_title{
  font-size: 20px;
  color: #333;
  font-weight: 700;
  margin-bottom: 20px;
}
.eshop-foot_quicklink_item{
  margin-bottom: 15px;
}
.eshop-foot_quicklink_item a{
  text-decoration: none;
  color: #666;
  font-size: 16px;

} 
.__floor-link-content {
  position: fixed;
  left: 10px;
  top: 50%;
  width: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.__floor-link {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-color: rgba(0,0,0,.4);
}

.__floor-link + .__floor-link{
  border-top: 1px solid #ccc;
}

/* .eshop-nav-fixtop a{
  text-decoration: none;
}

.eshop-nav-fixtop--left ,
.eshop-nav-fixtop--body ,
.eshop-nav-fixtop--right{
    display: table-cell;
    white-space: nowrap;
}

.eshop-nav-fixtop--body{
    width: 999em;
    font-size:13px;
} */

.eshop-head_search-dropdown-trigger:hover .eshop-head_search-dropdown{
  display: block;
}

.eshop-head_search-dropdown {
  position: absolute;
  display: none;
  border: 1px solid #ccc;
  right: 0;
  top: 100%;
  margin-top: -1px;
  padding: .5em 1em;
  background-color: #fff;
  z-index: 1010;
}

.eshop-head_shopcart {
  position: relative;
  z-index: 1000;
}

.eshop-head_shopcart a{
  text-decoration: none;
  color: inherit;
}

.eshop-head_shopcart a:hover{
  text-shadow: 1px 1px #ccc;
}

.eshop-head_shopcart-oper{
  color: #888;
}

.eshop-head_shopcart--imagehead ,
.eshop-head_shopcart--body {
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
  z-index: 999;
}

.eshop-head_shopcart--line {
  line-height: 2;
}

.eshop-head_shopcart--imagehead {
  text-align: center;
  height: 60px;
  min-width: 60px;
}

.eshop-head_shopcart--body {
  width: 999em;
}

.eshop-head_shopcart--bar{
  overflow: hidden;
  background-color: #f1f1f1;
  padding: .5em 1em;
  margin: 0 -1em -.5em -1em;
}

.eshop-head_shopcart-bar-body {
  line-height: 27.5px;
  vertical-align: middle;
}

.eshop-head_shopcart--btn {
  display: block;
  padding: .3em .5em;
  text-decoration: none;
  color: #fff;
  background-color: #f2541e;
  border-radius: 5px;
}

.eshop-head_shopcart--btn:first-line {

}

.eshop-head_unit--shopcart{
  margin-left: 80px;
  position: relative;
}

.eshop-head_unit--shopcart .eshop-head_search-btn-plain{
  border-color: #ccc;
  color: #888;
}

/* .eshop-foot_quicklink {
  width: 1200px;
  margin: 40px auto;
  overflow: hidden;
}

.eshop-foot_quicklink_group {
  float: left;
  padding-right :13px;
}

.eshop-foot_quicklink_title {
  margin-bottom: 25px;
  font-weight: bolder;
  font-size:14px;
  text-align:center;
}

.eshop-foot_quicklink_group + .eshop-foot_quicklink_group {
  margin-left: 20px;
}

.eshop-foot_quicklink_item {
  margin-top: 5px;
  font-size:12px;
  text-align:center;
}

.eshop-foot_quicklink_item--qrcode {
  float: left;
  text-align: center;
}

.eshop-foot_quicklink_item--qrcode {
  margin: 0 20px;
}

.eshop-foot_quicklink_item_image {
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.eshop-foot_quicklink_item_image img{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
       -o-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.eshop-foot_quicklink_item_text {
  font-size: .8em;
  color: #070707;
  font-weight: bolder;
}

.eshop-foot_quicklink_item_text--companyinfo-em {
  color: #ff4a00;
  font-size: 2em;
  margin-top: .8em;
  margin-bottom: 1.4em;
}

.eshop-foot_quicklink_item_text--companyinfo {
  font-size: .8em;
  color: #aaa;
}

.eshop-foot_quicklink_group--div {
  border-left: 1px solid #ccc;
  padding: 20px;
}

.eshop-foot_quicklink_item a{
  text-decoration: none;
  color: #888;
} */

.js-cartype_dropdown_target{
  display:none; 
}
.js-cartype_dropdown_target.active{
  display:block;   
}
.eshop-top-show--dropdown-group-item-text{
  font-weight: bold;
  color: #5d5b5b;
  font-size: 13px;
}

        .clearfix::before,
        .clearfix::after {
            content: '';
            display: table;
        }
        .clearfix::after {
            clear: both;
        }
        .nav-tabs--link {
          margin-top: 2em;
          margin-bottom: 2em;
        }
        .nav-tabs--link::before,
        .nav-tabs--link::after {
            content: '';
            display: table;
        }
        .nav-tabs--link::after {
            clear: both;
        }
        .nav-tabs--item.nav-tabs--item--active {
            color: #eb451d;
        }
        .nav-tabs--item.nav-tabs--item--active a{
            color: #eb451d;
            text-decoration:none;
        }
        .nav-tabs--item {
            float: left;
            color: #888;
            padding: .5em 1em;
        }
        
        .nav-tabs--item a{
            color: #888;
            text-decoration:none;
        }

        .activity-panel--image {
     
          
          height:200px;
          display: flex;
          align-items: center;
          justify-content: center;

        }
        .activity-panel--image img{
            width: auto;
            height: auto;
            max-width: 100%;
            max-height:100%;
        }
        .activity-panel {
          position: relative;
          border: 1px solid #ccc;
          padding: .5em 1em;
        }
        .activity-panel--container {
          width: 300px;
          float: left;
          box-sizing: border-box;
        }
        .activity-panel--container {
          padding-left: 10px;
          padding-right: 10px;
          margin-bottom: 10px;
        }
        .activity-panel--container:first-child {
          /* margin-left: -10px; */
        }
        .activity-panel--container:last-child {
          margin-right: -10px;
        }
        .activity-panel--detail-item {
          padding: .5em 1em;
          margin-left: -1em;
          margin-right: -1em;
        }
        .activity-panel--detail-item + .activity-panel--detail-item {
          border-top: 1px solid #ccc;
        }
        .activity-panel--footbanner {
          text-align: right;
          margin: 0 -1em -.5em -1em;
          padding: .5em 1em;
          background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASsAAAAqBAMAAAAZoWCWAAAAAXNSR0IArs4c6QAAACRQTFRF61Uc61Ec62BJ600c60cc60Mc6zwc60oc60Ac64dg61Iy63JJ2glZWwAAAexJREFUWMPN2DFvgkAUB/ALoy76DQypQ4/J+BU0ms61Ie59YTdNv0A1pFPT7dLFEDH0urja+3IFbCkHHCDcAW8xbr+8d7w/HNKLyrPDWvF1P4tq8fxfU74mw2QNULkqZNlFrFkbrHEd1lQZy5TLGsph3djZrFU2a9MQa9lJVtSsbrGiZtlbMWvRNGts12RNlLDMTrJizUqxFK/5HBW2O8nyOsnCVpzVcCiKWQ+dZHkA9VlT2SwM+ayV2qwWqXbVWBu1rCN0keVBirVtnzWGq1iLZlj4ogKrPmsijxUed2WsQUVWpMpnqU0f4QTbYvVZFiumgrLpI5OlEbJPs1yowJIZimdCTkkWPoJk1rWh6KtIcoh0B3wJWGsdK/qAvSVBs7Q3JGxVDsvxh61kzX+FKnT+Z2EXoCwryAEVrD4j5DsY5B+LLgFaZ2mMkffweAUsSs1ME1h31Lmg6RO3uFIsKaHYY4x9IPQZDhJE9UK5Z5SaW/HZksIyfJY/SF/lt0yAeqSpPXvgn0TZWR2o9qHKb5mAtc58sZiXWPNVs9oxAhX6VWWyLEfwzuoqSx9NN9joMsK9gCVU6fpBFcvRjVFw7AkZoWxWjopzSe4WDn/ZCQlYTu4ljqsmq3uY/3+lKuZS+gGbVL0WXtTPG7hs/gGDrQ1LU8CtGAAAAABJRU5ErkJggg==);
          background-repeat: no-repeat;
          background-size: auto 100%;
        }
        .text-sm {
          font-size: .8em;
        }
        .text-xs {
          font-size: .6em;
        }

        .activity-panel--title-main {
          color: #eb421d;
        }
        .activity-panel--title-main ,
        .activity-panel--title {
            font-weight: bold;
            font-size: 1.2em;
            margin-top: 10px;
            margin-bottom: 10px;
        }
        .activity-panel--text-sub {
            font-size: .8em;
        }
        .activity-panel--text-sub-sm {
            font-size: .6em;
        }
        .activity-panel--btn {
            display: inline-block;
            padding: 10px 20px;
            font-size: 12px;
            color: #fff;
            border-radius: 10px;
            background-color: #fedc58;
            color: #eb500d;
            box-shadow: rgba(0,0,0,.6);
        }

        .activity-panel--mark {
          position: absolute;
          width: 4em;
          height: 4em;
          text-align: center;
          line-height: 4em;
          right: 20px;
          top: 20px;
          color: #fff;
        }
        .activity-panel--mark span{
            position: relative;
            z-index: 999;
        }
        .activity-panel--mark::before ,
        .activity-panel--mark::after {
          content: "";
          display: inline-block;
          background: #eb500d;
          width: 2em;
          height: 2em;
          position:absolute;
          top: 50%;
          left: 50%;
          margin-top: -1em;
          margin-left: -1em;
        }
        .activity-panel--mark::before {
        }
        .activity-panel--mark::after {
            transform: rotate(135deg);
        }

.loginicon {
    background-image: url(/AppResources/Images/login.png);
}

.logouticon {
  background-image: url(/AppResources/Images/logout.png);
}
.logouticon, .loginicon {
    background-repeat: no-repeat;
    line-height: 28px;
    padding-left: 67px;
    padding-top: 10px;
    margin-bottom: -2px;
    margin-right: 3px;
    margin-left: 8px;
    position: relative;
    top: 3px;
}


.stateLine{
    width: 160px;
    height: 16px;
    border-radius: 8px;
    border: 1px solid rgba(255,210,0,1);
    background: linear-gradient(0deg,rgba(208,34,34,1),rgba(244,49,51,1));
    float: right;
    margin-top: 24px;
    color:#fff;
    text-align:center;
    line-height:16px;
    font-size:12px;
}
.stateLine.end{
    color: #333333;
    border: 1px solid #D2D2D2;
    background:none;
}

.count-down
{
    float:left;
}
.count-down > .timer{
    display: inline-block;
    width:20px;
    height:20px;
    background: #313131;
    color: #fff;
    border-radius:2px;
    font-size:14px;
    text-align: center;
    line-height: 20px;
}
.commodityList{
    display: flex;
    padding:0;
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    position:relative;
}
.commodityItem{
    display: flex;
    flex-direction: column;
    align-items: center;
    width:277px;
    height:301px;
    border:1px solid #e5e5e5;
    position: relative;
    margin-right: 28px;
    justify-content: space-between;
}
.commodityItem:last-child{
    margin-right:0;
}
.commodityItem>img{
    width:129px;
    height:148px;
    margin-top: 12px;
}
.commodityItem>h6{
    margin-top: 16px;
    font-size:14px;
    font-weight:500;
    margin-bottom:0;
}
.stateStrip{
    height:16px;
    border-radius:8px;
    background:linear-gradient(0deg,rgba(208,34,34,1),rgba(244,49,51,1));
    text-align:center;
    line-height:16px;
    color:#fff;
}
.commodityItem > .DownPrice,.activity-panel > .DownPrice{
    width:48px;
    height:50px;
    background: url("../../Images/EShop/DownPriceBg.png");
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    right: 17px;
    font-size:12px;
    vertical-align: middle;
}
.commodityItem > .bottomInfo,.activity-panel >.bottomInfo{
    height: 50px;
    background: linear-gradient(to bottom, #f43133, #d02222);
    display: flex;
    align-items: center;
    color: #fff;
    margin: 0 -1em -.5em -1em;
}
.commodityItem > .bottomInfo > .price,.activity-panel >.bottomInfo > .price{
    font-size:30px;
    margin-right: 10px;
}
.commodityItem > .bottomInfo > .price:before,.activity-panel  > .bottomInfo > .price:before{
    content: '￥';
    font-size: 14px;
    margin-left: 17px;
}
.commodityItem > .bottomInfo > div,.activity-panel > .bottomInfo > div{
    font-size:12px;
}
.commodityItem > .bottomInfo > div > div,.activity-panel > .bottomInfo > div > div{
    width:35px;
    height:16px;
    background:rgba(255,230,223,1);
    border-radius:8px;
    text-align: center;
    color: #EB4D1D;
}
.grab-at-once-btn,input[value="马上抢"]{
    width:93px;
    height:29px;
    background:linear-gradient(180deg,rgba(255,226,156,1),rgba(255,206,38,1));
    border-radius:6px;
    outline: none;
    border: none;
    margin-left: 17px;
    box-shadow: 2px 5px 5px #A52600;
    cursor: pointer;
    color:#333333;
}
.bottomInfo  input[value='已结束'],.bottomInfo  input[value='已抢光']{
    width:93px;
    height:29px;
    background:#E5E5E5;
    border-radius:6px;
    outline: none;
    border: none;
    margin-left: 17px;
    box-shadow: 2px 5px 5px #A52600;
    cursor: pointer;
    color:#333333;
}
.stateStrip.end{
    color: #333333;
    border: 1px solid #D2D2D2;
    background:none;
}
.lastPage,.nextPage{
    width: 24px;
    height: 36px;
    background: blue;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 999;
}
.lastPage{
    left: 0;
    background: url("../../Images/EShop/leftBtn.png");
}
.nextPage{
    right: 0;
    background: url("../../Images/EShop/rightBtn.png");
}
.auto-img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.auto-img img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
}
.input-box{
    margin:0 10px;
    display:inline-flex;
    height: 2em;
    border: 1px solid #ccc;
    width: 80px;
    padding-left: 5px;
    padding-right: 30px;
    position: relative;
    align-items:center;
}
.input-box input{
    outline:none;
    border:none;
    width:0;
    flex-grow:1;
    height:50%;
}
.eshop-nav-fixtop {
  width: 100%;
  height: 40px;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.eshop-nav-fixtop--center{
  width: 1210px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.eshop-nav-left,.eshop-nav-right{
  display: flex;
  align-items: center;
}
.eshop-nav-item{
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666666;
  padding: 0 20px;
}

.eshop-nav-btn{
  cursor: pointer;
}
.eshop-nav-btn:hover{
  color: #FF971B;
}
.fixtop-divider{
  width: 1px;
  height: 1em;
  background-color: #d1d1d1;
}
.eshop-nav-dialog{
  cursor: pointer;
  position: relative;
}
.eshop-nav-dialog:hover{
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.10); 
}
.dialog-box{
  width: 220px;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 40px;
  left: 0;
  background-color: #fff;
  z-index: 1111;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.10); 
  cursor: default;
}

.company-logo{
  width: 60px;
  height: 60px;
  display: flex;
  margin-bottom: 16px;
}
.dialog-title{
  font-size: 14px;
  color: #333;
  margin-bottom: 16px;
  width: 100%;
  word-break: break-all;
}
.dialog-list{
  font-size: 12px;
  color: #666;
  margin-bottom: 8px;
  width: 100%;
  word-break: break-all;
}
.dialog-list:last-child{
  margin-bottom: 0;
}
.dialog-code-box{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dialog-code-title{
  color: #333;
  font-size: 14px;
  margin-bottom: 10px;
}
.dialog-code{
  width: 85px;
  height: 85px;
  display: flex;
  margin-bottom: 39px;
}
.vip-logo{
  width: 14px;
  height: 14px;
  display: flex;
  margin-right: 9px;
}
.eshop-head-box{
  height: 160px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.eshop-head{
  width: 1200px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.eshop-head-left{
  width: 0;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.eshop-head-logo{
  width: 200px;
  height: 60px;
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.eshop-head-logo img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.eshop-input-box{
  border: 1px solid #ff971b;
  width: 0;
  flex-grow: 1;
  height: 60px;
  display: flex;
  align-items: center;
  
}
.eshop-input-box input{
  width: 0;
  flex-grow: 1;
  border: none;
  outline: none;
  font-size: 18px;
  margin-left: 10px;
}
.eshop-vin-btn{
  width: 42px;
  height: 42px;
  display: flex;
  margin-left:20px;
  cursor: pointer;
}
.eshop-search-btn{
  margin-left:20px;
  height: 100%;
  width: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF971B;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.eshop-head-right{
  display: flex;
  align-items: center;
}
.eshop-head-shopcar{
  width: 150px;
  height: 60px;
  background: #f33939;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  margin-left: 30px;
  cursor: pointer;
  position: relative;
}
.eshop-head-btn{
  width: 120px;
  height: 60px;
  background: #f9f9f9;
  border: 1px solid #d1d1d1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF971B;
  font-size: 20px;
  margin-left: 20px;
  cursor: pointer;
}
.btn-logo{
  width: 30px;
  height: 30px;
  display: flex;
  position: relative;
}
.btn-logo img{
  width: 30px;
  height: 30px;
}
.shopcar-count{
  position: absolute;
  right: -10px;
  top: -8px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #fff;
  color: #F33939;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.shopcar-pop{
  position: absolute;
  top: 60px;
  left: 0;
  width: 300px;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.10); 
  display: none;
  z-index: 1111;
  cursor: default;
}
.shopcar-default-list{
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  color: #999999;
  font-size: 14px;
  background-color: #fff;
}
.shopcar-default-list img{
  width: 50px;
  height: 50px;
  margin: 0 10px 0 20px;
}
.shopcar-list-box{
  width: 300px;
  max-height:420px ;
  overflow-y: auto;
  display: flex;
  align-items: center;
  z-index: 1111;
  background-color: #fff;
  flex-direction: column;
}
.shopcar-list{
  width: 100%;
  height: 70px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  z-index: 1111;
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8;
}
.shopcar-item{
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;

}
.item-img{
  width: 50px;
  height: 50px;
  display: flex;
  margin-right: 10px;
}
.item-content{
  width: 0;
  height: 50px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.item-content-name{
  color: #333;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width:100%;
  cursor: pointer;
}
.item-content-bottom{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item-amt-qty{
  display: flex;
  align-items: center;
}
.item-amt-qty span{
  font-size: 14px;
  color: #333;
}
.item-amt-qty span:first-child{
  color: #F33939;
}
.item-btn{
  color: #999;
  font-size: 12px;
  cursor: pointer;
}
.shopcar-bottom{
  width: 100%;
  height: 50px;
  background-color: #f9f9f9;
  padding:0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1111;
}
.shopcar-total{
  font-size: 14px;
  color: #333333;
}
.shopcar-total span{
  color: #F33939;
}
.jump-btn{
  width: 80px;
  height: 30px;
  background: #ff971b;
  border-radius: 4px;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.10); 
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
.eshop-tabs{
  width: 1200px;
  height: 40px;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #FF7C1B;
  position: relative;
}
.tabs-head{
  width: 200px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF971B;
  font-size: 18px;
  color: #fff;
}
.tabs-item{
  width: 140px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #333333;
  cursor: pointer;
}
.tabs-item:hover{
  color: #FF971B;
}
.tabs-item-active{
  color: #FF971B;
}
.eshop-show-bg{
  width: 100%;
  height: 490px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.eshop-show-box{
  width: 1200px;
  height: 490px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.eshop-show-type-bg{
  width: 200px;
  height: 480px;
  /* overflow:hidden; */
  position: relative;
}
.eshop-show-type{
  width: 200px;
  height: 480px;
  overflow-y: auto;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.eshop-show-type-item{
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 25px;
  padding-right: 10px;
  cursor: pointer;
}
.type-item-name{
  border-bottom: 1px solid rgba(255,255,255,.5);
  height: 40px;
  width: 0;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.type-item-name div{
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  font-size: 14px;
  text-align: center;
}
.type-item-arrow{
  width: 16px;
  height: 16px;
  display: flex;
  background-image: url(/AppResources/Content/EShop/Images/arrow.png);
  background-size: 16px 16px;
  background-repeat:no-repeat;
}
.eshop-show-type-item:hover{
  background-color: #FFF6EB;
}
.eshop-show-type-item:hover .type-item-arrow{
  background-image: url(/AppResources/Content/EShop/Images/arrow2.png);
}
.eshop-show-type-item:hover .type-item-name div{
  color: #FF971B;
}
.eshop-show-banner{
  width: 760px;
  height: 480px;
}
.eshop-show-info{
  width: 220px;
  height: 480px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.eshop-show-type-list{
  position: absolute;
  top: 0;
  left: 200px;
  width: 740px;
  height: 480px;
  background-color: #fff;
  display: none;
  z-index: 1111;
}
.eshop-user-info{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:16px;
}
.user-info-logo{
  width: 60px;
  height: 60px;
  display: flex;
  margin-right: 10px;
}
.user-info-account{
  display: flex;
  flex-direction: column;
  width: 0;
    flex-grow: 1;
}
.user-info-account div{
  display: flex;
  align-items: center;
  color: #666666;
  font-size: 14px;
  flex-wrap: wrap;
}
.user-info-account div:first-child{
  margin-bottom: 9px;
}
.user-info-account .login-btn{
  width: 80px;
  height: 24px;
  background: #f33939;
  border-radius: 12px;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.row-line{
  width: 100px;
  height: 1px;
  background-color: #e8e8e8;
}

.eshop-user-qrcode{
  width: 100%;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.eshop-user-notice{
  width: 100%;
  height: 200px;
  display: flex;
  padding: 30px 15px 0 15px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.user-notice-box{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.notice-title-box{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.notice-title{
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
}
.notice-title-line{
  width: 4px;
  height: 10px;
  background: #f33939;
  margin-right: 6px;
}
.notice-more{
  color: #999;
  font-size: 12px;
  cursor: pointer;
}

.notice-list{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.notice-list-item{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
  color: #666;
  cursor: pointer;
}
.notice-item-title{
  width: 0;
  flex-grow: 1;

  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.notice-item-date{

  font-size: 14px;
  margin-left: 10px;
}
.notice-list-item:hover {
  color: #FF971B;
}
.carousel-inner{
  height: 480px;
}
.carousel-inner .item .item-banner{
  width: 760px;
  height: 480px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.carousel-inner .item .item-banner img{
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.carousel-indicators{
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-indicators li{
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  margin:  0 10px;
  box-sizing: border-box;
}
.carousel-indicators li.active{
  width: 14px;
  height: 14px;
  background: rgba(0,0,0,.6);
  box-sizing: border-box;
  margin:  0 10px;
  border: none;
}
.type-list{
  width: 100%;
  padding: 20px 19px 20px 30px;
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.list-item-level2{
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  
}
.list-item-level2 span{
  word-break: break-all;
  font-size: 14px;
  color: #333;
  font-weight:bold;
  cursor: pointer;
}
.group-level3{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.group-item-level3{
  font-size: 12px;
  color: #666;
  margin-right: 19px;
  margin-bottom: 15px;
  cursor: pointer;
}
.carousel-control{
  width: 5%;
  background-image: none !important;
}
.eshop-white-line{
  width: 100%;
  height: 20px;
  background-color: #fff;
  margin-bottom: 10px;
}
.floor-box{
  position: fixed;
  top: 25%;
  right: calc((100vw - 1220px) / 2 - 70px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.floor-list{
  display: flex;
  flex-direction: column;
  align-items: center;
  /* height: 400px; */
}
.floor-item{
  width: 50px;
  height: 50px;
  display: flex;
  border-bottom: 1px solid #d8d8d8;
  cursor: pointer;
}

.floor-item img{
  width: 100%;
  height: 100%;

}
.floor-item img:first-child{
  display: flex;
  background-color: #fff;

}
.floor-item img:last-child{
  display: none;
}
.floor-item.floor-item-hover,.floor-item.floor-item-active{
  border-bottom: solid 1px #fff;
}
.floor-item.floor-item-hover img:first-child,.floor-item.floor-item-active img:first-child{
  display: none;
}
.floor-item.floor-item-hover img:last-child,.floor-item.floor-item-active img:last-child{
  display: flex;
  background-color: #ff971b;
}
.floor-item2{
  width: 50px;
  height: 50px;
  display: flex;
  border-bottom: 1px solid #d8d8d8;
  cursor: pointer;
}
.floor-item2 img{
  width: 100%;
  height: 100%;
}
.floor-item2.floor-item-hover,.floor-item2.floor-item-active{
  border: solid 2px #ff971b;
}
.activity-box{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items:center;
}
.second-kill-box{
  width: 1200px;
  display: flex;
  align-items: center;
  height: 260px;
  

}
.second-kill-head{
  width:240px;
  height: 260px;
  display: flex;
  position: relative;
  cursor: pointer;
}
.second-kill-head img{
  width: 100%;
  height: 100%;
  display: flex;
}
.second-kill-label{
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 120px;
}
.second-kill-title{
  font-size: 20px;
  color: #333;
  margin-bottom: 18px;
}
.second-kill-time{
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #333;
}
.second-kill-time>div{
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  background-color: #000;
}
.activity-list{
  width: 0;
  flex-grow: 1;
  display: flex;
  align-items: center;
  height: 260px;
  /* background-color: #fff; */
}
.activity-item{
  width: 25%;
  height: 260px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #d1d1d1;
  cursor: pointer;
  background-color: #fff;
}
.activity-item:last-child{
    border-right:none;
}
.activity-img{
  width: 100%;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.activity-img img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.activity-content{
  width: 100%;
  height: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 0 24px;
  justify-content: center;
}
.activity-name{
  font-size: 16px;
  width: 100%;
  color: #666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.activity-price{
  color: #F33939;
  font-size: 16px;
  width: 100%;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
}
.activity-bottom{
  width: 100%;
  display: flex;
  
}
.activity-price-box{
  display: flex;
  align-items: center;
  border: 1px solid #F33939;
}
.activity-price-new{
  background-color: #F33939;
  color: #fff;
  font-size: 14px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 8px;
}
.activity-price-old{
  background-color: #fff;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #999;
  padding-right: 8px;
  position: relative;
}
.activity-price-old::after{
  content: '';
  width: 100%;
  position:absolute;
  left:0;
  top:-10px;
  height: 18px;
  box-sizing:border-box;
  border-bottom:1px solid #999;
  transform-origin:bottom center;
  transform:rotateZ(10deg) scale(0.8)
}
.activity-price-old2{
  margin-left: 5px;
  font-size: 12px;

}

.activity-price-border{
  width: 0;
  height: 0;
  border-top: 18px solid #F33939;
  border-right: 16px solid transparent;
}
.promotion-box{
  width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.promotion-item-box{
  width: 590px;
  position: relative;
  height: 340px;
}
.promotion-item-box>img{
  position: absolute;
  width: 590px;
  height: 340px;
  display: flex;
  top: 0;
  left: 0;
}
.activity-promotion-box{
  width: 590px;
  height: 340px; 
  padding: 87px 45px 0 45px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 111;
  justify-content: space-between;
}
.activity-promotion-box .activity-item{
  width: 240px;
  flex-grow: inherit;
  border-right: none;
  background-color: #fff;
  height: 230px;
}
.activity-promotion-box .activity-item .activity-img{
  height: 150px;
}
.promotion-item-box-full{
  width: 100%;
}
.promotion-item-box-full>img{
  width: 100%;
}
.promotion-item-box-full .activity-promotion-box{
  width: 100%;
  justify-content: flex-start;
}
.promotion-item-box-full .activity-promotion-box>.activity-item{
  margin-right: 20px;
}
.activity-promotion-box .activity-content{
  border-top: #FFCC90 1px solid;
}
.activity-promotion-box .activity-content .activity-price{
  font-size: 14px;
}
.prod-list{
  display: flex !important;
}
.prod-list .prod-item-content{
  width:0;
  flex-grow:1;
  padding: 10px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.prod-list .prod-item-content .item-row{
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.prod-list .prod-item-content .item-row .item-col{
  width: 33%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.prod-list .prod-item-input{
  width:200px;
  display:flex;
  flex-direction:column;
  align-items:center;
  /* justify-content: center; */
  padding-right: 35px;
}
.prod-list .prod-item-input>div{
  width:100%;
  display:flex;
  align-items:center;
  justify-content: flex-end;
  margin-top:10px;
}
.span-limit-text{
  display: inline-block;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 0;
  flex-grow: 1;
}
.item-col span:hover{
  cursor: inherit !important;
}
.prod-info-box{
  line-height: 2;
  color: #8c8c8c;
  width: 100%;
  display: flex;
  align-items: center;
}
.activity-title{
  width: 100%;
  height: 30px;
  line-height:30px;
  background-color: #FFF4E7;
  color: #F33939;
  font-size: 16px;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align:center;
  padding:0 10px;
}
.eshop-floor:last-child{
  margin-bottom: 20px;
}
.act-nav-list-box{
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}
.act-nav-list{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-top: 60px;
  overflow-x:auto;
}
.act-nav-item{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  color: #999999;
  font-size: 16px;
  margin-right: 40px;
  cursor: pointer;
}
.act-nav-line{
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin-top: 6px;
}
.act-nav-name{
  width: max-content;
}
.act-nav-item.is-active{
  color: #F33939;
}
.act-nav-item.is-active .act-nav-line{
  background-color:#F33939;
}
.act-title{
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.act-title>span{
  font-size: 16px;
  color: #F33939;
  margin-right: 10px;
}
.red-arrow{
  width: 20px;
  height: 20px;
  display: flex;
}
.act-time-box{
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
  font-weight: 700;
  
}
.act-time-box>div{
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  
}
.act-list-box{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.act-list-box .activity-item{
  width: 20%;
  height: 242px;
  border-color: #f8f8f8;
  margin-top:10px ;
}
.act-list-box .activity-item .activity-img{
  height: 150px;
}
.is-hide{
  display: none;
}
.propagate-box{
  width: 1200px;
  margin:0 auto;
  display: flex;
}
.ad-item{
  width: 400px;
  height: 220px;
}
.ad-item>img{
  width: 100%;
  height: 100%;
}
 .viewer-container {
    z-index: 198910220 !important;
}
.activity-panel--title{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.limit-text-two{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: inherit;

}
.prod-remark{
  justify-content: flex-start !important;
  color: #F56C6C;
  font-weight:bold;
  visibility: hidden;
}

/* 切换成英文状态下修改的样式 */
.en-eshop-head-box .eshop-head{
  width: auto;
  min-width: 1500px;
}
.en-eshop-head-box .eshop-search-btn{
  min-width: 120px;
  width: auto!important;
  padding: 0 10px;
}
.en-eshop-head-box .eshop-head-shopcar{
  white-space: nowrap;
  padding: 0 15px;
  width: auto;
  min-width: 150px;
}
.en-eshop-head-box .eshop-head-btn{
  min-width: 120px;
  width: auto!important;
  padding: 0 10px;
}
.en-eshop-head-box .tabs-head{
  width: auto!important;
  white-space: nowrap;
  padding: 0 10px;
}
.en-eshop-head-box .tabs-item{
  white-space: nowrap;
  width: auto!important;
}
.en-eshop-head-box .eshop-tabs{
  min-width: 1450px;
  width: auto!important;
  white-space: nowrap;
}
.en-eshop-show-bg .eshop-show-box{
  min-width: 1450px;
  width: auto!important;
}
.en-eshop-show-bg .eshop-show-info{
  width: auto!important;
  min-width: 220px;
}
.en-eshop-show-bg .user-info-account .login-btn{
  width: auto!important;
}
.en-eshop-show-bg .eshop-show-banner{
  min-width: 1100px;
}
.en-eshop-show-bg .item .item-banner{
  width: 100%;
}
.en-eshop-nav-fixtop .eshop-nav-fixtop--center{
  width: auto!important;
}
.en-content .tabs-item{
  min-width: 140px;
  width: auto;
  white-space: nowrap;
}
.shopcar-pop.new-shopcar-pop{
  width: auto;
  min-width: 300px;
}
.new-shopcar-pop .shopcar-list-box{
  width: 100%;
  min-width: 300px;
}
.new-shopcar-pop .jump-btn{
  width: auto;
  white-space: nowrap;
  padding: 0 3px;
}
.new-shopcar-pop .shopcar-total{
  white-space: nowrap;
}
.eshop-item-detail.en-eshop-item-detail{
  width: 1450px!important;
}
.eshop-item-detail.en-eshop-item-detail .__body-aside{
  min-width: 500px;
}
.add-detailcontent .content{
  flex-wrap: wrap;
  border: solid 1px #ddd;
  display: flex;
  margin-bottom: 10px;
}
.add-detailcontent .content .product-detail{
  color: #888;
  width: 50%;
  margin: 0;
  border-bottom: solid 1px #ddd;
  min-height: 30px;
  border-left: solid 1px #ddd;
  display: flex;
  align-items: center;
}
.add-detailcontent .content .product-detail div{
  padding-left: 5px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
  background: #fff;
  width: 70%;
}
.add-detailcontent .content .product-detail div.product-detailone{
  float: left;
  margin-right: 0;
  padding-left: 0;
  width: 30%;
  border-right: solid 1px #ddd;
  text-align: right;
  background: #F5F6F8;
  padding-right: 8px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.eshop-item-detail .__detailcontent.new-fitcar{
  border: solid 1px #ddd;
  padding: 0;
  max-height: 375px;
  overflow: hidden;
  overflow-y: auto;
}
.new-fitcar .list{
  padding: 8px;
  border-bottom: solid 1px #ddd;
  background: #fff;
}
.new-fitcar .list:last-child{
  border-bottom:none
}
.serve-content{
  font-size: 12px;
  color: #555;
}
.new-list-box .shopcar-list,
.new-list-box .shopcar-item{
  height: auto;
  min-height: auto;
}
.new-list-box .item-content{
  height: auto;
  min-height: 50px;
}
.new-list-box .hint img{
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.all-customer{
  width:100%
}
.hint{
  position: relative;
}
.new-list-box .prompt{
  position: absolute;
  background: #fff;
  min-width: 142px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #ebeef5;
  padding: 12px;
  z-index: 2000;
  color: #606266;
  margin-left: 30px;
  top: -15px;
  right: 24px;
  line-height: 1.4;
  text-align: justify;
  transform-origin: center top;
  font-size: 14px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.10);
  word-break: break-all;
  display:none;
  white-space: normal;
  text-align: center
}
.new-list-box .popper-arrow{
  position: absolute;
  display: block;
  width: 0;
  height: 0px;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .03));
  top: 15px;
  right: 5px;
  margin-left: -6px;
  margin-right: -10px;
  border-right-width: 0px;
  border-left-color: #ebeef5;
}
.new-list-box .popper-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  content: " ";
  border-width: 6px;
  top: -6px;
  left: -7px;
  margin-top: 0;
  border-right-width: 0;
  border-left-color: #fff;
}
.flex-justify-between {
  display: flex;
  justify-content: space-between;
}
.flex-align-center {
  display: flex;
  align-items: center;
}
.new-list-box .shopcar-list{
  z-index: auto;
  position: relative;
  padding: 8px 0;
}

.type-list2{
  display: flex;
  flex-wrap: wrap;
}

.type-list2 .list-item-level2{
  width: 25%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.type-list2 .list-item-level2 .list-item-name{
  text-align: center;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 100%;
  font-weight: bold;
  height:40px;
}

.cursor-pointer{
  cursor: pointer;
}