﻿/*! normalize.css v3.0.0 | 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.
 */

html,
body {
  height: 100%;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  -webkit-tap-highlight-color: transparent;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: 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, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, 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.
 */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

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-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 5, 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.
 */

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+, 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 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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.
 * 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.
 */

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

ul,
ol {
  margin: 0;
  padding: 0;
}

/*
 * Common
 */

.clear-fix:after{
  content: '';
  display: table;
  clear: both;
}

.hide-text {
  text-indent: -999px;
  overflow: hidden;
}

.menu a {
  display: inline-block;
  color: #4c4c4c;
  font-size: 12px;
  text-decoration: none;
}

.menu a:hover {
  text-decoration: underline;
}

.download-button {
  display: inline-block;
  margin: 5px;
  padding: 4px;
  color: #fff;
  background-color: #000;
  border-radius: 6px;
}

.download-button .icon {
  float: left;
  margin: 4px;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.download-button .text {
  float: left;
  padding-left: 8px;
  min-width: 80px;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.download-button span {
  display: block;
  margin-right: .5em;
}

.download-button-apple .icon {
  background-image: url('../images/download-apple.png');
}

.download-button-android .icon {
  background-image: url('../images/download-android.png');
}

.download-button-qr .icon {
  background-image: url('../images/download-qr.png');
}

.download-others {
  margin-top: 20px;
}

.download-others a {
  margin-right: 10px;
  color: #4c4c4c;
  text-decoration: underline;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 14px;
  background-color: rgba(255, 255, 255, .96);
}

.modal .container {
  max-height: 100vh;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.modal-content {
  margin-top: 100px;
}

.modal-close {
  position: absolute;
  top: 36px;
  right: 36px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 9;
}

.modal-close:before,
.modal-close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 100%;
  height: 1px;
  background-color: #979797;
}

.modal-close:before {
  transform: rotate(45deg);
}

.modal-close:after {
  transform: rotate(-45deg);
}

/*
 * Custom
 */

body {
  color: #4c4c4c;
  background-color: #f2f2f2;
}

a {
  color: #4c4c4c;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 900px;
}

.header {
  background-color: #fff;
}

.header-nav {
  padding: 20px 0;
}

.header-logo {
  float: left;
  margin: 0;
  width: 160px;
  height: 40px;
  background: url('../images/logo.png') no-repeat;
  background-size: contain;
}

.header-menu {
  float: right;
}

.header-menu a {
  padding: 0 12px;
  line-height: 40px;
}

.header-hero {
  position: relative;
  margin-top: 20px;
}

.header-intro {
  position: absolute;
  top: 80px;
  right: 390px;
  left: 0;
}

.header-intro h1 {
  margin: 0;
  color: #f95e69;
  font-size: 48px;
  font-weight: normal;
}

.header-intro h1 span {
  color: #4c4c4c;
  font-size: inherit;
}

.header-title {
  margin: 20px 0 0 0;
}

.header-title > div {
  margin-bottom: 20px;
  display: inline-block;
  width: 250px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 48px;
  line-height: 1;
   text-indent: 1px;
}

.header-title-1 {
  /*background-image: url('../images/slogan-1.jpg');*/
  color:#fb5e67
}

.header-title-2 {
  color:#000;

  /*background-image: url('../images/slogan-2.jpg');*/
}

.header-desc {
  color: #aaadad;
  font-size: 24px;
  font-weight: 200;
  line-height: 1.375;
}

.header-desc p {
  margin: 0;
}

.header-download {
  margin-top: 30px;
  margin-left: -5px;
}

.header-download .download-button {
  display: none;
}

.header-screenshot {
  float: right;
  display: inline-block;
  width: 380px;
  height: 560px;
  background: url('../images/screenshot.jpg') no-repeat;
  background-size: contain;
}
.header-screenshot1 {
  float: right;
  display: inline-block;
  width: 380px;
  height: 560px;
  background: url('../images/screenshot1.jpg') no-repeat;
  background-size: contain;
}
.header-more {
  padding: 40px 0;
  font-size: 14px;
  text-align: center;
}

.content {
  overflow: hidden;
}

.content .container {
  max-width: 820px;
}

.content-feature {
  margin: 80px 0;
  font-size: 20px;
  font-weight: 200;
}

.content-image {
  float: left;
  margin: 15px;
  width: 306px;
  height: 306px;
  border-radius: 10px;
  box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, .1);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.content-text {
  float: right;
  margin: 48px 15px 0;
  width: 360px;
}

.content-feature-note .content-image {
  background-image: url('../images/feature-note.jpg');
}

.content-feature-privacy .content-image {
  float: right;
  background-image: url('../images/feature-privacy.jpg');
}

.content-feature-share .content-image {
  background-image: url('../images/feature-share.jpg');
}

.content-feature-privacy .content-text {
  float: left;
}

.content-feature h2 {
  margin: 10px 0;
  font-size: 40px;
  font-weight: normal;
}

.content-feature h2:after {
  content: '。';
}

.content-feature p {
  margin: 10px 0;
}

.footer {
  text-align: center;
  background-color: #fff;
}

.footer-download-intro {
  padding: 60px 0 30px;
}

.footer-content {
  padding: 40px 0 20px;
  font-size: 14px;
  font-weight: 200;
}

.footer-menu {
  display: inline-block;
}

.footer-menu a {
  margin-right: 10px;
}

.footer-copyright {
  margin-top: 20px;
  color: #ccc;
}

.footer-copyright a {
  color: #ccc;
}

body.show-modal-about,
body.show-modal-qr {
  overflow: hidden;
}

body.show-modal-about .modal-about,
body.show-modal-qr .modal-qr {
  display: block;
}

.modal-about h4 {
  margin: 0 0 40px 0;
  font-size: 30px;
}

.modal-qr .modal-content {
  margin-top: 200px;
  text-align: center;
}

.modal-qr .qr-item {
  display: inline-block;
}

.modal-qr .qr-download {
  margin-right: 100px;
}

.modal-qr h4 {
  margin: 40px 0 10px;
  font-size: 30px;
  font-weight: normal;
}

.modal-qr small {
  color: #a5a5a5;
  font-size: 14px;
}

/*
 * Mobile
 */

@media (max-width: 767px) {
  .download-button {
    padding: 8px;
  }

  .download-button .text {
    min-width: 150px;
    line-height: 40px;
    text-align: center;
  }

  .download-button span {
    display: inline-block;
  }

  .download-others {
    display: none;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }

  .header-nav {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-logo {
    float: none;
    display: inline-block;
    width: 80px;
    height: 20px;
  }

  .header-menu {
    display: none;
  }

  .header-hero {
    margin-top: 20px;
  }

  .header-intro {
    position: static;
  }

  .header-title > div {
    width: 125px;
    height: 24px;
  }

  .header-desc {
    font-size: 14px;
  }

  .header-download {
    margin-top: 20px;
  }

  .header-screenshot {
    float: none;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 220px;
    height: 320px;
  }

  .header-more {
    display: none;
  }

  .content-feature {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .content-image,
  .content-text {
    float: none !important;
  }

  .content-image {
    display: inline-block;
    width: 230px;
    height: 230px;
  }

  .content-text {
    margin-top: 5px;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }

  .content-feature h2 {
    font-size: 24px;
  }

  .content-feature h2:after {
    content: none;
  }

  .content-feature p {
    font-size: 14px;
  }

  .footer-download-intro {
    margin-top: 40px;
  }

  .footer-download .download-button-qr {
    display: none;
  }

  .modal .container {
    text-align: left;
  }
}

/**
 * Platform specific
 */

.in-apple .download-button-apple {
  display: inline-block;
}

.in-android .download-button-android {
  display: inline-block;
}

.in-pc .download-button-apple,
.in-pc .download-button-android,
.in-pc .download-button-qr {
  display: inline-block;
}
