/*! 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: sans-serif;
  /* 1 */
  -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 {
  -webkit-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-family: monospace, monospace;
  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 */
  font: inherit;
  /* 2 */
  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"] {
  -webkit-box-sizing: border-box;
          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 */
  -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; }

* {
  -webkit-tap-highlight-color: transparent; }

html, body {
  font-family: Tahoma,Arial,Roboto,Droid Sans,Helvetica Neue,Droid Sans Fallback,Microsoft YaHei,SimHei,Heiti SC,Hiragino Sans GB,Simsun,sans-self; }

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

img {
  max-width: 100%; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.pages {
  display: block;
  height: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; }
  .pages .page {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none; }
    .pages .page .next-point {
      width: 20px;
      height: 30px;
      position: absolute;
      bottom: 2%;
      left: 50%;
      margin-left: -10px;
      z-index: 99;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      font-size: 0; }
      .pages .page .next-point span {
        width: 20px;
        height: 10px;
        display: inline-block;
        -webkit-animation: Flash 2s ease;
                animation: Flash 2s ease;
        -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
        margin-bottom: -2px;
        background: url("http://disk.giccoo.com/projects/libs/img/arrow-next.png") no-repeat center center;
        background-size: cover;
        background-color: transparent; }
        .pages .page .next-point span:nth-child(n+1) {
          -webkit-animation-delay: 100ms;
                  animation-delay: 100ms; }
        .pages .page .next-point span:nth-child(n+2) {
          -webkit-animation-delay: 300ms;
                  animation-delay: 300ms; }
        .pages .page .next-point span:nth-child(n+3) {
          -webkit-animation-delay: 500ms;
                  animation-delay: 500ms; }
    .pages .page.first {
      display: block; }
    .pages .page h1, .pages .page h2 {
      margin: 0 auto; }
    .pages .page.riot-up-active, .pages .page.riot-down-active {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
    .pages .page.riot-up-leave {
      -webkit-transform: translate3d(0, -100%, 0);
              transform: translate3d(0, -100%, 0); }
    .pages .page.riot-up {
      -webkit-transform: translate3d(0, 100%, 0);
              transform: translate3d(0, 100%, 0); }
    .pages .page.riot-down-leave {
      -webkit-transform: translate3d(0, 100%, 0);
              transform: translate3d(0, 100%, 0); }
    .pages .page.riot-down {
      -webkit-transform: translate3d(0, -100%, 0);
              transform: translate3d(0, -100%, 0); }

.loader {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999; }
  .loader .loader-icon {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 100px;
    height: 100px; }
  .loader .loader-text {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 80%;
    font-size: 1rem;
    text-align: center;
    color: #fff; }
    @media only screen and (min-width: 321px) and (max-width: 399px) {
      .loader .loader-text {
        font-size: 1.1rem; } }
    @media only screen and (min-width: 321px) and (max-device-width: 375px) and (max-width: 399px) {
      .loader .loader-text {
        font-size: 1.1rem; } }
    @media only screen and (min-width: 399px) and (max-width: 767px) {
      .loader .loader-text {
        font-size: 1.2rem; } }
    @media only screen and (min-width: 399px) and (max-width: 768px) and (max-device-width: 768px) {
      .loader .loader-text {
        font-size: 1.2rem; } }

@-webkit-keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.ball-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -10px; }
  .ball-spin-fade-loader > div {
    background-color: white;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute; }
    .ball-spin-fade-loader > div:nth-child(1) {
      top: 25px;
      left: 0;
      -webkit-animation: ball-spin-fade-loader 1s -0.96s infinite linear;
      animation: ball-spin-fade-loader 1s -0.96s infinite linear; }
    .ball-spin-fade-loader > div:nth-child(2) {
      top: 17.04545px;
      left: 17.04545px;
      -webkit-animation: ball-spin-fade-loader 1s -0.84s infinite linear;
      animation: ball-spin-fade-loader 1s -0.84s infinite linear; }
    .ball-spin-fade-loader > div:nth-child(3) {
      top: 0;
      left: 25px;
      -webkit-animation: ball-spin-fade-loader 1s -0.72s infinite linear;
      animation: ball-spin-fade-loader 1s -0.72s infinite linear; }
    .ball-spin-fade-loader > div:nth-child(4) {
      top: -17.04545px;
      left: 17.04545px;
      -webkit-animation: ball-spin-fade-loader 1s -0.6s infinite linear;
      animation: ball-spin-fade-loader 1s -0.6s infinite linear; }
    .ball-spin-fade-loader > div:nth-child(5) {
      top: -25px;
      left: 0;
      -webkit-animation: ball-spin-fade-loader 1s -0.48s infinite linear;
      animation: ball-spin-fade-loader 1s -0.48s infinite linear; }
    .ball-spin-fade-loader > div:nth-child(6) {
      top: -17.04545px;
      left: -17.04545px;
      -webkit-animation: ball-spin-fade-loader 1s -0.36s infinite linear;
      animation: ball-spin-fade-loader 1s -0.36s infinite linear; }
    .ball-spin-fade-loader > div:nth-child(7) {
      top: 0;
      left: -25px;
      -webkit-animation: ball-spin-fade-loader 1s -0.24s infinite linear;
      animation: ball-spin-fade-loader 1s -0.24s infinite linear; }
    .ball-spin-fade-loader > div:nth-child(8) {
      top: 17.04545px;
      left: -17.04545px;
      -webkit-animation: ball-spin-fade-loader 1s -0.12s infinite linear;
      animation: ball-spin-fade-loader 1s -0.12s infinite linear; }

.nowrap {
  display: inline-block;
  text-decoration: inherit;
  white-space: nowrap; }

.clear {
  clear: both; }

.cursor-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.cursor-grabbing {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.row {
  position: relative;
  z-index: 1; }
  .row::before {
    content: ' ';
    display: table; }
  .row::after {
    content: ' ';
    display: table;
    clear: both; }

.column {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  float: left;
  min-height: 2px; }

.large-offset-0 {
  margin-left: 0; }

.large-push-0 {
  left: auto;
  right: auto; }

.large-pull-0 {
  right: auto;
  left: auto; }

.large-1 {
  width: 8.33333%; }

.large-offset-1 {
  margin-left: 8.33333%; }

.large-push-1 {
  left: 8.33333%;
  right: auto; }

.large-pull-1 {
  right: 8.33333%;
  left: auto; }

.large-2 {
  width: 16.66667%; }

.large-offset-2 {
  margin-left: 16.66667%; }

.large-push-2 {
  left: 16.66667%;
  right: auto; }

.large-pull-2 {
  right: 16.66667%;
  left: auto; }

.large-3 {
  width: 25%; }

.large-offset-3 {
  margin-left: 25%; }

.large-push-3 {
  left: 25%;
  right: auto; }

.large-pull-3 {
  right: 25%;
  left: auto; }

.large-4 {
  width: 33.33333%; }

.large-offset-4 {
  margin-left: 33.33333%; }

.large-push-4 {
  left: 33.33333%;
  right: auto; }

.large-pull-4 {
  right: 33.33333%;
  left: auto; }

.large-5 {
  width: 41.66667%; }

.large-offset-5 {
  margin-left: 41.66667%; }

.large-push-5 {
  left: 41.66667%;
  right: auto; }

.large-pull-5 {
  right: 41.66667%;
  left: auto; }

.large-6 {
  width: 50%; }

.large-offset-6 {
  margin-left: 50%; }

.large-push-6 {
  left: 50%;
  right: auto; }

.large-pull-6 {
  right: 50%;
  left: auto; }

.large-7 {
  width: 58.33333%; }

.large-offset-7 {
  margin-left: 58.33333%; }

.large-push-7 {
  left: 58.33333%;
  right: auto; }

.large-pull-7 {
  right: 58.33333%;
  left: auto; }

.large-8 {
  width: 66.66667%; }

.large-offset-8 {
  margin-left: 66.66667%; }

.large-push-8 {
  left: 66.66667%;
  right: auto; }

.large-pull-8 {
  right: 66.66667%;
  left: auto; }

.large-9 {
  width: 75%; }

.large-offset-9 {
  margin-left: 75%; }

.large-push-9 {
  left: 75%;
  right: auto; }

.large-pull-9 {
  right: 75%;
  left: auto; }

.large-10 {
  width: 83.33333%; }

.large-offset-10 {
  margin-left: 83.33333%; }

.large-push-10 {
  left: 83.33333%;
  right: auto; }

.large-pull-10 {
  right: 83.33333%;
  left: auto; }

.large-11 {
  width: 91.66667%; }

.large-offset-11 {
  margin-left: 91.66667%; }

.large-push-11 {
  left: 91.66667%;
  right: auto; }

.large-pull-11 {
  right: 91.66667%;
  left: auto; }

.large-12 {
  width: 100%; }

.large-offset-12 {
  margin-left: 100%; }

.large-push-12 {
  left: 100%;
  right: auto; }

.large-pull-12 {
  right: 100%;
  left: auto; }

.large-centered {
  margin-left: auto;
  margin-right: auto;
  float: none; }

.large-uncentered {
  margin-left: 0;
  margin-right: 0; }

.large-last {
  float: right; }

.large-notlast {
  float: left; }

@media only screen and (min-width: 1442px) {
  .xlarge-offset-0 {
    margin-left: 0; }
  .xlarge-push-0 {
    left: auto;
    right: auto; }
  .xlarge-pull-0 {
    right: auto;
    left: auto; }
  .xlarge-1 {
    width: 8.33333%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-push-1 {
    left: 8.33333%;
    right: auto; }
  .xlarge-pull-1 {
    right: 8.33333%;
    left: auto; }
  .xlarge-2 {
    width: 16.66667%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-push-2 {
    left: 16.66667%;
    right: auto; }
  .xlarge-pull-2 {
    right: 16.66667%;
    left: auto; }
  .xlarge-3 {
    width: 25%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-push-3 {
    left: 25%;
    right: auto; }
  .xlarge-pull-3 {
    right: 25%;
    left: auto; }
  .xlarge-4 {
    width: 33.33333%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-push-4 {
    left: 33.33333%;
    right: auto; }
  .xlarge-pull-4 {
    right: 33.33333%;
    left: auto; }
  .xlarge-5 {
    width: 41.66667%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-push-5 {
    left: 41.66667%;
    right: auto; }
  .xlarge-pull-5 {
    right: 41.66667%;
    left: auto; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-push-6 {
    left: 50%;
    right: auto; }
  .xlarge-pull-6 {
    right: 50%;
    left: auto; }
  .xlarge-7 {
    width: 58.33333%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-push-7 {
    left: 58.33333%;
    right: auto; }
  .xlarge-pull-7 {
    right: 58.33333%;
    left: auto; }
  .xlarge-8 {
    width: 66.66667%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-push-8 {
    left: 66.66667%;
    right: auto; }
  .xlarge-pull-8 {
    right: 66.66667%;
    left: auto; }
  .xlarge-9 {
    width: 75%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-push-9 {
    left: 75%;
    right: auto; }
  .xlarge-pull-9 {
    right: 75%;
    left: auto; }
  .xlarge-10 {
    width: 83.33333%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-push-10 {
    left: 83.33333%;
    right: auto; }
  .xlarge-pull-10 {
    right: 83.33333%;
    left: auto; }
  .xlarge-11 {
    width: 91.66667%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-push-11 {
    left: 91.66667%;
    right: auto; }
  .xlarge-pull-11 {
    right: 91.66667%;
    left: auto; }
  .xlarge-12 {
    width: 100%; }
  .xlarge-offset-12 {
    margin-left: 100%; }
  .xlarge-push-12 {
    left: 100%;
    right: auto; }
  .xlarge-pull-12 {
    right: 100%;
    left: auto; }
  .xlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .xlarge-uncentered {
    margin-left: 0;
    margin-right: 0; }
  .xlarge-last {
    float: right; }
  .xlarge-notlast {
    float: left; } }

@media only screen and (max-width: 1068px) {
  .medium-offset-0 {
    margin-left: 0; }
  .medium-push-0 {
    left: auto;
    right: auto; }
  .medium-pull-0 {
    right: auto;
    left: auto; }
  .medium-1 {
    width: 8.33333%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-push-1 {
    left: 8.33333%;
    right: auto; }
  .medium-pull-1 {
    right: 8.33333%;
    left: auto; }
  .medium-2 {
    width: 16.66667%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-push-2 {
    left: 16.66667%;
    right: auto; }
  .medium-pull-2 {
    right: 16.66667%;
    left: auto; }
  .medium-3 {
    width: 25%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-push-3 {
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    right: 25%;
    left: auto; }
  .medium-4 {
    width: 33.33333%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-push-4 {
    left: 33.33333%;
    right: auto; }
  .medium-pull-4 {
    right: 33.33333%;
    left: auto; }
  .medium-5 {
    width: 41.66667%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-push-5 {
    left: 41.66667%;
    right: auto; }
  .medium-pull-5 {
    right: 41.66667%;
    left: auto; }
  .medium-6 {
    width: 50%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-push-6 {
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    right: 50%;
    left: auto; }
  .medium-7 {
    width: 58.33333%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-push-7 {
    left: 58.33333%;
    right: auto; }
  .medium-pull-7 {
    right: 58.33333%;
    left: auto; }
  .medium-8 {
    width: 66.66667%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-push-8 {
    left: 66.66667%;
    right: auto; }
  .medium-pull-8 {
    right: 66.66667%;
    left: auto; }
  .medium-9 {
    width: 75%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-push-9 {
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    right: 75%;
    left: auto; }
  .medium-10 {
    width: 83.33333%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-push-10 {
    left: 83.33333%;
    right: auto; }
  .medium-pull-10 {
    right: 83.33333%;
    left: auto; }
  .medium-11 {
    width: 91.66667%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-push-11 {
    left: 91.66667%;
    right: auto; }
  .medium-pull-11 {
    right: 91.66667%;
    left: auto; }
  .medium-12 {
    width: 100%; }
  .medium-offset-12 {
    margin-left: 100%; }
  .medium-push-12 {
    left: 100%;
    right: auto; }
  .medium-pull-12 {
    right: 100%;
    left: auto; }
  .medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .medium-uncentered {
    margin-left: 0;
    margin-right: 0; }
  .medium-last {
    float: right; }
  .medium-notlast {
    float: left; } }

@media only screen and (max-width: 735px) {
  .small-offset-0 {
    margin-left: 0; }
  .small-push-0 {
    left: auto;
    right: auto; }
  .small-pull-0 {
    right: auto;
    left: auto; }
  .small-1 {
    width: 8.33333%; }
  .small-offset-1 {
    margin-left: 8.33333%; }
  .small-push-1 {
    left: 8.33333%;
    right: auto; }
  .small-pull-1 {
    right: 8.33333%;
    left: auto; }
  .small-2 {
    width: 16.66667%; }
  .small-offset-2 {
    margin-left: 16.66667%; }
  .small-push-2 {
    left: 16.66667%;
    right: auto; }
  .small-pull-2 {
    right: 16.66667%;
    left: auto; }
  .small-3 {
    width: 25%; }
  .small-offset-3 {
    margin-left: 25%; }
  .small-push-3 {
    left: 25%;
    right: auto; }
  .small-pull-3 {
    right: 25%;
    left: auto; }
  .small-4 {
    width: 33.33333%; }
  .small-offset-4 {
    margin-left: 33.33333%; }
  .small-push-4 {
    left: 33.33333%;
    right: auto; }
  .small-pull-4 {
    right: 33.33333%;
    left: auto; }
  .small-5 {
    width: 41.66667%; }
  .small-offset-5 {
    margin-left: 41.66667%; }
  .small-push-5 {
    left: 41.66667%;
    right: auto; }
  .small-pull-5 {
    right: 41.66667%;
    left: auto; }
  .small-6 {
    width: 50%; }
  .small-offset-6 {
    margin-left: 50%; }
  .small-push-6 {
    left: 50%;
    right: auto; }
  .small-pull-6 {
    right: 50%;
    left: auto; }
  .small-7 {
    width: 58.33333%; }
  .small-offset-7 {
    margin-left: 58.33333%; }
  .small-push-7 {
    left: 58.33333%;
    right: auto; }
  .small-pull-7 {
    right: 58.33333%;
    left: auto; }
  .small-8 {
    width: 66.66667%; }
  .small-offset-8 {
    margin-left: 66.66667%; }
  .small-push-8 {
    left: 66.66667%;
    right: auto; }
  .small-pull-8 {
    right: 66.66667%;
    left: auto; }
  .small-9 {
    width: 75%; }
  .small-offset-9 {
    margin-left: 75%; }
  .small-push-9 {
    left: 75%;
    right: auto; }
  .small-pull-9 {
    right: 75%;
    left: auto; }
  .small-10 {
    width: 83.33333%; }
  .small-offset-10 {
    margin-left: 83.33333%; }
  .small-push-10 {
    left: 83.33333%;
    right: auto; }
  .small-pull-10 {
    right: 83.33333%;
    left: auto; }
  .small-11 {
    width: 91.66667%; }
  .small-offset-11 {
    margin-left: 91.66667%; }
  .small-push-11 {
    left: 91.66667%;
    right: auto; }
  .small-pull-11 {
    right: 91.66667%;
    left: auto; }
  .small-12 {
    width: 100%; }
  .small-offset-12 {
    margin-left: 100%; }
  .small-push-12 {
    left: 100%;
    right: auto; }
  .small-pull-12 {
    right: 100%;
    left: auto; }
  .small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .small-uncentered {
    margin-left: 0;
    margin-right: 0; }
  .small-last {
    float: right; }
  .small-notlast {
    float: left; } }

.section-content {
  margin-left: auto;
  margin-right: auto;
  width: 980px; }

@media only screen and (min-width: 1442px) {
  .section-content {
    margin-left: auto;
    margin-right: auto;
    width: 980px; } }

@media only screen and (max-width: 1068px) {
  .section-content {
    margin-left: auto;
    margin-right: auto;
    width: 692px; } }

@media only screen and (max-width: 735px) {
  .section-content {
    margin-left: auto;
    margin-right: auto;
    width: 87.5%; } }

.delay-1 {
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms; }

.duration-1 {
  -webkit-animation-duration: 100ms;
          animation-duration: 100ms; }

.delay-2 {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms; }

.duration-2 {
  -webkit-animation-duration: 200ms;
          animation-duration: 200ms; }

.delay-3 {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms; }

.duration-3 {
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms; }

.delay-4 {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms; }

.duration-4 {
  -webkit-animation-duration: 400ms;
          animation-duration: 400ms; }

.delay-5 {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms; }

.duration-5 {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms; }

.delay-6 {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms; }

.duration-6 {
  -webkit-animation-duration: 600ms;
          animation-duration: 600ms; }

.delay-7 {
  -webkit-animation-delay: 700ms;
          animation-delay: 700ms; }

.duration-7 {
  -webkit-animation-duration: 700ms;
          animation-duration: 700ms; }

.delay-8 {
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms; }

.duration-8 {
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms; }

.delay-9 {
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms; }

.duration-9 {
  -webkit-animation-duration: 900ms;
          animation-duration: 900ms; }

.delay-10 {
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms; }

.duration-10 {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms; }

.delay-11 {
  -webkit-animation-delay: 1100ms;
          animation-delay: 1100ms; }

.duration-11 {
  -webkit-animation-duration: 1100ms;
          animation-duration: 1100ms; }

.delay-12 {
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms; }

.duration-12 {
  -webkit-animation-duration: 1200ms;
          animation-duration: 1200ms; }

.delay-13 {
  -webkit-animation-delay: 1300ms;
          animation-delay: 1300ms; }

.duration-13 {
  -webkit-animation-duration: 1300ms;
          animation-duration: 1300ms; }

.delay-14 {
  -webkit-animation-delay: 1400ms;
          animation-delay: 1400ms; }

.duration-14 {
  -webkit-animation-duration: 1400ms;
          animation-duration: 1400ms; }

.delay-15 {
  -webkit-animation-delay: 1500ms;
          animation-delay: 1500ms; }

.duration-15 {
  -webkit-animation-duration: 1500ms;
          animation-duration: 1500ms; }

.delay-16 {
  -webkit-animation-delay: 1600ms;
          animation-delay: 1600ms; }

.duration-16 {
  -webkit-animation-duration: 1600ms;
          animation-duration: 1600ms; }

.delay-17 {
  -webkit-animation-delay: 1700ms;
          animation-delay: 1700ms; }

.duration-17 {
  -webkit-animation-duration: 1700ms;
          animation-duration: 1700ms; }

.delay-18 {
  -webkit-animation-delay: 1800ms;
          animation-delay: 1800ms; }

.duration-18 {
  -webkit-animation-duration: 1800ms;
          animation-duration: 1800ms; }

.delay-19 {
  -webkit-animation-delay: 1900ms;
          animation-delay: 1900ms; }

.duration-19 {
  -webkit-animation-duration: 1900ms;
          animation-duration: 1900ms; }

.delay-20 {
  -webkit-animation-delay: 2000ms;
          animation-delay: 2000ms; }

.duration-20 {
  -webkit-animation-duration: 2000ms;
          animation-duration: 2000ms; }

.delay-21 {
  -webkit-animation-delay: 2100ms;
          animation-delay: 2100ms; }

.duration-21 {
  -webkit-animation-duration: 2100ms;
          animation-duration: 2100ms; }

.delay-22 {
  -webkit-animation-delay: 2200ms;
          animation-delay: 2200ms; }

.duration-22 {
  -webkit-animation-duration: 2200ms;
          animation-duration: 2200ms; }

.delay-23 {
  -webkit-animation-delay: 2300ms;
          animation-delay: 2300ms; }

.duration-23 {
  -webkit-animation-duration: 2300ms;
          animation-duration: 2300ms; }

.delay-24 {
  -webkit-animation-delay: 2400ms;
          animation-delay: 2400ms; }

.duration-24 {
  -webkit-animation-duration: 2400ms;
          animation-duration: 2400ms; }

.delay-25 {
  -webkit-animation-delay: 2500ms;
          animation-delay: 2500ms; }

.duration-25 {
  -webkit-animation-duration: 2500ms;
          animation-duration: 2500ms; }

.delay-26 {
  -webkit-animation-delay: 2600ms;
          animation-delay: 2600ms; }

.duration-26 {
  -webkit-animation-duration: 2600ms;
          animation-duration: 2600ms; }

.delay-27 {
  -webkit-animation-delay: 2700ms;
          animation-delay: 2700ms; }

.duration-27 {
  -webkit-animation-duration: 2700ms;
          animation-duration: 2700ms; }

.delay-28 {
  -webkit-animation-delay: 2800ms;
          animation-delay: 2800ms; }

.duration-28 {
  -webkit-animation-duration: 2800ms;
          animation-duration: 2800ms; }

.delay-29 {
  -webkit-animation-delay: 2900ms;
          animation-delay: 2900ms; }

.duration-29 {
  -webkit-animation-duration: 2900ms;
          animation-duration: 2900ms; }

.delay-30 {
  -webkit-animation-delay: 3000ms;
          animation-delay: 3000ms; }

.duration-30 {
  -webkit-animation-duration: 3000ms;
          animation-duration: 3000ms; }

@-webkit-keyframes second {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes second {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

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

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

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

html, body {
  width: 100%;
  height: 100%; }

body {
  color: #fff;
  background-color: #000; }

video {
  width: 100%;
  height: auto; }

body.pop-open {
  position: fixed;
  width: 100%; }

.wechat-share-hide, .load-before {
  position: absolute;
  top: -1000px;
  left: 0px;
  display: none;
  width: 1px;
  height: 1px; }

.playsound {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 9.0625%;
  margin: 0 auto;
  z-index: 99;
  font-size: 0; }
  .iphone4 .playsound {
    width: 7.25%; }
  .playsound .play {
    -webkit-animation: second 4s ease;
            animation: second 4s ease;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }

.pop {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  overflow: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  display: none;
  background: url("http://image.giccoo.com/projects/friso/img/m-pop-bg.png") repeat top center;
  background-size: 100% 1px;
  background-color: transparent;
  z-index: 10009;
  -webkit-animation: fadeIn 1s ease-out;
          animation: fadeIn 1s ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: initial;
          animation-iteration-count: initial; }
  .pop .content {
    font-size: 0; }
    .pop .content .close {
      width: 9.375%;
      margin: 0 auto; }
      .iphone4 .pop .content .close {
        width: 9.375%; }
  .pop.on {
    display: block; }
  .pop .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 11.40625%;
    margin: 0 auto;
    font-size: 0; }
    .iphone4 .pop .close {
      width: 11.40625%; }
  .pop .banner {
    width: 100%; }
  .pop .video, .pop .pop-text {
    width: 90%;
    margin: 0 auto; }
  .pop .video {
    margin-top: 20px; }
  .pop .pop-free, .pop .pop-focus {
    width: 84%;
    margin: 0 auto;
    margin-top: 20px; }
  .pop .pop-legal {
    margin-top: 20px;
    padding-bottom: 40px; }
  .pop .pop-text {
    color: #7a512d;
    width: 80%;
    margin: 0 auto; }
    .pop .pop-text h3 {
      text-align: center;
      font-size: 1rem; }
      @media only screen and (min-width: 321px) and (max-width: 399px) {
        .pop .pop-text h3 {
          font-size: 1.1rem; } }
      @media only screen and (min-width: 321px) and (max-device-width: 375px) and (max-width: 399px) {
        .pop .pop-text h3 {
          font-size: 1.1rem; } }
      @media only screen and (min-width: 399px) and (max-width: 767px) {
        .pop .pop-text h3 {
          font-size: 1.2rem; } }
      @media only screen and (min-width: 399px) and (max-width: 768px) and (max-device-width: 768px) {
        .pop .pop-text h3 {
          font-size: 1.2rem; } }
    .pop .pop-text p {
      font-size: 0.8rem; }
      @media only screen and (min-width: 321px) and (max-width: 399px) {
        .pop .pop-text p {
          font-size: 0.88rem; } }
      @media only screen and (min-width: 321px) and (max-device-width: 375px) and (max-width: 399px) {
        .pop .pop-text p {
          font-size: 0.88rem; } }
      @media only screen and (min-width: 399px) and (max-width: 767px) {
        .pop .pop-text p {
          font-size: 0.96rem; } }
      @media only screen and (min-width: 399px) and (max-width: 768px) and (max-device-width: 768px) {
        .pop .pop-text p {
          font-size: 0.96rem; } }
    .pop .pop-text h4 {
      font-size: 0.8rem; }
      @media only screen and (min-width: 321px) and (max-width: 399px) {
        .pop .pop-text h4 {
          font-size: 0.88rem; } }
      @media only screen and (min-width: 321px) and (max-device-width: 375px) and (max-width: 399px) {
        .pop .pop-text h4 {
          font-size: 0.88rem; } }
      @media only screen and (min-width: 399px) and (max-width: 767px) {
        .pop .pop-text h4 {
          font-size: 0.96rem; } }
      @media only screen and (min-width: 399px) and (max-width: 768px) and (max-device-width: 768px) {
        .pop .pop-text h4 {
          font-size: 0.96rem; } }

.qrpage {
  width: 100%;
  height: 100%;
  text-align: center;
  display: none; }
  .qrpage .content {
    margin: 0 auto;
    margin-top: 20%;
    display: inline-block;
    color: #000;
    width: 180px; }

.main, .qrpage {
  background: url("http://image.giccoo.com/projects/friso/img/m-bg.png") repeat top center;
  background-size: 100% 1px;
  background-color: transparent; }
  .main .logo, .main .banner, .main .footer, .qrpage .logo, .qrpage .banner, .qrpage .footer {
    font-size: 0; }
  .main .logo, .qrpage .logo {
    position: absolute;
    top: 71.5%;
    right: 0.3%;
    width: 24.53125%;
    margin: 0 auto;
    z-index: 1001; }
    .iphone4 .main .logo, .iphone4 .qrpage .logo {
      width: 24.53125%; }
    .main .logo.scroll, .qrpage .logo.scroll {
      position: fixed;
      top: 0;
      right: 0.3%; }
  .main .banner, .qrpage .banner {
    width: 100%;
    position: relative; }
  .main .age, .qrpage .age {
    width: 92.5%;
    margin: 0 auto; }
    .main .age .age-box, .qrpage .age .age-box {
      background: url("http://image.giccoo.com/projects/friso/img/m-q-bg.jpg") no-repeat top center;
      background-size: 100% 100%;
      background-color: transparent;
      padding: 35px 20px; }
      .main .age .age-box p, .qrpage .age .age-box p {
        margin: 0 auto;
        font-size: 0.8rem;
        color: #7a512d;
        line-height: 1.8em; }
        @media only screen and (min-width: 321px) and (max-width: 399px) {
          .main .age .age-box p, .qrpage .age .age-box p {
            font-size: 0.88rem; } }
        @media only screen and (min-width: 321px) and (max-device-width: 375px) and (max-width: 399px) {
          .main .age .age-box p, .qrpage .age .age-box p {
            font-size: 0.88rem; } }
        @media only screen and (min-width: 399px) and (max-width: 767px) {
          .main .age .age-box p, .qrpage .age .age-box p {
            font-size: 0.96rem; } }
        @media only screen and (min-width: 399px) and (max-width: 768px) and (max-device-width: 768px) {
          .main .age .age-box p, .qrpage .age .age-box p {
            font-size: 0.96rem; } }
  .main .line, .qrpage .line {
    margin-top: -15px; }
  .main .ten-q, .qrpage .ten-q {
    width: 92%;
    margin: 0 auto;
    margin-top: 45px; }
  .main .tzw .title, .qrpage .tzw .title {
    font-size: 0; }
  .main .tzw .content, .qrpage .tzw .content {
    background: url("http://image.giccoo.com/projects/friso/img/m-tzw-bg.jpg") repeat top center;
    background-size: 100% 1px;
    background-color: transparent;
    position: relative;
    min-height: 200px; }
    .main .tzw .content .footer, .qrpage .tzw .content .footer {
      font-size: 0;
      padding-top: 20px; }
    .main .tzw .content .outlink, .qrpage .tzw .content .outlink {
      position: absolute;
      bottom: -22px;
      left: 50%;
      width: 31.25%;
      margin: 0 auto;
      height: 50px;
      background: url("http://image.giccoo.com/projects/friso/img/m-iwask.png") no-repeat center center;
      background-size: contain;
      background-color: transparent;
      font-size: 0;
      margin-left: -15.5%; }
      .iphone4 .main .tzw .content .outlink, .iphone4 .qrpage .tzw .content .outlink {
        width: 31.25%; }
      .main .tzw .content .outlink img, .qrpage .tzw .content .outlink img {
        display: none; }
    .main .tzw .content h2, .qrpage .tzw .content h2 {
      font-size: 1rem;
      width: 80%;
      margin: 0 auto;
      padding: 15px 0;
      font-weight: 400;
      color: #7a512d; }
      @media only screen and (min-width: 321px) and (max-width: 399px) {
        .main .tzw .content h2, .qrpage .tzw .content h2 {
          font-size: 1.1rem; } }
      @media only screen and (min-width: 321px) and (max-device-width: 375px) and (max-width: 399px) {
        .main .tzw .content h2, .qrpage .tzw .content h2 {
          font-size: 1.1rem; } }
      @media only screen and (min-width: 399px) and (max-width: 767px) {
        .main .tzw .content h2, .qrpage .tzw .content h2 {
          font-size: 1.2rem; } }
      @media only screen and (min-width: 399px) and (max-width: 768px) and (max-device-width: 768px) {
        .main .tzw .content h2, .qrpage .tzw .content h2 {
          font-size: 1.2rem; } }
    .main .tzw .content .answer-box, .qrpage .tzw .content .answer-box {
      width: 82%;
      margin: 0 auto;
      background: url("http://image.giccoo.com/projects/friso/img/m-answer-bg.png") repeat top center;
      background-size: 100% 1px;
      background-color: transparent;
      border-radius: 6px;
      border: solid 1px #a7852c; }
      .main .tzw .content .answer-box .answer, .qrpage .tzw .content .answer-box .answer {
        border-bottom: solid 1px #a7852c;
        padding: 15px;
        font-size: 0.8rem; }
        @media only screen and (min-width: 321px) and (max-width: 399px) {
          .main .tzw .content .answer-box .answer, .qrpage .tzw .content .answer-box .answer {
            font-size: 0.88rem; } }
        @media only screen and (min-width: 321px) and (max-device-width: 375px) and (max-width: 399px) {
          .main .tzw .content .answer-box .answer, .qrpage .tzw .content .answer-box .answer {
            font-size: 0.88rem; } }
        @media only screen and (min-width: 399px) and (max-width: 767px) {
          .main .tzw .content .answer-box .answer, .qrpage .tzw .content .answer-box .answer {
            font-size: 0.96rem; } }
        @media only screen and (min-width: 399px) and (max-width: 768px) and (max-device-width: 768px) {
          .main .tzw .content .answer-box .answer, .qrpage .tzw .content .answer-box .answer {
            font-size: 0.96rem; } }
        .main .tzw .content .answer-box .answer:last-child, .qrpage .tzw .content .answer-box .answer:last-child {
          border-bottom: none; }
        .main .tzw .content .answer-box .answer .by, .qrpage .tzw .content .answer-box .answer .by {
          display: inline-block;
          font-size: 0.8rem;
          width: 100%;
          color: #7a512d;
          padding-bottom: 6px; }
          @media only screen and (min-width: 321px) and (max-width: 399px) {
            .main .tzw .content .answer-box .answer .by, .qrpage .tzw .content .answer-box .answer .by {
              font-size: 0.88rem; } }
          @media only screen and (min-width: 321px) and (max-device-width: 375px) and (max-width: 399px) {
            .main .tzw .content .answer-box .answer .by, .qrpage .tzw .content .answer-box .answer .by {
              font-size: 0.88rem; } }
          @media only screen and (min-width: 399px) and (max-width: 767px) {
            .main .tzw .content .answer-box .answer .by, .qrpage .tzw .content .answer-box .answer .by {
              font-size: 0.96rem; } }
          @media only screen and (min-width: 399px) and (max-width: 768px) and (max-device-width: 768px) {
            .main .tzw .content .answer-box .answer .by, .qrpage .tzw .content .answer-box .answer .by {
              font-size: 0.96rem; } }
        .main .tzw .content .answer-box .answer .answer-text, .qrpage .tzw .content .answer-box .answer .answer-text {
          margin: 0 auto;
          display: inline-block;
          font-size: 0.8rem;
          width: 100%;
          line-height: 1.2em;
          color: #3b3b3d; }
          @media only screen and (min-width: 321px) and (max-width: 399px) {
            .main .tzw .content .answer-box .answer .answer-text, .qrpage .tzw .content .answer-box .answer .answer-text {
              font-size: 0.88rem; } }
          @media only screen and (min-width: 321px) and (max-device-width: 375px) and (max-width: 399px) {
            .main .tzw .content .answer-box .answer .answer-text, .qrpage .tzw .content .answer-box .answer .answer-text {
              font-size: 0.88rem; } }
          @media only screen and (min-width: 399px) and (max-width: 767px) {
            .main .tzw .content .answer-box .answer .answer-text, .qrpage .tzw .content .answer-box .answer .answer-text {
              font-size: 0.96rem; } }
          @media only screen and (min-width: 399px) and (max-width: 768px) and (max-device-width: 768px) {
            .main .tzw .content .answer-box .answer .answer-text, .qrpage .tzw .content .answer-box .answer .answer-text {
              font-size: 0.96rem; } }
          .main .tzw .content .answer-box .answer .answer-text img, .qrpage .tzw .content .answer-box .answer .answer-text img {
            vertical-align: top;
            float: left;
            max-width: 25%;
            margin-right: 10px;
            margin-bottom: 10px; }
  .main .free, .qrpage .free {
    width: 80%;
    margin: 0 auto;
    margin-top: 25px; }
  .main .q-list, .qrpage .q-list {
    position: relative;
    width: 92.5%;
    margin: 0 auto;
    min-height: 200px; }
    .main .q-list .loading, .qrpage .q-list .loading {
      position: absolute;
      top: 50%;
      left: 50%; }
    .main .q-list .question-list .question-box, .qrpage .q-list .question-list .question-box {
      background: url("http://image.giccoo.com/projects/friso/img/m-q-bg-2.jpg") no-repeat top center;
      background-size: 100% 100%;
      background-color: transparent;
      margin-top: 45px;
      padding-bottom: 40px;
      position: relative; }
      .main .q-list .question-list .question-box .outlink, .qrpage .q-list .question-list .question-box .outlink {
        position: absolute;
        bottom: -22px;
        left: 50%;
        width: 31.25%;
        margin: 0 auto;
        height: 50px;
        background: url("http://image.giccoo.com/projects/friso/img/outlink.png") no-repeat center center;
        background-size: contain;
        background-color: transparent;
        font-size: 0;
        margin-left: -15.5%; }
        .iphone4 .main .q-list .question-list .question-box .outlink, .iphone4 .qrpage .q-list .question-list .question-box .outlink {
          width: 31.25%; }
        .main .q-list .question-list .question-box .outlink img, .qrpage .q-list .question-list .question-box .outlink img {
          display: none; }
      .main .q-list .question-list .question-box .title, .qrpage .q-list .question-list .question-box .title {
        color: #7a512d;
        padding: 15px 40px;
        padding-left: 30%;
        position: relative;
        cursor: pointer; }
        .main .q-list .question-list .question-box .title h2, .main .q-list .question-list .question-box .title p, .qrpage .q-list .question-list .question-box .title h2, .qrpage .q-list .question-list .question-box .title p {
          margin: 0 auto; }
        .main .q-list .question-list .question-box .title h2, .qrpage .q-list .question-list .question-box .title h2 {
          font-size: 1rem;
          font-weight: 400;
          line-height: 1.2em; }
          @media only screen and (min-width: 321px) and (max-width: 399px) {
            .main .q-list .question-list .question-box .title h2, .qrpage .q-list .question-list .question-box .title h2 {
              font-size: 1.1rem; } }
          @media only screen and (min-width: 321px) and (max-device-width: 375px) and (max-width: 399px) {
            .main .q-list .question-list .question-box .title h2, .qrpage .q-list .question-list .question-box .title h2 {
              font-size: 1.1rem; } }
          @media only screen and (min-width: 399px) and (max-width: 767px) {
            .main .q-list .question-list .question-box .title h2, .qrpage .q-list .question-list .question-box .title h2 {
              font-size: 1.2rem; } }
          @media only screen and (min-width: 399px) and (max-width: 768px) and (max-device-width: 768px) {
            .main .q-list .question-list .question-box .title h2, .qrpage .q-list .question-list .question-box .title h2 {
              font-size: 1.2rem; } }
        .main .q-list .question-list .question-box .title p, .qrpage .q-list .question-list .question-box .title p {
          font-size: 0.8rem; }
          @media only screen and (min-width: 321px) and (max-width: 399px) {
            .main .q-list .question-list .question-box .title p, .qrpage .q-list .question-list .question-box .title p {
              font-size: 0.88rem; } }
          @media only screen and (min-width: 321px) and (max-device-width: 375px) and (max-width: 399px) {
            .main .q-list .question-list .question-box .title p, .qrpage .q-list .question-list .question-box .title p {
              font-size: 0.88rem; } }
          @media only screen and (min-width: 399px) and (max-width: 767px) {
            .main .q-list .question-list .question-box .title p, .qrpage .q-list .question-list .question-box .title p {
              font-size: 0.96rem; } }
          @media only screen and (min-width: 399px) and (max-width: 768px) and (max-device-width: 768px) {
            .main .q-list .question-list .question-box .title p, .qrpage .q-list .question-list .question-box .title p {
              font-size: 0.96rem; } }
        .main .q-list .question-list .question-box .title .numbs, .qrpage .q-list .question-list .question-box .title .numbs {
          margin-top: 6px; }
        .main .q-list .question-list .question-box .title .icon, .qrpage .q-list .question-list .question-box .title .icon {
          position: absolute;
          top: 0%;
          left: -2.3%;
          width: 32.0945945946%;
          margin: 0 auto;
          height: 100%;
          background: url("http://image.giccoo.com/projects/friso/img/m-icon-an.png") no-repeat left center;
          background-size: contain;
          background-color: transparent; }
          .iphone4 .main .q-list .question-list .question-box .title .icon, .iphone4 .qrpage .q-list .question-list .question-box .title .icon {
            width: 32.0945945946%; }
        .main .q-list .question-list .question-box .title .icon-more, .qrpage .q-list .question-list .question-box .title .icon-more {
          background: url("http://image.giccoo.com/projects/friso/img/m-icon-more.png") no-repeat left center;
          background-size: contain;
          background-color: transparent;
          width: 20px;
          height: 20px;
          position: absolute;
          top: 50%;
          right: 10px;
          left: auto;
          margin-top: -10px; }
      .main .q-list .question-list .question-box .answer-box, .qrpage .q-list .question-list .question-box .answer-box {
        width: 90%;
        margin: 0 auto;
        background: url("http://image.giccoo.com/projects/friso/img/m-answer-bg.png") repeat top center;
        background-size: 100% 1px;
        background-color: transparent;
        border-radius: 6px;
        border: solid 1px #a7852c; }
        .main .q-list .question-list .question-box .answer-box .answer, .qrpage .q-list .question-list .question-box .answer-box .answer {
          border-bottom: solid 1px #a7852c;
          padding: 15px;
          font-size: 0.8rem; }
          @media only screen and (min-width: 321px) and (max-width: 399px) {
            .main .q-list .question-list .question-box .answer-box .answer, .qrpage .q-list .question-list .question-box .answer-box .answer {
              font-size: 0.88rem; } }
          @media only screen and (min-width: 321px) and (max-device-width: 375px) and (max-width: 399px) {
            .main .q-list .question-list .question-box .answer-box .answer, .qrpage .q-list .question-list .question-box .answer-box .answer {
              font-size: 0.88rem; } }
          @media only screen and (min-width: 399px) and (max-width: 767px) {
            .main .q-list .question-list .question-box .answer-box .answer, .qrpage .q-list .question-list .question-box .answer-box .answer {
              font-size: 0.96rem; } }
          @media only screen and (min-width: 399px) and (max-width: 768px) and (max-device-width: 768px) {
            .main .q-list .question-list .question-box .answer-box .answer, .qrpage .q-list .question-list .question-box .answer-box .answer {
              font-size: 0.96rem; } }
          .main .q-list .question-list .question-box .answer-box .answer:last-child, .qrpage .q-list .question-list .question-box .answer-box .answer:last-child {
            border-bottom: none; }
          .main .q-list .question-list .question-box .answer-box .answer .by, .qrpage .q-list .question-list .question-box .answer-box .answer .by {
            display: inline-block;
            font-size: 0.8rem;
            width: 100%;
            color: #7a512d;
            padding-bottom: 6px; }
            @media only screen and (min-width: 321px) and (max-width: 399px) {
              .main .q-list .question-list .question-box .answer-box .answer .by, .qrpage .q-list .question-list .question-box .answer-box .answer .by {
                font-size: 0.88rem; } }
            @media only screen and (min-width: 321px) and (max-device-width: 375px) and (max-width: 399px) {
              .main .q-list .question-list .question-box .answer-box .answer .by, .qrpage .q-list .question-list .question-box .answer-box .answer .by {
                font-size: 0.88rem; } }
            @media only screen and (min-width: 399px) and (max-width: 767px) {
              .main .q-list .question-list .question-box .answer-box .answer .by, .qrpage .q-list .question-list .question-box .answer-box .answer .by {
                font-size: 0.96rem; } }
            @media only screen and (min-width: 399px) and (max-width: 768px) and (max-device-width: 768px) {
              .main .q-list .question-list .question-box .answer-box .answer .by, .qrpage .q-list .question-list .question-box .answer-box .answer .by {
                font-size: 0.96rem; } }
          .main .q-list .question-list .question-box .answer-box .answer .answer-text, .qrpage .q-list .question-list .question-box .answer-box .answer .answer-text {
            margin: 0 auto;
            display: inline-block;
            font-size: 0.8rem;
            width: 100%;
            line-height: 1.2em;
            color: #3b3b3d; }
            @media only screen and (min-width: 321px) and (max-width: 399px) {
              .main .q-list .question-list .question-box .answer-box .answer .answer-text, .qrpage .q-list .question-list .question-box .answer-box .answer .answer-text {
                font-size: 0.88rem; } }
            @media only screen and (min-width: 321px) and (max-device-width: 375px) and (max-width: 399px) {
              .main .q-list .question-list .question-box .answer-box .answer .answer-text, .qrpage .q-list .question-list .question-box .answer-box .answer .answer-text {
                font-size: 0.88rem; } }
            @media only screen and (min-width: 399px) and (max-width: 767px) {
              .main .q-list .question-list .question-box .answer-box .answer .answer-text, .qrpage .q-list .question-list .question-box .answer-box .answer .answer-text {
                font-size: 0.96rem; } }
            @media only screen and (min-width: 399px) and (max-width: 768px) and (max-device-width: 768px) {
              .main .q-list .question-list .question-box .answer-box .answer .answer-text, .qrpage .q-list .question-list .question-box .answer-box .answer .answer-text {
                font-size: 0.96rem; } }
            .main .q-list .question-list .question-box .answer-box .answer .answer-text a, .qrpage .q-list .question-list .question-box .answer-box .answer .answer-text a {
              color: #3b3b3d; }
            .main .q-list .question-list .question-box .answer-box .answer .answer-text img, .qrpage .q-list .question-list .question-box .answer-box .answer .answer-text img {
              vertical-align: top;
              float: left;
              max-width: 25%;
              margin-right: 10px;
              margin-bottom: 10px; }
      .main .q-list .question-list .question-box.on, .qrpage .q-list .question-list .question-box.on {
        background: url("http://image.giccoo.com/projects/friso/img/m-q-bg-small.png") no-repeat top center;
        background-size: 100% 100%;
        background-color: transparent;
        padding-bottom: 10px; }
        .main .q-list .question-list .question-box.on .icon-more, .qrpage .q-list .question-list .question-box.on .icon-more {
          background: url("http://image.giccoo.com/projects/friso/img/m-icon-more.png") no-repeat left center;
          background-size: contain;
          background-color: transparent;
          -webkit-transform: scale3d(1, -1, 1);
                  transform: scale3d(1, -1, 1); }
        .main .q-list .question-list .question-box.on .answer-box, .qrpage .q-list .question-list .question-box.on .answer-box {
          display: none; }
        .main .q-list .question-list .question-box.on .outlink, .qrpage .q-list .question-list .question-box.on .outlink {
          display: none; }
    .main .q-list .new-list .question-list .question-box.new .answer-box, .qrpage .q-list .new-list .question-list .question-box.new .answer-box {
      border: none; }
      .main .q-list .new-list .question-list .question-box.new .answer-box .answer, .qrpage .q-list .new-list .question-list .question-box.new .answer-box .answer {
        padding: 8px 15px;
        position: relative;
        border: solid 1px #a7852c;
        margin-top: 5%;
        border-radius: 6px; }
        .main .q-list .new-list .question-list .question-box.new .answer-box .answer:first-child, .qrpage .q-list .new-list .question-list .question-box.new .answer-box .answer:first-child {
          margin-top: 0; }
        .main .q-list .new-list .question-list .question-box.new .answer-box .answer:nth-child(1) .likeanswer, .qrpage .q-list .new-list .question-list .question-box.new .answer-box .answer:nth-child(1) .likeanswer {
          margin-right: 15.46875%; }
        .main .q-list .new-list .question-list .question-box.new .answer-box .answer:nth-child(1):after, .qrpage .q-list .new-list .question-list .question-box.new .answer-box .answer:nth-child(1):after {
          content: " ";
          position: absolute;
          top: 0;
          right: -2%;
          width: 19.0972222222%;
          margin: 0 auto;
          background: url("http://image.giccoo.com/projects/friso/img/list-icon-1.png") no-repeat top center;
          background-size: contain;
          background-color: transparent;
          height: 40%;
          margin-top: -4px; }
          .iphone4 .main .q-list .new-list .question-list .question-box.new .answer-box .answer:nth-child(1):after, .iphone4 .qrpage .q-list .new-list .question-list .question-box.new .answer-box .answer:nth-child(1):after {
            width: 19.0972222222%; }
        .main .q-list .new-list .question-list .question-box.new .answer-box .answer:nth-child(2) .likeanswer, .qrpage .q-list .new-list .question-list .question-box.new .answer-box .answer:nth-child(2) .likeanswer {
          margin-right: 15.46875%; }
        .main .q-list .new-list .question-list .question-box.new .answer-box .answer:nth-child(2):after, .qrpage .q-list .new-list .question-list .question-box.new .answer-box .answer:nth-child(2):after {
          content: " ";
          position: absolute;
          top: 0;
          right: -2%;
          width: 19.0972222222%;
          margin: 0 auto;
          background: url("http://image.giccoo.com/projects/friso/img/list-icon-2.png") no-repeat top center;
          background-size: contain;
          background-color: transparent;
          height: 40%;
          margin-top: -4px; }
          .iphone4 .main .q-list .new-list .question-list .question-box.new .answer-box .answer:nth-child(2):after, .iphone4 .qrpage .q-list .new-list .question-list .question-box.new .answer-box .answer:nth-child(2):after {
            width: 19.0972222222%; }
        .main .q-list .new-list .question-list .question-box.new .answer-box .answer:nth-child(3) .likeanswer, .qrpage .q-list .new-list .question-list .question-box.new .answer-box .answer:nth-child(3) .likeanswer {
          margin-right: 15.46875%; }
        .main .q-list .new-list .question-list .question-box.new .answer-box .answer:nth-child(3):after, .qrpage .q-list .new-list .question-list .question-box.new .answer-box .answer:nth-child(3):after {
          content: " ";
          position: absolute;
          top: 0;
          right: -2%;
          width: 19.0972222222%;
          margin: 0 auto;
          background: url("http://image.giccoo.com/projects/friso/img/list-icon-3.png") no-repeat top center;
          background-size: contain;
          background-color: transparent;
          height: 40%;
          margin-top: -4px; }
          .iphone4 .main .q-list .new-list .question-list .question-box.new .answer-box .answer:nth-child(3):after, .iphone4 .qrpage .q-list .new-list .question-list .question-box.new .answer-box .answer:nth-child(3):after {
            width: 19.0972222222%; }
        .main .q-list .new-list .question-list .question-box.new .answer-box .answer:nth-child(4) .likeanswer, .qrpage .q-list .new-list .question-list .question-box.new .answer-box .answer:nth-child(4) .likeanswer {
          margin-right: 15.46875%; }
        .main .q-list .new-list .question-list .question-box.new .answer-box .answer:nth-child(4):after, .qrpage .q-list .new-list .question-list .question-box.new .answer-box .answer:nth-child(4):after {
          content: " ";
          position: absolute;
          top: 0;
          right: -2%;
          width: 19.0972222222%;
          margin: 0 auto;
          background: url("http://image.giccoo.com/projects/friso/img/list-icon-4.png") no-repeat top center;
          background-size: contain;
          background-color: transparent;
          height: 40%;
          margin-top: -4px; }
          .iphone4 .main .q-list .new-list .question-list .question-box.new .answer-box .answer:nth-child(4):after, .iphone4 .qrpage .q-list .new-list .question-list .question-box.new .answer-box .answer:nth-child(4):after {
            width: 19.0972222222%; }

.outlink {
  z-index: 99; }

.answer {
  position: relative; }
  .answer .likeanswer {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    font-size: 0.8rem; }
    @media only screen and (min-width: 321px) and (max-width: 399px) {
      .answer .likeanswer {
        font-size: 0.88rem; } }
    @media only screen and (min-width: 321px) and (max-device-width: 375px) and (max-width: 399px) {
      .answer .likeanswer {
        font-size: 0.88rem; } }
    @media only screen and (min-width: 399px) and (max-width: 767px) {
      .answer .likeanswer {
        font-size: 0.96rem; } }
    @media only screen and (min-width: 399px) and (max-width: 768px) and (max-device-width: 768px) {
      .answer .likeanswer {
        font-size: 0.96rem; } }
    .answer .likeanswer.on .icon {
      background: url("http://image.giccoo.com/projects/friso/img/heart-on.png") no-repeat left center;
      background-size: 100% 100%;
      background-color: transparent; }
    .answer .likeanswer .icon {
      width: 17px;
      height: 17px;
      display: inline-block;
      background: url("http://image.giccoo.com/projects/friso/img/heart-off.png") no-repeat left center;
      background-size: 100% 100%;
      background-color: transparent;
      font-size: 0;
      margin-right: 4px; }
      .answer .likeanswer .icon img {
        opacity: 0; }
    .answer .likeanswer .likeanswer-text {
      display: inline-block;
      color: #333;
      line-height: 17px;
      vertical-align: top; }

p.center {
  text-align: center; }

.message {
  width: 90%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #7a521d; }
  .message p {
    margin: 0 auto;
    padding: 0;
    font-size: 0.8rem; }
    @media only screen and (min-width: 321px) and (max-width: 399px) {
      .message p {
        font-size: 0.88rem; } }
    @media only screen and (min-width: 321px) and (max-device-width: 375px) and (max-width: 399px) {
      .message p {
        font-size: 0.88rem; } }
    @media only screen and (min-width: 399px) and (max-width: 767px) {
      .message p {
        font-size: 0.96rem; } }
    @media only screen and (min-width: 399px) and (max-width: 768px) and (max-device-width: 768px) {
      .message p {
        font-size: 0.96rem; } }
  .message .message-item {
    width: 80%;
    background: url("http://image.giccoo.com/projects/friso/img/message-bg.png") no-repeat left center;
    background-size: 100% 100%;
    background-color: transparent;
    padding: 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 5%;
    padding-left: 10%; }
    .message .message-item .name {
      text-align: right;
      font-weight: bold;
      margin-top: 0.2em; }
    .message .message-item.right {
      padding-left: 5%;
      padding-right: 10%;
      background: url("http://image.giccoo.com/projects/friso/img/message-right-bg.png") no-repeat left center;
      background-size: 100% 100%;
      background-color: transparent;
      margin-left: 20%; }
  .message .message-text {
    line-height: 1.8em;
    font-weight: bold;
    margin-top: 5%; }
  .message .outlink {
    display: inline-block;
    margin: 0 auto;
    width: 39.84375%;
    margin: 0 auto;
    margin-top: 5%; }
    .iphone4 .message .outlink {
      width: 39.84375%; }

.news .news-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-top: 5%;
  color: #784c03; }
  .news .news-item .news-header {
    padding: 0 7%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%; }
    .news .news-item .news-header .avatar {
      width: 20%;
      display: inline-block; }
    .news .news-item .news-header .desc {
      width: 70%;
      display: inline-block;
      vertical-align: top;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-top: 2.6%;
      margin-left: 5%; }
      .news .news-item .news-header .desc .name {
        font-size: 1rem;
        font-weight: bold;
        line-height: 1.4em; }
        @media only screen and (min-width: 321px) and (max-width: 399px) {
          .news .news-item .news-header .desc .name {
            font-size: 1.1rem; } }
        @media only screen and (min-width: 321px) and (max-device-width: 375px) and (max-width: 399px) {
          .news .news-item .news-header .desc .name {
            font-size: 1.1rem; } }
        @media only screen and (min-width: 399px) and (max-width: 767px) {
          .news .news-item .news-header .desc .name {
            font-size: 1.2rem; } }
        @media only screen and (min-width: 399px) and (max-width: 768px) and (max-device-width: 768px) {
          .news .news-item .news-header .desc .name {
            font-size: 1.2rem; } }
      .news .news-item .news-header .desc .subtitle {
        font-size: 0.8rem;
        line-height: 1.4em; }
        @media only screen and (min-width: 321px) and (max-width: 399px) {
          .news .news-item .news-header .desc .subtitle {
            font-size: 0.88rem; } }
        @media only screen and (min-width: 321px) and (max-device-width: 375px) and (max-width: 399px) {
          .news .news-item .news-header .desc .subtitle {
            font-size: 0.88rem; } }
        @media only screen and (min-width: 399px) and (max-width: 767px) {
          .news .news-item .news-header .desc .subtitle {
            font-size: 0.96rem; } }
        @media only screen and (min-width: 399px) and (max-width: 768px) and (max-device-width: 768px) {
          .news .news-item .news-header .desc .subtitle {
            font-size: 0.96rem; } }
  .news .news-item .news-content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5% 10%;
    background: url("http://image.giccoo.com/projects/friso/img/news-bg.png") no-repeat center center;
    background-size: 100% 100%;
    background-color: transparent; }
    .news .news-item .news-content h1 {
      padding-top: 0.4em;
      font-size: 1.2rem;
      margin: 0 auto;
      text-align: center;
      width: 80%; }
      @media only screen and (min-width: 321px) and (max-width: 399px) {
        .news .news-item .news-content h1 {
          font-size: 1.32rem; } }
      @media only screen and (min-width: 321px) and (max-device-width: 375px) and (max-width: 399px) {
        .news .news-item .news-content h1 {
          font-size: 1.32rem; } }
      @media only screen and (min-width: 399px) and (max-width: 767px) {
        .news .news-item .news-content h1 {
          font-size: 1.44rem; } }
      @media only screen and (min-width: 399px) and (max-width: 768px) and (max-device-width: 768px) {
        .news .news-item .news-content h1 {
          font-size: 1.44rem; } }
    .news .news-item .news-content p {
      font-size: 0.8rem;
      line-height: 1.4em; }
      @media only screen and (min-width: 321px) and (max-width: 399px) {
        .news .news-item .news-content p {
          font-size: 0.88rem; } }
      @media only screen and (min-width: 321px) and (max-device-width: 375px) and (max-width: 399px) {
        .news .news-item .news-content p {
          font-size: 0.88rem; } }
      @media only screen and (min-width: 399px) and (max-width: 767px) {
        .news .news-item .news-content p {
          font-size: 0.96rem; } }
      @media only screen and (min-width: 399px) and (max-width: 768px) and (max-device-width: 768px) {
        .news .news-item .news-content p {
          font-size: 0.96rem; } }
  .news .news-item .outline {
    margin: 0 auto;
    position: relative;
    width: 35%;
    display: inline-block;
    margin-left: 32.5%;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0); }

.tabs {
  position: relative; }
  .tabs .bg .tab-bg-1, .tabs .bg .tab-bg-2 {
    display: none; }
  .tabs.t1 .bg .tab-bg-1 {
    display: block; }
  .tabs.t2 .bg .tab-bg-2 {
    display: block; }
  .tabs .tab-1 {
    top: 0px;
    right: 0px; }
  .tabs .tab-2 {
    top: 0px;
    left: 0px; }
  .tabs .tab-1, .tabs .tab-2 {
    display: none;
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: 9; }
    .tabs .tab-1.on, .tabs .tab-2.on {
      display: block; }

.tab.tab-1, .tab.tab-2 {
  display: none; }
  .tab.tab-1.on, .tab.tab-2.on {
    display: block; }

.tab .age {
  margin-top: 5%; }

.hide {
  display: none; }
