@charset "UTF-8";
@font-face {
  font-family: 'montserrat';
  src: url("https://static.gethover.com/build/fonts/MontserratRegular-95e780b547.eot");
  src: url("https://static.gethover.com/build/fonts/MontserratRegular-95e780b547.eot") format("embedded-opentype"), url("https://static.gethover.com/build/fonts/MontserratRegular-b3f9a7c296.woff") format("woff"), url("https://static.gethover.com/build/fonts/MontserratRegular-61ba40283d.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'montserrat';
  src: url("https://static.gethover.com/build/fonts/Montserrat-Bold-e207836583.eot");
  src: url("https://static.gethover.com/build/fonts/Montserrat-Bold-e207836583.eot") format("embedded-opentype"), url("https://static.gethover.com/build/fonts/Montserrat-Bold-96e3c5a190.woff") format("woff"), url("https://static.gethover.com/build/fonts/Montserrat-Bold-d3085f686d.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'montserrat';
  src: url("https://static.gethover.com/build/fonts/montserrat-light-6ce6cbdb8f.eot");
  src: url("/fonts/Montserrat-Boldmontserrat-light.eot") format("embedded-opentype"), url("https://static.gethover.com/build/fonts/montserrat-light-b2f7c06e09.woff") format("woff"), url("https://static.gethover.com/build/fonts/montserrat-light-12e041aaa6.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline dotted;
  /* 2 */
  text-decoration: underline;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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: -.25em; }

sup {
  top: -.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 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 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em; }

/**
 * 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 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3); }

/**
 * 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 */ }

*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0; }

html {
  height: 100%;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none; }

body {
  height: 100%;
  background: #ffffff;
  color: #000000;
  font-family: montserrat, "Microsoft YaHei", SimHei, sans-serif;
  font-size: 0.35rem;
  overflow-x: hidden; }

img {
  width: 100%; }

a {
  text-decoration: none;
  color: #000000;
  font-family: montserrat, "Microsoft YaHei", SimHei, sans-serif;
  cursor: pointer; }

[v-cloak] {
  display: none; }

.wrapper {
  width: 100%;
  padding-bottom: 6.3rem;
  min-height: 100%;
  position: relative; }

.content__hover {
  padding-top: 1.5rem; }

@media screen and (max-width: 768px) {
  .wrapper {
    padding-bottom: 0; }
  .content__hover {
    padding-top: 2.5rem; } }

embed {
  display: none; }

/*!
Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
.pure-g {
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  *letter-spacing: normal;
  /* reset IE < 8 */
  *word-spacing: -0.43em;
  /* IE < 8: collapse white-space between units */
  text-rendering: optimizespeed;
  /* Webkit: fixes text-rendering: optimizeLegibility */
  /*
    Sets the font stack to fonts known to work properly with the above letter
    and word spacings. See: https://github.com/yahoo/pure/issues/41/

    The following font stack makes Pure Grids work on all known environments.

    * FreeSans: Ships with many Linux distros, including Ubuntu

    * Arimo: Ships with Chrome OS. Arimo has to be defined before Helvetica and
      Arial to get picked up by the browser, even though neither is available
      in Chrome OS.

    * Droid Sans: Ships with all versions of Android.

    * Helvetica, Arial, sans-serif: Common font stack on OS X and Windows.
    */
  /*     font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif; */
  /*
    Use flexbox when possible to avoid `letter-spacing` side-effects.

    NOTE: Firefox (as of 25) does not currently support flex-wrap, so the
    `-moz-` prefix version is omitted.
    */
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  /* IE10 uses display: flexbox */
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
  /* Prevents distributing space between rows */
  -ms-align-content: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start; }

/* Opera as of 12 on Windows needs word-spacing.
   The ".opera-only" selector is used to prevent actual prefocus styling
   and is not required in markup.
*/
.opera-only :-o-prefocus,
.pure-g {
  word-spacing: -0.43em; }

.pure-u {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto; }

.pure-u-1,
.pure-u-1-1,
.pure-u-1-2,
.pure-u-1-3,
.pure-u-2-3,
.pure-u-1-4,
.pure-u-3-4,
.pure-u-1-5,
.pure-u-2-5,
.pure-u-3-5,
.pure-u-4-5,
.pure-u-5-5,
.pure-u-1-6,
.pure-u-5-6,
.pure-u-1-8,
.pure-u-3-8,
.pure-u-5-8,
.pure-u-7-8,
.pure-u-1-12,
.pure-u-5-12,
.pure-u-7-12,
.pure-u-11-12,
.pure-u-1-24,
.pure-u-2-24,
.pure-u-3-24,
.pure-u-4-24,
.pure-u-5-24,
.pure-u-6-24,
.pure-u-7-24,
.pure-u-8-24,
.pure-u-9-24,
.pure-u-10-24,
.pure-u-11-24,
.pure-u-12-24,
.pure-u-13-24,
.pure-u-14-24,
.pure-u-15-24,
.pure-u-16-24,
.pure-u-17-24,
.pure-u-18-24,
.pure-u-19-24,
.pure-u-20-24,
.pure-u-21-24,
.pure-u-22-24,
.pure-u-23-24,
.pure-u-24-24 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto; }

.pure-u-1-24 {
  width: 4.1667%;
  *width: 4.1357%; }

.pure-u-1-12,
.pure-u-2-24 {
  width: 8.3333%;
  *width: 8.3023%; }

.pure-u-1-8,
.pure-u-3-24 {
  width: 12.5000%;
  *width: 12.4690%; }

.pure-u-1-6,
.pure-u-4-24 {
  width: 16.6667%;
  *width: 16.6357%; }

.pure-u-1-5 {
  width: 20%;
  *width: 19.9690%; }

.pure-u-5-24 {
  width: 20.8333%;
  *width: 20.8023%; }

.pure-u-1-4,
.pure-u-6-24 {
  width: 25%;
  *width: 24.9690%; }

.pure-u-7-24 {
  width: 29.1667%;
  *width: 29.1357%; }

.pure-u-1-3,
.pure-u-8-24 {
  width: 33.3333%;
  *width: 33.3023%; }

.pure-u-3-8,
.pure-u-9-24 {
  width: 37.5000%;
  *width: 37.4690%; }

.pure-u-2-5 {
  width: 40%;
  *width: 39.9690%; }

.pure-u-5-12,
.pure-u-10-24 {
  width: 41.6667%;
  *width: 41.6357%; }

.pure-u-11-24 {
  width: 45.8333%;
  *width: 45.8023%; }

.pure-u-1-2,
.pure-u-12-24 {
  width: 50%;
  *width: 49.9690%; }

.pure-u-13-24 {
  width: 54.1667%;
  *width: 54.1357%; }

.pure-u-7-12,
.pure-u-14-24 {
  width: 58.3333%;
  *width: 58.3023%; }

.pure-u-3-5 {
  width: 60%;
  *width: 59.9690%; }

.pure-u-5-8,
.pure-u-15-24 {
  width: 62.5000%;
  *width: 62.4690%; }

.pure-u-2-3,
.pure-u-16-24 {
  width: 66.6667%;
  *width: 66.6357%; }

.pure-u-17-24 {
  width: 70.8333%;
  *width: 70.8023%; }

.pure-u-3-4,
.pure-u-18-24 {
  width: 75%;
  *width: 74.9690%; }

.pure-u-19-24 {
  width: 79.1667%;
  *width: 79.1357%; }

.pure-u-4-5 {
  width: 80%;
  *width: 79.9690%; }

.pure-u-5-6,
.pure-u-20-24 {
  width: 83.3333%;
  *width: 83.3023%; }

.pure-u-7-8,
.pure-u-21-24 {
  width: 87.5000%;
  *width: 87.4690%; }

.pure-u-11-12,
.pure-u-22-24 {
  width: 91.6667%;
  *width: 91.6357%; }

.pure-u-23-24 {
  width: 95.8333%;
  *width: 95.8023%; }

.pure-u-1,
.pure-u-1-1,
.pure-u-5-5,
.pure-u-24-24 {
  width: 100%; }

.offset-u-1-24 {
  margin-left: 4.1667%;
  *margin-left: 4.1357%; }

.offset-u-1-12,
.offset-u-2-24 {
  margin-left: 8.3333%;
  *margin-left: 8.3023%; }

.offset-u-1-8,
.offset-u-3-24 {
  margin-left: 12.5000%;
  *margin-left: 12.4690%; }

.offset-u-1-6,
.offset-u-4-24 {
  margin-left: 16.6667%;
  *margin-left: 16.6357%; }

.offset-u-1-5 {
  margin-left: 20%;
  *margin-left: 19.9690%; }

.offset-u-5-24 {
  margin-left: 20.8333%;
  *margin-left: 20.8023%; }

.offset-u-1-4,
.offset-u-6-24 {
  margin-left: 25%;
  *margin-left: 24.9690%; }

.offset-u-7-24 {
  margin-left: 29.1667%;
  *margin-left: 29.1357%; }

.offset-u-1-3,
.offset-u-8-24 {
  margin-left: 33.3333%;
  *margin-left: 33.3023%; }

.offset-u-3-8,
.offset-u-9-24 {
  margin-left: 37.5000%;
  *margin-left: 37.4690%; }

.offset-u-2-5 {
  margin-left: 40%;
  *margin-left: 39.9690%; }

.offset-u-5-12,
.offset-u-10-24 {
  margin-left: 41.6667%;
  *margin-left: 41.6357%; }

.offset-u-11-24 {
  margin-left: 45.8333%;
  *margin-left: 45.8023%; }

.offset-u-1-2,
.offset-u-12-24 {
  margin-left: 50%;
  *margin-left: 49.9690%; }

.offset-u-13-24 {
  margin-left: 54.1667%;
  *margin-left: 54.1357%; }

.offset-u-7-12,
.offset-u-14-24 {
  margin-left: 58.3333%;
  *margin-left: 58.3023%; }

.offset-u-3-5 {
  margin-left: 60%;
  *margin-left: 59.9690%; }

.offset-u-5-8,
.offset-u-15-24 {
  margin-left: 62.5000%;
  *margin-left: 62.4690%; }

.offset-u-2-3,
.offset-u-16-24 {
  margin-left: 66.6667%;
  *margin-left: 66.6357%; }

.offset-u-17-24 {
  margin-left: 70.8333%;
  *margin-left: 70.8023%; }

.offset-u-3-4,
.offset-u-18-24 {
  margin-left: 75%;
  *margin-left: 74.9690%; }

.offset-u-19-24 {
  margin-left: 79.1667%;
  *margin-left: 79.1357%; }

.offset-u-4-5 {
  margin-left: 80%;
  *margin-left: 79.9690%; }

.offset-u-5-6,
.offset-u-20-24 {
  margin-left: 83.3333%;
  *margin-left: 83.3023%; }

.offset-u-7-8,
.offset-u-21-24 {
  margin-left: 87.5000%;
  *margin-left: 87.4690%; }

.offset-u-11-12,
.offset-u-22-24 {
  margin-left: 91.6667%;
  *margin-left: 91.6357%; }

.offset-u-23-24 {
  margin-left: 95.8333%;
  *margin-left: 95.8023%; }

.offset-u-1,
.offset-u-1-1,
.offset-u-5-5,
.offset-u-24-24 {
  margin-left: 100%; }

