@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("https://static.gethover.com/build/undefined") 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: inherit;
  opacity: .54; }

/**
 * 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: 5rem;
  min-height: 100%;
  position: relative; }

.content__hover {
  padding-top: 1.5rem; }

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

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

.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] {
      background: #eeeff2; }
  .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: #fde3dd;
    border-radius: 0.275rem;
    color: #f26c4f;
    text-align: left;
    font-size: 0.3rem;
    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; }

.form-checkbox input:checked + .form-icon::after {
  background-clip: padding-box;
  border: 0.1rem solid #f26c4f;
  border-left-width: 0;
  border-top-width: 0;
  content: "";
  height: 0.4rem;
  left: 50%;
  margin-left: -0.1rem;
  margin-top: -0.25rem;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  width: 0.2rem; }

@media screen and (min-width: 769px) {
  .form-radio .form-icon {
    border-radius: 50%; }
  .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: #f26c4f;
    border: 1px solid #f26c4f;
    color: #ffffff;
    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; } }

@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-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; }

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; }
  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 {
  border-collapse: collapse;
  border-spacing: 0;
  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;
          padding-left: 1.05rem; }
          .table tbody tr td.product a {
            line-height: 3rem;
            height: 100%;
            display: inline-block;
            padding-left: 3rem;
            position: relative; }
            .table tbody tr td.product a img {
              position: absolute;
              left: 0;
              top: 0.25rem;
              width: 2.5rem;
              height: auto; }
            .table tbody tr td.product a span {
              color: #000000;
              font-weight: bold;
              text-transform: uppercase; }
            .table tbody tr td.product a 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); } } }

.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-f0a75a6e65.eot");
  src: url("https://static.gethover.com/build/fonts/icomoon-f0a75a6e65.eot") format("embedded-opentype"), url("https://static.gethover.com/build/fonts/icomoon-d2b29c64d2.ttf") format("truetype"), url("https://static.gethover.com/build/fonts/icomoon-de370017be.woff") format("woff"), url("https://static.gethover.com/build/fonts/icomoon-d6f66d87b8.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-wechat1:before {
  content: "\e90e"; }

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

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

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

.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-slide-right:before {
  content: "\e904"; }

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

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

.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"; }

.header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%; }

.pc-header {
  width: 100%;
  height: 1.5rem;
  background: #f7f7f8;
  padding: 0 3.65rem 0 2.5rem;
  font-weight: bold; }
  .pc-header.bg--write {
    background-color: #ffffff; }
  .pc-header a.logo {
    display: block;
    font-size: 0.75rem;
    height: auto;
    float: left;
    color: #000000;
    line-height: 1.5rem; }
  .pc-header a.buynow {
    display: block;
    color: #ffffff;
    width: 3.65rem;
    height: 100%;
    background: black;
    position: absolute;
    right: 0;
    line-height: 1.5rem;
    text-align: center;
    font-size: 0.35rem;
    weight: bold;
    cursor: pointer; }
    .pc-header a.buynow:hover {
      background: #4d4d4d; }

ul.header--nav {
  display: block;
  margin: 0;
  float: right;
  font-size: 0.3rem; }
  ul.header--nav li {
    display: block;
    float: left;
    position: relative;
    box-sizing: border-box; }
    ul.header--nav li a {
      display: block;
      height: 1.5rem;
      line-height: 1.5rem;
      color: black;
      font-size: 0.3rem;
      margin: 0 1.25rem;
      cursor: pointer;
      position: relative;
      text-align: center; }
    ul.header--nav li.cart a {
      padding: 0 0.625rem 0 0.55rem;
      background: url("https://static.gethover.com/build/images/bg/bg_cart_normal-0fa8528dcb.png") no-repeat 0.1rem center; }
    ul.header--nav li.cart:hover a {
      background: url("https://static.gethover.com/build/images/bg/bg_cart_hover-ceca435c5c.png") no-repeat 0.1rem center; }
    ul.header--nav li.product a {
      margin: 0; }
    ul.header--nav li:hover a.main {
      color: rgba(0, 0, 0, 0.5); }
  ul.header--nav li.current.cart a {
    background: url("https://static.gethover.com/build/images/bg/bg_cart_hover-ceca435c5c.png") no-repeat 0.625rem center; }
  ul.header--nav li.current a {
    color: #ffffff; }
  ul.header--nav li.current::after {
    content: '';
    display: block;
    margin: 0 auto;
    width: 1.25rem;
    height: 0.1rem;
    background: #ffffff;
    position: relative;
    bottom: 0.1rem; }
  ul.header--nav .nav--content {
    position: absolute;
    top: 1.5rem;
    left: 10%;
    width: 80%;
    padding: 0.25rem 0;
    background: #ffffff;
    border: 1px solid #ffffff;
    box-shadow: 0 0.15rem 0.6rem rgba(0, 0, 0, 0.2); }
    ul.header--nav .nav--content li {
      display: block;
      height: 1.5rem;
      width: 100%;
      line-height: 1.5rem;
      list-style: none;
      text-align: center; }
      ul.header--nav .nav--content li a {
        display: block;
        color: black;
        font-size: 0.3rem;
        text-align: center;
        width: 100%;
        margin: 0; }
        ul.header--nav .nav--content li a:hover {
          color: rgba(0, 0, 0, 0.5); }
        ul.header--nav .nav--content li a.current {
          color: rgba(0, 0, 0, 0.5); }
  ul.header--nav .page--current {
    border-bottom: 0.1rem solid black; }

a.icon--mobile {
  display: block;
  width: 1rem;
  height: 1rem; }

.mobile-header {
  display: none;
  height: 2.5rem;
  width: 100%;
  background: #f7f7f8;
  padding-left: 1.15rem;
  padding-right: 4rem;
  border-bottom: 1px solid #d5d8dd; }
  .mobile-header.bg--write {
    background-color: #ffffff; }
  .mobile-header a {
    float: left;
    cursor: pointer;
    line-height: 2.5rem; }
  .mobile-header a.nav {
    margin: 0 0.75rem;
    font-size: 0.65rem; }
  .mobile-header a.account {
    float: right;
    margin-right: 1rem;
    font-size: 0.925rem; }
  .mobile-header a.cart {
    float: right;
    margin-right: 1rem; }
  .mobile-header a.product {
    float: right;
    margin-right: 1rem;
    display: block; }
    .mobile-header a.product img {
      width: 1.15rem;
      height: auto;
      display: block;
      margin-top: 0.75rem; }
  .mobile-header a.logo {
    display: inline-block;
    height: auto;
    float: left;
    color: #000000;
    font-size: 1rem; }
  .mobile-header a.buynow {
    width: 4rem;
    height: 100%;
    display: block;
    background: black;
    position: absolute;
    right: 0;
    top: 0;
    color: #ffffff;
    text-align: center;
    font-size: 0.35rem;
    weight: bold; }
    .mobile-header a.buynow img {
      display: block;
      width: 1.7rem;
      height: auto;
      margin: 0.7rem auto; }
    .mobile-header a.buynow p {
      font-size: 0.65rem;
      line-height: 2.5rem; }

.popup--cart {
  position: absolute;
  right: -0.6rem;
  top: 1.5rem;
  background: #ffffff;
  width: 10.75rem;
  padding: 0 0.75rem 0.725rem; }
  .popup--cart .cart__empty {
    font-size: 0.45rem;
    text-align: center;
    padding-top: 0.725rem; }
  .popup--cart ul.myorder__list {
    padding: 0;
    max-height: 4.9rem;
    overflow: hidden; }
    .popup--cart ul.myorder__list li {
      width: 100%;
      min-height: 2.45rem;
      border-bottom: 1px dashed #d5d8dd; }
      .popup--cart ul.myorder__list li .img--box {
        width: 2.25rem;
        height: auto;
        margin-top: 0.1rem;
        margin-left: 0.25rem;
        float: left; }
      .popup--cart ul.myorder__list li .info--box {
        margin: 0 0 0 3.15rem;
        padding: 0.675rem 0; }
        .popup--cart ul.myorder__list li .info--box p {
          font-size: 0.35rem; }
          .popup--cart ul.myorder__list li .info--box p span {
            color: rgba(20, 27, 33, 0.5);
            font-size: 0.35rem; }
    .popup--cart ul.myorder__list li:last-child {
      border-bottom: 1px solid #d5d8dd; }
  .popup--cart .item {
    height: 0.425rem;
    width: 100%;
    line-height: 0.425rem;
    margin: 0.275rem 0; }
    .popup--cart .item span {
      float: left;
      font-size: 0.35rem;
      color: rgba(0, 0, 0, 0.4); }
    .popup--cart .item a {
      font-size: 0.35rem;
      line-height: 0.425rem;
      height: 100%;
      float: right;
      padding: 0 !important;
      position: static;
      color: black; }
  .popup--cart .total {
    height: 1.05rem;
    line-height: 1.05rem; }
    .popup--cart .total p {
      float: left;
      display: inline-block;
      font-size: 0.45rem;
      color: #f26c4f; }
    .popup--cart .total button {
      float: right; }

@media screen and (max-width: 768px) {
  .pc-header {
    display: none; }
  .mobile-header {
    display: block; }
  .nav--content {
    position: absolute;
    top: 2.5rem;
    width: 100%;
    right: 0;
    padding: 1rem 0;
    background: #ffffff;
    border: 1px solid #ffffff;
    box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.2); }
    .nav--content li {
      display: block;
      height: 2.15rem;
      width: 100%;
      line-height: 2.15rem;
      list-style: none; }
      .nav--content li a {
        display: block;
        color: black;
        font-size: 0.6rem;
        text-align: center;
        width: 100%;
        -webkit-tap-highlight-color: transparent; }
      .nav--content li a:hover {
        color: rgba(0, 0, 0, 0.5); }
      .nav--content li a:active {
        color: rgba(0, 0, 0, 0.5); } }

.footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  height: 5rem;
  z-index: 2; }

.top--box {
  width: 100%;
  height: 3.9rem;
  background: #141B21; }
  .top--box .content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 1.575rem 3.2rem 0 0.5rem; }
  .top--box .logo {
    width: 2.7rem;
    position: absolute;
    right: 0.5rem;
    top: 0;
    height: 100%; }
    .top--box .logo a {
      display: block;
      width: 100%;
      height: auto;
      margin-top: 1.6rem;
      font-size: 1rem;
      color: #ffffff; }

ul.footer--followus li {
  float: left;
  display: block;
  width: 0.6rem;
  margin-right: 0.4rem;
  position: relative; }
  ul.footer--followus li span {
    font-size: 0.55rem;
    color: #ffffff;
    line-height: 0.65rem; }
  ul.footer--followus li #wechatIcon span {
    font-size: 0.75rem;
    color: #ffffff;
    line-height: 0.75rem; }
  ul.footer--followus li #wechatIcon span:hover {
    color: #f26c4f; }
  ul.footer--followus li #weiboIcon span {
    font-size: 0.75rem;
    color: #ffffff;
    line-height: 0.65rem; }
  ul.footer--followus li #weiboIcon span:hover {
    color: #f26c4f; }
  ul.footer--followus li img.wechat__code {
    width: 3.5rem;
    height: auto;
    position: absolute;
    bottom: 1rem;
    left: 0;
    display: none; }

ul.footer--followus li:hover span {
  color: #f26c4f; }

ul.footer--nav {
  margin-top: 0.45rem; }
  ul.footer--nav li {
    float: left;
    display: block;
    margin-right: 0.25rem;
    padding-right: 10px;
    border-right: 1px solid #ffffff;
    line-height: 0.35rem; }
    ul.footer--nav li a {
      color: #ffffff;
      font-size: 0.35rem; }
      ul.footer--nav li a:hover {
        border-bottom: 1px solid #ffffff; }
    ul.footer--nav li img {
      width: 100%;
      height: auto; }

.bottom--box {
  width: 100%;
  height: 1.1rem;
  background: #0F1316; }
  .bottom--box .content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.4rem 0.5rem 0; }
    .bottom--box .content li {
      float: left;
      list-style: none;
      color: #999999;
      line-height: 0.3rem;
      padding-right: 0.25rem;
      margin-right: 0.25rem;
      border-right: 1px solid #999999; }
      .bottom--box .content li img {
        height: 0.3rem;
        width: auto;
        position: relative;
        top: 0.05rem; }
      .bottom--box .content li:hover a {
        color: #ffffff;
        border-bottom: 1px solid #ffffff; }
      .bottom--box .content li:hover span.triangle-bottom {
        border-color: #ffffff transparent transparent; }
      .bottom--box .content li a {
        color: #999999;
        font-size: 0.3rem; }
      .bottom--box .content li.copywritter {
        color: #999999;
        font-size: 0.3rem; }
    .bottom--box .content li.lang {
      width: 2.4rem;
      position: relative;
      right: -0.75rem;
      float: right;
      border: 0px;
      padding-right: 0;
      margin-right: 0; }

.lang--content {
  position: absolute;
  border: 1px solid #999999;
  bottom: 100%; }
  .lang--content li {
    border-right: 0; }

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

@media screen and (max-width: 768px) {
  .footer {
    height: 7.8rem; }
  .top--box {
    height: 4.75rem; }
    .top--box .content {
      width: 100%;
      padding: 0.975rem 0 0 0.9rem; }
    .top--box .logo {
      display: none; }
  ul.footer--followus li {
    width: 1.15rem;
    margin-right: 0.8rem; }
    ul.footer--followus li span {
      font-size: 1.1rem;
      line-height: 1.15rem; }
    ul.footer--followus li #weiboIcon span {
      font-size: 1.2rem;
      line-height: 1.15rem; }
    ul.footer--followus li #wechatIcon span {
      font-size: 1.2rem;
      line-height: 1.25rem; }
    ul.footer--followus li img.wechat__code {
      width: 6rem;
      height: auto;
      position: absolute;
      bottom: 1.5rem;
      left: 0;
      display: none; }
  ul.footer--nav {
    margin-top: 1.225rem; }
    ul.footer--nav li {
      margin-right: 0.425rem;
      padding-right: 0.425rem;
      border-right: 1px solid #ffffff;
      line-height: 0.55rem; }
      ul.footer--nav li a {
        font-size: 0.55rem; }
        ul.footer--nav li a:active {
          border-bottom: 1px solid #ffffff; }
  .bottom--box {
    height: 3rem; }
    .bottom--box .content {
      padding: 0.6rem 1.25rem 0 0.875rem; }
      .bottom--box .content li {
        line-height: 0.65rem;
        padding-right: 0.3rem;
        margin-right: 0.3rem;
        height: 0.65rem; }
        .bottom--box .content li img {
          height: 0.55rem;
          width: auto;
          position: relative;
          top: 0.05rem; }
        .bottom--box .content li a {
          font-size: 0.5rem; }
        .bottom--box .content li span.triangle-bottom {
          border-width: 0.2rem;
          top: 0.05rem; }
        .bottom--box .content li.copywritter {
          width: 100%;
          margin-top: 0.4rem;
          font-size: 0.5rem; }
        .bottom--box .content li.lang {
          float: left;
          right: 0; }
  .border--none__mobile {
    border: 0 !important; }
    .border--none__mobile:hover {
      border: 0 !important; }
    .border--none__mobile:active {
      border: 0 !important; } }

.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.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; }

.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 {
    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; }
  .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--bg {
    z-index: 10000; }
  .alert--box {
    width: 100%;
    height: 100%;
    background: none;
    padding: 0;
    margin: 0;
    position: static; }
  .alert--content {
    width: 100%;
    height: 100%;
    background: #ffffff;
    text-align: center;
    position: fixed;
    top: 2.5rem;
    padding: 3.25rem 1rem 1.05rem; }
    .alert--content img {
      display: none !important; }
    .alert--content h2 {
      font-size: 0.9rem;
      margin-bottom: 0.4rem; }
    .alert--content p {
      margin-bottom: 1.75rem;
      font-size: 0.6rem; }
    .alert--content button {
      margin: 0 auto;
      font-size: 0.7rem; }
  .alert--content.alert--pay {
    width: 15rem;
    position: absolute;
    height: 10rem;
    background: #ffffff;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    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; } }

.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 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; } }

.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--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; } }

@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; }

.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);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
  /* 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; }

@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; }
