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

/*!
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
*/
/*!
normalize.css v^3.0 | MIT License | git.io/normalize
Copyright (c) Nicolas Gallagher and Jonathan Neal
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: montserrat,"Microsoft YaHei",微软雅黑,SimHei,黑体,sans-serif;
  /*自定义HoverUI主要字体*/
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* h1 {
  font-size: 2em;
  margin: 0.67em 0;
} */
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* ==========================================================================
   HoverUI Base Extras
   ========================================================================== */
/**
 * Extra rules that Pure adds on top of Normalize.css
 */
/**
 * Always hide an element when it has the `hidden` HTML attribute.
 */
.hidden,
[hidden] {
  display: none; }

/**
 * Add this class to an image to make it fit within it's fluid parent wrapper while maintaining
 * aspect ratio.
 */
body {
  width: 100%; }

.posi__fixed {
  position: fixed; }

.h--img {
  width: 100%;
  height: auto;
  display: block; }

blockquote, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, p, input, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
  list-style: none; }

* {
  box-sizing: border-box;
  outline: none; }

*:before,
*:after {
  box-sizing: border-box; }

video {
  display: block; }

a {
  color: #231f20;
  text-decoration: none; }

.display__none {
  display: none; }

.display__block {
  display: block; }

/*!
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: 48em) {
  .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%; } }

.wrapper {
  padding-top: 5em;
  width: 100%; }

.container {
  width: 100%;
  margin: 0 auto;
  position: relative; }
  @media screen and (min-width: 768px) {
    .container {
      width: 100%;
      padding: 0 40px; } }
  @media screen and (min-width: 992px) {
    .container {
      width: 100%;
      padding: 0 60px; } }
  @media screen and (min-width: 1200px) {
    .container {
      width: 100%;
      padding: 0 100px; } }
  @media screen and (min-width: 1920px) {
    .container {
      width: 1618px;
      padding: 0; } }

.jumbotron {
  width: 100%; }

.hover--paper__pure, .hover--paper__block {
  background: rgba(235, 235, 235, 0.95);
  display: block;
  width: 100%;
  height: auto; }

.hover--paper__block {
  padding: 46px 60px; }

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

.example {
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  padding: 20px 14px;
  border-radius: 4px;
  margin-top: 30px; }
  .example p.example__lable {
    font-size: 12px;
    font-weight: 700;
    color: #959595;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px; }

.content__example {
  text-align: center;
  border: 1px solid #999;
  margin: 10px;
  padding: 5px;
  background: #959595; }

.border-bottom {
  border-bottom: 1px solid #ffffff; }

.example__describe {
  padding-top: 14px; }

.margin-top__20 {
  margin-top: 20px; }

.form-group, .form-group__inline {
  width: 100%; }
  .form-group label, .form-group__inline label {
    font-size: 12.8px;
    display: block;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px; }
  .form-group input, .form-group__inline input {
    height: 20px;
    font-size: 12px;
    padding-left: 4px;
    line-height: 20px; }
  .form-group.h-error label, .h-error.form-group__inline label {
    color: #f65f54; }
  .form-group.h-error input, .h-error.form-group__inline input {
    border: 1px solid #f65f54; }

.form-group__inline label {
  display: inline-block;
  width: 130px;
  padding-right: 16px;
  text-align: right; }

.form-group__inline input {
  display: inline-block;
  width: 256px; }

.form-control {
  width: 100%;
  display: block;
  border: 1px solid #26271c; }

textarea {
  padding: 4px; }

select {
  background: none;
  background-image: none; }

a.checkbox {
  display: inline-block;
  width: 11px;
  height: 11px;
  border: 1px solid #022626; }
  a.checkbox.select {
    background: url("https://static.gethover.com/build/undefined") #474747;
    background-size: 100% 100%; }

input.h-error {
  border: #f65f54 solid 1px; }

textarea.h-error {
  border: #f65f54 solid 1px; }

select.h-error {
  border: #f65f54 solid 1px; }

input:focus, textarea:focus, select:focus {
  outline: 0px; }

/* main */
body {
  font-family: montserrat,"Microsoft YaHei",微软雅黑,SimHei,黑体,sans-serif;
  font-size: 14;
  line-height: 1.42857143;
  color: #231f20;
  -webkit-font-smoothing: subpixel-antialiased; }
  body p {
    margin-bottom: 0.625em; }