/*!
Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
@media screen and (min-width: 35.5em) {
  .pure-u-sm-1,
  .pure-u-sm-1-1,
  .pure-u-sm-1-2,
  .pure-u-sm-1-3,
  .pure-u-sm-2-3,
  .pure-u-sm-1-4,
  .pure-u-sm-3-4,
  .pure-u-sm-1-5,
  .pure-u-sm-2-5,
  .pure-u-sm-3-5,
  .pure-u-sm-4-5,
  .pure-u-sm-5-5,
  .pure-u-sm-1-6,
  .pure-u-sm-5-6,
  .pure-u-sm-1-8,
  .pure-u-sm-3-8,
  .pure-u-sm-5-8,
  .pure-u-sm-7-8,
  .pure-u-sm-1-12,
  .pure-u-sm-5-12,
  .pure-u-sm-7-12,
  .pure-u-sm-11-12,
  .pure-u-sm-1-24,
  .pure-u-sm-2-24,
  .pure-u-sm-3-24,
  .pure-u-sm-4-24,
  .pure-u-sm-5-24,
  .pure-u-sm-6-24,
  .pure-u-sm-7-24,
  .pure-u-sm-8-24,
  .pure-u-sm-9-24,
  .pure-u-sm-10-24,
  .pure-u-sm-11-24,
  .pure-u-sm-12-24,
  .pure-u-sm-13-24,
  .pure-u-sm-14-24,
  .pure-u-sm-15-24,
  .pure-u-sm-16-24,
  .pure-u-sm-17-24,
  .pure-u-sm-18-24,
  .pure-u-sm-19-24,
  .pure-u-sm-20-24,
  .pure-u-sm-21-24,
  .pure-u-sm-22-24,
  .pure-u-sm-23-24,
  .pure-u-sm-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }
  .pure-u-sm-1-24 {
    width: 4.1667%;
    *width: 4.1357%; }
  .pure-u-sm-1-12,
  .pure-u-sm-2-24 {
    width: 8.3333%;
    *width: 8.3023%; }
  .pure-u-sm-1-8,
  .pure-u-sm-3-24 {
    width: 12.5000%;
    *width: 12.4690%; }
  .pure-u-sm-1-6,
  .pure-u-sm-4-24 {
    width: 16.6667%;
    *width: 16.6357%; }
  .pure-u-sm-1-5 {
    width: 20%;
    *width: 19.9690%; }
  .pure-u-sm-5-24 {
    width: 20.8333%;
    *width: 20.8023%; }
  .pure-u-sm-1-4,
  .pure-u-sm-6-24 {
    width: 25%;
    *width: 24.9690%; }
  .pure-u-sm-7-24 {
    width: 29.1667%;
    *width: 29.1357%; }
  .pure-u-sm-1-3,
  .pure-u-sm-8-24 {
    width: 33.3333%;
    *width: 33.3023%; }
  .pure-u-sm-3-8,
  .pure-u-sm-9-24 {
    width: 37.5000%;
    *width: 37.4690%; }
  .pure-u-sm-2-5 {
    width: 40%;
    *width: 39.9690%; }
  .pure-u-sm-5-12,
  .pure-u-sm-10-24 {
    width: 41.6667%;
    *width: 41.6357%; }
  .pure-u-sm-11-24 {
    width: 45.8333%;
    *width: 45.8023%; }
  .pure-u-sm-1-2,
  .pure-u-sm-12-24 {
    width: 50%;
    *width: 49.9690%; }
  .pure-u-sm-13-24 {
    width: 54.1667%;
    *width: 54.1357%; }
  .pure-u-sm-7-12,
  .pure-u-sm-14-24 {
    width: 58.3333%;
    *width: 58.3023%; }
  .pure-u-sm-3-5 {
    width: 60%;
    *width: 59.9690%; }
  .pure-u-sm-5-8,
  .pure-u-sm-15-24 {
    width: 62.5000%;
    *width: 62.4690%; }
  .pure-u-sm-2-3,
  .pure-u-sm-16-24 {
    width: 66.6667%;
    *width: 66.6357%; }
  .pure-u-sm-17-24 {
    width: 70.8333%;
    *width: 70.8023%; }
  .pure-u-sm-3-4,
  .pure-u-sm-18-24 {
    width: 75%;
    *width: 74.9690%; }
  .pure-u-sm-19-24 {
    width: 79.1667%;
    *width: 79.1357%; }
  .pure-u-sm-4-5 {
    width: 80%;
    *width: 79.9690%; }
  .pure-u-sm-5-6,
  .pure-u-sm-20-24 {
    width: 83.3333%;
    *width: 83.3023%; }
  .pure-u-sm-7-8,
  .pure-u-sm-21-24 {
    width: 87.5000%;
    *width: 87.4690%; }
  .pure-u-sm-11-12,
  .pure-u-sm-22-24 {
    width: 91.6667%;
    *width: 91.6357%; }
  .pure-u-sm-23-24 {
    width: 95.8333%;
    *width: 95.8023%; }
  .pure-u-sm-1,
  .pure-u-sm-1-1,
  .pure-u-sm-5-5,
  .pure-u-sm-24-24 {
    width: 100%; } }

@media screen and (min-width: 48.0625em) {
  .pure-u-md-1,
  .pure-u-md-1-1,
  .pure-u-md-1-2,
  .pure-u-md-1-3,
  .pure-u-md-2-3,
  .pure-u-md-1-4,
  .pure-u-md-3-4,
  .pure-u-md-1-5,
  .pure-u-md-2-5,
  .pure-u-md-3-5,
  .pure-u-md-4-5,
  .pure-u-md-5-5,
  .pure-u-md-1-6,
  .pure-u-md-5-6,
  .pure-u-md-1-8,
  .pure-u-md-3-8,
  .pure-u-md-5-8,
  .pure-u-md-7-8,
  .pure-u-md-1-12,
  .pure-u-md-5-12,
  .pure-u-md-7-12,
  .pure-u-md-11-12,
  .pure-u-md-1-24,
  .pure-u-md-2-24,
  .pure-u-md-3-24,
  .pure-u-md-4-24,
  .pure-u-md-5-24,
  .pure-u-md-6-24,
  .pure-u-md-7-24,
  .pure-u-md-8-24,
  .pure-u-md-9-24,
  .pure-u-md-10-24,
  .pure-u-md-11-24,
  .pure-u-md-12-24,
  .pure-u-md-13-24,
  .pure-u-md-14-24,
  .pure-u-md-15-24,
  .pure-u-md-16-24,
  .pure-u-md-17-24,
  .pure-u-md-18-24,
  .pure-u-md-19-24,
  .pure-u-md-20-24,
  .pure-u-md-21-24,
  .pure-u-md-22-24,
  .pure-u-md-23-24,
  .pure-u-md-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }
  .pure-u-md-1-24 {
    width: 4.1667%;
    *width: 4.1357%; }
  .pure-u-md-1-12,
  .pure-u-md-2-24 {
    width: 8.3333%;
    *width: 8.3023%; }
  .pure-u-md-1-8,
  .pure-u-md-3-24 {
    width: 12.5000%;
    *width: 12.4690%; }
  .pure-u-md-1-6,
  .pure-u-md-4-24 {
    width: 16.6667%;
    *width: 16.6357%; }
  .pure-u-md-1-5 {
    width: 20%;
    *width: 19.9690%; }
  .pure-u-md-5-24 {
    width: 20.8333%;
    *width: 20.8023%; }
  .pure-u-md-1-4,
  .pure-u-md-6-24 {
    width: 25%;
    *width: 24.9690%; }
  .pure-u-md-7-24 {
    width: 29.1667%;
    *width: 29.1357%; }
  .pure-u-md-1-3,
  .pure-u-md-8-24 {
    width: 33.3333%;
    *width: 33.3023%; }
  .pure-u-md-3-8,
  .pure-u-md-9-24 {
    width: 37.5000%;
    *width: 37.4690%; }
  .pure-u-md-2-5 {
    width: 40%;
    *width: 39.9690%; }
  .pure-u-md-5-12,
  .pure-u-md-10-24 {
    width: 41.6667%;
    *width: 41.6357%; }
  .pure-u-md-11-24 {
    width: 45.8333%;
    *width: 45.8023%; }
  .pure-u-md-1-2,
  .pure-u-md-12-24 {
    width: 50%;
    *width: 49.9690%; }
  .pure-u-md-13-24 {
    width: 54.1667%;
    *width: 54.1357%; }
  .pure-u-md-7-12,
  .pure-u-md-14-24 {
    width: 58.3333%;
    *width: 58.3023%; }
  .pure-u-md-3-5 {
    width: 60%;
    *width: 59.9690%; }
  .pure-u-md-5-8,
  .pure-u-md-15-24 {
    width: 62.5000%;
    *width: 62.4690%; }
  .pure-u-md-2-3,
  .pure-u-md-16-24 {
    width: 66.6667%;
    *width: 66.6357%; }
  .pure-u-md-17-24 {
    width: 70.8333%;
    *width: 70.8023%; }
  .pure-u-md-3-4,
  .pure-u-md-18-24 {
    width: 75%;
    *width: 74.9690%; }
  .pure-u-md-19-24 {
    width: 79.1667%;
    *width: 79.1357%; }
  .pure-u-md-4-5 {
    width: 80%;
    *width: 79.9690%; }
  .pure-u-md-5-6,
  .pure-u-md-20-24 {
    width: 83.3333%;
    *width: 83.3023%; }
  .pure-u-md-7-8,
  .pure-u-md-21-24 {
    width: 87.5000%;
    *width: 87.4690%; }
  .pure-u-md-11-12,
  .pure-u-md-22-24 {
    width: 91.6667%;
    *width: 91.6357%; }
  .pure-u-md-23-24 {
    width: 95.8333%;
    *width: 95.8023%; }
  .pure-u-md-1,
  .pure-u-md-1-1,
  .pure-u-md-5-5,
  .pure-u-md-24-24 {
    width: 100%; } }

@media screen and (min-width: 64em) {
  .pure-u-lg-1,
  .pure-u-lg-1-1,
  .pure-u-lg-1-2,
  .pure-u-lg-1-3,
  .pure-u-lg-2-3,
  .pure-u-lg-1-4,
  .pure-u-lg-3-4,
  .pure-u-lg-1-5,
  .pure-u-lg-2-5,
  .pure-u-lg-3-5,
  .pure-u-lg-4-5,
  .pure-u-lg-5-5,
  .pure-u-lg-1-6,
  .pure-u-lg-5-6,
  .pure-u-lg-1-8,
  .pure-u-lg-3-8,
  .pure-u-lg-5-8,
  .pure-u-lg-7-8,
  .pure-u-lg-1-12,
  .pure-u-lg-5-12,
  .pure-u-lg-7-12,
  .pure-u-lg-11-12,
  .pure-u-lg-1-24,
  .pure-u-lg-2-24,
  .pure-u-lg-3-24,
  .pure-u-lg-4-24,
  .pure-u-lg-5-24,
  .pure-u-lg-6-24,
  .pure-u-lg-7-24,
  .pure-u-lg-8-24,
  .pure-u-lg-9-24,
  .pure-u-lg-10-24,
  .pure-u-lg-11-24,
  .pure-u-lg-12-24,
  .pure-u-lg-13-24,
  .pure-u-lg-14-24,
  .pure-u-lg-15-24,
  .pure-u-lg-16-24,
  .pure-u-lg-17-24,
  .pure-u-lg-18-24,
  .pure-u-lg-19-24,
  .pure-u-lg-20-24,
  .pure-u-lg-21-24,
  .pure-u-lg-22-24,
  .pure-u-lg-23-24,
  .pure-u-lg-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }
  .pure-u-lg-1-24 {
    width: 4.1667%;
    *width: 4.1357%; }
  .pure-u-lg-1-12,
  .pure-u-lg-2-24 {
    width: 8.3333%;
    *width: 8.3023%; }
  .pure-u-lg-1-8,
  .pure-u-lg-3-24 {
    width: 12.5000%;
    *width: 12.4690%; }
  .pure-u-lg-1-6,
  .pure-u-lg-4-24 {
    width: 16.6667%;
    *width: 16.6357%; }
  .pure-u-lg-1-5 {
    width: 20%;
    *width: 19.9690%; }
  .pure-u-lg-5-24 {
    width: 20.8333%;
    *width: 20.8023%; }
  .pure-u-lg-1-4,
  .pure-u-lg-6-24 {
    width: 25%;
    *width: 24.9690%; }
  .pure-u-lg-7-24 {
    width: 29.1667%;
    *width: 29.1357%; }
  .pure-u-lg-1-3,
  .pure-u-lg-8-24 {
    width: 33.3333%;
    *width: 33.3023%; }
  .pure-u-lg-3-8,
  .pure-u-lg-9-24 {
    width: 37.5000%;
    *width: 37.4690%; }
  .pure-u-lg-2-5 {
    width: 40%;
    *width: 39.9690%; }
  .pure-u-lg-5-12,
  .pure-u-lg-10-24 {
    width: 41.6667%;
    *width: 41.6357%; }
  .pure-u-lg-11-24 {
    width: 45.8333%;
    *width: 45.8023%; }
  .pure-u-lg-1-2,
  .pure-u-lg-12-24 {
    width: 50%;
    *width: 49.9690%; }
  .pure-u-lg-13-24 {
    width: 54.1667%;
    *width: 54.1357%; }
  .pure-u-lg-7-12,
  .pure-u-lg-14-24 {
    width: 58.3333%;
    *width: 58.3023%; }
  .pure-u-lg-3-5 {
    width: 60%;
    *width: 59.9690%; }
  .pure-u-lg-5-8,
  .pure-u-lg-15-24 {
    width: 62.5000%;
    *width: 62.4690%; }
  .pure-u-lg-2-3,
  .pure-u-lg-16-24 {
    width: 66.6667%;
    *width: 66.6357%; }
  .pure-u-lg-17-24 {
    width: 70.8333%;
    *width: 70.8023%; }
  .pure-u-lg-3-4,
  .pure-u-lg-18-24 {
    width: 75%;
    *width: 74.9690%; }
  .pure-u-lg-19-24 {
    width: 79.1667%;
    *width: 79.1357%; }
  .pure-u-lg-4-5 {
    width: 80%;
    *width: 79.9690%; }
  .pure-u-lg-5-6,
  .pure-u-lg-20-24 {
    width: 83.3333%;
    *width: 83.3023%; }
  .pure-u-lg-7-8,
  .pure-u-lg-21-24 {
    width: 87.5000%;
    *width: 87.4690%; }
  .pure-u-lg-11-12,
  .pure-u-lg-22-24 {
    width: 91.6667%;
    *width: 91.6357%; }
  .pure-u-lg-23-24 {
    width: 95.8333%;
    *width: 95.8023%; }
  .pure-u-lg-1,
  .pure-u-lg-1-1,
  .pure-u-lg-5-5,
  .pure-u-lg-24-24 {
    width: 100%; } }

@media screen and (min-width: 80em) {
  .pure-u-xl-1,
  .pure-u-xl-1-1,
  .pure-u-xl-1-2,
  .pure-u-xl-1-3,
  .pure-u-xl-2-3,
  .pure-u-xl-1-4,
  .pure-u-xl-3-4,
  .pure-u-xl-1-5,
  .pure-u-xl-2-5,
  .pure-u-xl-3-5,
  .pure-u-xl-4-5,
  .pure-u-xl-5-5,
  .pure-u-xl-1-6,
  .pure-u-xl-5-6,
  .pure-u-xl-1-8,
  .pure-u-xl-3-8,
  .pure-u-xl-5-8,
  .pure-u-xl-7-8,
  .pure-u-xl-1-12,
  .pure-u-xl-5-12,
  .pure-u-xl-7-12,
  .pure-u-xl-11-12,
  .pure-u-xl-1-24,
  .pure-u-xl-2-24,
  .pure-u-xl-3-24,
  .pure-u-xl-4-24,
  .pure-u-xl-5-24,
  .pure-u-xl-6-24,
  .pure-u-xl-7-24,
  .pure-u-xl-8-24,
  .pure-u-xl-9-24,
  .pure-u-xl-10-24,
  .pure-u-xl-11-24,
  .pure-u-xl-12-24,
  .pure-u-xl-13-24,
  .pure-u-xl-14-24,
  .pure-u-xl-15-24,
  .pure-u-xl-16-24,
  .pure-u-xl-17-24,
  .pure-u-xl-18-24,
  .pure-u-xl-19-24,
  .pure-u-xl-20-24,
  .pure-u-xl-21-24,
  .pure-u-xl-22-24,
  .pure-u-xl-23-24,
  .pure-u-xl-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }
  .pure-u-xl-1-24 {
    width: 4.1667%;
    *width: 4.1357%; }
  .pure-u-xl-1-12,
  .pure-u-xl-2-24 {
    width: 8.3333%;
    *width: 8.3023%; }
  .pure-u-xl-1-8,
  .pure-u-xl-3-24 {
    width: 12.5000%;
    *width: 12.4690%; }
  .pure-u-xl-1-6,
  .pure-u-xl-4-24 {
    width: 16.6667%;
    *width: 16.6357%; }
  .pure-u-xl-1-5 {
    width: 20%;
    *width: 19.9690%; }
  .pure-u-xl-5-24 {
    width: 20.8333%;
    *width: 20.8023%; }
  .pure-u-xl-1-4,
  .pure-u-xl-6-24 {
    width: 25%;
    *width: 24.9690%; }
  .pure-u-xl-7-24 {
    width: 29.1667%;
    *width: 29.1357%; }
  .pure-u-xl-1-3,
  .pure-u-xl-8-24 {
    width: 33.3333%;
    *width: 33.3023%; }
  .pure-u-xl-3-8,
  .pure-u-xl-9-24 {
    width: 37.5000%;
    *width: 37.4690%; }
  .pure-u-xl-2-5 {
    width: 40%;
    *width: 39.9690%; }
  .pure-u-xl-5-12,
  .pure-u-xl-10-24 {
    width: 41.6667%;
    *width: 41.6357%; }
  .pure-u-xl-11-24 {
    width: 45.8333%;
    *width: 45.8023%; }
  .pure-u-xl-1-2,
  .pure-u-xl-12-24 {
    width: 50%;
    *width: 49.9690%; }
  .pure-u-xl-13-24 {
    width: 54.1667%;
    *width: 54.1357%; }
  .pure-u-xl-7-12,
  .pure-u-xl-14-24 {
    width: 58.3333%;
    *width: 58.3023%; }
  .pure-u-xl-3-5 {
    width: 60%;
    *width: 59.9690%; }
  .pure-u-xl-5-8,
  .pure-u-xl-15-24 {
    width: 62.5000%;
    *width: 62.4690%; }
  .pure-u-xl-2-3,
  .pure-u-xl-16-24 {
    width: 66.6667%;
    *width: 66.6357%; }
  .pure-u-xl-17-24 {
    width: 70.8333%;
    *width: 70.8023%; }
  .pure-u-xl-3-4,
  .pure-u-xl-18-24 {
    width: 75%;
    *width: 74.9690%; }
  .pure-u-xl-19-24 {
    width: 79.1667%;
    *width: 79.1357%; }
  .pure-u-xl-4-5 {
    width: 80%;
    *width: 79.9690%; }
  .pure-u-xl-5-6,
  .pure-u-xl-20-24 {
    width: 83.3333%;
    *width: 83.3023%; }
  .pure-u-xl-7-8,
  .pure-u-xl-21-24 {
    width: 87.5000%;
    *width: 87.4690%; }
  .pure-u-xl-11-12,
  .pure-u-xl-22-24 {
    width: 91.6667%;
    *width: 91.6357%; }
  .pure-u-xl-23-24 {
    width: 95.8333%;
    *width: 95.8023%; }
  .pure-u-xl-1,
  .pure-u-xl-1-1,
  .pure-u-xl-5-5,
  .pure-u-xl-24-24 {
    width: 100%; } }

input,
select {
  color: rgba(0, 0, 0, 0.3); }

* {
  box-sizing: border-box; }

.form--group:not(:last-child) {
  margin-bottom: 0.8rem; }

textarea {
  outline: none;
  border-radius: 0;
  resize: none; }

.form__error .input--box:before {
  border-left: 1px solid #f26c4f; }

.form__error .input--box .acount--input {
  color: #f26c4f;
  border-bottom: 1px solid #f26c4f; }

.input--box {
  -webkit-appearance: none;
  background: #ffffff;
  background-image: none;
  display: block;
  position: relative;
  max-width: 100%;
  outline: 0;
  width: 100%; }
  .input--box.box--sm {
    width: 8.9rem;
    margin: 0 auto; }
  .input--box.box--lg {
    width: 8.9rem;
    margin: 0 auto; }
  .input--box.box--inline {
    display: inline-block;
    vertical-align: middle;
    width: auto; }
  .input--box:before {
    content: "";
    width: 1px;
    height: 0.55rem;
    display: block;
    position: absolute;
    top: 0.2rem;
    background: #000000;
    border-left: 1px solid #999999;
    z-index: 10; }
  .input--box.box--code {
    padding-right: 3rem; }
  .input--box .acount--input {
    -webkit-appearance: none;
    color: #999999;
    display: block;
    font-size: 0.35rem;
    max-width: 100%;
    border-width: 0 0 1px 0;
    border-bottom: 1px solid #999999;
    border-radius: 0;
    outline: 0;
    padding: 0.15rem 0.25rem;
    position: relative;
    width: 100%; }
    .input--box .acount--input[disabled] {
      color: #000000; }
  .input--box .captcha--box {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 0.8rem;
    width: 3rem; }
    .input--box .captcha--box a.captcha {
      position: absolute;
      right: 0.8875rem;
      bottom: 0;
      width: 1.75rem;
      height: 0.75rem;
      border: 1px solid #000000; }
      .input--box .captcha--box a.captcha img {
        width: 100%;
        height: 100%; }
    .input--box .captcha--box a.refresh {
      position: absolute;
      display: block;
      padding: 0.075rem;
      font-size: 0.6rem;
      bottom: 0;
      right: 0;
      color: #f26c4f; }

.error--message {
  display: block;
  min-height: 0.7rem;
  text-align: left; }
  .error--message.error--captcha {
    position: absolute;
    width: 100%; }
  .error--message.error--three {
    width: 33.33%;
    float: left; }
  .error--message.error--two {
    width: 50%;
    float: left; }
  .error--message span {
    display: inline-block;
    background: rgba(242, 108, 79, 0.2);
    color: #f26c4f;
    text-align: left;
    font-size: 0.3rem;
    font-weight: 100;
    line-height: 0.35rem;
    padding: 0.1rem 0.2rem;
    max-width: 100%;
    margin-top: 0.1rem; }

.input__box--address {
  width: 100%;
  height: 1.05rem;
  border: 1px solid #d5d8dd;
  background: #ffffff;
  padding: 0.25rem 0; }

@media screen and (min-width: 769px) {
  .item2 .input__box--address,
  .item3 .input__box--address {
    float: left; }
  .item2 .error--message,
  .item3 .error--message {
    float: left; }
  .input--group__address {
    width: 100%; }
    .input--group__address.item2 .input__box--address, .input--group__address.item3 .input__box--address {
      float: left; }
    .input--group__address.item2 .error--message, .input--group__address.item3 .error--message {
      float: left; }
    .input--group__address.item2 div:nth-of-type(2n) {
      margin-right: 0; }
    .input--group__address.item2 .input__box--address {
      margin-right: 0.25rem; }
    .input--group__address.item2 .error--message {
      margin-right: 0.25rem; }
    .input--group__address.item3 div:nth-of-type(3n) {
      margin-right: 0; }
    .input--group__address.item3 .input__box--address {
      margin-right: 0.25rem; }
    .input--group__address.item3 .error--message {
      margin-right: 0.25rem; }
  .input__box--address.wid_1-2 {
    width: 8.225rem; }
  .input__box--address.wid_1-3 {
    width: 5.4rem; }
  .input__box--address.wid_2-3 {
    width: 11.05rem; }
  .error--message.wid_1-2 {
    width: 8.225rem; }
  .error--message.wid_1-3 {
    width: 5.4rem; }
  .error--message.wid_2-3 {
    width: 11.05rem; } }

input.address--input {
  width: 100%;
  height: 0.55rem;
  border: none;
  outline: none;
  float: left;
  display: block;
  padding: 0 0.25rem; }

select.address--input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 0.55rem;
  border: none;
  outline: none;
  float: left;
  display: block;
  padding: 0 0.85rem 0 0.25rem;
  border-radius: 0; }

.ie--brow select.address--input {
  padding: 0 0.25rem 0 0.25rem;
  background: none !important; }

.form-checkbox,
.form-radio {
  height: 0.6rem; }
  .form-checkbox input,
  .form-radio input {
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    width: 1px; }

.form-checkbox,
.form-radio {
  cursor: pointer;
  display: inline-block;
  line-height: 0.6rem;
  padding: 0 0 0 0.95rem;
  position: relative; }
  .form-checkbox .form-icon,
  .form-radio .form-icon {
    border: 1px solid #d5d8dd;
    display: inline-block;
    font-size: 0.35rem;
    height: 0.6rem;
    left: 0;
    line-height: 0.6rem;
    outline: none;
    padding: 0;
    position: absolute;
    top: 0;
    vertical-align: top;
    width: 0.6rem; }

@media screen and (min-width: 769px) {
  .form-radio .form-icon {
    border-radius: 50%;
    background: #ffffff; }
  .form-radio input:checked + .form-icon::after {
    background: #f26c4f;
    border-radius: 50%;
    content: "";
    height: 0.35rem;
    left: 50%;
    margin-left: -0.175rem;
    margin-top: -0.175rem;
    position: absolute;
    top: 50%;
    width: 0.35rem; }
  .form-radio input:checked + .form-icon:before {
    display: none; } }

@media screen and (max-width: 768px) {
  .form-checkbox,
  .form-radio {
    cursor: pointer;
    display: inline-block;
    line-height: 0.6rem;
    padding: 0 0 0 0.95rem;
    position: relative; }
    .form-checkbox .form-icon,
    .form-radio .form-icon {
      border: 1px solid #d5d8dd;
      display: inline-block;
      font-size: 0.35rem;
      height: 1rem;
      left: 0;
      line-height: 0.6rem;
      outline: none;
      padding: 0;
      position: absolute;
      top: 0;
      vertical-align: top;
      width: 1rem; }
  .form-radio .form-icon {
    border-radius: 50%; }
  .form-radio input:checked + .form-icon {
    background: #ffffff;
    border: 1px solid #f26c4f;
    color: #f26c4f;
    font-size: 0.65rem;
    text-align: center; }
    .form-radio input:checked + .form-icon:before {
      display: inline-block;
      margin-top: 0.2rem; }
  .form-radio.square-radio .form-icon {
    border-radius: 0;
    width: 0.75rem;
    height: 0.75rem;
    border: 0.075rem solid rgba(0, 0, 0, 0.5); }
  .form-radio.square-radio .icon-checkmark {
    background: #f26c4f;
    border: 1px solid #f26c4f;
    color: #ffffff;
    font-size: 0.5rem;
    text-align: center; }
    .form-radio.square-radio .icon-checkmark:before {
      display: inline-block;
      margin-top: 0.075rem; } }

@media screen and (max-width: 768px) {
  .form-radio .form-icon {
    border-radius: 50%; } }

@media screen and (max-width: 768px) {
  .input--box.box--sm {
    width: 12.5rem; }
  .input--box.box--lg {
    width: 12.5rem;
    margin-bottom: 0.75rem; }
  .input--box:before {
    height: 1rem;
    top: 0.775rem; }
  .input--box.box--code {
    padding-right: 3.25rem; }
  .input--box .acount--input {
    font-size: 0.7rem;
    padding: 0.45rem 0.55rem; }
  .input--box .captcha--box {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1.9rem;
    width: 3.025rem; }
    .input--box .captcha--box a.captcha {
      position: absolute;
      right: 0;
      width: 100%;
      height: 1.225rem;
      bottom: 0; }
      .input--box .captcha--box a.captcha img {
        height: 100%;
        width: 100%; }
    .input--box .captcha--box a.refresh {
      display: none; }
  .input--box a.refresh {
    display: none; } }

.error--message__single {
  display: block;
  height: 0.8rem;
  border: 1px solid #f26c4f;
  background: #fde3dd;
  text-align: left;
  line-height: 0.8rem;
  width: 8.9rem;
  margin: 0 auto 0.75rem;
  padding: 0 0.25rem;
  text-align: center;
  font-size: 0.35rem;
  color: #f26c4f; }

@media screen and (max-width: 768px) {
  .input__box--address {
    width: 100%;
    padding: 0;
    margin-bottom: 0.4rem;
    height: 2.1rem; }
  input.address--input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    float: left;
    display: block;
    padding: 0.4rem 0.525rem;
    font-size: 0.7rem; }
  select.address--input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    float: static;
    display: block;
    font-size: 0.7rem;
    padding: 0.4rem 1.8rem 0.4rem 0.525rem;
    border-radius: 0; } }

@media screen and (max-width: 768px) {
  .error--message__single {
    display: block;
    position: fixed;
    top: 2.5rem;
    left: 0;
    width: 100%;
    border: 0;
    background: rgba(242, 108, 79, 0.8);
    margin: 0;
    text-align: center;
    line-height: 0.6rem;
    padding: 0.375rem 0;
    height: auto;
    text-align: center;
    font-size: 0.6rem;
    color: #fff;
    animation: setHeader 5s;
    animation-iteration-count: infinite; }
  @keyframes setHeader {
    from {
      opacity: 0.99; }
    to {
      opacity: 1; } } }

@media screen and (min-width: 769px) {
  input:disabled {
    color: #000000; }
  .invalid.begin--validate:before {
    border-left: 1px solid #f26c4f; }
  .invalid.begin--validate .acount--input {
    color: #f26c4f;
    border-bottom: 1px solid #f26c4f; }
  .invalid.begin--validate .address--input {
    color: #f26c4f; }
  .invalid.touched:before {
    border-left: 1px solid #f26c4f; }
  .invalid.touched .acount--input {
    color: #f26c4f;
    border-bottom: 1px solid #f26c4f; }
  .invalid.touched .address--input {
    color: #f26c4f; }
  .input--focus:before,
  .valid.dirty:before {
    border-left: 1px solid #000000 !important; }
  .input--focus .acount--input,
  .valid.dirty .acount--input {
    border-bottom: 1px solid #000000 !important;
    color: #000000 !important; }
  .input--focus .address--input,
  .valid .address--input {
    color: #000000 !important; }
  .invalid.begin--validate:before {
    border-left: 1px solid #f26c4f !important; }
  .invalid.begin--validate .acount--input {
    color: #f26c4f !important;
    border-bottom: 1px solid #f26c4f !important; }
  .invalid.begin--validate .address--input {
    color: #f26c4f !important; }
  .pristine.untouched .address--input {
    color: rgba(0, 0, 0, 0.3) !important; }
  .addPlaceholder .address--input {
    color: rgba(0, 0, 0, 0.3) !important; } }

@media screen and (max-width: 768px) {
  input:disabled {
    color: #000000; }
  .invalid.begin--validate:before {
    border-left: 1px solid #999999; }
  .invalid.begin--validate .acount--input {
    color: #999999;
    border-bottom: 1px solid #999999; }
  .invalid.begin--validate .address--input {
    color: #000000 !important; }
  .invalid.touched:before {
    border-left: 1px solid #999999; }
  .invalid.touched .acount--input {
    color: #999999;
    border-bottom: 1px solid #999999; }
  .invalid.touched .address--input {
    color: #000000 !important; }
  .input--focus:before {
    border-left: 1px solid #000000 !important; }
  .input--focus .acount--input {
    border-bottom: 1px solid #000000 !important;
    color: #000000 !important; }
  .input--focus .address--input {
    color: #000000 !important; }
  .form__error .input--box:before {
    border-left: 1px solid #999999; }
  .form__error .input--box .acount--input {
    color: #999999;
    border-bottom: 1px solid #999999; }
  .form__error .address--input {
    color: #000000 !important; } }

@media screen and (min-width: 769px) {
  .error--message__single {
    display: none !important; }
  .error--message {
    display: block; } }

@media screen and (max-width: 768px) {
  .error--message__single {
    display: block; }
  .error--message {
    display: none !important; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-weight: bold;
  line-height: 1.1;
  margin: 0;
  text-align: center;
  text-transform: uppercase; }

h1 {
  font-size: 0.7rem; }

h2 {
  font-size: 0.6rem; }

@media screen and (max-width: 768px) {
  h1 {
    font-size: 1.2rem; } }

.btn {
  -webkit-appearance: none;
  background: transparent;
  border: 1px solid #000000;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-size: 0.35rem;
  font-weight: bold;
  height: 1.05rem;
  line-height: 1.05rem;
  width: 9rem;
  outline: 0;
  text-align: center;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  .btn:hover {
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.4); }
  .btn:active {
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.4); }
  .btn.btn-primary {
    background: #f26c4f;
    border-color: #f26c4f;
    color: #ffffff; }
    .btn.btn-primary:hover {
      background: rgba(242, 108, 79, 0.8);
      border-color: 1px solid #f26c4f; }
    .btn.btn-primary:active {
      background: rgba(242, 108, 79, 0.8);
      border-color: 1px solid #f26c4f; }
  .btn.btn-info {
    background: transparent;
    border-color: #f26c4f;
    color: #f26c4f; }
    .btn.btn-info:hover {
      background: rgba(242, 108, 79, 0.05); }
    .btn.btn-info:active {
      background: rgba(242, 108, 79, 0.05); }
  .btn.btn-black {
    background: black;
    border-color: black;
    color: #ffffff; }
    .btn.btn-black:hover {
      background: #4d4d4d;
      border-color: 1px solid #4d4d4d; }
    .btn.btn-black:active {
      background: #4d4d4d;
      border-color: 1px solid #4d4d4d; }
  .btn.btn-white {
    background: #ffffff;
    color: #000000;
    border: none; }
  .btn.btn-light {
    background: rgba(213, 216, 221, 0.2);
    border-color: #d5d8dd;
    color: black; }
    .btn.btn-light.selected {
      border-color: #f26c4f;
      background: rgba(242, 108, 79, 0.06); }
  .btn.btn-sm {
    width: 4.75rem; }
  .btn.btn-mid {
    width: 6.25rem; }
  .btn.btn-lg {
    width: 9rem; }
  .btn.btn-block {
    display: block;
    width: 100%; }
  .btn.btn-res {
    display: block;
    width: auto;
    padding: 0 0.65rem; }
  .btn.btn-clear {
    border: 0;
    color: black;
    width: 0.35rem;
    height: 0.35rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .btn.btn-clear:hover {
      background: none; }
    .btn.btn-clear::before {
      display: block;
      width: 100%;
      height: 100%;
      content: '\00d7';
      font-size: 1rem;
      font-weight: 100;
      line-height: 0.3rem; }
    .btn.btn-clear.clear-lg {
      width: 0.55rem;
      height: 0.55rem; }
      .btn.btn-clear.clear-lg::before {
        font-size: 1.6rem; }

.device__pc .btn-black-b:hover {
  border: 1px solid #000000;
  color: #000000;
  background: transparent; }

a.link {
  color: black;
  cursor: pointer;
  font-size: 0.35rem;
  text-decoration: underline; }

@media screen and (max-width: 768px) {
  .btn {
    height: 1.75rem;
    line-height: 1.75rem;
    font-size: 0.7rem;
    width: 12.5rem; }
    .btn.btn-sm_mobile {
      width: 5rem;
      height: 2.25rem;
      line-height: 2.25rem; }
    .btn.btn-mid_mobile {
      width: 6.25rem;
      height: 2.25rem;
      line-height: 2.25rem; }
    .btn.btn-lg_mobile {
      width: 12.5rem; }
    .btn.btn-block_mobile {
      width: 100%; }
  a.link {
    font-size: 0.7rem; } }

.between--line {
  font-size: 0.35rem;
  color: rgba(0, 0, 0, 0.5);
  margin: 1rem auto 0.25rem;
  text-align: center; }
  .between--line:before {
    content: "";
    width: 4.1rem;
    height: 0.025rem;
    display: inline-block;
    background: #d5d8dd;
    position: relative;
    bottom: 0.125rem;
    margin-right: 0.5rem; }
  .between--line:after {
    content: "";
    width: 4.1rem;
    height: 0.025rem;
    display: inline-block;
    background: #d5d8dd;
    position: relative;
    bottom: 0.125rem;
    margin-left: 0.5rem; }

@media screen and (max-width: 768px) {
  .between--line {
    font-size: 0.6rem;
    color: rgba(0, 0, 0, 0.5);
    margin: 1rem auto 0.25rem;
    text-align: center;
    width: 100%;
    position: relative;
    overflow: hidden; }
    .between--line span {
      background: #ffffff;
      z-index: 200;
      position: relative;
      padding: 0 0.425rem; }
    .between--line:before {
      content: "";
      display: block;
      width: 50%;
      height: 0.05rem;
      background: #d5d8dd;
      position: absolute;
      left: 0;
      bottom: 0.35rem;
      z-index: 100; }
    .between--line:after {
      content: "";
      display: block;
      width: 50%;
      height: 0.05rem;
      background: #d5d8dd;
      position: absolute;
      right: 0;
      bottom: 0.35rem;
      z-index: 100; } }

.play__button {
  font-size: 0.5rem;
  width: 4rem;
  margin: 0 auto; }
  .play__button .undeadline__wrapper {
    display: block;
    width: 4rem;
    height: 1.5rem;
    position: relative;
    margin: 0 auto; }
    .play__button .undeadline__wrapper span {
      display: inline-block;
      width: 4rem;
      height: 0.1rem;
      background: #f3f1f2;
      position: absolute;
      left: 0;
      top: 0.8rem; }
  .play__button a.menu__play {
    display: inline-block;
    width: 1.775rem; }

.play__button:hover .undeadline__wrapper span {
  -webkit-animation: bounce 1s .2s ease both infinite;
  -moz-animation: bounce 1s .2s ease both infinite; }

.play__button:hover a.menu__play {
  -webkit-animation: pulse 1s .2s ease both infinite;
  -moz-animation: pulse 1s .2s ease both infinite; }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-6px); }
  100% {
    -webkit-transform: translateY(0); } }

@-moz-keyframes bounce {
  0% {
    -webkit-transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-6px); }
  100% {
    -webkit-transform: translateY(0); } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1); }
  50% {
    -moz-transform: scale(1.1); }
  100% {
    -moz-transform: scale(1); } }

.table {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  font-size: 0.35rem;
  border-bottom: 1px solid #d5d8dd; }
  .table thead th {
    padding: 0.375rem 0;
    text-align: center;
    color: rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    font-weight: normal;
    font-size: 0.3rem; }
    .table thead th.product__title {
      text-align: left;
      padding-left: 1.575rem; }
  .table tbody {
    background: #ffffff;
    padding-bottom: 0.375rem; }
    .table tbody tr {
      padding: 0.125rem 0; }
      .table tbody tr td {
        height: 3rem;
        text-align: center; }
        .table tbody tr td.product {
          width: 10rem;
          text-align: left;
          position: relative;
          cursor: pointer; }
          .table tbody tr td.product img {
            position: absolute;
            left: 1.05rem;
            top: 0.25rem;
            width: 2.5rem;
            height: auto; }
          .table tbody tr td.product span {
            display: inline-block;
            padding-left: 4.05rem;
            color: #000000;
            font-weight: bold; }
          .table tbody tr td.product strong.soldout__text {
            display: none; }
        .table tbody tr td.price {
          color: black; }
          .table tbody tr td.price span.price--original {
            color: rgba(0, 0, 0, 0.4);
            text-decoration: line-through;
            display: block; }
        .table tbody tr td.quantity span {
          display: inline-block;
          width: 3rem;
          height: 0.75rem;
          border: 1px solid rgba(0, 0, 0, 0.4);
          line-height: 0.75rem;
          color: rgba(0, 0, 0, 0.4); }
          .table tbody tr td.quantity span a.subtract {
            float: left;
            width: 0.875rem;
            text-align: center;
            color: #d5d8dd;
            font-size: 0.6rem; }
          .table tbody tr td.quantity span a.add {
            float: right;
            width: 0.875rem;
            text-align: center;
            color: #d5d8dd;
            font-size: 0.6rem; }
        .table tbody tr td.delete a {
          display: block; }
          .table tbody tr td.delete a img {
            width: 1rem;
            height: auto; }

.popup__bg--show-transition {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }

.popup__bg--show-enter,
.popup__bg--show-leave {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0; }

.popup__box--show-transition {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }

.popup__box--show-enter,
.popup__box--show-leave {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0; }

/* 必需 */
.expand-transition {
  transition: height .6s ease; }

