@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

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

/* Grouping content
	 ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

/* Text-level semantics
	 ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

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

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

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

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
	 ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

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

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

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

a {
    text-decoration: none;
    color: #67ece7;
}

figure {
  margin: 0;
}

img {
  display: block;
}

.clearfix:after {
  display: block;
  clear: both;
  content: '';
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col-1 {
  width: 8.33333%;
}

.col-2 {
  width: 16.66667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-12 {
  width: 100%;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.hide {
  display: none !important;
}

@media screen and (max-width: 649px) {
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}

.sky {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.star-blink {
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #b6cbd4;
  border-radius: 50%;
  z-index: 0;
  -webkit-transform: rotate(0deg) scale(0.08);
  -webkit-backface-visibility: hidden;
  -webkit-animation: blinkAfter 15s infinite ease-out;
}

.star-blink div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform: rotate(45deg) scale(0.75);
  background-image: linear-gradient(1deg, #BD68D4, #BD68D4 51%, #BD68D4);
  -webkit-box-shadow: 0 0 2px 8px rgba(189, 104, 212, 0.4), 0 0 2px 9px rgba(189, 104, 212, 0.07), 0 0 2px 15px rgba(189, 104, 212, 0.4), 0 0 2px 16px rgba(189, 104, 212, 0.1);
          box-shadow: 0 0 2px 8px rgba(189, 104, 212, 0.4), 0 0 2px 9px rgba(189, 104, 212, 0.07), 0 0 2px 15px rgba(189, 104, 212, 0.4), 0 0 2px 16px rgba(189, 104, 212, 0.1);
  -webkit-backface-visibility: hidden;
}

.star-blink:after, .star-blink:before, .star-blink div:after, .star-blink div:before {
  content: '';
  position: absolute;
  display: block;
  top: -350%;
  left: 45%;
  height: 800%;
  width: 10%;
  border-radius: 50%;
  background-color: #b6cbd4;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.1) 100%);
  z-index: 1;
  -webkit-box-shadow: 0 0 25px white;
          box-shadow: 0 0 25px white;
  -webkit-backface-visibility: hidden;
}

.star-blink:before, .star-blink div:before {
  -webkit-transform: rotate(90deg);
}

@-webkit-keyframes blinkAfter {
  0% {
    -webkit-transform: rotate(0deg) scale(0.08);
  }
  4% {
    -webkit-transform: rotate(-20deg) scale(0.9);
  }
  8% {
    -webkit-transform: rotate(-40deg) scale(0.08);
  }
  50% {
    -webkit-transform: rotate(-40deg) scale(0.08);
  }
  52% {
    -webkit-transform: rotate(-50deg) scale(0.3);
  }
  54% {
    -webkit-transform: rotate(-60deg) scale(0.08);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(0.08);
  }
}

.qrcode-alert {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
}

.qrcode-alert .title {
  color: #67ece7;
  font-weight: 500;
  font-size: 2.5rem;
}

.qrcode-alert .title,
.qrcode-alert .qrcode {
  margin-bottom: 20px;
}

.qrcode-alert p {
  max-width: 300px;
  line-height: 20px;
}

html {
  font-size: 13px;
  font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "AOS Icons", "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Microsoft Yahei", 微软雅黑, STHeiti, 华文细黑, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

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

body {
  position: relative;
  background-color: #16163c;
  background-image: url("../img/bg.png");
  background-position: 50% 32%;
  background-size: 100%;
  background-repeat: no-repeat;
  color: #fff;
}

body::before, body::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-position: 50% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  content: '';
}

body::before {
  background-image: url("../img/bgleft.png");
}

body::after {
  background-image: url("../img/bgright.png");
}

.head .brand {
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.head .brand .logo {
  padding: 20px 20px 20px 0;
}

.head .brand i {
  font-weight: 300;
  font-style: normal;
}

.head .subtitle {
  margin-bottom: 30px;
}

.head .download-link .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 45px;
  background-image: -webkit-gradient(linear, right top, left top, from(#c86dd7), to(#3023ae));
  background-image: linear-gradient(to left, #c86dd7 0%, #3023ae 100%);
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 45px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 35px;
}

.head .download-link .icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
}

.head .download-link .icon.ios {
  background-image: url("../img/pc_ios.png");
}

.head .download-link .icon.android {
  background-image: url("../img/icon.png");
}

.head .warn {
  text-align: center;
  line-height: 20px;
}

.head .demonstration-mobile {
  display: none;
}

.info p {
  text-align: center;
  font-weight: bold;
  color: #67ece7;
}

.install-guide .notice {
  margin-bottom: 12px;
}

.install-guide .notice .col-3 {
  color: #67ece7;
}

.install-guide .notice .col-9 {
  margin: 0;
  font-weight: 500;
  line-height: 18px;
}

.install-guide .decoration {
  height: 2px;
  background-color: #ffffff;
}

.install-guide .ios-introduction {
  padding-bottom: 15px;
}

.install-guide .android-introduction {
  border-top: 1px solid #eeeeee;
}

.install-guide .ios-introduction,
.install-guide .android-introduction {
  font-size: 1.2rem;
  line-height: 30px;
}

.install-guide .ios-introduction .sign,
.install-guide .android-introduction .sign {
  color: #67ece7;
  font-size: 2.2rem;
}

.install-guide .ios-introduction .col-11 b,
.install-guide .android-introduction .col-11 b {
  font-weight: 500;
  font-size: 1.5rem;
}

.group {
  position: relative;
  left: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #e8f8ff;
  font-weight: 500;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.group > * {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.group p {
  color: #4889f4;
  text-align: center;
}

.group a {
  display: block;
  padding: 10px;
  background-color: #4889f4;
  color: #fff;
  text-align: center;
  border-radius: 35px;
}

.contact {
  text-align: center;
  font-size: 1.1rem;
  line-height: 28px;
}

@media screen and (min-width: 650px) {
  .head .container {
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .head .col-8 {
    padding-right: 20px;
  }
  .head .brand {
    margin-bottom: -5px;
  }
  .head .brand .logo {
    max-width: 80px;
  }
  .head .brand .title {
    font-size: 3rem;
  }
  .head .subtitle {
    font-size: 2rem;
  }
  .head .download-link .col-6 {
    margin-bottom: 30px;
  }
  .head .download-link .btn {
    width: calc(100% - 40px);
  }
  .info {
    margin-bottom: 1em;
  }
  .info p {
    font-size: 2.3rem;
    margin: 0.7em 0;
  }
  .info .col-3 {
    width: calc(25% - 18.75px);
  }
  .info .col-3 + .col-3 {
    margin-left: 25px;
  }
  .install-guide .notice .col-3 {
    font-size: 2.5rem;
  }
  .install-guide .notice .col-9 {
    margin-left: -10px;
  }
  .install-guide .decoration .highline {
    width: 130px;
    height: 2px;
    background-color: #67ece7;
  }
  .install-guide .ios-introduction,
  .install-guide .android-introduction {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .install-guide .android-introduction {
    margin-bottom: 40px;
  }
  .group {
    margin-bottom: 35px;
  }
  .group img {
    padding: 10px;
  }
  .contact {
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 649px) {
  .head .caption .brand {
    margin-right: auto;
    margin-left: auto;
    max-width: 300px;
  }
  .head .caption .subtitle {
    text-align: center;
    line-height: 35px;
    font-size: 1.4rem;
  }
  .head .brand {
    margin-bottom: -10px;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
  }
  .head .brand .logo {
    min-width: 55px;
  }
  .head .brand .title {
    font-size: 2.5rem;
  }
  .head .subtitle {
	margin-bottom: 20px;
}
  .head .download-link .col-6 {
    margin-bottom: 20px;
    width: calc(50% - 10px);
  }
  .head .download-link .col-6:nth-of-type(2n) {
    margin-left: 20px;
  }
  .head .demonstration {
    display: none;
  }
  .head .demonstration-mobile {
    display: block;
    margin: 0 auto;
  }
  .info {
    margin-bottom: 1em;
  }
  .info p {
    font-size: 1.4rem;
  }
  .info .col-3 {
    width: calc(50% - 10px);
  }
  .info .col-3:nth-of-type(2n) {
    margin-left: 20px;
  }
  .info .col-3:nth-of-type(1), .info .col-3:nth-of-type(2) {
    margin-bottom: 20px;
  }
  .install-guide .notice .col-3 {
    padding-bottom: 5px;
    font-size: 2rem;
  }
  .install-guide .decoration .highline {
    width: 100px;
    height: 2px;
    background-color: #67ece7;
  }
  .install-guide .ios-introduction,
  .install-guide .android-introduction {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .group {
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=fulao2_download.css.map */