/* title & subtitle */
h1 {
  font-size: 4.5em;
  font-weight: normal;
  text-align: center; }
  h1 i, h1 .subtitle {
    font-size: 48px;
    display: block;
    margin: 0 auto; }

h2 {
  font-size: 3.75em;
  font-weight: normal;
  text-align: center; }
  h2 i, h2 .subtitle {
    font-size: 40px;
    display: block;
    margin: 0 auto; }

h3 {
  font-size: 3.125em;
  font-weight: normal;
  text-align: center; }
  h3 i, h3 .subtitle {
    font-size: 32px;
    display: block;
    margin: 0 auto; }

h4 {
  font-size: 2.3125em;
  font-weight: normal;
  text-align: center; }
  h4 i, h4 .subtitle {
    font-size: 40px;
    display: block;
    margin: 0 auto; }

h5 {
  font-size: 1.875em;
  font-weight: normal;
  text-align: center; }
  h5 i, h5 .subtitle {
    font-size: 24px;
    display: block;
    margin: 0 auto; }

h6 {
  font-size: 1.5em;
  font-weight: normal;
  text-align: center; }
  h6 i, h6 .subtitle {
    font-size: 14px;
    display: block;
    margin: 0 auto; }

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

.text__left {
  text-align: left; }

.text__right {
  text-align: right; }

/* textUnderline */
.text--underline__large {
  display: block;
  margin: 0 auto;
  width: 10.0625em;
  height: 0.25em;
  background: #26271c;
  /* margin-top:px(10); */ }

.text--underline__regular {
  display: block;
  margin: 0 auto;
  width: 7.625em;
  height: 0.1875em;
  background: #26271c;
  margin-top: 1.25em; }

.text--underline__small {
  display: block;
  margin: 0 auto;
  width: 7em;
  height: 0.125em;
  background: #26271c;
  margin-top: 1.25em; }

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