/* .expand-enter 定义进入的开始状态 */
/* .expand-leave 定义离开的结束状态 */
.expand-enter .expand-leave {
  height: 0;
  opacity: 0; }

.animate__next--page {
  --moz-animation: nextPage 1.2s infinite;
  /* Firefox */
  -webkit-animation: nextPage 1.2s infinite;
  /* Safari and Chrome */
  -o-animation: nextPage 1.2s infinite;
  /* Opera */ }

@-webkit-keyframes nextPage {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0; }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0; } }

@-moz-keyframes nextPage {
  0% {
    transform: translate(0, 0);
    opacity: 0; }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    transform: translate(0, 20px);
    opacity: 0; } }

/* 必需 */
@media screen and (min-width: 769px) {
  .fadeInRightBig-transition {
    transition: height .6s ease; }
  /* .expand-enter 定义进入的开始状态 */
  /* .expand-leave 定义离开的结束状态 */
  .fadeInRightBig-enter {
    height: 0;
    opacity: 0; }
  .fadeInRightBig-leave {
    height: 0;
    opacity: 0;
    display: none; } }

@media screen and (max-width: 768px) {
  .fadeInRightBig-transition {
    display: block; }
  .fadeInRightBig-enter {
    -webkit-animation: fadeInRightBig .6s .1s ease both;
    -moz-animation: fadeInRightBig 1s .2s ease both; }
  .fadeInRightBig-leave {
    -webkit-animation: fadeOutLeftBig 1s .2s ease both;
    -moz-animation: fadeOutLeftBig 1s .2s ease both; }
  @-webkit-keyframes fadeInRightBig {
    0% {
      opacity: 0;
      -webkit-transform: translateX(2000px); }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0); } }
  @-moz-keyframes fadeInRightBig {
    0% {
      opacity: 0;
      -moz-transform: translateX(2000px); }
    100% {
      opacity: 1;
      -moz-transform: translateX(0); } }
  @-webkit-keyframes fadeOutLeftBig {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0); }
    100% {
      opacity: 0;
      -webkit-transform: translateX(-2000px); } }
  @-moz-keyframes fadeOutLeftBig {
    0% {
      opacity: 1;
      -moz-transform: translateX(0); }
    100% {
      opacity: 0;
      -moz-transform: translateX(-2000px); } } }

.slide-transition {
  display: block; }

.slide-enter {
  -webkit-animation: slideDown .25s ease both;
  -moz-animation: slideDown .25s ease both; }

.slide-leave {
  -webkit-animation: slideUp .25s ease both;
  -moz-animation: slideUp .25s ease both; }

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    100% {
      -webkit-transform: translate3d(0, 0, 0); } } }

@-moz-keyframes slideDown {
  0% {
    -moz-transform: translate3d(0, -100%, 0); }
  100% {
    -moz-transform: translate3d(0, 0, 0); } }

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, -100%, 0); } }

@-moz-keyframes slideUp {
  0% {
    -moz-transform: translate3d(0, 0, 0); }
  100% {
    -moz-transform: translate3d(0, -100%, 0); } }

.slideLeft-transition {
  display: block; }

.slideLeft-enter {
  -webkit-animation: slideInLeft .25s ease both;
  -moz-animation: slideInLeft .25s ease both; }

.slideLeft-leave {
  -webkit-animation: slideOutLeft .25s ease both;
  -moz-animation: slideOutLeft .25s ease both; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-70%, 0, 0);
    transform: translate3d(-70%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-70%, 0, 0);
    transform: translate3d(-70%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-70%, 0, 0);
    transform: translate3d(-70%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-70%, 0, 0);
    transform: translate3d(-70%, 0, 0); } }

.fade-transition {
  display: block; }

.fade-enter {
  -webkit-animation: fadeIn .25s ease-out both;
  -moz-animation: fadeIn .25s ease-out both; }

.fade-leave {
  -webkit-animation: fadeOut .25s ease-out both;
  -moz-animation: fadeOut .25s ease-out both; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95); }
  50% {
    opacity: 1; }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95); }
  50% {
    opacity: 1; }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

.animated {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.margin--left__20 {
  margin-left: 0.5rem; }

.margin--left__30 {
  margin-left: 0.75rem; }

.margin--left__40 {
  margin-left: 1rem; }

.margin--left__50 {
  margin-left: 1.25rem; }

.margin--left__60 {
  margin-left: 1.5rem; }

@font-face {
  font-family: 'icomoon';
  src: url("https://static.gethover.com/build/fonts/icomoon-a9b070145d.eot");
  src: url("https://static.gethover.com/build/fonts/icomoon-a9b070145d.eot") format("embedded-opentype"), url("https://static.gethover.com/build/fonts/icomoon-18c8165d0a.ttf") format("truetype"), url("https://static.gethover.com/build/fonts/icomoon-7f634a1d4d.woff") format("woff"), url("https://static.gethover.com/build/fonts/icomoon-110e28b45a.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-feature-orbit:before {
  content: "\e930"; }

.icon-feature-face:before {
  content: "\e931"; }

.icon-icon-android:before {
  content: "\e93a"; }

.icon-icon-ios:before {
  content: "\e93b"; }

.icon-feature-follow:before {
  content: "\e932"; }

.icon-play_border:before {
  content: "\e92f"; }

.icon-User-Manual:before {
  content: "\e91e"; }

.icon-Tutorials:before {
  content: "\e91f"; }

.icon-Online-Chat:before {
  content: "\e920"; }

.icon-Hot-Line:before {
  content: "\e921"; }

.icon-feature-portable:before {
  content: "\e933"; }

.icon-Safety-Instruction2:before {
  content: "\e923"; }

.icon-Safety-Instruction:before {
  content: "\e925"; }

.icon-Battery-Instruction:before {
  content: "\e927"; }

.icon-safeInstruction:before {
  content: "\e922"; }

.icon-二维码:before {
  content: "\e924"; }

.icon-nav-slight:before {
  content: "\e92e"; }

.icon-Send-a-Request:before {
  content: "\e928"; }

.icon-slide-up:before {
  content: "\e92d"; }

.icon-slide-down:before {
  content: "\e91d"; }

.icon-ask-hover:before {
  content: "\e91b"; }

.icon-ask:before {
  content: "\e91c"; }

.icon-next-photo:before {
  content: "\e919"; }

.icon-pre-photo:before {
  content: "\e91a"; }

.icon-coordinate:before {
  content: "\e918"; }

.icon-earth:before {
  content: "\e916"; }

.icon-Android:before {
  content: "\e926"; }

.icon-logo-03:before {
  content: "\e913"; }

.icon-logo-05:before {
  content: "\e914"; }

.icon-logo-06:before {
  content: "\e915"; }

.icon-xiaoheixia:before {
  content: "\e911"; }

.icon-feature-360:before {
  content: "\e934"; }

.icon-cart-mobile:before {
  content: "\e912"; }

.icon-wechat1:before {
  content: "\e90e"; }

.icon-logo-and-passport:before {
  content: "\e90d"; }

.icon-gesture-ok:before {
  content: "\e935"; }

.icon-gesture-v:before {
  content: "\e936"; }

.icon-feature-light:before {
  content: "\e937"; }

.icon-feature-safe:before {
  content: "\e938"; }

.icon-person:before {
  content: "\e90a"; }

.icon-nav:before {
  content: "\e90b"; }

.icon-apple:before {
  content: "\e92c"; }

.icon-passport:before {
  content: "\e909"; }

.icon-hover-logo:before {
  content: "\e903"; }

.icon-page-next:before {
  content: "\e902"; }

.icon-page-down:before {
  content: "\e907"; }

.icon-page-up:before {
  content: "\e908"; }

.icon-Combined-Shape:before {
  content: "\e906"; }

.icon-Quick-Guide:before {
  content: "\e929"; }

.icon-FAQ:before {
  content: "\e92a"; }

.icon-After-Sales-Service-Policies:before {
  content: "\e92b"; }

.icon-slide-right:before {
  content: "\e904"; }

.icon-slide-left:before {
  content: "\e905"; }

.icon-logo-10:before {
  content: "\e917"; }

.icon-cart:before {
  content: "\e901"; }

.icon-Combined-Shape2:before {
  content: "\e939"; }

.icon-page-right:before {
  content: "\e90f"; }

.icon-page-left:before {
  content: "\e910"; }

.icon-download:before {
  content: "\e900"; }

.icon-replay:before {
  content: "\e90c"; }

.icon-location:before {
  content: "\e947"; }

.icon-location2:before {
  content: "\e948"; }

.icon-wechat:before {
  content: "\e96c"; }

.icon-plus:before {
  content: "\ea0a"; }

.icon-minus:before {
  content: "\ea0b"; }

.icon-cross:before {
  content: "\ea0f"; }

.icon-checkmark:before {
  content: "\ea10"; }

.icon-play2:before {
  content: "\ea15"; }

.icon-play3:before {
  content: "\ea1c"; }

.icon-stop2:before {
  content: "\ea1e"; }

.icon-arrow-up-left2:before {
  content: "\ea39"; }

.icon-arrow-up2:before {
  content: "\ea3a"; }

.icon-arrow-up-right2:before {
  content: "\ea3b"; }

.icon-arrow-right2:before {
  content: "\ea3c"; }

.icon-arrow-down-right2:before {
  content: "\ea3d"; }

.icon-arrow-down2:before {
  content: "\ea3e"; }

.icon-arrow-down-left2:before {
  content: "\ea3f"; }

.icon-arrow-left2:before {
  content: "\ea40"; }

.icon-circle-up:before {
  content: "\ea41"; }

.icon-circle-right:before {
  content: "\ea42"; }

.icon-circle-down:before {
  content: "\ea43"; }

.icon-circle-left:before {
  content: "\ea44"; }

.icon-facebook:before {
  content: "\ea91"; }

.icon-instagram:before {
  content: "\ea92"; }

.icon-twitter:before {
  content: "\ea96"; }

.icon-weibo:before {
  content: "\ea9a"; }

.icon-rss:before {
  content: "\ea9b"; }

.icon-rss2:before {
  content: "\ea9c"; }

.icon-youtube:before {
  content: "\ea9d"; }

.icon-linkedin:before {
  content: "\eac9"; }

.pc-header {
  width: 100%;
  height: 1.5rem;
  background: #000000;
  color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; }
  .pc-header .triangle__lang {
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 5px solid #ffffff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent; }
  .pc-header--content {
    width: 100%;
    max-width: 25.6rem;
    height: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #000000; }
  .pc-header a.logo {
    color: #ffffff;
    float: left;
    font-size: 0.65rem;
    margin-top: 0.425rem; }
  .pc-header ul.header--nav {
    display: block;
    margin: 0;
    float: right;
    font-size: 0.35rem; }
    .pc-header ul.header--nav li {
      list-style: none;
      float: left;
      position: relative;
      box-sizing: border-box; }
      .pc-header ul.header--nav li:hover a.main {
        border-bottom: solid 0.075rem #ffffff; }
      .pc-header ul.header--nav li a.main {
        display: block;
        height: 1.5rem;
        line-height: 1.5rem;
        color: #ffffff;
        font-size: 0.35rem;
        margin: 0 0.375rem;
        cursor: pointer;
        position: relative;
        text-align: center;
        font-weight: 100; }
      .pc-header ul.header--nav li.app .nav--content {
        width: 4.5rem;
        left: 50%;
        margin-left: -2.25rem; }
      .pc-header ul.header--nav li.app ul {
        padding-top: 0.25rem;
        padding-bottom: 0.5rem; }
        .pc-header ul.header--nav li.app ul li {
          margin-top: 0.25rem;
          height: auto; }
        .pc-header ul.header--nav li.app ul img {
          width: 100%;
          height: auto; }
      .pc-header ul.header--nav li.cart .nav--content {
        width: 6.5rem;
        left: 50%;
        margin-left: -3.25rem; }
      .pc-header ul.header--nav li.cart .popup--cart {
        padding: 0.25rem 0.5rem 0.5rem;
        background: #ffffff;
        border: 1px solid rgba(0, 0, 0, 0.1); }
        .pc-header ul.header--nav li.cart .popup--cart .cart__empty {
          font-size: 0.3rem;
          color: #000000;
          text-align: center;
          padding-top: 0.25rem;
          font-weight: 100; }
        .pc-header ul.header--nav li.cart .popup--cart ul {
          overflow: hidden;
          border: 0px;
          padding: 0;
          border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
          .pc-header ul.header--nav li.cart .popup--cart ul li {
            width: 100%;
            min-height: 1.5rem; }
            .pc-header ul.header--nav li.cart .popup--cart ul li .img--box {
              width: 1.5rem;
              height: auto;
              float: left; }
            .pc-header ul.header--nav li.cart .popup--cart ul li .info--box {
              margin: 0 0 0 1.8rem;
              padding: 0.325rem 0;
              font-weight: 100;
              min-height: 1.5rem;
              border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
              .pc-header ul.header--nav li.cart .popup--cart ul li .info--box p {
                font-size: 0.3rem;
                color: black;
                line-height: 0.3rem;
                text-align: left;
                height: 0.3rem; }
                .pc-header ul.header--nav li.cart .popup--cart ul li .info--box p.price {
                  font-size: 0.3rem;
                  font-weight: 100;
                  margin-top: 0.275rem; }
                .pc-header ul.header--nav li.cart .popup--cart ul li .info--box p span {
                  float: right;
                  font-size: 0.3rem;
                  color: #000000;
                  font-weight: bold; }
                .pc-header ul.header--nav li.cart .popup--cart ul li .info--box p em {
                  float: left;
                  font-style: normal;
                  font-size: 0.3rem;
                  color: #000000;
                  font-weight: 100; }
        .pc-header ul.header--nav li.cart .popup--cart .item {
          height: 0.425rem;
          width: 100%;
          line-height: 0.425rem;
          margin: 0.275rem 0 0;
          font-size: 0.3rem; }
          .pc-header ul.header--nav li.cart .popup--cart .item del {
            float: left;
            color: rgba(0, 0, 0, 0.5);
            font-weight: 100; }
          .pc-header ul.header--nav li.cart .popup--cart .item span {
            float: right;
            font-size: 0.35rem;
            color: rgba(0, 0, 0, 0.4); }
          .pc-header ul.header--nav li.cart .popup--cart .item a {
            font-size: 0.35rem;
            line-height: 0.425rem;
            height: 100%;
            float: right;
            padding: 0 !important;
            position: static;
            color: black; }
        .pc-header ul.header--nav li.cart .popup--cart .total {
          line-height: 0.75rem; }
          .pc-header ul.header--nav li.cart .popup--cart .total p {
            display: block;
            font-size: 0.35rem;
            color: #f26c4f; }
          .pc-header ul.header--nav li.cart .popup--cart .total span {
            float: left;
            font-size: 0.3rem;
            font-weight: bold;
            color: #000000; }
          .pc-header ul.header--nav li.cart .popup--cart .total em {
            float: right;
            font-size: 0.35rem;
            font-weight: bold;
            font-style: normal; }
          .pc-header ul.header--nav li.cart .popup--cart .total button {
            float: left;
            width: 100%;
            height: 0.75rem;
            font-size: 0.3rem;
            line-height: 0.75rem; }
      .pc-header ul.header--nav li.store .nav--content {
        width: 9rem;
        left: 50%;
        margin-left: -4.5rem; }
      .pc-header ul.header--nav li.store ul {
        display: block;
        width: 100%; }
      .pc-header ul.header--nav li.store li {
        float: left;
        display: block;
        padding: 0.425rem 0 0.45rem;
        width: 50%;
        text-align: center;
        height: auto;
        height: auto; }
        .pc-header ul.header--nav li.store li img {
          display: block;
          width: 2.5rem;
          margin: 0 auto; }
      .pc-header ul.header--nav li a.app__download {
        width: 4rem;
        height: auto;
        margin: 0 auto;
        line-height: normal;
        margin-bottom: 0.5rem; }
      .pc-header ul.header--nav li a.app__download--code {
        width: 4rem;
        height: auto;
        margin: 0 auto;
        line-height: normal; }
      .pc-header ul.header--nav li.lang a.lg__choice p {
        display: block;
        float: left; }
      .pc-header ul.header--nav li.lang a.lg__choice span {
        display: block;
        float: left;
        margin-left: 0.15rem;
        margin-top: 0.7rem; }
      .pc-header ul.header--nav li.lang .nav--content {
        color: black;
        position: fixed;
        left: 0;
        padding: 0;
        width: 100%;
        background: white;
        overflow-y: auto; }
        @media screen and (min-height: 901px) {
          .pc-header ul.header--nav li.lang .nav--content {
            height: auto; } }
        @media screen and (min-height: 801px) and (max-height: 900px) {
          .pc-header ul.header--nav li.lang .nav--content {
            height: 17.5rem; } }
        @media screen and (min-height: 701px) and (max-height: 800px) {
          .pc-header ul.header--nav li.lang .nav--content {
            height: 15rem; } }
        @media screen and (min-height: 501px) and (max-height: 700px) {
          .pc-header ul.header--nav li.lang .nav--content {
            height: 12.5rem; } }
        @media screen and (max-height: 500px) {
          .pc-header ul.header--nav li.lang .nav--content {
            height: 8.75rem; } }
        .pc-header ul.header--nav li.lang .nav--content .content__box {
          max-width: 26.75rem;
          margin: 0 auto;
          padding-left: 0.575rem; }
          .pc-header ul.header--nav li.lang .nav--content .content__box .continent {
            margin-top: 0.75rem; }
            .pc-header ul.header--nav li.lang .nav--content .content__box .continent__header {
              font-size: 0.35rem;
              line-height: 0.65rem;
              margin-bottom: 0.25rem;
              color: black;
              position: relative; }
            .pc-header ul.header--nav li.lang .nav--content .content__box .continent__name {
              position: absolute;
              top: -0.4rem;
              left: 0;
              padding: 0.075rem 0.25rem 0.075rem 0.025rem;
              background: white; }
              .pc-header ul.header--nav li.lang .nav--content .content__box .continent__name span {
                font-weight: 100;
                opacity: 0.3; }
            .pc-header ul.header--nav li.lang .nav--content .content__box .continent__line {
              display: block;
              height: 1px;
              width: 97.5%;
              background: #E5E5E5; }
            .pc-header ul.header--nav li.lang .nav--content .content__box .continent__country {
              margin-top: 0.5rem; }
              .pc-header ul.header--nav li.lang .nav--content .content__box .continent__country__items {
                display: inline-block;
                margin-right: 0.575rem; }
              .pc-header ul.header--nav li.lang .nav--content .content__box .continent__country .normal__block {
                width: 4.65rem; }
              .pc-header ul.header--nav li.lang .nav--content .content__box .continent__country .big__block {
                width: 5.75rem; }
              .pc-header ul.header--nav li.lang .nav--content .content__box .continent__country__item {
                margin: 0.2rem 0;
                display: table;
                cursor: pointer;
                height: 0.775rem;
                width: 100%; }
                .pc-header ul.header--nav li.lang .nav--content .content__box .continent__country__item .current {
                  background: white;
                  border: 1px solid #ECEEF2; }
                  .pc-header ul.header--nav li.lang .nav--content .content__box .continent__country__item .current .name__country span {
                    vertical-align: middle; }
                  .pc-header ul.header--nav li.lang .nav--content .content__box .continent__country__item .current .name__country .select__icon {
                    color: #d8d8d8; }
                  .pc-header ul.header--nav li.lang .nav--content .content__box .continent__country__item .current .name__country .name {
                    opacity: 0.4; }
                .pc-header ul.header--nav li.lang .nav--content .content__box .continent__country__item .uncurrent {
                  background: #F5F6F8; }
                .pc-header ul.header--nav li.lang .nav--content .content__box .continent__country__item__country {
                  display: table-cell;
                  width: 2.5rem;
                  vertical-align: middle;
                  background: #E5E5E5;
                  font-size: 0.3rem;
                  padding: 0 0.3rem; }
                  .pc-header ul.header--nav li.lang .nav--content .content__box .continent__country__item__country .language_country {
                    display: inline-block;
                    float: right;
                    opacity: 0.4; }
                  .pc-header ul.header--nav li.lang .nav--content .content__box .continent__country__item__country .name__country {
                    display: inline-block;
                    float: left; }
                    .pc-header ul.header--nav li.lang .nav--content .content__box .continent__country__item__country .name__country .select__icon {
                      line-height: 0.375rem;
                      font-size: 0.375rem; }
      .pc-header ul.header--nav li.account .nav--content {
        display: block;
        text-align: left;
        left: 50%;
        margin-left: -1.8rem; }
        .pc-header ul.header--nav li.account .nav--content ul {
          width: 3.6rem;
          padding-top: 0.25rem;
          padding-bottom: 0.25rem; }
        .pc-header ul.header--nav li.account .nav--content li {
          height: auto;
          line-height: 0.3rem;
          padding: 0.225rem 0; }
          .pc-header ul.header--nav li.account .nav--content li.login__email {
            height: auto;
            padding-top: 0.225rem;
            padding-bottom: 0.475rem;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            margin-bottom: 0.25rem; }
            .pc-header ul.header--nav li.account .nav--content li.login__email p {
              color: #000000;
              line-height: 0.3rem;
              font-size: 0.3rem;
              text-align: center;
              font-weight: 100;
              width: 100%;
              word-break: break-all; }
          .pc-header ul.header--nav li.account .nav--content li a {
            text-align: center;
            padding-left: 0; }
      .pc-header ul.header--nav li.buynow a {
        display: block;
        width: auto;
        min-width: 2.75rem;
        padding: 0 0.25rem;
        height: 0.75rem;
        margin-top: 0.375rem;
        margin-right: 0;
        background: #ffffff;
        color: #000000;
        border: 1px solid #ffffff;
        line-height: 0.7rem;
        font-weight: normal;
        font-weight: 100;
        font-size: 0.3rem; }
        .pc-header ul.header--nav li.buynow a i {
          font-size: 0.475rem;
          position: relative;
          top: 0.05rem;
          padding-left: 0.05rem; }
    .pc-header ul.header--nav .nav--content {
      position: absolute;
      top: 1.5rem;
      box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.13); }
      .pc-header ul.header--nav .nav--content ul {
        display: block;
        background: #ffffff;
        padding: 0 0.5rem; }
      .pc-header ul.header--nav .nav--content li {
        display: block;
        height: 0.75rem;
        width: 100%;
        line-height: 0.75rem;
        list-style: none;
        text-align: center; }
        .pc-header ul.header--nav .nav--content li a {
          display: block;
          color: black;
          font-size: 0.3rem;
          font-weight: 100;
          text-align: center;
          width: 100%;
          margin: 0; }

@media screen and (max-width: 1074px) {
  .pc-header--content {
    padding: 0 1.25rem; } }

.device__pc .pc-header ul.header--nav .buynow a:hover {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff; }

.mobile-header .border--content {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.mobile-header .mobile-header__content {
  display: block;
  height: 2.5rem;
  width: 100%;
  padding: 0 0.5rem;
  background: #ffffff;
  position: fixed;
  top: 0;
  z-index: 3000; }
  .mobile-header .mobile-header__content a {
    float: left;
    cursor: pointer;
    line-height: 2.5rem; }
  .mobile-header .mobile-header__content a.nav {
    margin: 0 0.5rem 0 0;
    font-size: 0.65rem; }
  .mobile-header .mobile-header__content a.logo {
    display: inline-block;
    height: auto;
    float: left;
    color: #000000;
    font-size: 1rem; }
  .mobile-header .mobile-header__content a.buynow {
    width: auto;
    min-width: 4.5rem;
    padding: 0 0.25rem;
    height: 1.5rem;
    display: block;
    float: right;
    color: #ffffff;
    text-align: center;
    margin-top: 0.5rem; }
    .mobile-header .mobile-header__content a.buynow img {
      display: block;
      width: 1.7rem;
      height: auto;
      margin: 0.7rem auto; }
    .mobile-header .mobile-header__content a.buynow p {
      font-size: 0.55rem;
      font-weight: 100;
      line-height: 1.5rem; }
    .mobile-header .mobile-header__content a.buynow i {
      font-size: 0.75rem; }

.mobile-header .nav--content {
  position: fixed;
  z-index: 2000;
  top: 2.75rem;
  width: 14.5rem;
  left: 0.75rem; }
  .mobile-header .nav--content ul {
    padding: 0.5rem 0; }
  .mobile-header .nav--content ul.nav__list--main {
    position: relative;
    z-index: 1000;
    background: #ffffff;
    width: 6rem;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0.625rem 0;
    padding-left: 1.15rem; }
  .mobile-header .nav--content ul.nav__list--sub {
    position: absolute;
    width: 8.25rem;
    height: auto;
    min-height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.15);
    top: 0;
    right: 0;
    z-index: 999;
    background: #ffffff;
    padding: 0.625rem 0 0;
    padding-left: 1.15rem; }
    .mobile-header .nav--content ul.nav__list--sub.account__sub li a {
      font-size: 0.6rem; }
  .mobile-header .nav--content ul.active {
    display: block;
    background: #ffffff; }
  .mobile-header .nav--content li {
    display: block;
    height: 1.7rem;
    width: 100%;
    background: #ffffff;
    line-height: 1.7rem;
    padding: 0.5rem 0;
    list-style: none; }
    .mobile-header .nav--content li.login__email {
      display: block;
      height: auto;
      padding-bottom: 0;
      padding-right: 1rem; }
      .mobile-header .nav--content li.login__email p {
        width: 100%;
        word-break: break-all;
        line-height: 0.7rem;
        padding-bottom: 0.875rem;
        font-size: 0.6rem;
        font-weight: 100;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .mobile-header .nav--content li a {
      display: block;
      color: black;
      font-size: 0.6rem;
      font-weight: 100;
      text-align: left;
      line-height: 0.7rem;
      width: 100%;
      -webkit-tap-highlight-color: transparent; }
    .mobile-header .nav--content li .triangle__right {
      width: 0;
      height: 0;
      display: inline-block;
      border-left: 0.25rem solid #000000;
      border-top: 0.2125rem solid transparent;
      border-bottom: 0.2125rem solid transparent;
      position: relative;
      bottom: 0;
      left: 0.35rem; }
    .mobile-header .nav--content li.lang__sub img {
      width: auto;
      height: 0.7rem;
      display: block;
      float: left; }
    .mobile-header .nav--content li.lang__sub span {
      float: left;
      font-weight: 100;
      font-size: 0.6rem;
      line-height: 0.7rem;
      margin-left: 0.4rem; }
    .mobile-header .nav--content li.lang__sub.current {
      opacity: 0.4;
      filter: opacity(40); }

.header__a {
  width: 100%;
  min-width: 25.6rem;
  height: 1.5rem;
  background: #000000;
  color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; }
  .header__a .triangle__lang {
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 5px solid #ffffff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent; }
  .header__a--content {
    width: 100%;
    max-width: 25.6rem;
    height: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #000000; }
  .header__a a.logo {
    color: #ffffff;
    float: left;
    font-size: 0.65rem;
    margin-top: 0.425rem; }
  .header__a ul.header--nav {
    display: block;
    margin: 0;
    float: right;
    font-size: 0.35rem; }
    .header__a ul.header--nav li {
      list-style: none;
      float: left;
      position: relative;
      box-sizing: border-box; }
      .header__a ul.header--nav li:hover a.main {
        border-bottom: solid 0.075rem #ffffff; }
      .header__a ul.header--nav li a.main {
        display: block;
        height: 1.5rem;
        line-height: 1.5rem;
        color: #ffffff;
        font-size: 0.35rem;
        margin: 0 0.375rem;
        cursor: pointer;
        position: relative;
        text-align: center;
        font-weight: 100; }
      .header__a ul.header--nav li.app .nav--content {
        width: 4.5rem;
        left: 50%;
        margin-left: -2.25rem; }
      .header__a ul.header--nav li.app ul {
        padding-top: 0.25rem;
        padding-bottom: 0.5rem; }
        .header__a ul.header--nav li.app ul li {
          margin-top: 0.25rem;
          height: auto; }
        .header__a ul.header--nav li.app ul img {
          width: 100%;
          height: auto; }
      .header__a ul.header--nav li.cart .nav--content {
        width: 6.5rem;
        left: 50%;
        margin-left: -3.25rem; }
      .header__a ul.header--nav li.cart .popup--cart {
        padding: 0.25rem 0.5rem 0.5rem;
        background: #ffffff;
        border: 1px solid rgba(0, 0, 0, 0.1); }
        .header__a ul.header--nav li.cart .popup--cart .cart__empty {
          font-size: 0.3rem;
          color: #000000;
          text-align: center;
          padding-top: 0.25rem;
          font-weight: 100; }
        .header__a ul.header--nav li.cart .popup--cart ul {
          overflow: hidden;
          border: 0px;
          padding: 0;
          border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
          .header__a ul.header--nav li.cart .popup--cart ul li {
            width: 100%;
            min-height: 1.5rem; }
            .header__a ul.header--nav li.cart .popup--cart ul li .img--box {
              width: 1.5rem;
              height: auto;
              float: left; }
            .header__a ul.header--nav li.cart .popup--cart ul li .info--box {
              margin: 0 0 0 1.8rem;
              padding: 0.325rem 0;
              font-weight: 100;
              min-height: 1.5rem;
              border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
              .header__a ul.header--nav li.cart .popup--cart ul li .info--box p {
                font-size: 0.3rem;
                color: black;
                line-height: 0.3rem;
                text-align: left;
                height: 0.3rem; }
                .header__a ul.header--nav li.cart .popup--cart ul li .info--box p.price {
                  font-size: 0.3rem;
                  font-weight: 100;
                  margin-top: 0.275rem; }
                .header__a ul.header--nav li.cart .popup--cart ul li .info--box p span {
                  float: right;
                  font-size: 0.3rem;
                  color: #000000;
                  font-weight: bold; }
                .header__a ul.header--nav li.cart .popup--cart ul li .info--box p em {
                  float: left;
                  font-style: normal;
                  font-size: 0.3rem;
                  color: #000000;
                  font-weight: 100; }
        .header__a ul.header--nav li.cart .popup--cart .item {
          height: 0.425rem;
          width: 100%;
          line-height: 0.425rem;
          margin: 0.275rem 0 0;
          font-size: 0.3rem; }
          .header__a ul.header--nav li.cart .popup--cart .item del {
            float: left;
            color: rgba(0, 0, 0, 0.5);
            font-weight: 100; }
          .header__a ul.header--nav li.cart .popup--cart .item span {
            float: right;
            font-size: 0.35rem;
            color: rgba(0, 0, 0, 0.4); }
          .header__a ul.header--nav li.cart .popup--cart .item a {
            font-size: 0.35rem;
            line-height: 0.425rem;
            height: 100%;
            float: right;
            padding: 0 !important;
            position: static;
            color: black; }
        .header__a ul.header--nav li.cart .popup--cart .total {
          line-height: 0.75rem; }
          .header__a ul.header--nav li.cart .popup--cart .total p {
            display: block;
            font-size: 0.35rem;
            color: #f26c4f; }
          .header__a ul.header--nav li.cart .popup--cart .total span {
            float: left;
            font-size: 0.3rem;
            font-weight: bold;
            color: #000000; }
          .header__a ul.header--nav li.cart .popup--cart .total em {
            float: right;
            font-size: 0.35rem;
            font-weight: bold;
            font-style: normal; }
          .header__a ul.header--nav li.cart .popup--cart .total button {
            float: left;
            width: 100%;
            height: 0.75rem;
            font-size: 0.3rem;
            line-height: 0.75rem; }
      .header__a ul.header--nav li.store .nav--content {
        width: 9rem;
        left: 50%;
        margin-left: -4.5rem; }
      .header__a ul.header--nav li.store ul {
        display: block;
        width: 100%; }
      .header__a ul.header--nav li.store li {
        float: left;
        display: block;
        padding: 0.425rem 0 0.45rem;
        width: 50%;
        text-align: center;
        height: auto;
        height: auto; }
        .header__a ul.header--nav li.store li img {
          display: block;
          width: 2.5rem;
          margin: 0 auto; }
      .header__a ul.header--nav li a.app__download {
        width: 4rem;
        height: auto;
        margin: 0 auto;
        line-height: normal;
        margin-bottom: 0.5rem; }
      .header__a ul.header--nav li a.app__download--code {
        width: 4rem;
        height: auto;
        margin: 0 auto;
        line-height: normal; }
      .header__a ul.header--nav li.lang a.lg__choice p {
        display: block;
        float: left; }
      .header__a ul.header--nav li.lang a.lg__choice span {
        display: block;
        float: left;
        margin-left: 0.15rem;
        margin-top: 0.7rem; }
      @media screen and (max-width: 1023px) {
        .header__a ul.header--nav li.lang__fixed__width {
          width: 25.6rem; } }
      @media screen and (min-width: 1024px) {
        .header__a ul.header--nav li.lang .nav--content {
          width: 100%; } }
      .header__a ul.header--nav li.lang .nav--content {
        color: black;
        position: fixed;
        left: 0;
        background: white;
        overflow-y: auto; }
        @media screen and (min-height: 901px) {
          .header__a ul.header--nav li.lang .nav--content {
            height: auto; } }
        @media screen and (min-height: 801px) and (max-height: 900px) {
          .header__a ul.header--nav li.lang .nav--content {
            height: 17.5rem; } }
        @media screen and (min-height: 701px) and (max-height: 800px) {
          .header__a ul.header--nav li.lang .nav--content {
            height: 15rem; } }
        @media screen and (min-height: 501px) and (max-height: 700px) {
          .header__a ul.header--nav li.lang .nav--content {
            height: 12.5rem; } }
        @media screen and (max-height: 500px) {
          .header__a ul.header--nav li.lang .nav--content {
            height: 8.75rem; } }
        .header__a ul.header--nav li.lang .nav--content .content__box {
          margin: 0 auto; }
          @media screen and (min-width: 1071px) {
            .header__a ul.header--nav li.lang .nav--content .content__box {
              padding-left: 0.575rem;
              width: 26.75rem; }
              .header__a ul.header--nav li.lang .nav--content .content__box .continent__line {
                width: 97.5%; } }
          @media screen and (max-width: 1070px) {
            .header__a ul.header--nav li.lang .nav--content .content__box {
              padding-left: 1.2rem;
              width: 25.6rem; }
              .header__a ul.header--nav li.lang .nav--content .content__box .continent__line {
                width: 95%; } }
          .header__a ul.header--nav li.lang .nav--content .content__box .continent {
            margin-top: 0.75rem; }
            .header__a ul.header--nav li.lang .nav--content .content__box .continent__header {
              font-size: 0.35rem;
              line-height: 0.65rem;
              margin-bottom: 0.25rem;
              color: black;
              position: relative; }
            .header__a ul.header--nav li.lang .nav--content .content__box .continent__name {
              position: absolute;
              top: -0.4rem;
              left: 0;
              padding: 0.075rem 0.25rem 0.075rem 0.025rem;
              background: white; }
              .header__a ul.header--nav li.lang .nav--content .content__box .continent__name span {
                font-weight: 100;
                opacity: 0.3; }
            .header__a ul.header--nav li.lang .nav--content .content__box .continent__line {
              display: block;
              height: 1px;
              background: #E5E5E5; }
            .header__a ul.header--nav li.lang .nav--content .content__box .continent__country {
              margin-top: 0.5rem; }
              .header__a ul.header--nav li.lang .nav--content .content__box .continent__country__items {
                display: inline-block;
                margin-right: 0.575rem; }
              .header__a ul.header--nav li.lang .nav--content .content__box .continent__country .normal__block {
                width: 4.65rem; }
              .header__a ul.header--nav li.lang .nav--content .content__box .continent__country .big__block {
                width: 5.75rem; }
              .header__a ul.header--nav li.lang .nav--content .content__box .continent__country__item {
                margin: 0.2rem 0;
                display: table;
                cursor: pointer;
                height: 0.775rem;
                width: 100%; }
                .header__a ul.header--nav li.lang .nav--content .content__box .continent__country__item .current {
                  background: white;
                  border: 1px solid #ECEEF2; }
                  .header__a ul.header--nav li.lang .nav--content .content__box .continent__country__item .current .name__country span {
                    vertical-align: middle; }
                  .header__a ul.header--nav li.lang .nav--content .content__box .continent__country__item .current .name__country .select__icon {
                    color: #d8d8d8; }
                  .header__a ul.header--nav li.lang .nav--content .content__box .continent__country__item .current .name__country .name {
                    opacity: 0.4; }
                .header__a ul.header--nav li.lang .nav--content .content__box .continent__country__item .uncurrent {
                  background: #F5F6F8; }
                .header__a ul.header--nav li.lang .nav--content .content__box .continent__country__item__country {
                  display: table-cell;
                  width: 2.5rem;
                  vertical-align: middle;
                  font-size: 0.3rem;
                  padding: 0 0.3rem; }
                  .header__a ul.header--nav li.lang .nav--content .content__box .continent__country__item__country .language_country {
                    display: inline-block;
                    float: right;
                    opacity: 0.4; }
                  .header__a ul.header--nav li.lang .nav--content .content__box .continent__country__item__country .name__country {
                    display: inline-block;
                    float: left; }
                    .header__a ul.header--nav li.lang .nav--content .content__box .continent__country__item__country .name__country .select__icon {
                      line-height: 0.375rem;
                      font-size: 0.375rem; }
      .header__a ul.header--nav li.account .nav--content {
        display: block;
        text-align: left;
        left: 50%;
        margin-left: -1.8rem; }
        .header__a ul.header--nav li.account .nav--content ul {
          width: 3.6rem;
          padding-top: 0.25rem;
          padding-bottom: 0.25rem; }
        .header__a ul.header--nav li.account .nav--content li {
          height: auto;
          line-height: 0.3rem;
          padding: 0.225rem 0; }
          .header__a ul.header--nav li.account .nav--content li.login__email {
            height: auto;
            padding-top: 0.225rem;
            padding-bottom: 0.475rem;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            margin-bottom: 0.25rem; }
            .header__a ul.header--nav li.account .nav--content li.login__email p {
              color: #000000;
              line-height: 0.3rem;
              font-size: 0.3rem;
              text-align: center;
              font-weight: 100;
              width: 100%;
              word-break: break-all; }
          .header__a ul.header--nav li.account .nav--content li a {
            text-align: center;
            padding-left: 0; }
      .header__a ul.header--nav li.buynow a {
        display: block;
        width: auto;
        min-width: 2.75rem;
        padding: 0 0.25rem;
        height: 0.75rem;
        margin-top: 0.375rem;
        margin-right: 0;
        background: #ffffff;
        color: #000000;
        border: 1px solid #ffffff;
        line-height: 0.7rem;
        font-weight: 100;
        font-size: 0.3rem; }
        .header__a ul.header--nav li.buynow a i {
          font-size: 0.475rem;
          position: relative;
          top: 0.05rem;
          padding-left: 0.05rem; }
    .header__a ul.header--nav .nav--content {
      position: absolute;
      top: 1.5rem;
      box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.13); }
      .header__a ul.header--nav .nav--content ul {
        display: block;
        background: #ffffff;
        padding: 0 0.5rem; }
      .header__a ul.header--nav .nav--content li {
        display: block;
        height: 0.75rem;
        width: 100%;
        line-height: 0.75rem;
        list-style: none;
        text-align: center; }
        .header__a ul.header--nav .nav--content li a {
          display: block;
          color: black;
          font-size: 0.3rem;
          font-weight: 100;
          text-align: center;
          width: 100%;
          margin: 0; }

.device__pc .header__a ul.header--nav .buynow a:hover {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff; }

.header__b {
  width: 100%;
  min-width: 25.6rem;
  height: 1.5rem;
  background: transparent;
  color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; }
  .header__b .triangle__lang {
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 5px solid #ffffff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent; }
  .header__b--content {
    width: 100%;
    max-width: 25.6rem;
    height: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #ffffff; }
  .header__b a.logo {
    color: #ffffff;
    float: left;
    font-size: 0.65rem;
    margin-top: 0.425rem; }
  .header__b ul.header--nav {
    display: block;
    margin: 0;
    float: right;
    font-size: 0.35rem; }
    .header__b ul.header--nav li {
      list-style: none;
      float: left;
      position: relative;
      box-sizing: border-box; }
      .header__b ul.header--nav li:hover a.main {
        border-bottom: solid 0.075rem #ffffff; }
      .header__b ul.header--nav li a.main {
        display: block;
        height: 1.5rem;
        line-height: 1.5rem;
        color: #ffffff;
        font-size: 0.35rem;
        margin: 0 0.375rem;
        cursor: pointer;
        position: relative;
        text-align: center;
        font-weight: 100; }
      .header__b ul.header--nav li.app .nav--content {
        width: 4.5rem; }
      .header__b ul.header--nav li.app ul {
        padding-top: 0.25rem;
        padding-bottom: 0.5rem; }
        .header__b ul.header--nav li.app ul li {
          margin-top: 0.25rem;
          height: auto; }
        .header__b ul.header--nav li.app ul img {
          width: 100%;
          height: auto; }
      .header__b ul.header--nav li.cart .nav--content {
        width: 6.5rem; }
      .header__b ul.header--nav li.cart .popup--cart {
        padding: 0.25rem 0.5rem 0.5rem;
        background: #ffffff;
        border: 1px solid rgba(0, 0, 0, 0.1); }
        .header__b ul.header--nav li.cart .popup--cart .cart__empty {
          font-size: 0.3rem;
          color: #000000;
          text-align: center;
          padding-top: 0.25rem;
          font-weight: 100; }
        .header__b ul.header--nav li.cart .popup--cart ul {
          overflow: hidden;
          border: 0px;
          padding: 0;
          border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
          .header__b ul.header--nav li.cart .popup--cart ul li {
            width: 100%;
            min-height: 1.5rem; }
            .header__b ul.header--nav li.cart .popup--cart ul li .img--box {
              width: 1.5rem;
              height: auto;
              float: left; }
            .header__b ul.header--nav li.cart .popup--cart ul li .info--box {
              margin: 0 0 0 1.8rem;
              padding: 0.325rem 0;
              font-weight: 100;
              min-height: 1.5rem;
              border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
              .header__b ul.header--nav li.cart .popup--cart ul li .info--box p {
                font-size: 0.3rem;
                color: black;
                line-height: 0.3rem;
                text-align: left;
                height: 0.3rem; }
                .header__b ul.header--nav li.cart .popup--cart ul li .info--box p.price {
                  font-size: 0.3rem;
                  font-weight: 100;
                  margin-top: 0.275rem; }
                .header__b ul.header--nav li.cart .popup--cart ul li .info--box p span {
                  float: right;
                  font-size: 0.3rem;
                  color: #000000;
                  font-weight: bold; }
                .header__b ul.header--nav li.cart .popup--cart ul li .info--box p em {
                  float: left;
                  font-style: normal;
                  font-size: 0.3rem;
                  color: #000000;
                  font-weight: 100; }
        .header__b ul.header--nav li.cart .popup--cart .item {
          height: 0.425rem;
          width: 100%;
          line-height: 0.425rem;
          margin: 0.275rem 0 0;
          font-size: 0.3rem; }
          .header__b ul.header--nav li.cart .popup--cart .item del {
            float: left;
            color: rgba(0, 0, 0, 0.5);
            font-weight: 100; }
          .header__b ul.header--nav li.cart .popup--cart .item span {
            float: right;
            font-size: 0.35rem;
            color: rgba(0, 0, 0, 0.4); }
          .header__b ul.header--nav li.cart .popup--cart .item a {
            font-size: 0.35rem;
            line-height: 0.425rem;
            height: 100%;
            float: right;
            padding: 0 !important;
            position: static;
            color: black; }
        .header__b ul.header--nav li.cart .popup--cart .total {
          line-height: 0.75rem; }
          .header__b ul.header--nav li.cart .popup--cart .total p {
            display: block;
            font-size: 0.35rem;
            color: #f26c4f; }
          .header__b ul.header--nav li.cart .popup--cart .total span {
            float: left;
            font-size: 0.3rem;
            font-weight: bold;
            color: #000000; }
          .header__b ul.header--nav li.cart .popup--cart .total em {
            float: right;
            font-size: 0.35rem;
            font-weight: bold;
            font-style: normal; }
          .header__b ul.header--nav li.cart .popup--cart .total button {
            float: left;
            width: 100%;
            height: 0.75rem;
            font-size: 0.3rem;
            line-height: 0.75rem; }
      .header__b ul.header--nav li.store .nav--content {
        width: 9rem; }
      .header__b ul.header--nav li.store ul {
        display: block;
        width: 100%; }
      .header__b ul.header--nav li.store li {
        float: left;
        display: block;
        padding: 0.425rem 0 0.45rem;
        width: 50%;
        text-align: center;
        height: auto;
        height: auto; }
        .header__b ul.header--nav li.store li img {
          display: block;
          width: 2.5rem;
          margin: 0 auto; }
      .header__b ul.header--nav li a.app__download {
        width: 4rem;
        height: auto;
        margin: 0 auto;
        line-height: normal;
        margin-bottom: 0.5rem; }
      .header__b ul.header--nav li a.app__download--code {
        width: 4rem;
        height: auto;
        margin: 0 auto;
        line-height: normal; }
      .header__b ul.header--nav li.lang a.lg__choice p {
        display: block;
        float: left; }
      .header__b ul.header--nav li.lang a.lg__choice span {
        display: block;
        float: left;
        margin-left: 0.15rem;
        margin-top: 0.7rem; }
      .header__b ul.header--nav li.lang .nav--content {
        width: 4.4rem; }
        .header__b ul.header--nav li.lang .nav--content ul {
          padding: 0.075rem 0.5rem 0.5rem; }
        .header__b ul.header--nav li.lang .nav--content li {
          height: 0.575rem;
          margin-top: 0.425rem; }
        .header__b ul.header--nav li.lang .nav--content a {
          display: block; }
        .header__b ul.header--nav li.lang .nav--content img {
          width: 0.85rem;
          height: auto;
          float: left; }
        .header__b ul.header--nav li.lang .nav--content span {
          float: left;
          margin-left: 0.325rem;
          display: block;
          height: 0.575rem;
          line-height: 0.575rem; }
      .header__b ul.header--nav li.account .nav--content {
        display: block;
        text-align: left; }
        .header__b ul.header--nav li.account .nav--content ul {
          width: 3.6rem;
          padding-top: 0.25rem;
          padding-bottom: 0.25rem; }
        .header__b ul.header--nav li.account .nav--content li.login__email {
          height: auto;
          padding-top: 0.225rem;
          padding-bottom: 0.475rem;
          border-bottom: 1px solid rgba(0, 0, 0, 0.1);
          margin-bottom: 0.25rem; }
          .header__b ul.header--nav li.account .nav--content li.login__email p {
            color: #000000;
            line-height: 0.3rem;
            font-size: 0.3rem;
            text-align: left;
            font-weight: 100;
            width: 100%;
            word-break: break-all; }
        .header__b ul.header--nav li.account .nav--content li a {
          text-align: left;
          padding-left: 0; }
      .header__b ul.header--nav li.buynow a {
        display: block;
        width: 2.75rem;
        height: 0.75rem;
        margin-top: 0.375rem;
        margin-right: 0;
        background: #ffffff;
        color: #000000;
        border: 1px solid #ffffff;
        line-height: 0.7rem;
        font-weight: normal; }
    .header__b ul.header--nav .nav--content {
      position: absolute;
      top: 1.5rem;
      left: -0.15rem;
      padding: 0.225rem 0 0; }
      .header__b ul.header--nav .nav--content ul {
        display: block;
        background: #ffffff;
        border: 1px solid rgba(0, 0, 0, 0.1);
        padding: 0 0.5rem; }
      .header__b ul.header--nav .nav--content li {
        display: block;
        height: 0.75rem;
        width: 100%;
        line-height: 0.75rem;
        list-style: none;
        text-align: center; }
        .header__b ul.header--nav .nav--content li a {
          display: block;
          color: black;
          font-size: 0.3rem;
          font-weight: 100;
          text-align: center;
          width: 100%;
          margin: 0; }
    .header__b ul.header--nav .page--current .current__tip {
      padding-bottom: 0.15rem;
      border-bottom: 0.1rem solid black; }

.device__pc .header__b ul.header--nav .buynow a:hover {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff; }

.device__pc .header__b.black ul.header--nav .buynow a:hover {
  background: transparent;
  color: #000000;
  border: 1px solid #000000; }

.header__b.black {
  width: 100%;
  min-width: 25.6rem;
  height: 1.5rem;
  background: #ffffff;
  color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .header__b.black .triangle__lang {
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 5px solid #000000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent; }
  .header__b.black--content {
    width: 100%;
    max-width: 25.6rem;
    height: 100%;
    margin: 0 auto; }
  .header__b.black a.logo {
    color: #000000;
    float: left;
    font-size: 0.65rem;
    margin-top: 0.425rem; }
  .header__b.black ul.header--nav {
    display: block;
    margin: 0;
    float: right;
    font-size: 0.35rem; }
    .header__b.black ul.header--nav li {
      list-style: none;
      float: left;
      position: relative;
      box-sizing: border-box; }
      .header__b.black ul.header--nav li:hover a.main {
        border-bottom: solid 0.075rem #000000; }
      .header__b.black ul.header--nav li a.main {
        display: block;
        height: 1.5rem;
        line-height: 1.5rem;
        color: #000000;
        font-size: 0.35rem;
        margin: 0 0.375rem;
        cursor: pointer;
        position: relative;
        text-align: center;
        font-weight: 100; }
      .header__b.black ul.header--nav li.app .nav--content {
        width: 4.5rem; }
      .header__b.black ul.header--nav li.app ul {
        padding-bottom: 0.25rem; }
        .header__b.black ul.header--nav li.app ul li {
          margin-top: 0.25rem;
          height: auto; }
        .header__b.black ul.header--nav li.app ul img {
          width: 100%;
          height: auto; }
      .header__b.black ul.header--nav li.cart .nav--content {
        width: 6.5rem; }
      .header__b.black ul.header--nav li.cart .popup--cart {
        padding: 0.25rem 0.5rem 0.5rem;
        background: #ffffff;
        border: 1px solid rgba(0, 0, 0, 0.1); }
        .header__b.black ul.header--nav li.cart .popup--cart .cart__empty {
          font-size: 0.3rem;
          color: #000000;
          text-align: center; }
        .header__b.black ul.header--nav li.cart .popup--cart ul {
          overflow: hidden;
          border: 0px;
          padding: 0;
          border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
          .header__b.black ul.header--nav li.cart .popup--cart ul li {
            width: 100%;
            min-height: 1.5rem; }
            .header__b.black ul.header--nav li.cart .popup--cart ul li .img--box {
              width: 1.5rem;
              height: auto;
              float: left; }
            .header__b.black ul.header--nav li.cart .popup--cart ul li .info--box {
              margin: 0 0 0 1.8rem;
              padding: 0.325rem 0;
              font-weight: 100;
              min-height: 1.5rem;
              border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
              .header__b.black ul.header--nav li.cart .popup--cart ul li .info--box p {
                font-size: 0.3rem;
                color: black;
                line-height: 0.3rem;
                text-align: left;
                height: 0.3rem; }
                .header__b.black ul.header--nav li.cart .popup--cart ul li .info--box p.price {
                  font-size: 0.3rem;
                  font-weight: 100;
                  margin-top: 0.275rem; }
                .header__b.black ul.header--nav li.cart .popup--cart ul li .info--box p span {
                  float: right;
                  font-size: 0.3rem;
                  color: #000000;
                  font-weight: bold; }
                .header__b.black ul.header--nav li.cart .popup--cart ul li .info--box p em {
                  float: left;
                  font-style: normal;
                  font-size: 0.3rem;
                  color: #000000;
                  font-weight: 100; }
        .header__b.black ul.header--nav li.cart .popup--cart .item {
          height: 0.425rem;
          width: 100%;
          line-height: 0.425rem;
          margin: 0.275rem 0 0;
          font-size: 0.3rem; }
          .header__b.black ul.header--nav li.cart .popup--cart .item del {
            float: left;
            color: rgba(0, 0, 0, 0.5);
            font-weight: 100; }
          .header__b.black ul.header--nav li.cart .popup--cart .item span {
            float: right;
            font-size: 0.35rem;
            color: rgba(0, 0, 0, 0.4); }
          .header__b.black ul.header--nav li.cart .popup--cart .item a {
            font-size: 0.35rem;
            line-height: 0.425rem;
            height: 100%;
            float: right;
            padding: 0 !important;
            position: static;
            color: black; }
        .header__b.black ul.header--nav li.cart .popup--cart .total {
          line-height: 0.75rem; }
          .header__b.black ul.header--nav li.cart .popup--cart .total p {
            display: block;
            font-size: 0.35rem;
            color: #f26c4f; }
          .header__b.black ul.header--nav li.cart .popup--cart .total span {
            float: left;
            font-size: 0.3rem;
            font-weight: bold;
            color: #000000; }
          .header__b.black ul.header--nav li.cart .popup--cart .total em {
            float: right;
            font-size: 0.35rem;
            font-weight: bold;
            font-style: normal; }
          .header__b.black ul.header--nav li.cart .popup--cart .total button {
            float: left;
            width: 100%;
            height: 0.75rem;
            font-size: 0.3rem;
            line-height: 0.75rem; }
      .header__b.black ul.header--nav li.store .nav--content {
        width: 9rem; }
      .header__b.black ul.header--nav li.store ul {
        display: block;
        width: 100%; }
      .header__b.black ul.header--nav li.store li {
        float: left;
        display: block;
        padding: 0.425rem 0 0.45rem;
        width: 50%;
        text-align: center;
        height: auto;
        height: auto; }
        .header__b.black ul.header--nav li.store li img {
          display: block;
          width: 2.5rem;
          margin: 0 auto; }
      .header__b.black ul.header--nav li a.app__download {
        width: 4rem;
        height: auto;
        margin: 0 auto;
        line-height: normal;
        margin-bottom: 0.5rem; }
      .header__b.black ul.header--nav li a.app__download--code {
        width: 4rem;
        height: auto;
        margin: 0 auto;
        line-height: normal; }
      .header__b.black ul.header--nav li.lang a.lg__choice p {
        display: block;
        float: left; }
      .header__b.black ul.header--nav li.lang a.lg__choice span {
        display: block;
        float: left;
        margin-left: 0.15rem;
        margin-top: 0.7rem; }
      .header__b.black ul.header--nav li.lang .nav--content {
        width: 4.4rem; }
        .header__b.black ul.header--nav li.lang .nav--content ul {
          padding: 0.075rem 0.5rem 0.5rem; }
        .header__b.black ul.header--nav li.lang .nav--content li {
          height: 0.575rem;
          margin-top: 0.425rem; }
        .header__b.black ul.header--nav li.lang .nav--content a {
          display: block; }
        .header__b.black ul.header--nav li.lang .nav--content img {
          width: 0.85rem;
          height: auto;
          float: left; }
        .header__b.black ul.header--nav li.lang .nav--content span {
          float: left;
          margin-left: 0.325rem;
          display: block;
          height: 0.575rem;
          line-height: 0.575rem; }
      .header__b.black ul.header--nav li.account .nav--content {
        display: block;
        width: 3.95rem;
        text-align: left; }
        .header__b.black ul.header--nav li.account .nav--content ul {
          width: 3.6rem;
          padding-top: 0.25rem;
          padding-bottom: 0.25rem; }
        .header__b.black ul.header--nav li.account .nav--content li.login__email {
          height: auto;
          padding-top: 0.225rem;
          padding-bottom: 0.475rem;
          border-bottom: 1px solid rgba(0, 0, 0, 0.1);
          margin-bottom: 0.25rem; }
          .header__b.black ul.header--nav li.account .nav--content li.login__email p {
            color: #000000;
            line-height: 0.3rem;
            font-size: 0.3rem;
            text-align: left;
            font-weight: 100;
            width: 100%;
            word-break: break-all; }
        .header__b.black ul.header--nav li.account .nav--content li a {
          text-align: left;
          padding-left: 0; }
      .header__b.black ul.header--nav li.buynow a {
        display: block;
        width: 2.75rem;
        height: 0.75rem;
        margin-top: 0.375rem;
        margin-right: 0;
        background: #000000;
        color: #ffffff;
        line-height: 0.7rem;
        font-weight: normal;
        border: 1px solid #000000; }
    .header__b.black ul.header--nav .nav--content {
      position: absolute;
      top: 1.5rem;
      left: -0.15rem;
      padding: 0.225rem 0 0; }
      .header__b.black ul.header--nav .nav--content ul {
        display: block;
        background: #ffffff;
        border: 1px solid rgba(0, 0, 0, 0.1);
        padding: 0 0.5rem; }
      .header__b.black ul.header--nav .nav--content li {
        display: block;
        height: 0.75rem;
        width: 100%;
        line-height: 0.75rem;
        list-style: none;
        text-align: center; }
        .header__b.black ul.header--nav .nav--content li a {
          display: block;
          color: black;
          font-size: 0.3rem;
          font-weight: 100;
          text-align: center;
          width: 100%;
          margin: 0; }
    .header__b.black ul.header--nav .page--current .current__tip {
      padding-bottom: 0.15rem;
      border-bottom: 0.1rem solid black; }

.header__normal {
  width: 100%;
  min-width: 25.6rem;
  height: 1.5rem;
  background: transparent;
  color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; }
  .header__normal .triangle__lang {
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 5px solid #ffffff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent; }
  .header__normal--content {
    width: 100%;
    max-width: 25.6rem;
    height: 100%;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.48); }
  .header__normal a.logo {
    color: #ffffff;
    float: left;
    font-size: 0.65rem;
    margin-top: 0.425rem; }
  .header__normal ul.header--nav {
    display: block;
    margin: 0;
    float: right;
    font-size: 0.35rem; }
    .header__normal ul.header--nav li {
      list-style: none;
      float: left;
      position: relative;
      box-sizing: border-box; }
      .header__normal ul.header--nav li:hover a.main {
        border-bottom: solid 0.075rem #ffffff; }
      .header__normal ul.header--nav li a.main {
        display: block;
        height: 1.5rem;
        line-height: 1.5rem;
        color: #ffffff;
        font-size: 0.35rem;
        margin: 0 0.375rem;
        cursor: pointer;
        position: relative;
        text-align: center;
        font-weight: 100; }
      .header__normal ul.header--nav li.app .nav--content {
        width: 4.5rem;
        left: 50%;
        margin-left: -2.25rem; }
      .header__normal ul.header--nav li.app ul {
        padding-top: 0.25rem;
        padding-bottom: 0.5rem; }
        .header__normal ul.header--nav li.app ul li {
          margin-top: 0.25rem;
          height: auto; }
        .header__normal ul.header--nav li.app ul img {
          width: 100%;
          height: auto; }
      .header__normal ul.header--nav li.cart .nav--content {
        width: 6.5rem;
        left: 50%;
        margin-left: -3.25rem; }
      .header__normal ul.header--nav li.cart .popup--cart {
        padding: 0.25rem 0.5rem 0.5rem;
        background: #ffffff;
        border: 1px solid rgba(0, 0, 0, 0.1); }
        .header__normal ul.header--nav li.cart .popup--cart .cart__empty {
          font-size: 0.3rem;
          color: #000000;
          text-align: center;
          padding-top: 0.25rem;
          font-weight: 100; }
        .header__normal ul.header--nav li.cart .popup--cart ul {
          overflow: hidden;
          border: 0px;
          padding: 0;
          border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
          .header__normal ul.header--nav li.cart .popup--cart ul li {
            width: 100%;
            min-height: 1.5rem; }
            .header__normal ul.header--nav li.cart .popup--cart ul li .img--box {
              width: 1.5rem;
              height: auto;
              float: left; }
            .header__normal ul.header--nav li.cart .popup--cart ul li .info--box {
              margin: 0 0 0 1.8rem;
              padding: 0.325rem 0;
              font-weight: 100;
              min-height: 1.5rem;
              border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
              .header__normal ul.header--nav li.cart .popup--cart ul li .info--box p {
                font-size: 0.3rem;
                color: black;
                line-height: 0.3rem;
                text-align: left;
                height: 0.3rem; }
                .header__normal ul.header--nav li.cart .popup--cart ul li .info--box p.price {
                  font-size: 0.3rem;
                  font-weight: 100;
                  margin-top: 0.275rem; }
                .header__normal ul.header--nav li.cart .popup--cart ul li .info--box p span {
                  float: right;
                  font-size: 0.3rem;
                  color: #000000;
                  font-weight: bold; }
                .header__normal ul.header--nav li.cart .popup--cart ul li .info--box p em {
                  float: left;
                  font-style: normal;
                  font-size: 0.3rem;
                  color: #000000;
                  font-weight: 100; }
        .header__normal ul.header--nav li.cart .popup--cart .item {
          height: 0.425rem;
          width: 100%;
          line-height: 0.425rem;
          margin: 0.275rem 0 0;
          font-size: 0.3rem; }
          .header__normal ul.header--nav li.cart .popup--cart .item del {
            float: left;
            color: rgba(0, 0, 0, 0.5);
            font-weight: 100; }
          .header__normal ul.header--nav li.cart .popup--cart .item span {
            float: right;
            font-size: 0.35rem;
            color: rgba(0, 0, 0, 0.4); }
          .header__normal ul.header--nav li.cart .popup--cart .item a {
            font-size: 0.35rem;
            line-height: 0.425rem;
            height: 100%;
            float: right;
            padding: 0 !important;
            position: static;
            color: black; }
        .header__normal ul.header--nav li.cart .popup--cart .total {
          line-height: 0.75rem; }
          .header__normal ul.header--nav li.cart .popup--cart .total p {
            display: block;
            font-size: 0.35rem;
            color: #f26c4f; }
          .header__normal ul.header--nav li.cart .popup--cart .total span {
            float: left;
            font-size: 0.3rem;
            font-weight: bold;
            color: #000000; }
          .header__normal ul.header--nav li.cart .popup--cart .total em {
            float: right;
            font-size: 0.35rem;
            font-weight: bold;
            font-style: normal; }
          .header__normal ul.header--nav li.cart .popup--cart .total button {
            float: left;
            width: 100%;
            height: 0.75rem;
            font-size: 0.3rem;
            line-height: 0.75rem; }
      .header__normal ul.header--nav li.store .nav--content {
        width: 9rem;
        left: 50%;
        margin-left: -4.5rem; }
      .header__normal ul.header--nav li.store ul {
        display: block;
        width: 100%; }
      .header__normal ul.header--nav li.store li {
        float: left;
        display: block;
        padding: 0.425rem 0 0.45rem;
        width: 50%;
        text-align: center;
        height: auto;
        height: auto; }
        .header__normal ul.header--nav li.store li img {
          display: block;
          width: 2.5rem;
          margin: 0 auto; }
      .header__normal ul.header--nav li a.app__download {
        width: 4rem;
        height: auto;
        margin: 0 auto;
        line-height: normal;
        margin-bottom: 0.5rem; }
      .header__normal ul.header--nav li a.app__download--code {
        width: 4rem;
        height: auto;
        margin: 0 auto;
        line-height: normal; }
      .header__normal ul.header--nav li.lang a.lg__choice p {
        display: block;
        float: left; }
      .header__normal ul.header--nav li.lang a.lg__choice span {
        display: block;
        float: left;
        margin-left: 0.15rem;
        margin-top: 0.7rem; }
      @media screen and (max-width: 1023px) {
        .header__normal ul.header--nav li.lang__fixed__width {
          width: 25.6rem; } }
      @media screen and (min-width: 1024px) {
        .header__normal ul.header--nav li.lang .nav--content {
          width: 100%; } }
      .header__normal ul.header--nav li.lang .nav--content {
        color: black;
        position: fixed;
        left: 0;
        background: white;
        overflow-y: auto; }
        @media screen and (min-height: 901px) {
          .header__normal ul.header--nav li.lang .nav--content {
            height: auto; } }
        @media screen and (min-height: 801px) and (max-height: 900px) {
          .header__normal ul.header--nav li.lang .nav--content {
            height: 17.5rem; } }
        @media screen and (min-height: 701px) and (max-height: 800px) {
          .header__normal ul.header--nav li.lang .nav--content {
            height: 15rem; } }
        @media screen and (min-height: 501px) and (max-height: 700px) {
          .header__normal ul.header--nav li.lang .nav--content {
            height: 12.5rem; } }
        @media screen and (max-height: 500px) {
          .header__normal ul.header--nav li.lang .nav--content {
            height: 8.75rem; } }
        .header__normal ul.header--nav li.lang .nav--content .content__box {
          margin: 0 auto; }
          @media screen and (min-width: 1071px) {
            .header__normal ul.header--nav li.lang .nav--content .content__box {
              padding-left: 0.575rem;
              width: 26.75rem; }
              .header__normal ul.header--nav li.lang .nav--content .content__box .continent__line {
                width: 97.5%; } }
          @media screen and (min-width: 1025px) and (max-width: 1070px) {
            .header__normal ul.header--nav li.lang .nav--content .content__box {
              width: 25.6rem; } }
          @media screen and (max-width: 1024px) {
            .header__normal ul.header--nav li.lang .nav--content .content__box {
              padding-left: 1.2rem;
              width: 25.6rem; }
              .header__normal ul.header--nav li.lang .nav--content .content__box .continent__line {
                width: 95%; } }
          .header__normal ul.header--nav li.lang .nav--content .content__box .continent {
            margin-top: 0.75rem; }
            .header__normal ul.header--nav li.lang .nav--content .content__box .continent__header {
              font-size: 0.35rem;
              line-height: 0.65rem;
              margin-bottom: 0.25rem;
              color: black;
              position: relative; }
            .header__normal ul.header--nav li.lang .nav--content .content__box .continent__name {
              position: absolute;
              top: -0.4rem;
              left: 0;
              padding: 0.075rem 0.25rem 0.075rem 0.025rem;
              background: white; }
              .header__normal ul.header--nav li.lang .nav--content .content__box .continent__name span {
                font-weight: 100;
                opacity: 0.3; }
            .header__normal ul.header--nav li.lang .nav--content .content__box .continent__line {
              display: block;
              height: 1px;
              background: #E5E5E5; }
            .header__normal ul.header--nav li.lang .nav--content .content__box .continent__country {
              margin-top: 0.5rem; }
              .header__normal ul.header--nav li.lang .nav--content .content__box .continent__country__items {
                display: inline-block;
                margin-right: 0.575rem; }
              .header__normal ul.header--nav li.lang .nav--content .content__box .continent__country .normal__block {
                width: 4.65rem; }
              .header__normal ul.header--nav li.lang .nav--content .content__box .continent__country .big__block {
                width: 5.75rem; }
              .header__normal ul.header--nav li.lang .nav--content .content__box .continent__country__item {
                margin: 0.2rem 0;
                display: table;
                cursor: pointer;
                height: 0.775rem;
                width: 100%; }
                .header__normal ul.header--nav li.lang .nav--content .content__box .continent__country__item .current {
                  background: white;
                  border: 1px solid #ECEEF2; }
                  .header__normal ul.header--nav li.lang .nav--content .content__box .continent__country__item .current .name__country span {
                    vertical-align: middle; }
                  .header__normal ul.header--nav li.lang .nav--content .content__box .continent__country__item .current .name__country .select__icon {
                    color: #d8d8d8; }
                  .header__normal ul.header--nav li.lang .nav--content .content__box .continent__country__item .current .name__country .name {
                    opacity: 0.4; }
                .header__normal ul.header--nav li.lang .nav--content .content__box .continent__country__item .uncurrent {
                  background: #E5E5E5; }
                .header__normal ul.header--nav li.lang .nav--content .content__box .continent__country__item__country {
                  display: table-cell;
                  width: 2.5rem;
                  vertical-align: middle;
                  font-size: 0.3rem;
                  padding: 0 0.3rem; }
                  .header__normal ul.header--nav li.lang .nav--content .content__box .continent__country__item__country .language_country {
                    display: inline-block;
                    float: right;
                    opacity: 0.4; }
                  .header__normal ul.header--nav li.lang .nav--content .content__box .continent__country__item__country .name__country {
                    display: inline-block;
                    float: left; }
                    .header__normal ul.header--nav li.lang .nav--content .content__box .continent__country__item__country .name__country .select__icon {
                      line-height: 0.375rem;
                      font-size: 0.375rem; }
      .header__normal ul.header--nav li.account .nav--content {
        display: block;
        text-align: left;
        left: 50%;
        margin-left: -1.8rem; }
        .header__normal ul.header--nav li.account .nav--content ul {
          width: 3.6rem;
          padding-top: 0.25rem;
          padding-bottom: 0.25rem; }
        .header__normal ul.header--nav li.account .nav--content li {
          height: auto;
          line-height: 0.3rem;
          padding: 0.225rem 0; }
          .header__normal ul.header--nav li.account .nav--content li.login__email {
            height: auto;
            padding-top: 0.225rem;
            padding-bottom: 0.475rem;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            margin-bottom: 0.25rem; }
            .header__normal ul.header--nav li.account .nav--content li.login__email p {
              color: #000000;
              line-height: 0.3rem;
              font-size: 0.3rem;
              text-align: center;
              font-weight: 100;
              width: 100%;
              word-break: break-all; }
          .header__normal ul.header--nav li.account .nav--content li a {
            text-align: center;
            padding-left: 0; }
      .header__normal ul.header--nav li.buynow a {
        display: block;
        width: auto;
        min-width: 2.75rem;
        padding: 0 0.25rem;
        height: 0.75rem;
        margin-top: 0.375rem;
        margin-right: 0;
        background: #ffffff;
        color: #000000;
        border: 1px solid #ffffff;
        line-height: 0.7rem;
        font-weight: normal;
        font-weight: 100;
        font-size: 0.3rem; }
        .header__normal ul.header--nav li.buynow a i {
          font-size: 0.475rem;
          position: relative;
          top: 0.05rem;
          padding-left: 0.05rem; }
    .header__normal ul.header--nav .nav--content {
      position: absolute;
      top: 1.5rem;
      box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.13); }
      .header__normal ul.header--nav .nav--content ul {
        display: block;
        background: #ffffff;
        padding: 0 0.5rem; }
      .header__normal ul.header--nav .nav--content li {
        display: block;
        height: 0.75rem;
        width: 100%;
        line-height: 0.75rem;
        list-style: none;
        text-align: center; }
        .header__normal ul.header--nav .nav--content li a {
          display: block;
          color: black;
          font-size: 0.3rem;
          font-weight: 100;
          text-align: center;
          width: 100%;
          margin: 0; }

.header__normal.black {
  background: #000000; }
  .header__normal.black .header__normal--content {
    border-bottom: 0; }

.device__pc .header__normal ul.header--nav .buynow a:hover {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff; }

.header__b--mobile .border--content {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.header__b--mobile .b__content {
  display: block;
  height: 2.5rem;
  width: 100%;
  padding: 0 0.5rem;
  background: #ffffff;
  position: fixed;
  z-index: 3000;
  top: 0; }
  .header__b--mobile .b__content a {
    float: left;
    cursor: pointer;
    line-height: 2.5rem; }
  .header__b--mobile .b__content a.nav {
    margin: 0 0.5rem 0 0;
    font-size: 0.65rem; }
  .header__b--mobile .b__content a.logo {
    display: inline-block;
    height: auto;
    float: left;
    color: #000000;
    font-size: 1rem; }
  .header__b--mobile .b__content a.buynow {
    width: auto;
    min-width: 4.5rem;
    padding: 0 0.25rem;
    height: 1.5rem;
    display: block;
    float: right;
    color: #ffffff;
    text-align: center;
    margin-top: 0.5rem; }
    .header__b--mobile .b__content a.buynow img {
      display: block;
      width: 1.7rem;
      height: auto;
      margin: 0.7rem auto; }
    .header__b--mobile .b__content a.buynow p {
      font-size: 0.55rem;
      font-weight: 100;
      line-height: 1.5rem; }
    .header__b--mobile .b__content a.buynow i {
      font-size: 0.75rem; }

.header__b--mobile .nav--content {
  position: fixed;
  z-index: 2000;
  top: 2.75rem;
  width: 14.5rem;
  left: 0.75rem; }
  .header__b--mobile .nav--content ul {
    padding: 0.5rem 0; }
  .header__b--mobile .nav--content ul.nav__list--main {
    position: relative;
    z-index: 1000;
    background: #ffffff;
    width: 6rem;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0.625rem 0;
    padding-left: 1.15rem; }
  .header__b--mobile .nav--content ul.nav__list--sub {
    position: absolute;
    width: 8.25rem;
    height: auto;
    min-height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.15);
    top: 0;
    right: 0;
    z-index: 999;
    background: #ffffff;
    padding: 0.625rem 0 0;
    padding-left: 1.15rem; }
    .header__b--mobile .nav--content ul.nav__list--sub.account__sub li a {
      font-size: 0.6rem; }
  .header__b--mobile .nav--content ul.active {
    display: block;
    background: #ffffff; }
  .header__b--mobile .nav--content li {
    display: block;
    height: 1.7rem;
    width: 100%;
    background: #ffffff;
    line-height: 1.7rem;
    padding: 0.5rem 0;
    list-style: none; }
    .header__b--mobile .nav--content li.login__email {
      display: block;
      height: auto;
      padding-bottom: 0;
      padding-right: 1rem; }
      .header__b--mobile .nav--content li.login__email p {
        width: 100%;
        word-break: break-all;
        line-height: 0.7rem;
        padding-bottom: 0.875rem;
        font-size: 0.6rem;
        font-weight: 100;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .header__b--mobile .nav--content li a {
      display: block;
      color: black;
      font-size: 0.6rem;
      font-weight: 100;
      text-align: left;
      line-height: 0.7rem;
      width: 100%;
      -webkit-tap-highlight-color: transparent; }
    .header__b--mobile .nav--content li .triangle__right {
      width: 0;
      height: 0;
      display: inline-block;
      border-left: 0.25rem solid #000000;
      border-top: 0.2125rem solid transparent;
      border-bottom: 0.2125rem solid transparent;
      position: relative;
      bottom: 0;
      left: 0.35rem; }
    .header__b--mobile .nav--content li.lang__sub img {
      width: auto;
      height: 0.7rem;
      display: block;
      float: left; }
    .header__b--mobile .nav--content li.lang__sub span {
      float: left;
      font-weight: 100;
      font-size: 0.6rem;
      line-height: 0.7rem;
      margin-left: 0.4rem; }
    .header__b--mobile .nav--content li.lang__sub.current {
      opacity: 0.4;
      filter: opacity(40); }

.footer {
  width: 100%;
  position: absolute;
  height: 6.3rem;
  bottom: 0;
  margin-bottom: 0;
  z-index: 2;
  background: #000000; }
  .footer .content {
    width: 100%;
    max-width: 25.6rem;
    height: 3.5rem;
    margin: 0 auto;
    position: relative;
    padding-left: 2.25rem;
    padding-top: 0.55rem;
    border-top: 1px solid rgba(255, 255, 255, 0.3); }
    .footer .content .logo {
      position: absolute;
      left: 0;
      top: 0.65rem; }
      .footer .content .logo a {
        display: block;
        width: 100%;
        height: auto;
        font-size: 0.875rem;
        color: #ffffff; }
  .footer ul.footer--followus {
    width: 100%; }
    .footer ul.footer--followus li {
      float: right;
      display: block;
      width: 0.5rem;
      margin-left: 0.5rem;
      position: relative; }
      .footer ul.footer--followus li span {
        font-size: 0.5rem;
        color: #ffffff;
        line-height: 0.5rem; }
      .footer ul.footer--followus li #wechatIcon span {
        font-size: 0.5rem;
        color: #ffffff;
        line-height: 0.5rem; }
      .footer ul.footer--followus li #wechatIcon span:hover {
        color: rgba(255, 255, 255, 0.7); }
      .footer ul.footer--followus li #weiboIcon span {
        font-size: 0.5rem;
        color: #ffffff;
        line-height: 0.5rem; }
      .footer ul.footer--followus li #weiboIcon span:hover {
        color: rgba(255, 255, 255, 0.7); }
      .footer ul.footer--followus li img.wechat__code {
        width: 3.5rem;
        height: auto;
        position: absolute;
        bottom: 1rem;
        left: 0;
        display: none; }
    .footer ul.footer--followus li:hover span {
      color: rgba(255, 255, 255, 0.7); }
  .footer ul.footer--nav {
    margin-top: 0.4rem; }
    .footer ul.footer--nav li {
      float: right;
      display: block;
      line-height: 0.35rem; }
      .footer ul.footer--nav li a {
        color: #ffffff;
        font-size: 0.35rem;
        font-weight: 100; }
      .footer ul.footer--nav li img {
        width: 100%;
        height: auto; }
  .footer ul.footer-copywritter {
    width: 100%;
    margin-top: 0.275rem; }
    .footer ul.footer-copywritter li {
      float: right;
      list-style: none;
      line-height: 0.3rem;
      margin-left: 0.45rem; }
      .footer ul.footer-copywritter li a {
        color: rgba(255, 255, 255, 0.4);
        font-size: 0.3rem;
        font-weight: 100; }
      .footer ul.footer-copywritter li.copywritter {
        color: rgba(255, 255, 255, 0.4);
        font-size: 0.3rem;
        font-weight: 100; }
  .footer .subscribe__wrapper {
    padding-top: 0.825rem;
    padding-right: 10rem;
    width: 100%;
    max-width: 25.6rem;
    margin: 0 auto;
    padding-bottom: 0.25rem;
    height: 2.8rem;
    position: relative; }
    .footer .subscribe__wrapper p.sub__title {
      width: 100%;
      max-width: 12.5rem;
      font-size: 0.35rem;
      line-height: 0.6rem;
      font-weight: 100;
      padding-right: 0.5rem;
      color: #ffffff; }
    .footer .subscribe__wrapper .subscribe__input {
      display: block;
      position: absolute;
      width: 10rem;
      right: 0;
      top: 1rem; }
      .footer .subscribe__wrapper .subscribe__input .input__box {
        float: left;
        width: 7.25rem; }
        .footer .subscribe__wrapper .subscribe__input .input__box input {
          float: left;
          font-size: 0.3rem;
          color: rgba(255, 255, 255, 0.4) !important; }
        .footer .subscribe__wrapper .subscribe__input .input__box.input--focus input {
          color: #ffffff !important; }
        .footer .subscribe__wrapper .subscribe__input .input__box ::-webkit-input-placeholder {
          color: rgba(255, 255, 255, 0.4); }
        .footer .subscribe__wrapper .subscribe__input .input__box .error--message {
          width: 100%;
          float: left; }
      .footer .subscribe__wrapper .subscribe__input input {
        display: block;
        width: 7.25rem;
        height: 0.75rem;
        padding: 0.2rem;
        font-size: 0.35rem;
        font-weight: 100;
        margin-left: 0;
        background: transparent;
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-right: 0; }
      .footer .subscribe__wrapper .subscribe__input button {
        display: block;
        width: 2.75rem;
        height: 0.75rem;
        float: right;
        background: #ffffff;
        border: 1px solid #ffffff;
        color: #000000;
        font-size: 0.3rem;
        font-weight: 100;
        line-height: 0.75rem; }
      .footer .subscribe__wrapper .subscribe__input .error--message__mobile {
        display: block;
        min-height: 0.7rem;
        text-align: left;
        float: left;
        width: 100%; }
        .footer .subscribe__wrapper .subscribe__input .error--message__mobile span {
          background: #fde3dd;
          color: #f26c4f;
          display: inline-block;
          text-align: left;
          font-size: 0.3rem;
          font-weight: 100;
          line-height: 0.35rem;
          padding: 0.1rem 0.2rem;
          max-width: 100%;
          margin-top: 0.1rem; }

@media screen and (max-width: 1074px) {
  .footer .content {
    padding-left: 3.5rem;
    padding-right: 1.25rem; }
    .footer .content .logo {
      left: 1.25rem; }
  .footer .subscribe__wrapper {
    padding-right: 11.25rem;
    padding-left: 1.25rem; }
    .footer .subscribe__wrapper .subscribe__input {
      right: 1.25rem; } }

.footer--mobile {
  padding: 0 0.75rem;
  width: 100%;
  background: #ffffff; }
  .footer--mobile .content {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 100%;
    position: relative; }
  .footer--mobile ul.footer--followus {
    width: 100%; }
    .footer--mobile ul.footer--followus li {
      float: left;
      display: block;
      width: 0.75rem;
      margin-right: 0.75rem;
      position: relative; }
      .footer--mobile ul.footer--followus li span {
        font-size: 0.75rem;
        color: #000000;
        line-height: 0.75rem; }
      .footer--mobile ul.footer--followus li #wechatIcon span {
        font-size: 0.75rem;
        color: #000000;
        line-height: 0.75rem; }
      .footer--mobile ul.footer--followus li #wechatIcon span:hover {
        color: #f26c4f; }
      .footer--mobile ul.footer--followus li #weiboIcon span {
        font-size: 0.75rem;
        color: #000000;
        line-height: 0.75rem; }
      .footer--mobile ul.footer--followus li #weiboIcon span:hover {
        color: #f26c4f; }
      .footer--mobile ul.footer--followus li img.wechat__code {
        width: 3.5rem;
        height: auto;
        position: absolute;
        bottom: 1rem;
        left: 0;
        display: none; }
    .footer--mobile ul.footer--followus li:hover span {
      color: #f26c4f; }
  .footer--mobile ul.footer--nav {
    margin-top: 4px; }
    .footer--mobile ul.footer--nav li {
      float: left;
      display: block;
      height: 0.65rem;
      line-height: 0.65rem;
      margin-right: 0.875rem;
      padding-right: 0;
      margin-top: 0.75rem; }
      .footer--mobile ul.footer--nav li a {
        color: #000000;
        font-size: 0.55rem;
        font-weight: 100;
        text-transform: uppercase; }
      .footer--mobile ul.footer--nav li img {
        width: 100%;
        height: auto; }
  .footer--mobile ul.footer-copywritter {
    width: 100%;
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
    text-align: center; }
    .footer--mobile ul.footer-copywritter li {
      display: inline-block;
      list-style: none;
      line-height: 0.9rem; }
      .footer--mobile ul.footer-copywritter li a {
        display: block;
        height: 0.65rem;
        line-height: 0.65rem;
        color: rgba(0, 0, 0, 0.4);
        font-size: 0.4rem; }
        .footer--mobile ul.footer-copywritter li a.border--none {
          border: 0; }
      .footer--mobile ul.footer-copywritter li.copywritter {
        color: rgba(0, 0, 0, 0.4);
        font-size: 0.4rem;
        line-height: 0.65rem;
        display: block;
        width: 100%; }

.border--none {
  border: 0 !important; }
  .border--none:hover {
    border: 0 !important; }
  .border--none:active {
    border: 0 !important; }

.footer__a {
  width: 100%;
  position: absolute;
  height: 6.3rem;
  bottom: 0;
  margin-bottom: 0;
  z-index: 2;
  background: #000000; }
  .footer__a .content {
    width: 100%;
    max-width: 25.6rem;
    height: 3.5rem;
    margin: 0 auto;
    position: relative;
    padding-left: 2.25rem;
    padding-top: 0.55rem;
    border-top: 1px solid rgba(255, 255, 255, 0.3); }
    .footer__a .content .logo {
      position: absolute;
      left: 0;
      top: 0.65rem; }
      .footer__a .content .logo a {
        display: block;
        width: 100%;
        height: auto;
        font-size: 0.875rem;
        color: #ffffff; }
  .footer__a ul.footer--followus {
    width: 100%; }
    .footer__a ul.footer--followus li {
      float: right;
      display: block;
      width: 0.5rem;
      margin-left: 0.5rem;
      position: relative; }
      .footer__a ul.footer--followus li span {
        font-size: 0.5rem;
        color: #ffffff;
        line-height: 0.5rem; }
      .footer__a ul.footer--followus li #wechatIcon span {
        font-size: 0.5rem;
        color: #ffffff;
        line-height: 0.5rem; }
      .footer__a ul.footer--followus li #wechatIcon span:hover {
        color: rgba(255, 255, 255, 0.7); }
      .footer__a ul.footer--followus li #weiboIcon span {
        font-size: 0.5rem;
        color: #ffffff;
        line-height: 0.5rem; }
      .footer__a ul.footer--followus li #weiboIcon span:hover {
        color: rgba(255, 255, 255, 0.7); }
      .footer__a ul.footer--followus li img.wechat__code {
        width: 3.5rem;
        height: auto;
        position: absolute;
        bottom: 1rem;
        left: 0;
        display: none; }
    .footer__a ul.footer--followus li:hover span {
      color: rgba(255, 255, 255, 0.7); }
  .footer__a ul.footer--nav {
    margin-top: 0.4rem; }
    .footer__a ul.footer--nav li {
      float: right;
      display: block;
      line-height: 0.35rem; }
      .footer__a ul.footer--nav li a {
        color: #ffffff;
        font-size: 0.35rem;
        font-weight: 100; }
      .footer__a ul.footer--nav li img {
        width: 100%;
        height: auto; }
  .footer__a ul.footer-copywritter {
    width: 100%;
    margin-top: 0.275rem; }
    .footer__a ul.footer-copywritter li {
      float: right;
      list-style: none;
      line-height: 0.3rem;
      margin-left: 0.45rem; }
      .footer__a ul.footer-copywritter li a {
        color: rgba(255, 255, 255, 0.4);
        font-size: 0.3rem;
        font-weight: 100; }
      .footer__a ul.footer-copywritter li.copywritter {
        color: rgba(255, 255, 255, 0.4);
        font-size: 0.3rem;
        font-weight: 100; }
  .footer__a .subscribe__wrapper {
    padding-top: 0.825rem;
    padding-right: 10rem;
    width: 100%;
    max-width: 25.6rem;
    margin: 0 auto;
    padding-bottom: 0.25rem;
    height: 2.8rem;
    position: relative; }
    .footer__a .subscribe__wrapper p.sub__title {
      width: 100%;
      max-width: 12.5rem;
      font-size: 0.35rem;
      line-height: 0.6rem;
      font-weight: 100;
      padding-right: 0.5rem;
      color: #ffffff; }
    .footer__a .subscribe__wrapper .subscribe__input {
      display: block;
      position: absolute;
      width: 10rem;
      right: 0;
      top: 1rem; }
      .footer__a .subscribe__wrapper .subscribe__input .input__box {
        float: left;
        width: 7.25rem; }
        .footer__a .subscribe__wrapper .subscribe__input .input__box input {
          float: left;
          font-size: 0.3rem;
          color: rgba(255, 255, 255, 0.4) !important; }
        .footer__a .subscribe__wrapper .subscribe__input .input__box.input--focus input {
          color: #ffffff !important; }
        .footer__a .subscribe__wrapper .subscribe__input .input__box ::-webkit-input-placeholder {
          color: rgba(255, 255, 255, 0.4); }
        .footer__a .subscribe__wrapper .subscribe__input .input__box .error--message {
          width: 100%;
          float: left; }
      .footer__a .subscribe__wrapper .subscribe__input input {
        display: block;
        width: 7.25rem;
        height: 0.75rem;
        padding: 0.2rem;
        font-size: 0.35rem;
        font-weight: 100;
        margin-left: 0;
        background: transparent;
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-right: 0; }
      .footer__a .subscribe__wrapper .subscribe__input button {
        display: block;
        width: 2.75rem;
        height: 0.75rem;
        float: right;
        background: #ffffff;
        border: 1px solid #ffffff;
        color: #000000;
        font-size: 0.3rem;
        font-weight: 100;
        line-height: 0.75rem; }
      .footer__a .subscribe__wrapper .subscribe__input .error--message__mobile {
        display: block;
        min-height: 0.7rem;
        text-align: left;
        float: left;
        width: 100%; }
        .footer__a .subscribe__wrapper .subscribe__input .error--message__mobile span {
          background: #fde3dd;
          color: #f26c4f;
          display: inline-block;
          text-align: left;
          font-size: 0.3rem;
          font-weight: 100;
          line-height: 0.35rem;
          padding: 0.1rem 0.2rem;
          max-width: 100%;
          margin-top: 0.1rem; }

.footer__b {
  width: 100%;
  position: absolute;
  height: 3.25rem;
  bottom: 0;
  margin-bottom: 0;
  z-index: 2;
  background: #ffffff; }
  .footer__b .content {
    border-top: 1px solid #000000;
    width: 100%;
    max-width: 25.6rem;
    height: 100%;
    margin: 0 auto;
    position: relative;
    padding-left: 2.25rem;
    padding-top: 0.55rem; }
    .footer__b .content .logo {
      position: absolute;
      left: 0;
      top: 0.65rem; }
      .footer__b .content .logo a {
        display: block;
        width: 100%;
        height: auto;
        font-size: 0.875rem;
        color: #000000; }
  .footer__b ul.footer--followus {
    width: 100%; }
    .footer__b ul.footer--followus li {
      float: right;
      display: block;
      width: 0.5rem;
      margin-left: 0.5rem;
      position: relative; }
      .footer__b ul.footer--followus li span {
        font-size: 0.5rem;
        color: #000000;
        line-height: 0.5rem; }
      .footer__b ul.footer--followus li #wechatIcon span {
        font-size: 0.5rem;
        color: #000000;
        line-height: 0.5rem; }
      .footer__b ul.footer--followus li #wechatIcon span:hover {
        color: rgba(0, 0, 0, 0.7); }
      .footer__b ul.footer--followus li #weiboIcon span {
        font-size: 0.5rem;
        color: #000000;
        line-height: 0.5rem; }
      .footer__b ul.footer--followus li #weiboIcon span:hover {
        color: rgba(0, 0, 0, 0.7); }
      .footer__b ul.footer--followus li img.wechat__code {
        width: 3.5rem;
        height: auto;
        position: absolute;
        bottom: 1rem;
        left: 0;
        display: none; }
    .footer__b ul.footer--followus li:hover span {
      color: rgba(0, 0, 0, 0.7); }
  .footer__b ul.footer--nav {
    margin-top: 0.4rem; }
    .footer__b ul.footer--nav li {
      float: right;
      display: block;
      line-height: 0.35rem; }
      .footer__b ul.footer--nav li a {
        color: #000000;
        font-size: 0.35rem;
        font-weight: 100; }
      .footer__b ul.footer--nav li img {
        width: 100%;
        height: auto; }
  .footer__b ul.footer-copywritter {
    width: 100%;
    margin-top: 0.275rem; }
    .footer__b ul.footer-copywritter li {
      float: right;
      list-style: none;
      line-height: 0.3rem;
      margin-left: 0.45rem; }
      .footer__b ul.footer-copywritter li a {
        color: rgba(0, 0, 0, 0.4);
        font-size: 0.3rem;
        font-weight: 100; }
      .footer__b ul.footer-copywritter li.copywritter {
        color: rgba(0, 0, 0, 0.4);
        font-size: 0.3rem;
        font-weight: 100; }

.footer__b--mobile {
  padding: 0 0.75rem;
  width: 100%;
  background: #ffffff; }
  .footer__b--mobile .content {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 100%;
    position: relative; }
  .footer__b--mobile ul.footer--followus {
    width: 100%; }
    .footer__b--mobile ul.footer--followus li {
      float: left;
      display: block;
      width: 0.75rem;
      margin-right: 0.75rem;
      position: relative; }
      .footer__b--mobile ul.footer--followus li span {
        font-size: 0.75rem;
        color: #000000;
        line-height: 0.75rem; }
      .footer__b--mobile ul.footer--followus li #wechatIcon span {
        font-size: 0.75rem;
        color: #000000;
        line-height: 0.75rem; }
      .footer__b--mobile ul.footer--followus li #wechatIcon span:hover {
        color: #f26c4f; }
      .footer__b--mobile ul.footer--followus li #weiboIcon span {
        font-size: 0.75rem;
        color: #000000;
        line-height: 0.75rem; }
      .footer__b--mobile ul.footer--followus li #weiboIcon span:hover {
        color: #f26c4f; }
      .footer__b--mobile ul.footer--followus li img.wechat__code {
        width: 3.5rem;
        height: auto;
        position: absolute;
        bottom: 1rem;
        left: 0;
        display: none; }
    .footer__b--mobile ul.footer--followus li:hover span {
      color: #f26c4f; }
  .footer__b--mobile ul.footer--nav {
    margin-top: 4px; }
    .footer__b--mobile ul.footer--nav li {
      float: left;
      display: block;
      height: 0.65rem;
      line-height: 0.65rem;
      margin-right: 0.875rem;
      padding-right: 0;
      margin-top: 0.75rem; }
      .footer__b--mobile ul.footer--nav li a {
        color: #000000;
        font-size: 0.55rem;
        font-weight: 100;
        text-transform: uppercase; }
      .footer__b--mobile ul.footer--nav li img {
        width: 100%;
        height: auto; }
  .footer__b--mobile ul.footer-copywritter {
    width: 100%;
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
    text-align: center; }
    .footer__b--mobile ul.footer-copywritter li {
      display: inline-block;
      list-style: none;
      line-height: 0.9rem; }
      .footer__b--mobile ul.footer-copywritter li a {
        display: block;
        height: 0.65rem;
        line-height: 0.65rem;
        color: rgba(0, 0, 0, 0.4);
        font-size: 0.4rem; }
        .footer__b--mobile ul.footer-copywritter li a.border--none {
          border: 0; }
      .footer__b--mobile ul.footer-copywritter li.copywritter {
        color: rgba(0, 0, 0, 0.4);
        font-size: 0.4rem;
        line-height: 0.65rem;
        display: block;
        width: 100%; }

.subscribe__input {
  display: inline-block; }
  .subscribe__input a {
    float: left;
    display: block;
    width: 160px; }
    .subscribe__input a p {
      color: #a35c1d;
      font-size: 24px;
      height: 32px;
      display: block; }
    .subscribe__input a span {
      display: block;
      width: 0px;
      height: 4px;
      background: #d79a74;
      margin: 16px auto 0; }
  .subscribe__input input {
    float: left;
    font-size: 24px;
    width: 338px;
    height: 30px;
    border: 1px solid #022626;
    padding-left: 4px;
    margin-left: 20px; }

.popup--wrapper {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background: url("https://static.gethover.com/build/images/bg/bg-70-996ee227ec.png");
  z-index: 200;
  position: fixed; }

textarea {
  padding: 0; }

@media screen and (min-width: 954px) {
  .popwindow {
    display: block;
    width: 754px;
    padding-bottom: 80px;
    background: #e6e4e5;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -377px;
    margin-top: -230px;
    z-index: 100; }
    .popwindow .logo {
      width: 112px;
      height: 42px;
      margin: 46px auto 70px; }
    .popwindow a {
      width: 25px;
      height: 25px;
      display: block;
      position: absolute;
      top: 30px;
      right: 30px;
      cursor: pointer; }
    .popwindow .input--wrapper {
      width: 440px;
      margin: 0 auto;
      padding-bottom: 10px;
      border-bottom: 1px solid #c9c9c9;
      margin-bottom: 50px; }
      .popwindow .input--wrapper input {
        border: none;
        background: transparent;
        font-size: 18px;
        color: #959595; }
        .popwindow .input--wrapper input.writing {
          color: #222222; }
      .popwindow .input--wrapper em.error {
        display: block;
        position: absolute;
        line-height: 1em;
        width: 100%;
        left: 0;
        bottom: 0;
        color: #ffffff;
        font-size: 1.125em;
        font-weight: normal;
        font-style: normal;
        padding: 0.77778em 0;
        background-color: #f26c4f;
        text-align: center; }
        .popwindow .input--wrapper em.error img {
          width: 0.83333em;
          height: 0.83333em;
          margin-right: 0.55556em; }
      .popwindow .input--wrapper textarea {
        border: none;
        background: transparent;
        color: #959595; }
        .popwindow .input--wrapper textarea.writing {
          color: #222222; }
    .popwindow .input__top em.error {
      z-index: 90; }
    .popwindow .success h3 {
      font-size: 1.75em;
      line-height: 1.2; }
      .popwindow .success h3 p.text__small {
        font-size: 0.64286em; }
    .popwindow .success span {
      margin-top: 30px;
      margin-bottom: 20px; }
    .popwindow .success .only--wap {
      display: none; }
    .popwindow .success .only--pc {
      display: block; }
    .popwindow button {
      width: 440px;
      height: 42px;
      font-size: 20px;
      margin: 72px auto 0;
      padding: 0;
      line-height: 42px; }
    .popwindow.popup--showus {
      padding-bottom: 72px;
      top: 50%;
      margin-top: -230px; }
      .popwindow.popup--showus .logo {
        margin: 2.5em auto 2.5em; }
      .popwindow.popup--showus .input--wrapper {
        position: static; }
        .popwindow.popup--showus .input--wrapper em.error {
          display: block;
          position: absolute;
          line-height: 1em;
          width: 100%;
          left: 0;
          bottom: 0;
          color: #ffffff;
          font-size: 1.125em;
          font-weight: normal;
          font-style: normal;
          padding: 0.77778em 0;
          background-color: #f26c4f;
          text-align: center; }
          .popwindow.popup--showus .input--wrapper em.error img {
            width: 0.83333em;
            height: 0.83333em;
            margin-right: 0.55556em; }
      .popwindow.popup--showus button {
        margin-top: 0.625em; }
      .popwindow.popup--showus .success button.btn--close {
        margin-top: 1.66667em; } }

@media screen and (max-width: 953px) {
  .popwindow {
    display: block;
    width: 26.7em;
    padding-bottom: 2.4em;
    background: #e6e4e5;
    position: absolute;
    top: 6.25em;
    left: 50%;
    margin-left: -13.35em;
    z-index: 100;
    font-size: 1.25em; }
    .popwindow .logo {
      width: 5.6em;
      height: 2.1em;
      margin: 2.3em auto 5.4em; }
    .popwindow a {
      width: 2em;
      height: 2em;
      padding: 0.25em;
      display: block;
      position: absolute;
      top: 1.25em;
      right: 1.25em;
      cursor: pointer; }
    .popwindow .input--wrapper {
      width: 22em;
      margin: 0 auto;
      padding-bottom: 0.6em;
      border-bottom: 1px solid #c9c9c9;
      margin-bottom: 2.3em; }
      .popwindow .input--wrapper input {
        border: none;
        background: transparent;
        font-size: 1.4em;
        color: #959595;
        cursor: pointer; }
        .popwindow .input--wrapper input.writing {
          color: #222222; }
      .popwindow .input--wrapper em.error {
        display: block;
        position: absolute;
        line-height: 1em;
        width: 100%;
        left: 0;
        bottom: 0;
        color: #ffffff;
        font-size: 1.2em;
        font-weight: normal;
        font-style: normal;
        padding: 0.58333em 0;
        background-color: #f26c4f;
        text-align: center; }
        .popwindow .input--wrapper em.error img {
          width: 0.625em;
          height: 0.625em;
          margin-right: 0.41667em; }
      .popwindow .input--wrapper textarea {
        border: none;
        background: transparent;
        font-size: 1.4em;
        color: #959595; }
        .popwindow .input--wrapper textarea.writing {
          color: #222222; }
    .popwindow .input__top em.error {
      z-index: 90; }
    .popwindow .success h3 {
      line-height: 1.2;
      font-size: 1.6em; }
      .popwindow .success h3 p.text__small {
        font-size: 0.5625em;
        width: 16.07143em;
        margin: auto; }
    .popwindow .success span {
      margin-top: 1.5em;
      margin-bottom: 2em; }
    .popwindow .success .only--pc {
      display: none; }
    .popwindow .success .only--wap {
      display: block; }
    .popwindow button {
      font-size: 1.2em;
      margin: 5.41667em auto 0;
      width: 18.33333em;
      height: 2.16667em; }
    .popwindow.popup--showus {
      padding-bottom: 4.5em;
      top: 5.625em; }
      .popwindow.popup--showus .logo {
        width: 5.6em;
        height: 2.1em;
        margin: 2em auto 2em; }
      .popwindow.popup--showus .input--wrapper {
        position: static; }
        .popwindow.popup--showus .input--wrapper em.error {
          display: block;
          position: absolute;
          line-height: 1em;
          width: 100%;
          left: 0;
          bottom: 0;
          color: #ffffff;
          font-size: 1.2em;
          font-weight: normal;
          font-style: normal;
          padding: 0.77778em 0;
          background-color: #f26c4f;
          text-align: center; }
          .popwindow.popup--showus .input--wrapper em.error img {
            width: 0.83333em;
            height: 0.83333em;
            margin-right: 0.55556em; }
      .popwindow.popup--showus button {
        margin-top: 2.3125em; }
      .popwindow.popup--showus .success button.btn--close {
        margin-top: 2.08333em;
        width: 7.22222em;
        font-size: 1.8em;
        height: 1.44444em; } }

@media screen and (max-width: 768px) {
  .popwindow .input--wrapper em.error {
    position: fixed;
    top: 0;
    bottom: auto; }
  .popwindow.popup--showus .input--wrapper em.error {
    position: fixed;
    top: 0;
    bottom: auto; } }

.load--bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 10000; }

.load--box {
  width: 7rem;
  height: 4rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2rem;
  margin-left: -3.5rem;
  padding-top: 0.45rem; }
  .load--box a.btn-clear {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem; }
  .load--box.load__indiegogo {
    width: 8rem;
    height: 5rem; }
    .load--box.load__indiegogo img {
      margin-bottom: 0; }
    .load--box.load__indiegogo p {
      color: rgba(0, 0, 0, 0.3);
      font-size: 0.45rem;
      font-weight: 100; }
    .load--box.load__indiegogo .logo__indiegogo img {
      width: 3.45rem;
      height: auto;
      margin-top: 0.2rem; }
  .load--box img {
    display: block;
    width: 2.25rem;
    height: 2.25rem;
    margin: 0 auto 0.2rem; }
  .load--box p {
    width: 100%;
    font-size: 0.6rem;
    text-align: center;
    font-weight: bold; }

@media screen and (max-width: 768px) {
  .load--box {
    width: 8.75rem;
    height: 5rem;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2.5rem;
    margin-left: -4.375rem;
    padding-top: 0.9rem; }
    .load--box a.btn-clear {
      position: absolute;
      top: 0.6rem;
      right: 0.8rem; }
    .load--box .btn.btn-clear::before {
      font-size: 1.4rem; } }

.notice {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 10rem;
  margin-left: -5rem;
  margin-top: -2.5rem;
  padding: 1.175rem 1rem 1rem;
  z-index: 2000;
  background: #ffffff; }
  .notice img {
    width: 1.5rem;
    height: auto;
    margin: 0 auto;
    display: block;
    margin-bottom: 0.625rem; }
  .notice p {
    font-size: 0.6rem;
    color: #000000;
    text-align: center;
    font-weight: bold; }

@media screen and (max-width: 768px) {
  .notice {
    display: block;
    position: fixed;
    top: 2.5rem;
    left: 0;
    width: 100%;
    border: 0;
    margin: 0;
    text-align: center;
    padding: 0.375rem 1rem;
    height: auto;
    text-align: center; }
    .notice.wrong {
      background: rgba(242, 108, 79, 0.8); }
    .notice.right {
      background: rgba(0, 0, 0, 0.7); }
    .notice p {
      font-size: 0.6rem;
      color: #fff;
      line-height: 0.875rem;
      padding: 0; }
    .notice img {
      display: none !important; } }

.alert--bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 10000; }

.alert--box {
  width: 12.5rem;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3.5rem;
  margin-left: -6.25rem;
  text-align: center; }
  .alert--box a.btn {
    position: absolute;
    right: 0.775rem;
    top: 0.75rem; }

.alert--content {
  margin: 0 auto;
  width: 9rem;
  height: 100%;
  padding-top: 1.75rem; }
  .alert--content img {
    display: block;
    margin: -0.25rem auto 0.55rem;
    width: 1.45rem;
    height: auto; }
  .alert--content h2 {
    font-size: 0.6rem;
    margin-bottom: 0.15rem;
    color: black;
    text-transform: none; }
  .alert--content p {
    margin-bottom: 0.725rem;
    font-size: 0.35rem;
    color: rgba(0, 0, 0, 0.6); }
    .alert--content p span {
      font-size: 0.5rem;
      padding: 0.25rem 0;
      display: block; }
  .alert--content button {
    margin-bottom: 1rem;
    font-size: 0.45rem; }

@media screen and (max-width: 768px) {
  .alert--box {
    width: 100%;
    height: 100%;
    background: none;
    padding: 0;
    margin: 0;
    position: static; }
  .alert--content {
    width: 100%;
    height: auto;
    background: #ffffff;
    position: fixed;
    bottom: 0;
    padding: 1.575rem 1.1rem 1.05rem;
    z-index: 10000; }
    .alert--content p {
      font-size: 0.6rem;
      margin-bottom: 0.375rem; }
    .alert--content h2 {
      font-size: 0.9rem;
      margin-bottom: 1.45rem; }
    .alert--content button {
      margin: 0 auto 0.75rem;
      font-size: 0.7rem;
      cursor: pointer; }
    .alert--content .btn__group {
      width: 100%; }
      .alert--content .btn__group .btn {
        margin: 0 auto 0.75rem;
        font-size: 0.7rem; }
  .alert--content.alert--pay {
    width: 15rem;
    height: 10rem;
    background: #ffffff;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9000;
    margin-left: -7.5rem;
    margin-top: -5rem; }
    .alert--content.alert--pay img {
      display: none !important; }
    .alert--content.alert--pay h2 {
      font-size: 0.9rem;
      margin-bottom: 0.4rem; }
    .alert--content.alert--pay p {
      margin-bottom: 1.75rem;
      font-size: 0.6rem; }
    .alert--content.alert--pay button {
      margin: 0 auto;
      font-size: 0.7rem;
      cursor: pointer;
      position: relative;
      z-index: 999999; } }

.confirm--bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 10000; }

.confirm--box {
  width: 12.5rem;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3.5rem;
  margin-left: -6.25rem;
  text-align: center; }
  .confirm--box .btn-clear {
    position: absolute;
    right: 0.775rem;
    top: 0.75rem; }

.confirm--content {
  margin: 0 auto;
  width: 10.5rem;
  padding-top: 1.775rem; }
  .confirm--content img {
    width: 1.2rem;
    height: 1.2rem; }
  .confirm--content h2 {
    font-size: 0.6rem;
    margin-bottom: 0.15rem;
    color: black;
    line-height: 1rem;
    text-transform: none; }
  .confirm--content p {
    margin-bottom: 1.6rem;
    font-size: 0.35rem;
    color: rgba(0, 0, 0, 0.6); }
  .confirm--content .btn__group {
    width: 9.75rem;
    height: auto;
    margin: 0 auto; }
    .confirm--content .btn__group .btn {
      font-size: 0.45rem;
      margin-bottom: 0.75rem; }

@media screen and (max-width: 768px) {
  .confirm--box {
    width: 100%;
    height: 100%;
    background: none;
    padding: 0;
    margin: 0;
    position: static; }
  .confirm--content {
    width: 100%;
    height: auto;
    background: #ffffff;
    position: fixed;
    bottom: 0;
    padding: 1.575rem 1.1rem 1.05rem; }
    .confirm--content p {
      font-size: 0.6rem;
      margin-bottom: 0.375rem; }
    .confirm--content h2 {
      font-size: 0.9rem;
      margin-bottom: 1.45rem; }
    .confirm--content button {
      margin: 0 auto 0.75rem;
      font-size: 0.7rem; }
    .confirm--content .btn__group {
      width: 100%; }
      .confirm--content .btn__group .btn {
        margin: 0 auto 0.75rem;
        font-size: 0.7rem; } }

@media screen and (min-width: 768px) {
  .hc__popup--wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2000; }
  .hc__popup--content {
    width: 9.5rem;
    height: auto;
    background: #ffffff;
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -4.75rem;
    padding: 0.75rem 1rem 0.9rem;
    box-shadow: 0 0.05rem 0.125rem rgba(0, 0, 0, 0.5); }
    .hc__popup--content h4 {
      font-size: 0.4rem;
      text-align: left;
      line-height: 0.4rem;
      text-transform: capitalize; }
      .hc__popup--content h4:after {
        content: "";
        width: 0.85rem;
        display: block;
        margin: 0.4rem 0;
        border-bottom: 2px solid #000000; }
    .hc__popup--content a.close {
      position: absolute;
      top: 0.75rem;
      right: 1rem;
      display: block; }
      .hc__popup--content a.close img {
        width: 0.325rem;
        height: 0.325rem; } }

@media screen and (max-width: 768px) {
  .hc__popup--wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: 2000; }
  .hc__popup--content {
    width: 100%;
    height: 100%;
    background: #ffffff; }
    .hc__popup--content h4 {
      font-size: 0.85rem;
      text-align: left;
      line-height: 3rem;
      text-transform: uppercase;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      height: 3rem;
      padding-left: 1.25rem; }
    .hc__popup--content a.close {
      position: absolute;
      top: 1.175rem;
      right: 1.325rem;
      display: block; }
      .hc__popup--content a.close img {
        width: 0.75rem;
        height: 0.75rem; }
    .hc__popup--content .form__wrapper {
      display: block;
      width: 100%;
      height: auto;
      padding: 1.125rem 1.25rem; } }

.popup--bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 10000; }

.popup--box {
  width: 12.5rem;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4.75rem;
  margin-left: -6.25rem;
  text-align: center; }
  .popup--box .btn-clear {
    position: absolute;
    right: 0.775rem;
    top: 0.75rem; }

.popup--content {
  margin: 0 auto;
  width: 10.5rem;
  padding-top: 1.15rem;
  padding-bottom: 1rem; }
  .popup--content .btn__group {
    width: 9.75rem;
    margin: 0 auto; }
  .popup--content h2 {
    font-size: 0.45rem;
    margin-top: 0;
    margin-bottom: 1.25rem;
    color: black;
    line-height: 1rem; }
  .popup--content p {
    margin-bottom: 1.6rem;
    font-size: 0.35rem;
    color: rgba(0, 0, 0, 0.6); }
  .popup--content button {
    margin-top: 0.75rem;
    margin-bottom: 0.25rem; }
  .popup--content .login__left {
    width: 100%;
    height: 100%;
    background: url("https://static.gethover.com/build/images/bg/bg_login-86152b2161.jpg");
    background-size: 100% auto;
    background-position: right bottom; }
  .popup--content .login__right {
    width: 42%;
    height: 20rem;
    position: absolute;
    right: 0;
    top: 0; }
  .popup--content .link--account__top {
    padding-left: 0.8rem;
    position: relative;
    bottom: 1.85rem; }
  .popup--content .link--account__down {
    padding-left: 0.8rem;
    padding-right: 0.8rem; }

.login--pop__tip .popup--box {
  width: 12.5rem;
  height: 9.75rem;
  margin-top: -4.625rem;
  margin-left: -6.25rem; }

.login--pop__tip .popup--content h2 {
  font-size: 0.45rem;
  line-height: 0.7rem;
  text-transform: none;
  margin-bottom: 1.25rem; }
  .login--pop__tip .popup--content h2 span {
    font-size: 0.35rem;
    color: rgba(0, 0, 0, 0.5);
    display: block; }

@media screen and (max-width: 768px) {
  .popup--box {
    width: 100%;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-top: 4.25rem;
    text-align: center;
    padding: 0 1.725rem; }
    .popup--box .btn-clear {
      position: absolute;
      right: 0.875rem;
      top: 0.75rem;
      font-size: 2rem; }
    .popup--box .btn.btn-clear::before {
      font-size: 1.6rem;
      color: #d5d8dd; }
  .popup--content {
    margin: 0 auto;
    width: 100%;
    padding-top: 1.15rem;
    padding-bottom: 2.15rem; }
    .popup--content h2 {
      font-size: 0.9rem;
      margin-top: 0;
      margin-bottom: 1.25rem;
      color: black;
      line-height: 1rem; }
    .popup--content p {
      margin-bottom: 1.6rem;
      font-size: 0.35rem;
      color: rgba(0, 0, 0, 0.6); }
    .popup--content button {
      margin-top: 2rem;
      margin-bottom: 0.5rem; }
    .popup--content .login__left {
      display: none; }
    .popup--content .login__right {
      width: 100%;
      height: auto;
      position: static; }
    .popup--content .link--account__top {
      position: relative;
      bottom: 3.6rem;
      padding-left: 0; }
    .popup--content .link--account__down {
      padding-left: 0;
      padding-right: 0;
      line-height: 0.6rem; }
    .popup--content .link--text__center {
      padding-left: 0; }
  .panel--mobile {
    width: 100%;
    height: 100%;
    background: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3000; }
    .panel--mobile .popup--box {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0; }
      .panel--mobile .popup--box .btn-clear:before {
        color: black; }
    .panel--mobile .input--box {
      margin: 0;
      width: 100%;
      padding: 0;
      margin-bottom: 0.4rem;
      height: 2.1rem;
      border: 1px solid #d5d8dd !important; }
      .panel--mobile .input--box:before {
        width: 0;
        border-left: 0 !important; }
      .panel--mobile .input--box .acount--input {
        border: 0 !important;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        border: none;
        outline: none;
        float: left;
        display: block;
        padding: 0.4rem 0.525rem;
        font-size: 0.7rem; }
    .panel--mobile .popup--content {
      padding-top: 4.25rem;
      padding: 4.25rem 1.35rem; }
      .panel--mobile .popup--content .btn__group {
        margin: 0;
        width: 100%; }
      .panel--mobile .popup--content button {
        width: 100%;
        margin-top: 3.65rem; }
  .login--pop__tip .popup--box {
    width: 100%;
    height: auto;
    top: 50%;
    left: 0;
    margin-left: 0;
    margin-top: -9.5rem; }
  .login--pop__tip .popup--content h2 {
    font-size: 0.8rem;
    font-weight: normal;
    line-height: 1rem;
    margin-bottom: 1rem; }
    .login--pop__tip .popup--content h2 span {
      font-size: 0.7rem; }
  .login--pop__tip .popup--content button {
    margin-top: 1rem; } }

@media screen and (min-width: 769px) {
  .popup--bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 6000; }
  .referral--box {
    width: 20.5rem;
    height: auto;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7.125rem;
    margin-left: -10.25rem;
    text-align: center; }
    .referral--box .btn-clear {
      position: absolute;
      right: 0.775rem;
      top: 0.75rem; }
  .referral--content {
    padding: 1.2rem 1.75rem; }
    .referral--content .content__block {
      width: 100%;
      height: 8rem;
      overflow-y: scroll;
      text-align: left;
      margin-bottom: 0.5rem; }
      .referral--content .content__block h4 {
        font-size: 0.45rem;
        color: black;
        text-align: left;
        margin-bottom: 0.25rem; }
      .referral--content .content__block p {
        font-size: 0.45rem;
        color: rgba(0, 0, 0, 0.6);
        margin-bottom: 0.25rem;
        font-weight: 100; }
        .referral--content .content__block p.black {
          color: black;
          font-size: 0.35rem; }
          .referral--content .content__block p.black a {
            text-decoration: underline; }
    .referral--content h2 {
      font-size: 0.45rem;
      margin-top: 0;
      margin-bottom: 1.25rem;
      color: black;
      line-height: 1rem; }
    .referral--content p {
      margin-bottom: 1.6rem;
      font-size: 0.35rem;
      color: rgba(0, 0, 0, 0.6); }
    .referral--content button {
      margin-top: 0.75rem; } }

@media screen and (max-width: 768px) {
  .popup--bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 6000; }
  .referral--box {
    width: 100%;
    height: 100%;
    background: #ffffff; }
    .referral--box .pop__header {
      height: 2.5rem;
      width: 100%;
      background: #EAEBEE;
      position: fixed;
      z-index: 5000; }
      .referral--box .pop__header a {
        display: block;
        position: absolute;
        left: 0.95rem;
        top: 1.05rem;
        width: 0.55rem !important;
        height: 0.55rem !important; }
      .referral--box .pop__header h2 {
        width: 11.5rem;
        height: 1.45rem;
        margin: 0.6rem auto;
        font-size: 0.6rem;
        font-weight: normal;
        height: 100%;
        line-height: 0.725rem; }
    .referral--box .btn-clear {
      position: absolute;
      right: 0.775rem;
      top: 0.75rem; }
  .referral--content {
    padding: 3.425rem 1.25rem 6.25rem;
    width: 100%;
    height: 100%; }
    .referral--content .content__block {
      width: 100%;
      height: 100%;
      overflow-y: scroll; }
    .referral--content h4 {
      font-size: 0.6rem;
      color: black;
      text-align: left;
      margin-bottom: 1.1rem; }
    .referral--content p {
      font-size: 0.6rem;
      color: rgba(0, 0, 0, 0.6);
      margin-bottom: 1.1rem;
      font-weight: 100; }
      .referral--content p.black {
        color: black; }
    .referral--content .buynow {
      width: 100%;
      background: #ffffff;
      position: fixed;
      height: 5.25rem;
      z-index: 5000;
      bottom: 0;
      left: 0; }
      .referral--content .buynow a.btn {
        display: block;
        margin: 1.75rem auto; }
    .referral--content button {
      margin-top: 0.75rem; } }

.slider {
  position: relative;
  height: 400px;
  top: 0;
  left: 0;
  color: #fff;
  overflow: hidden; }

.slider-item {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: 0.4s ease-in-out transform, opacity;
  -webkit-transition: 0.4s ease-in-out transform, opacity;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out; }

.item.active {
  color: red; }

.slider__updown__item {
  width: 100%;
  border-bottom: 1px solid rgba(213, 216, 221, 0.6); }
  .slider__updown__item .slider__updown__title {
    display: block;
    width: 100%;
    min-height: 1.5rem;
    padding: 0.5rem 1rem 0.5rem 0;
    font-size: 0.4rem;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .slider__updown__item .slider__updown__title .item__btn {
      position: absolute;
      top: 0.65rem;
      right: 0.5rem;
      font-size: 0.3rem; }
    .slider__updown__item .slider__updown__title .add__icon {
      background: url("https://static.gethover.com/build/images/bg/bg_add-25a69a4423.png");
      display: block;
      width: 14px;
      height: 14px; }
    .slider__updown__item .slider__updown__title .reduce__icon {
      background: url("https://static.gethover.com/build/images/bg/bg_reduce-e6c147c2e8.png");
      display: block;
      width: 14px;
      height: 14px; }
  .slider__updown__item .slider__updown__content {
    display: none;
    padding: 0 0 0.6rem 0;
    font-size: 0.375rem;
    color: rgba(0, 0, 0, 0.6);
    line-height: 0.5rem; }
    .slider__updown__item .slider__updown__content p a {
      text-decoration: none;
      font-size: 0.4rem; }

@media screen and (max-width: 768px) {
  .slider__updown__item {
    width: 100%; }
    .slider__updown__item:last-child {
      border-bottom: 0; }
    .slider__updown__item .slider__updown__title {
      width: 86%;
      margin-left: 7%;
      padding: 1rem 1.5rem 1rem 0;
      font-size: 0.7rem;
      line-height: 1.05rem; }
      .slider__updown__item .slider__updown__title .item__btn {
        font-size: 0.45rem;
        top: 1.3rem; }
    .slider__updown__item .slider__updown__content {
      width: 92%;
      padding-left: 7%;
      margin: 0 0.5rem 1.5rem 0;
      font-size: 0.6rem;
      color: rgba(0, 0, 0, 0.6);
      line-height: 0.9rem; }
  .item__slideup {
    background: rgba(213, 216, 221, 0.2); } }

.lightbox__mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 2000; }

.showpic__load {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.75rem;
  margin-left: -0.75rem; }
  .showpic__load img {
    display: block; }

@media screen and (min-width: 769px) {
  .lightbox__popup {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3000; }
  .video__wrapper .lightbox__content {
    width: 100%;
    max-width: 560px; }
  .lightbox__content {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    height: 100%; }
    .lightbox__content--pre {
      position: absolute;
      top: 50%;
      margin-top: -0.75rem;
      left: 0.75rem; }
      .lightbox__content--pre a {
        font-size: 1.525rem;
        color: #ffffff; }
    .lightbox__content--next {
      position: absolute;
      top: 50%;
      margin-top: -0.75rem;
      right: 0.75rem; }
      .lightbox__content--next a {
        font-size: 1.525rem;
        color: #ffffff; }
    .lightbox__content--pic {
      width: 100%;
      height: 100%; }
      .lightbox__content--pic .swiper-wrapper {
        width: 100%;
        height: 100%; }
        .lightbox__content--pic .swiper-wrapper .swiper-slide {
          position: relative;
          width: 100%;
          height: 100%;
          display: table-cell;
          vertical-align: middle;
          float: none; }
          .lightbox__content--pic .swiper-wrapper .swiper-slide a.close__new {
            display: block;
            position: absolute;
            top: 2.5rem;
            right: -1.35rem;
            width: 1.1rem;
            height: 1.1rem;
            padding: 0.35rem;
            background: #000000; }
            .lightbox__content--pic .swiper-wrapper .swiper-slide a.close__new img {
              display: block;
              width: 0.4rem;
              height: 0.4rem; }
          .lightbox__content--pic .swiper-wrapper .swiper-slide_content {
            display: inline-block;
            width: 100%;
            height: auto;
            padding: 2.5rem 0 1.6rem;
            position: relative;
            z-index: 3000; }
            .lightbox__content--pic .swiper-wrapper .swiper-slide_content p {
              position: absolute;
              top: 1rem;
              color: #ffffff;
              font-size: 0.6rem;
              width: 100%;
              font-weight: 100; }
            .lightbox__content--pic .swiper-wrapper .swiper-slide_content p.link__out {
              font-size: 0.6rem;
              font-weight: 100; }
              .lightbox__content--pic .swiper-wrapper .swiper-slide_content p.link__out a:hover {
                text-decoration: underline; }
            .lightbox__content--pic .swiper-wrapper .swiper-slide_content a {
              color: #ffffff;
              font-size: 0.6rem;
              font-weight: 100; }
            .lightbox__content--pic .swiper-wrapper .swiper-slide_content a.close {
              display: block;
              float: right;
              position: relative;
              top: 0.3rem;
              width: 0.6rem;
              height: 0.6rem; }
          .lightbox__content--pic .swiper-wrapper .swiper-slide img.content__img {
            display: block;
            width: 100%;
            height: auto; }
    .lightbox__content .viewvideo__load {
      display: block;
      width: 1.5rem;
      height: 1.5rem;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -0.75rem;
      margin-left: -0.75rem;
      z-index: 2000;
      opacity: 0.4;
      filter: Alpha(opacity=40); }
      .lightbox__content .viewvideo__load img {
        display: block; } }

@media screen and (max-width: 768px) {
  .lightbox__popup {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3000; }
  .lightbox__content {
    width: 100%;
    max-width: 560px;
    height: 100%;
    position: relative;
    margin: 0 auto; }
    .lightbox__content--pre {
      display: none; }
    .lightbox__content--next {
      display: none; }
    .lightbox__content--pic {
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .lightbox__content--pic .swiper-wrapper {
        width: 100%;
        height: 100%;
        overflow: hidden; }
        .lightbox__content--pic .swiper-wrapper .swiper-slide {
          position: relative;
          width: 100%;
          height: 100%;
          float: none;
          margin: 0 auto;
          display: table-cell;
          vertical-align: middle; }
          .lightbox__content--pic .swiper-wrapper .swiper-slide a.close__new {
            display: none !important; }
          .lightbox__content--pic .swiper-wrapper .swiper-slide_content {
            display: inline-block;
            width: 100%;
            height: auto;
            padding: 0.75rem 0 1.25rem;
            position: relative;
            z-index: 3000; }
            .lightbox__content--pic .swiper-wrapper .swiper-slide_content p {
              position: absolute;
              bottom: 0.25rem;
              left: 0.65rem;
              color: #ffffff;
              font-size: 0.65rem; }
            .lightbox__content--pic .swiper-wrapper .swiper-slide_content p.link__out a {
              text-decoration: underline; }
            .lightbox__content--pic .swiper-wrapper .swiper-slide_content a {
              color: #ffffff;
              font-size: 0.65rem;
              font-weight: bold; }
            .lightbox__content--pic .swiper-wrapper .swiper-slide_content a.close {
              display: none; }
          .lightbox__content--pic .swiper-wrapper .swiper-slide img.content__img {
            display: block;
            width: 100%;
            height: auto; }
    .lightbox__content .viewvideo__load {
      display: block;
      width: 1.5rem;
      height: 1.5rem;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -0.75rem;
      margin-left: -0.75rem;
      z-index: 2000;
      opacity: 0.4;
      filter: Alpha(opacity=40); }
      .lightbox__content .viewvideo__load img {
        display: block; } }

@media screen and (max-width: 768px) and (max-height: 414px) {
  .lightbox__content--pic .swiper-wrapper .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    float: none;
    overflow-y: scroll;
    margin: 0 auto; }
    .lightbox__content--pic .swiper-wrapper .swiper-slide_content {
      padding: 1.5rem 0 1.5rem; } }

.viewphoto__mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 2000; }

.viewphoto__content {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  padding: 1.6rem 0.75rem; }
  .viewphoto__content a.view__left {
    display: block;
    width: 0.9rem;
    height: 0.9rem;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 1.125rem;
    margin-top: -0.45rem;
    z-index: 4000;
    cursor: pointer; }
    .viewphoto__content a.view__left i {
      font-size: 0.9rem;
      color: #ffffff; }
  .viewphoto__content a.view__right {
    display: block;
    width: 0.9rem;
    height: 0.9rem;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 1.125rem;
    margin-top: -0.45rem;
    z-index: 4000;
    cursor: pointer; }
    .viewphoto__content a.view__right i {
      font-size: 0.9rem;
      color: #ffffff; }
  .viewphoto__content .viewphoto__load {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.75rem;
    margin-left: -0.75rem;
    z-index: 2000;
    opacity: 0.4;
    filter: Alpha(opacity=40); }
    .viewphoto__content .viewphoto__load img {
      display: block; }
  .viewphoto__content .viewphoto__detail {
    display: block;
    width: 100%;
    height: 1.6rem;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center; }
    .viewphoto__content .viewphoto__detail a.author {
      display: inline-block;
      line-height: 0.65rem;
      margin-top: 0.3rem;
      font-size: 0.4rem;
      font-weight: 100;
      color: #ffffff;
      cursor: pointer; }
      .viewphoto__content .viewphoto__detail a.author span {
        font-size: 0.55rem;
        font-weight: 100; }
    .viewphoto__content .viewphoto__detail a.close {
      display: block;
      position: absolute;
      top: 0.425rem;
      right: 0.825rem;
      width: 0.5rem;
      height: 0.5rem;
      cursor: pointer; }
      .viewphoto__content .viewphoto__detail a.close img {
        display: block;
        width: 0.5rem;
        height: 0.5rem; }
  .viewphoto__content .viewphoto__num {
    display: block;
    width: 100%;
    height: 1.6rem;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center; }
    .viewphoto__content .viewphoto__num a {
      display: inline-block;
      font-size: 0.45rem;
      line-height: 1.6rem;
      color: #ffffff; }
  .viewphoto__content .viewphoto {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3000;
    visibility: hidden; }
    .viewphoto__content .viewphoto.visible {
      visibility: visible; }

@media screen and (max-width: 768px) and (min-height: 500px) {
  .viewphoto__content {
    padding: 2rem 0; }
    .viewphoto__content a.view__left {
      display: none; }
    .viewphoto__content a.view__right {
      display: none; }
    .viewphoto__content .viewphoto__load {
      display: block;
      width: 1.5rem;
      height: 1.5rem;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -0.75rem;
      margin-left: -0.75rem;
      z-index: 2000;
      opacity: 0.4;
      filter: Alpha(opacity=40); }
      .viewphoto__content .viewphoto__load img {
        display: block; }
    .viewphoto__content .viewphoto__detail {
      height: 2rem; }
      .viewphoto__content .viewphoto__detail a.author {
        display: block;
        float: left;
        line-height: 2rem;
        margin-top: 0;
        margin-left: 0.75rem;
        font-size: 0.5rem;
        font-weight: 100;
        color: #ffffff;
        cursor: pointer; }
        .viewphoto__content .viewphoto__detail a.author span {
          font-size: 0.65rem;
          font-weight: 100; }
      .viewphoto__content .viewphoto__detail a.close {
        display: block;
        position: absolute;
        top: 0.575rem;
        right: 0.75rem;
        width: 0.7rem;
        height: 0.7rem;
        cursor: pointer; }
        .viewphoto__content .viewphoto__detail a.close img {
          display: block;
          width: 0.7rem;
          height: 0.7rem; }
    .viewphoto__content .viewphoto__num {
      height: 2rem; }
      .viewphoto__content .viewphoto__num a {
        display: inline-block;
        font-size: 0.65rem;
        line-height: 2rem;
        color: #ffffff; } }

@media screen and (max-width: 768px) and (max-height: 499px) {
  .viewphoto__content {
    padding: 1rem 0; }
    .viewphoto__content a.view__left {
      display: none; }
    .viewphoto__content a.view__right {
      display: none; }
    .viewphoto__content .viewphoto__load {
      display: block;
      width: 0.75rem;
      height: 0.75rem;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -0.375rem;
      margin-left: -0.375rem;
      z-index: 2000;
      opacity: 0.4;
      filter: Alpha(opacity=40); }
      .viewphoto__content .viewphoto__load img {
        display: block; }
    .viewphoto__content .viewphoto__detail {
      height: 1rem; }
      .viewphoto__content .viewphoto__detail a.author {
        display: block;
        float: left;
        line-height: 1rem;
        margin-top: 0;
        margin-left: 0.375rem;
        font-size: 0.25rem;
        font-weight: 100;
        color: #ffffff;
        cursor: pointer; }
        .viewphoto__content .viewphoto__detail a.author span {
          font-size: 0.575rem;
          font-weight: 100; }
      .viewphoto__content .viewphoto__detail a.close {
        display: block;
        position: absolute;
        top: 0.3rem;
        right: 0.375rem;
        width: 0.35rem;
        height: 0.35rem;
        cursor: pointer; }
        .viewphoto__content .viewphoto__detail a.close img {
          display: block;
          width: 0.35rem;
          height: 0.35rem; }
    .viewphoto__content .viewphoto__num {
      height: 1rem; }
      .viewphoto__content .viewphoto__num a {
        display: inline-block;
        font-size: 0.325rem;
        line-height: 1rem;
        color: #ffffff; } }

/* video 弹出框*/
.vjs-control-bar {
  z-index: 3000; }

.vjs-big-play-button {
  z-index: 3000; }

.vjs-loading-spinner {
  z-index: 3000; }

.videopop--wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000; }
  .videopop--wrapper .source--load {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000; }
    .videopop--wrapper .source--load img {
      width: 1.5rem;
      height: 1.5rem;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -0.75rem;
      margin-left: -0.75rem; }
  .videopop--wrapper .videopop {
    width: 800px;
    height: 450px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -225px;
    margin-left: -400px;
    background: #000000; }
    .videopop--wrapper .videopop video,
    .videopop--wrapper .videopop iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2000; }
  .videopop--wrapper a {
    position: absolute;
    display: block;
    width: 1.1rem;
    height: 1.1rem;
    right: -1.35rem;
    padding: 0.35rem;
    background: #000000; }
    .videopop--wrapper a img {
      width: 0.4rem;
      height: 0.4rem; }

@media screen and (min-width: 901px) {
  .video-js .vjs-control:before {
    line-height: 1rem !important; }
  .vjs-resolution-button .vjs-resolution-button-staticlabel:before {
    line-height: 1rem !important; } }

@media screen and (max-width: 900px) {
  /* video */
  .videopop--wrapper .videopop {
    width: 13.1rem;
    height: 7.35rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -3.675rem;
    margin-left: -6.55rem; }
  .video-js .vjs-control:before {
    line-height: 36px !important; }
  .vjs-resolution-button .vjs-resolution-button-staticlabel:before {
    line-height: 36px !important; } }

@media screen and (min-width: 769px) {
  .pay__way {
    margin-top: 0.15rem;
    padding-left: 0.35rem; }
    .pay__way label {
      float: left;
      margin-top: 0.325rem; }
    .pay__way h4 {
      font-size: 0.6rem;
      text-align: left;
      margin-bottom: 0.6rem;
      padding-left: 0; }
    .pay__way--block {
      margin-right: 1.25rem;
      float: left; }
    .pay__way--box {
      height: 1.25rem;
      display: block;
      padding-top: 0.25rem;
      float: left; }
    .pay__way .pay__way--paypal img {
      width: 3.15rem;
      height: auto;
      margin: -0.025rem auto 0;
      display: block; }
    .pay__way--creditcard {
      position: relative; }
      .pay__way--creditcard img.logo {
        width: auto;
        height: 0.775rem;
        vertical-align: top; }
      .pay__way--creditcard p {
        display: inline-block;
        font-size: 0.45rem;
        line-height: 0.75rem;
        margin-left: 0.125rem;
        color: black;
        vertical-align: top; }
      .pay__way--creditcard img.tip--stripe {
        display: inline-block;
        height: 0.75rem;
        width: auto;
        margin-left: 0.125rem; }
  .alert--amazon .alert--content {
    padding-top: 1rem;
    padding-bottom: 1rem; }
    .alert--amazon .alert--content h2 {
      font-size: 0.4rem; }
    .alert--amazon .alert--content img {
      display: block;
      height: 1.75rem;
      width: auto;
      margin-top: 0.75rem;
      margin-bottom: 0; } }

@media screen and (max-width: 768px) {
  .pay__way {
    padding: 0 1rem 0.75rem; }
    .pay__way label {
      float: right;
      margin: 0.75rem 0.5rem 0 0;
      z-index: 2; }
    .pay__way h4 {
      font-size: 0.6rem;
      text-align: left;
      margin-bottom: 0.6rem;
      padding-left: 0; }
    .pay__way--block {
      width: 100%;
      height: 2.5rem;
      line-height: 2.5rem;
      border: 0.05rem solid #D5D8DD;
      margin-bottom: 0.475rem;
      background: #ffffff;
      cursor: pointer; }
      .pay__way--block.pay--selected {
        border: 0.05rem solid #f26c4f; }
    .pay__way--box {
      height: 2.5rem;
      line-height: 2.5rem;
      display: block;
      padding-left: 0.5rem; }
    .pay__way--paypal img {
      height: 1.5rem;
      width: auto;
      display: block;
      margin-top: 0.5rem; }
    .pay__way--creditcard {
      position: relative; }
      .pay__way--creditcard img.logo {
        width: auto;
        height: 1.35rem;
        float: left;
        margin-top: 0.575rem; }
      .pay__way--creditcard p {
        display: block;
        font-size: 0.75rem;
        margin-left: 0.375rem;
        color: black;
        float: left; }
      .pay__way--creditcard img.tip--stripe {
        display: block;
        float: left;
        height: 1.375rem;
        width: auto;
        margin-left: 0.2rem;
        margin-top: 0.5625rem; }
  .alert--amazon .alert--box {
    width: 12.5rem;
    height: auto;
    background: #ffffff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -3.75rem;
    margin-left: -6.25rem; }
    .alert--amazon .alert--box a {
      font-size: 0.5rem; }
  .alert--amazon .alert--content {
    position: static;
    padding: 1.5rem 0; }
    .alert--amazon .alert--content h2 {
      font-size: 0.7rem;
      font-weight: normal;
      margin-bottom: 0; }
    .alert--amazon .alert--content img {
      display: block;
      height: 1.75rem;
      width: auto;
      margin-top: 0.5rem;
      margin-bottom: 0; } }

.clear__float:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0; }

.visibility__hidden {
  visibility: hidden; }

.shadow {
  box-shadow: 0px 2px 21px rgba(0, 0, 0, 0.14); }

.popup__box--shadow {
  box-shadow: 0 1px 0.7rem rgba(0, 0, 0, 0.2); }

.wrapper--blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  /* IE6~IE9 */ }

.float--left {
  float: left; }

.float--right {
  float: right; }

.float--left__pc {
  float: left; }

.float--right__pc {
  float: right; }

.visible__pc {
  display: block; }

.visible__mobile {
  display: none; }

.underline__large:after {
  content: "";
  width: 2.95rem;
  display: block;
  margin: 0.5rem auto 0;
  border-bottom: 0.075rem solid #000000; }

/* textAlign */
.text__center {
  text-align: center; }

.text__left {
  text-align: left; }

.text__right {
  text-align: right; }

/* text bold */
.text__bold {
  font-weight: bold; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.capitalize {
  text-transform: capitalize; }

.inline-block__pc {
  display: inline-block; }

.underline {
  text-decoration: underline; }

.device__pc a.hover__underline:hover {
  text-decoration: underline; }

.device__pc a.hover--span__underline:hover span {
  text-decoration: underline; }

.device__pc a.hover--p__underline:hover p {
  text-decoration: underline; }

@media screen and (max-width: 768px) {
  .arrow--before__mobile:before {
    content: "→";
    display: inline;
    color: #000000;
    padding-right: 0.1rem; }
  .inline-block__pc {
    display: block; }
  .inline-block__mobile {
    display: inline-block; }
  .float--left__pc {
    float: none; }
  .float--right__pc {
    float: none; }
  .float--left__mobile {
    float: left; }
  .float--right__mobile {
    float: right; }
  .fix--bottom__mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: #ffffff; }
  .visible__pc {
    display: none; }
  .visible__mobile {
    display: block; }
  .underline__large:after {
    content: "";
    width: 3.4rem;
    display: block;
    margin: 0.65rem auto 0;
    border-bottom: 0.1rem solid #000000; }
  .clear__float__mobile:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0; } }

.display__hidden {
  display: none !important; }

.text-line1,
.text-line2,
.text-line3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis; }

.text-line1 {
  -webkit-line-clamp: 1; }

.text-line2 {
  -webkit-line-clamp: 2; }

.text-line3 {
  -webkit-line-clamp: 3; }

.posi__fixed {
  position: fixed; }

[v-cloak] {
  display: none; }