ul.hlist li {
  font-size: 20px;
  color: #161616;
  padding: 5px 4px; }
  ul.hlist li a {
    color: #161616;
    text-decoration: none;
    width: 100%;
    display: block; }
  ul.hlist li:hover {
    color: #f3f1f2;
    background: #161616; }
    ul.hlist li:hover a {
      color: #f3f1f2; }
  ul.hlist li.active {
    color: #f3f1f2;
    background: #161616; }
    ul.hlist li.active a {
      color: #f3f1f2; }

button {
  display: block;
  width: 9.16667em;
  height: 2.16667em;
  font-size: 1.5em;
  font-family: montserrat,"Microsoft YaHei",微软雅黑,SimHei,黑体,sans-serif; }
  button.btn-auto {
    width: auto;
    height: auto;
    padding: 0.33333em 0.66667em; }

.btn-default {
  border: 1px solid #222222;
  color: #222222;
  background: none;
  text-align: center; }
  .btn-default:hover {
    filter: alpha(opacity=70);
    /* IE */
    -moz-opacity: 0.7;
    /* 老版Mozilla */
    -khtml-opacity: 0.7;
    /* 老版Safari */
    opacity: 0.7;
    /* 支持opacity的浏览器*/ }

@media screen and (max-width: 768px) {
  .btn-default:hover {
    filter: alpha(opacity=60);
    /* IE */
    -moz-opacity: 0.6;
    /* 老版Mozilla */
    -khtml-opacity: 0.6;
    /* 老版Safari */
    opacity: 0.6;
    /* 支持opacity的浏览器*/ } }

.btn-default__white {
  border: 1px solid #f3f1f2;
  color: #f3f1f2;
  background: none;
  text-align: center; }

.btn-primary {
  background: #022626;
  text-align: center;
  color: #f3f1f2;
  border-left: 1px solid #82837d;
  border-right: 1px solid #82837d;
  border-top: 1px solid #26271c;
  border-bottom: 1px solid #404137; }

.btn-important {
  color: #ffffff;
  background: none;
  text-align: center;
  border: 1px solid #ffffff;
  font-size: 1.25em;
  width: 11em;
  height: 2.6em;
  letter-spacing: 0.05em; }
  .btn-important:hover {
    filter: alpha(opacity=60);
    /* IE */
    -moz-opacity: 0.6;
    /* 老版Mozilla */
    -khtml-opacity: 0.6;
    /* 老版Safari */
    opacity: 0.6;
    /* 支持opacity的浏览器*/ }

.btn-lg {
  width: 10.83333em;
  height: 2.16667em;
  font-size: 1.5em; }

.btn-xlg {
  width: 7.22222em;
  height: 2em;
  font-size: 2.25em; }

.btn-sm {
  width: 7.5em;
  height: 2.16667em;
  font-size: 1.5em; }

.play__button {
  width: 10em;
  margin: 0 auto;
  text-align: center; }
  .play__button .undeadline__wrapper {
    display: block;
    width: 10em;
    height: 4.875em;
    position: relative;
    margin: 0 auto; }
    .play__button .undeadline__wrapper span {
      display: inline-block;
      width: 10em;
      height: 0.25em;
      background: #f3f1f2;
      position: absolute;
      left: 0;
      top: 1em; }
  .play__button a.menu__play {
    display: inline-block;
    width: 8.4375em; }

@media screen and (max-width: 768px) {
  .play__button {
    width: 10em;
    margin: 0 auto;
    text-align: center; }
    .play__button .undeadline__wrapper {
      display: block;
      width: 10em;
      height: 6.25em;
      position: relative;
      margin: 0 auto; }
      .play__button .undeadline__wrapper span {
        display: inline-block;
        width: 10em;
        height: 0.25em;
        background: #f3f1f2;
        position: absolute;
        left: 0;
        top: 2.5em; }
    .play__button a.menu__play {
      display: inline-block;
      width: 10.625em; } }

@media screen and (min-width: 769px) {
  .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;
      -ms-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% {
    -moz-transform: translateY(0); }
  50% {
    -moz-transform: translateY(-6px); }
  100% {
    -moz-transform: translateY(0); } }

@-ms-keyframes bounce {
  0% {
    -ms-transform: translateY(0); }
  50% {
    -ms-transform: translateY(-6px); }
  100% {
    -ms-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); } }

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

.wechat--wrapper.wechat__pc {
  width: 17.5em;
  background: url("https://static.gethover.com/build/images/bg/bg-40-1e77984616.png") repeat;
  position: fixed;
  padding: 3em 0 2.5em;
  top: 5.625em;
  right: 0.625em;
  color: #ffffff;
  z-index: 100; }
  .wechat--wrapper.wechat__pc .wechat--erweima {
    width: 8.875em;
    margin: 0 auto; }
  .wechat--wrapper.wechat__pc a.wechat--close__pc {
    display: inline-block;
    position: absolute;
    right: 1.125em;
    top: 1.125em; }
  .wechat--wrapper.wechat__pc a.wechat--close__wap {
    display: none; }
  .wechat--wrapper.wechat__pc h6 {
    margin-top: 1.2em;
    font-size: 1.25em; }
  .wechat--wrapper.wechat__pc p {
    font-size: 1em;
    text-align: center;
    margin-bottom: 0; }

.wechat--wrapper.wechat__mobile {
  font-size: 1.25em;
  width: 100%;
  height: 100%;
  background: url("https://static.gethover.com/build/images/bg/bg-40-1e77984616.png") repeat;
  position: fixed;
  bottom: 0;
  top: 0;
  right: 0;
  color: #000000;
  z-index: 110; }
  .wechat--wrapper.wechat__mobile .wechat--content {
    width: 28em;
    height: 29em;
    padding: 5em 0 4em;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -14em;
    margin-top: -14.5em; }
  .wechat--wrapper.wechat__mobile .wechat--erweima {
    width: 13.7em;
    margin: 0 auto; }
  .wechat--wrapper.wechat__mobile a.wechat--close__wap {
    display: inline-block;
    position: absolute;
    right: 1.9em;
    top: 1.9em;
    width: 1.9em; }
  .wechat--wrapper.wechat__mobile a.wechat--close__pc {
    display: none; }
  .wechat--wrapper.wechat__mobile h6 {
    margin-top: 0.6em;
    font-size: 2em; }
  .wechat--wrapper.wechat__mobile p {
    font-size: 1.6em;
    text-align: center;
    margin-bottom: 0; }

@media screen and (min-width: 1001px) {
  .hover--header {
    height: 5em;
    width: 100%;
    background: url("https://static.gethover.com/build/images/bg/header-bg_opacity-4c30a153c1.png");
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100; }
    .hover--header a.header--logo {
      width: 112px;
      height: 42px;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -21px;
      margin-left: -56px; }
    .hover--header button {
      position: absolute;
      top: 50%;
      margin-top: -1.11111em;
      font-size: 1.125em;
      height: 2.22222em;
      width: 8.33333em;
      border: 0; }
      .hover--header button.btn--social {
        right: 2.22222em; }
        .hover--header button.btn--social img {
          width: 1.22222em;
          position: relative;
          top: 0.16667em;
          right: 0.11111em; }
      .hover--header button.btn--waitlist {
        padding: 0;
        right: 11.66667em; }
      .hover--header button:hover {
        filter: alpha(opacity=10);
        /* IE */
        -moz-opacity: 1;
        /* 老版Mozilla */
        -khtml-opacity: 1;
        /* 老版Safari */
        opacity: 1;
        /* 支持opacity的浏览器*/ }
        .hover--header button:hover span {
          border-bottom: 2px solid #222222; }
        .hover--header button:hover a {
          border-bottom: 2px solid #222222; }
    .hover--header a.link--button {
      position: absolute;
      top: 50%;
      margin-top: -1.11111em;
      font-size: 1.125em;
      line-height: 2.22222em;
      display: block;
      width: 8.33333em;
      height: 2.22222em;
      border: 0; }
      .hover--header a.link--button.btn--social {
        right: 2.22222em; }
        .hover--header a.link--button.btn--social img {
          width: 1.22222em;
          position: relative;
          top: 0.22222em;
          right: 0.11111em; }
      .hover--header a.link--button:hover {
        filter: alpha(opacity=10);
        /* IE */
        -moz-opacity: 1;
        /* 老版Mozilla */
        -khtml-opacity: 1;
        /* 老版Safari */
        opacity: 1;
        /* 支持opacity的浏览器*/ }
        .hover--header a.link--button:hover span {
          border-bottom: 2px solid #222222; }
        .hover--header a.link--button:hover a {
          border-bottom: 2px solid #222222; }
    .hover--header a.link--lang__pc {
      position: absolute;
      display: block;
      left: 3.33333em;
      top: 50%;
      margin-top: -1.11111em;
      font-size: 1.125em;
      height: 2.22222em;
      width: 8.33333em;
      text-align: center;
      line-height: 2.22222em; }
      .hover--header a.link--lang__pc em {
        font-style: normal; }
      .hover--header a.link--lang__pc span {
        display: inline-block;
        font-size: 0.77778em;
        border: 2px solid #000000;
        padding: 0 0.14286em;
        position: relative;
        bottom: 0.14286em;
        font-weight: bold;
        line-height: 1.14286em;
        height: 1.42857em;
        letter-spacing: 0; }
      .hover--header a.link--lang__pc:hover em {
        border-bottom: 2px solid #222222; }
    .hover--header a.link--lang__mobile {
      display: none; } }

@media screen and (max-width: 1000px) {
  .hover--header {
    height: 5em;
    width: 100%;
    background: url("https://static.gethover.com/build/images/bg/header-bg_opacity-4c30a153c1.png");
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100; }
    .hover--header a.header--logo {
      display: block;
      width: 7em;
      height: 2.625em;
      position: absolute;
      top: 1.1875em;
      left: 2.25em; }
    .hover--header button.btn-default {
      position: absolute;
      top: 50%;
      margin-top: -1.16667em;
      border: none;
      padding: 0;
      font-size: 1.25em;
      line-height: 2.5em; }
      .hover--header button.btn-default.btn--social {
        right: 3.7em; }
        .hover--header button.btn-default.btn--social img {
          width: 0.9em;
          position: relative;
          top: 0.1em; }
      .hover--header button.btn-default.btn--waitlist {
        right: 10.7em; }
      .hover--header button.btn-default:hover {
        filter: alpha(opacity=10);
        /* IE */
        -moz-opacity: 1;
        /* 老版Mozilla */
        -khtml-opacity: 1;
        /* 老版Safari */
        opacity: 1;
        /* 支持opacity的浏览器*/ }
        .hover--header button.btn-default:hover span {
          border-bottom: none; }
        .hover--header button.btn-default:hover a {
          border-bottom: none; }
    .hover--header a.link--lang__pc {
      display: none; }
    .hover--header a.link--button {
      position: absolute;
      top: 50%;
      margin-top: -1.16667em;
      border: none;
      padding: 0;
      width: 8.33333em;
      height: 2.22222em;
      font-size: 1.25em;
      line-height: 2.5em; }
      .hover--header a.link--button.btn--social {
        right: 3em; }
        .hover--header a.link--button.btn--social img {
          width: 0.9em;
          position: relative;
          top: 0.1em; }
      .hover--header a.link--button.btn--waitlist {
        right: 10.7em; }
      .hover--header a.link--button:hover {
        filter: alpha(opacity=10);
        /* IE */
        -moz-opacity: 1;
        /* 老版Mozilla */
        -khtml-opacity: 1;
        /* 老版Safari */
        opacity: 1;
        /* 支持opacity的浏览器*/ }
        .hover--header a.link--button:hover span {
          border-bottom: none; }
        .hover--header a.link--button:hover a {
          border-bottom: none; }
    .hover--header a.link--lang__mobile {
      position: absolute;
      display: block;
      right: 1.2em;
      top: 50%;
      margin-top: -0.66667em;
      border: none;
      padding: 0;
      font-size: 1.25em;
      width: 2em; }
      .hover--header a.link--lang__mobile span {
        font-size: 0.7em;
        border: 2px solid #000000;
        padding: 0.2em 0.3em;
        position: relative;
        bottom: 2px;
        font-weight: bold; } }

.footer {
  width: 100%;
  background: #161616;
  font-size: 1.25em;
  padding: 5em 0 2.6em; }

.footer--nav {
  width: 100%;
  position: relative; }
  .footer--nav li a {
    font-size: 1em;
    color: #f3f1f2;
    text-decoration: none; }
    .footer--nav li a:hover {
      border-bottom: 2px solid #f3f1f2; }
  .footer--nav li.float__left {
    float: left;
    margin-left: 5em; }
  .footer--nav li.float__right {
    float: right;
    margin-right: 5em; }
    .footer--nav li.float__right.only__wap {
      display: none; }
  .footer--nav li.logo {
    display: block;
    width: 8.9em;
    height: 4.3em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -2.4em 0 0 -4.4em; }
  .footer--nav li.footer--code {
    display: none;
    padding: 1.9em 0 0 0;
    width: 14em;
    background: #161616;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -7em;
    top: -8.5em;
    z-index: 95; }
    .footer--nav li.footer--code img {
      width: 7.25em;
      display: block;
      margin: 0 auto; }
    .footer--nav li.footer--code h6 {
      font-size: 1em;
      color: #ffffff;
      margin-top: 1.2em; }
    .footer--nav li.footer--code p {
      font-size: 0.8em;
      color: #ffffff; }

.footer--followus {
  width: 21em;
  margin: 4.3em auto 3.4em; }
  .footer--followus li {
    display: block;
    width: 4.2em;
    float: left; }
    .footer--followus li a {
      display: block;
      margin: 0 auto;
      width: 2.6em; }
      .footer--followus li a:hover {
        filter: alpha(opacity=70);
        /* IE */
        -moz-opacity: 0.7;
        /* 老版Mozilla */
        -khtml-opacity: 0.7;
        /* 老版Safari */
        opacity: 0.7;
        /* 支持opacity的浏览器*/ }
  .footer--followus.followus__zh {
    width: 29.4em; }

.footer--terms {
  text-align: center; }
  .footer--terms li {
    display: inline-block;
    padding: 0 0.9em; }
    .footer--terms li a {
      font-size: 0.9em;
      color: #424242;
      color: rgba(243, 241, 242, 0.2); }
      .footer--terms li a:hover {
        border-bottom: 1px solid #424242; }

.footer--copywriter {
  text-align: center;
  line-height: 1em; }
  .footer--copywriter li {
    display: inline-block;
    padding: 0 0.7em; }
    .footer--copywriter li p {
      font-size: 0.6em;
      color: #424242;
      color: rgba(243, 241, 242, 0.2);
      margin-bottom: 0; }
      .footer--copywriter li p a {
        font-size: 1em;
        color: #424242;
        color: rgba(243, 241, 242, 0.2); }

@media screen and (max-width: 1400px) and (min-width: 1024px) {
  .footer--nav li.float__left {
    margin-left: 4em; }
  .footer--nav li.float__right {
    margin-right: 4em; } }

@media screen and (max-width: 1023px) {
  .footer {
    padding: 0 0 1.2em; }
  .footer--nav {
    padding: 11em 0 0;
    text-align: center; }
    .footer--nav li a {
      font-size: 1.3em; }
      .footer--nav li a:hover {
        border-bottom: 0; }
    .footer--nav li.float__left {
      float: none;
      margin-left: 0;
      display: inline-block;
      padding: 0 1.7em; }
    .footer--nav li.float__right {
      float: none;
      margin-right: 0;
      display: inline-block;
      padding: 0 1.7em; }
      .footer--nav li.float__right.only__pc {
        display: none; }
      .footer--nav li.float__right.only__wap {
        display: inline-block; }
    .footer--nav li.logo {
      display: block;
      width: 8.9em;
      height: 4.3em;
      position: absolute;
      top: 3.7em;
      left: 50%;
      margin: 0 0 0 -4.4em; }
    .footer--nav li.footer--code {
      top: -3em; }
  .footer--followus {
    width: 21em;
    margin: 3.9em auto 3.1em; }
    .footer--followus li a:hover {
      filter: alpha(opacity=100);
      /* IE */
      -moz-opacity: 1;
      /* 老版Mozilla */
      -khtml-opacity: 1;
      /* 老版Safari */
      opacity: 1;
      /* 支持opacity的浏览器*/ } }

@media screen and (max-width: 767px) {
  .footer--terms li a:hover {
    border-bottom: none; } }

.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__wrapper {
  background: url("https://static.gethover.com/build/images/bg/bg-60-bb4e7199d4.png");
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 300;
  top: 0;
  left: 0; }
  .load__wrapper .load {
    width: 18.75em;
    height: 12.5em;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -9.375em;
    margin-top: -6.25em;
    text-align: center;
    border-radius: 1em;
    padding-bottom: 1.625em; }
    .load__wrapper .load img {
      width: 3.75em;
      height: 3.75em;
      margin-top: 2.5em; }
    .load__wrapper .load p {
      color: #fff;
      font-size: 2em;
      margin-top: 0.625em; }
