@charset "utf-8";
/* CSS Document */

/* css reset */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
details,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
hgroup,
menu,
nav,
section {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
q:before,
q:after {
  content: "";
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  border-radius: 0;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.4em;
}
sub {
  bottom: -0.25em;
}
em {
  font-style: italic;
}
strong {
  font-weight: normal;
}

/* global */
* {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  background: #f8f8f8;
}
h1 {
  font-size: 76px;
  line-height: 1;
  margin-bottom: 10px;
}
h2 {
  font-size: 48px;
  line-height: 1.1;
  margin-bottom: 10px;
}
h3 {
  font-size: 38px;
  line-height: 1.6;
  margin-bottom: 10px;
}
h4 {
  font-size: 15px;
  line-height: 1.22;
  margin-bottom: 13px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
a {
  background-color: transparent;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}
*:focus {
  outline: none;
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}

@font-face {
  font-family: Roboto-Regular;
  src: url("../fonts/Roboto-Regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/Roboto-Regular.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/Roboto-Regular.ttf") format("truetype"),
    url("../fonts/Roboto-Regular.svg") format("svg");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: Roboto-Light;
  src: url("../fonts/Roboto-Light.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/Roboto-Light.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/Roboto-Light.ttf") format("truetype"),
    url("../fonts/Roboto-Light.svg") format("svg");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: Roboto-Black;
  src: url("../fonts/Roboto-Black.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Roboto-Black.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/Roboto-Black.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/Roboto-Black.ttf") format("truetype"),
    url("../fonts/Roboto-Black.svg") format("svg");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

.header {
  background: #fff;
}
.section-download {
  padding: 60px 60px 80px;
  background: url("../img/bg_download.png") no-repeat 50% 0 #666;
  background-size: cover;
}
.section-download h1 {
  margin-bottom: 32px;
  font-size: 52px;
  color: #fff;
  text-align: center;
}
.section-download p {
  margin-bottom: 50px;
  font-size: 24px;
  color: #fff;
  line-height: 1.6;
  text-align: center;
}
.section-download .load-group {
  margin: 0;
  padding: 0 60px;
}
.section-download .load-group .iphone-btn,
.module-guide .load-group .iphone-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.section-download .load-group .iphone-btn .icon-ios,
.module-guide .load-group .iphone-btn .icon-ios {
  margin-right: 15px;
  background: none;
  font-size: 36px;
}
.section-download .load-group .android-btn,
.module-guide .load-group .android-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.section-download .load-group .android-btn .icon-android,
.module-guide .load-group .android-btn .icon-android {
  width: auto;
  height: auto;
  margin-right: 15px;
  background: none;
  font-size: 36px;
}
.section-ad {
  min-height: 100px;
  margin-top: -50px;
}
.section-contact {
  padding: 0 60px 50px;
}
.list-group {
  margin-top: -30px;
}
.list-group .list-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}
.list-group .list-item .icon {
  width: 80px;
  height: 80px;
  border: solid 2px #00a0e9;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-group .list-item .icon .iconfont {
  font-size: 80px;
  color: #00a0e9;
  background: none;
  line-height: 1;
}
.list-group .list-item .list-item-body {
  flex: 1;
  padding-left: 24px;
}
.list-group .list-item .list-item-body h3 {
  margin: 0;
  font-size: 32px;
  color: #222;
  line-height: 1.4;
}
.list-group .list-item .list-item-body p {
  font-size: 28px;
  color: #222;
  line-height: 1.2;
  font-family: Roboto-Regular, sans-serif;
}
.list-group .list-item .list-item-body p a {
  display: block;
  color: #222;
  line-height: 1.2;
}
.list-group .list-item .list-item-body p a:hover {
  color: #222;
  text-decoration: none;
}

/*icon img*/
.icon-iphone,
.icon-android,
.module-advantage ul li i,
.video-box .icon-video,
.icon-call,
.icon-weixin,
.icon-email,
.question-title .icon-open,
.icon-address {
  background: url("../img/icons.png") no-repeat 0 0;
}

.container {
  width: 750px;
  margin: 0 auto;
  background: #ffffff;
}
.logo {
  padding: 30px 0 39px;
  text-align: center;
}
.font-english-light {
  font-family: Roboto-Light, sans-serif;
}
.font-english-regular {
  font-family: Roboto-Regular, sans-serif;
}
.font-english-black {
  font-family: Roboto-Black, sans-serif;
}
.bg-gradients {
  background: #2363d9;
  background: -webkit-linear-gradient(left, #03c7ff, #2363d9);
  background: -o-linear-gradient(right, #03c7ff, #2363d9);
  background: -moz-linear-gradient(right, #03c7ff, #2363d9);
  background: -ms-linear-gradient(right, #2363d9, #03c7ff);
  background: linear-gradient(to right, #03c7ff, #2363d9);
}
.module-guide {
  text-align: center;
  color: #ffffff;
  padding: 53px 40px 0;
}
.module-guide h1 {
  font-size: 70px;
  line-height: 1;
  margin-bottom: 11px;
  font-weight: bold;
  letter-spacing: 1px;
}
.module-guide h3 {
  font-size: 42px;
  line-height: 1.6;
  margin-bottom: 26px;
  letter-spacing: 3px;
}
.module-guide p {
  font-size: 30px;
  line-height: 1.7;
  letter-spacing: 1px;
}
.icon-iphone {
  display: inline-block;
  width: 68px;
  height: 68px;
  background-position: -80px -960px;
}
.icon-android {
  display: inline-block;
  width: 68px;
  height: 68px;
  background-position: -80px -1040px;
}
.load-group {
  padding: 53px 120px 0;
  margin-bottom: 75px;
  text-align: center;
}
.iphone-btn,
.android-btn {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100px;
  padding: 12px 0 0;
  font-size: 36px;
  color: #ffffff;
  border: 3px solid #ffffff;
  border-radius: 50px;
  transition: width 2s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  position: relative;
  z-index: 5;
}
.iphone-btn:hover,
.android-btn:hover {
  color: #00a0e9;
  background: #ffffff;
}
.iphone-btn:hover .icon-iphone {
  background-position: 0 -960px;
}
.android-btn:hover .icon-android {
  background-position: 0 -1040px;
}
.iphone-btn {
  margin: 0 0 36px;
}
.iphone-btn i,
.android-btn i {
  vertical-align: middle;
}
.iphone-btn .btn-text,
.android-btn .btn-text {
  vertical-align: middle;
}
.android-box {
  position: relative;
}
.android-box .download-wrap {
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 4;
  width: 100%;
  border: 2px solid #ffffff;
  border-top: 0 none;
  border-radius: 0 0 50px 50px;
  overflow: hidden;
  padding: 50px 0 0;
  background-color: #00a0e9;
  display: none;
}
.android-box .download-wrap li a {
  display: block;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  line-height: 70px;
}
.android-box .download-wrap li a:hover {
  background-color: #ffffff;
  color: #00a0e9;
}
.android-btn .icon-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #ffffff transparent transparent;
  margin: 0 0 0 12px;
}
.android-btn:hover .icon-arrow {
  border-color: #00a0e9 transparent transparent;
}
.mobile-page {
  text-align: center;
  position: relative;
  z-index: 3;
  bottom: -170px;
  margin-top: -170px;
}
.android-btn.active {
  color: #00a0e9;
  background: #ffffff;
}
.android-btn.active .icon-android {
  background-position: 0 -1040px;
}
.android-btn.active .icon-arrow {
  border-color: #00a0e9 transparent transparent;
}

.header h1 {
  margin: 0;
  font-size: 36px;
  color: #000;
  line-height: 1.4;
  text-align: center;
}
.logo.app-logo {
  padding: 40px 0 16px;
}
.section-download.no-bg {
  background: none;
  padding: 40px 60px 150px;
}
.section-download.no-bg .load-group {
  padding: 0;
}
.section-download.no-bg .iphone-btn,
.section-download.no-bg .android-btn {
  height: 88px;
  font-size: 28px;
  border: 0 none;
  border-radius: 6px;
}
.section-download.no-bg .load-group .iphone-btn {
  background: #00a0e8;
  color: #fff !important;
}
.section-download.no-bg .load-group .android-btn {
  background: #00a0e8;
  color: #fff !important;
}
.section-download.no-bg .load-group .iphone-btn .icon-ios {
  font-size: 28px;
}
.section-download.no-bg .load-group .android-btn .icon-android {
  font-size: 28px;
}
.section-download.no-bg .android-btn:hover .icon-arrow,
.section-download.no-bg .android-btn .icon-arrow {
  border-color: #fff transparent transparent;
}
.section-download.no-bg .android-box .download-wrap {
  border: 0 none;
  border-radius: 0 0 6px 6px;
}

.particles-js-canvas-el {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#particles-js {
  width: 100%;
  background-image: url("");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  background: #2363d9;
  background: -webkit-linear-gradient(left, #03c7ff, #2363d9);
  background: -o-linear-gradient(right, #03c7ff, #2363d9);
  background: -moz-linear-gradient(right, #03c7ff, #2363d9);
  background: -ms-linear-gradient(right, #2363d9, #03c7ff);
  background: linear-gradient(to right, #03c7ff, #2363d9);
}

.module-advantage {
  padding: 252px 40px 0;
  color: #516074;
  background-color: #ffffff;
}
.module-advantage h2 {
  text-align: center;
  margin-bottom: 18px;
  font-size: 58px;
  letter-spacing: 2px;
}
.module-advantage .one-line {
  width: 81px;
  height: 4px;
  background-color: #516074;
  margin: 0 auto;
}
.module-advantage ul {
  padding: 82px 0 0 40px;
  margin-bottom: 118px;
}
.module-advantage ul li {
  margin-bottom: 110px;
}
.module-advantage ul li i.icon-advan1 {
  display: inline-block;
  width: 170px;
  height: 170px;
  background-position: 0 -50px;
}
.module-advantage ul li i.icon-advan2 {
  display: inline-block;
  width: 170px;
  height: 170px;
  background-position: 0 -230px;
}
.module-advantage ul li i.icon-advan3 {
  display: inline-block;
  width: 170px;
  height: 170px;
  background-position: 0 -410px;
}
.module-advantage ul li i.icon-advan4 {
  display: inline-block;
  width: 170px;
  height: 170px;
  background-position: 0 -590px;
}
.module-advantage ul li i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
.module-advantage ul li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 38px;
  line-height: 1.56;
}
.video-box {
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: -118px;
  position: relative;
  z-index: 1;
}
.video-preview {
  position: relative;
}
.video-box .icon-video {
  display: inline-block;
  width: 86px;
  height: 86px;
  background-position: 0 -860px;
  position: absolute;
  top: 50%;
  margin-top: -43px;
  left: 50%;
  margin-left: -43px;
  cursor: pointer;
  z-index: 2;
}
.video-preview > img {
  position: relative;
  z-index: 2;
}
.video-preview .my-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  background-color: #ffffff;
}
.video-description {
  text-align: center;
  font-size: 38px;
  color: #516074;
  line-height: 118px;
  background-color: #ffffff;
  letter-spacing: 2px;
}

.module-question {
  padding: 188px 40px 30px;
  background-color: #f2f4f5;
  color: #516074;
  position: relative;
}
.module-question h2 {
  text-align: center;
  margin-bottom: 18px;
  font-size: 58px;
  letter-spacing: 2px;
}
.module-question .one-line {
  width: 81px;
  height: 4px;
  background-color: #516074;
  margin: 0 auto;
}
.module-question ul {
  padding: 56px 0 0;
}
.module-question ul > li {
  margin-bottom: 25px;
  border: 1px solid #dde3e7;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 5px 11px rgba(164, 188, 214, 0.23);
}
.question-title {
  font-size: 34px;
  padding: 22px 105px 22px 36px;
  line-height: 1.4;
  cursor: pointer;
  position: relative;
}
.question-title .icon-open {
  display: inline-block;
  width: 52px;
  height: 52px;
  background-position: 0 -1120px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -26px;
}
.question-title.active {
  color: #ffffff;
  background: #216adc;
  background: -webkit-linear-gradient(left, #228eda, #1a73d5);
  background: -o-linear-gradient(right, #228eda, #1a73d5);
  background: -moz-linear-gradient(right, #228eda, #1a73d5);
  background: -ms-linear-gradient(right, #1a73d5, #228eda);
  background: linear-gradient(to right, #228eda, #1a73d5);
}
.question-title.active .icon-open {
  background-position: -70px -1120px;
}
.question-con {
  display: none;
  font-size: 34px;
  padding: 24px 36px 40px;
}
.question-con p {
  margin-bottom: 5px;
  line-height: 1.5;
}
.question-con p a {
  color: #00a0e9;
  word-wrap: break-word;
  word-break: break-all;
}
.question-con ol {
  padding-left: 30px;
}
.question-con ol li {
  margin-bottom: 5px;
  list-style: disc;
  line-height: 1.5;
}

.module-merchants {
  background-color: #f2f4f5;
  padding: 10px 40px 64px;
}
.module-merchants a {
  display: block;
  width: 100%;
  height: 96px;
  padding: 2px;
  background: -webkit-linear-gradient(30deg, #04c7ff, #2263d9);
  background: -moz-linear-gradient(30deg, #04c7ff, #2263d9);
  background: linear-gradient(30deg, #04c7ff, #2263d9);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.module-merchants a span {
  display: block;
  height: 92px;
  background: #f2f4f5;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  line-height: 92px;
  text-align: center;
  color: #00a0e9;
  font-size: 42px;
}

.module-customer {
  padding: 240px 90px 74px;
  color: #ffffff;
}
.module-customer h2 {
  text-align: center;
  margin-bottom: 18px;
  font-size: 58px;
  letter-spacing: 2px;
}
.module-customer .one-line {
  width: 81px;
  height: 4px;
  background-color: #ffffff;
  margin: 0 auto;
}
.module-customer ul {
  padding-top: 65px;
}
.module-customer ul li {
  margin-bottom: 61px;
}
.module-customer ul li a {
  color: #ffffff;
}
.module-customer ul li i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
.module-customer .icon-call {
  display: inline-block;
  width: 78px;
  height: 78px;
  background-position: -100px -860px;
}
.module-customer .icon-weixin {
  display: inline-block;
  width: 78px;
  height: 78px;
  background-position: 0 -770px;
}
.module-customer .icon-email {
  display: inline-block;
  width: 78px;
  height: 78px;
  background-position: -100px -770px;
}
.module-customer ul li .text-con {
  display: inline-block;
  vertical-align: middle;
  font-size: 34px;
  line-height: 1.5;
}
.module-customer ul li .text-con span {
  display: block;
  font-size: 28px;
}
.module-customer .list-group .list-item .icon {
  border: solid 1px #fff;
}
.module-customer .list-group .list-item .icon .iconfont {
  color: #fff;
}
.module-customer .list-group .list-item .icon .iconfont.icon-whatsapp {
  font-size: 48px;
}
.module-customer .list-group .list-item .list-item-body h3,
.module-customer .list-group .list-item .list-item-body p,
.module-customer .list-group .list-item .list-item-body a,
.module-customer .list-group .list-item .list-item-body a:hover {
  color: #fff;
  line-height: 1.5;
}
.footer {
  padding: 31px 40px;
  background-color: #243442;
  text-align: center;
}
.footer a {
  padding: 0 10px;
  color: #ffffff;
  font-size: 28px;
}
.footer a:hover {
  text-decoration: underline;
}

/*imprint*/
.imprint-content {
  padding: 40px;
  font-size: 15px;
  line-height: 1.53;
  color: #516074;
  background-color: #f2f4f5;
}
.imprint-content p {
  margin-bottom: 16px;
}

.terms-content {
  padding: 40px;
  font-size: 15px;
  line-height: 1.53;
  color: #516074;
  background-color: #f2f4f5;
}
.terms-content h3 {
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 1.2;
  font-family: Roboto-Black, sans-serif;
}
.terms-content p,
.terms-content li {
  margin-bottom: 16px;
}
.terms-content li ol {
  padding-left: 15px;
}

/*merchants*/
.merchants-content {
  padding: 27px 34px 43px;
  background-color: #f2f4f5;
  min-height: 500px;
}
.select-box {
  margin-bottom: 22px;
}
.select-box select {
  width: 100%;
  height: 74px;
  font-size: 36px;
  color: #516074;
  background: url(../img/select-bg.png) no-repeat right center #ffffff;
  border: 0 none;
  padding: 0 90px 0 15px;
  border-radius: 4px;
  cursor: pointer;
}
.merchants-address li {
  margin-bottom: 20px;
  padding: 18px 20px 18px;
  background-color: #ffffff;
  border-radius: 4px;
}
.merchants-address li h3 {
  font-size: 34px;
  color: #516074;
  margin-bottom: 3px;
  line-height: 1;
}
.merchants-address li p {
  font-size: 30px;
  color: #929faf;
  line-height: 1.2;
}
.icon-address {
  display: inline-block;
  width: 18px;
  height: 24px;
  margin-right: 4px;
}
.select-items .item {
  display: none;
}

.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #00a0e8;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.top-bar h1 {
  font-size: 18px;
  line-height: 50px;
  color: #fff;
  text-align: center;
}
.top-bar .back {
  position: absolute;
  top: 5px;
  left: 10px;
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/back.png) no-repeat 50% 50%;
  background-size: auto 20px;
  z-index: 1000;
}
.banner {
  padding-top: 50px;
}
.banner img {
  display: block;
  width: 100%;
  height: auto;
}
.steps {
  padding: 30px 25px;
}
.steps .step1 {
  margin-bottom: 22px;
}
.steps .step2 {
  margin-bottom: 37px;
}
.steps .step3 {
  margin-bottom: 29px;
}
.steps img {
  display: block;
  width: 100%;
  height: auto;
}

.page-qa .container {
  background: #f3f3f6;
}
.page-qa .module-question {
  padding: 40px;
}
.page-qa .module-question ul {
  padding: 0;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none;
}
.overlay.show {
  display: block;
}
.overlay img {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
}
.overlay p {
  padding: 100px 30px;
  font-size: 24px;
  color: #fff;
  line-height: 1.5;
}

.module-blank {
  height: 240px;
  background: #fff;
}

.card-section {
  background: #f5f5f5;
  padding: 50px 40px 60px;
}
.card-section h3 {
  margin: 0;
  font-size: 54px;
  color: #000;
  line-height: 1.1;
}
.card-section h4 {
  margin: 0 0 40px;
  font-size: 32px;
  color: #000;
  line-height: 1.4;
}
.card-section p {
  margin: 0;
  font-size: 28px;
  color: #000;
  line-height: 1.4;
}
.card-section p span {
  text-transform: uppercase;
}
.card-section .card {
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}
.card-section .card .title {
  position: absolute;
  top: 40px;
  left: 40px;
  color: #fff;
  font-size: 54px;
  line-height: 1;
}
.card-section .card .title small {
  display: block;
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 1;
  font-family: Roboto;
  font-weight: 300;
}
.card-section .card .grade {
  position: absolute;
  left: 40px;
  bottom: 76px;
  font-size: 36px;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
}
.card-section .card .number {
  position: absolute;
  left: 40px;
  bottom: 40px;
  font-size: 28px;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
}
.card-section .card button {
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 180px;
  height: 76px;
  background: #fff;
  border-radius: 40px;
  border: 0 none;
  font-size: 28px;
  color: #000;
  line-height: 76px;
  font-weight: 600;
}

.sticky-btn {
  position: fixed;
  bottom: 120px;
  right: 0;
  width: 200px;
  height: 88px;
  background: #00a0e8;
  border-radius: 44px 0 0 44px;
}
.sticky-btn a {
  display: flex;
  width: 200px;
  height: 88px;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: #fff;
  line-height: 1;
}
.sticky-btn a .icon-video {
  margin-right: 6px;
  font-size: 28px;
  color: #fff;
  line-height: 1;
  position: relative;
  top: 2px;
}

/* css3 loading */
.sk-circle {
  margin: 180px auto;
  width: 80px;
  height: 80px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #00a0e9;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media (max-width: 767px) {
  .section-download {
    padding: 30px 30px 60px;
  }
  .section-download h1 {
    font-size: 26px;
    margin-bottom: 16px;
  }
  .section-download p {
    font-size: 12px;
    margin-bottom: 25px;
  }
  .section-download .load-group {
    padding: 0 30px;
  }
  .section-download .load-group .iphone-btn .icon-ios,
  .module-guide .load-group .iphone-btn .icon-ios {
    margin-right: 8px;
    font-size: 18px;
  }
  .section-download .load-group .android-btn .icon-android,
  .module-guide .load-group .android-btn .icon-android {
    margin-right: 8px;
    font-size: 18px;
  }
  .section-contact {
    padding: 0 30px 25px;
  }
  .list-group {
    margin-top: -15px;
  }
  .list-group .list-item {
    margin-bottom: 20px;
  }
  .list-group .list-item .icon {
    width: 40px;
    height: 40px;
    border: solid 1px #00a0e9;
  }
  .list-group .list-item .icon .iconfont {
    font-size: 40px;
  }
  .list-group .list-item .list-item-body {
    padding-left: 12px;
  }
  .list-group .list-item .list-item-body h3 {
    font-size: 16px;
  }
  .list-group .list-item .list-item-body p {
    font-size: 14px;
  }

  .icon-iphone,
  .icon-android,
  .module-advantage ul li i,
  .video-box .icon-video,
  .icon-call,
  .icon-weixin,
  .icon-email,
  .question-title .icon-open,
  .icon-address {
    background: url(../img/icons.png) no-repeat 0 0 / 100px auto;
  }

  .container {
    width: 100%;
  }
  .logo {
    padding: 15px 0 19px;
  }
  .logo img {
    width: 106px;
    height: auto;
  }
  .module-guide {
    padding: 27px 20px 0;
  }
  .module-guide h1 {
    font-size: 35px;
    margin-bottom: 6px;
  }
  .module-guide h3 {
    font-size: 21px;
    margin-bottom: 13px;
    letter-spacing: 1.5px;
  }
  .module-guide p {
    font-size: 15px;
  }
  .load-group {
    padding: 27px 60px 0;
    margin-bottom: 38px;
  }
  .iphone-btn,
  .android-btn {
    height: 50px;
    font-size: 18px;
    padding: 6px 0 0;
    border-width: 1px;
    border-radius: 25px;
  }
  .iphone-btn {
    margin-bottom: 18px;
  }
  .icon-iphone {
    width: 34px;
    height: 34px;
    background-position: -40px -480px;
  }
  .icon-android {
    width: 34px;
    height: 34px;
    background-position: -40px -520px;
  }
  .iphone-btn:hover .icon-iphone,
  .android-btn.active .icon-android {
    background-position: 0 -480px;
  }
  .android-btn .icon-arrow {
    border-width: 5px 5px 0;
    margin: 0 0 0 6px;
  }
  .android-btn:hover .icon-android {
    background-position: 0 -520px;
  }
  .android-box .download-wrap {
    top: 25px;
    border: 2px solid #ffffff;
    border-top: 0 none;
    padding: 35px 0 10px;
    border-radius: 0 0 25px 25px;
  }
  .android-box .download-wrap li a {
    font-size: 12px;
    line-height: 50px;
  }
  .mobile-page {
    bottom: -85px;
    margin-top: -85px;
  }
  .mobile-page img {
    width: 235px;
    height: auto;
  }
  .module-advantage {
    padding: 126px 20px 0;
  }
  .module-advantage h2 {
    font-size: 29px;
    margin-bottom: 9px;
  }
  .module-advantage .one-line {
    width: 40px;
    height: 2px;
  }
  .module-advantage ul {
    padding: 41px 0 0 10px;
    margin-bottom: 59px;
  }
  .module-advantage ul li {
    margin-bottom: 55px;
  }
  .module-advantage ul li i {
    margin-right: 12px;
  }
  .module-advantage ul li i.icon-advan1 {
    width: 85px;
    height: 85px;
    background-position: 0 -25px;
  }
  .module-advantage ul li i.icon-advan2 {
    width: 85px;
    height: 85px;
    background-position: 0 -115px;
  }
  .module-advantage ul li i.icon-advan3 {
    width: 85px;
    height: 85px;
    background-position: 0 -205px;
  }
  .module-advantage ul li i.icon-advan4 {
    width: 85px;
    height: 85px;
    background-position: 0 -295px;
  }
  .module-advantage ul li span {
    font-size: 19px;
  }
  .video-box {
    border-radius: 12px;
    margin-bottom: -59px;
  }
  .video-preview .my-video {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
  .video-box .icon-video {
    width: 43px;
    height: 43px;
    background-position: 0 -430px;
    margin-top: -22px;
    margin-left: -22px;
  }
  .video-description {
    font-size: 19px;
    line-height: 59px;
    letter-spacing: 1px;
  }
  .module-question {
    padding: 94px 20px 15px;
  }
  .page-qa .module-question {
    padding: 20px;
  }
  .module-question h2 {
    font-size: 29px;
    margin-bottom: 9px;
  }
  .module-question .one-line {
    width: 40px;
    height: 2px;
  }
  .module-question ul {
    padding: 28px 0 0;
  }
  .page-qa .module-question ul {
    padding: 0;
  }
  .module-question ul > li {
    margin-bottom: 13px;
    border-radius: 5px;
  }
  .question-title {
    font-size: 17px;
    padding: 11px 53px 11px 18px;
  }
  .question-title .icon-open {
    width: 26px;
    height: 26px;
    right: 10px;
    margin-top: -13px;
    background-position: 0 -560px;
  }
  .question-title.active .icon-open {
    background-position: -35px -560px;
  }
  .question-con {
    font-size: 17px;
    padding: 12px 18px 20px;
  }
  .question-con ol {
    padding-left: 20px;
  }

  .header h1 {
    font-size: 18px;
  }
  .logo.app-logo {
    padding: 20px 0 8px;
  }
  .logo.app-logo img {
    width: 100px;
    height: auto;
  }
  .section-download.no-bg {
    background: none;
    padding: 20px 30px 75px;
  }
  .section-download.no-bg .iphone-btn,
  .section-download.no-bg .android-btn {
    height: 44px;
    font-size: 14px;
    border-radius: 3px;
  }
  .section-download.no-bg .load-group .iphone-btn .icon-ios {
    font-size: 14px;
  }
  .section-download.no-bg .load-group .android-btn .icon-android {
    font-size: 14px;
  }
  .section-download.no-bg .android-box .download-wrap {
    border-radius: 0 0 3px 3px;
  }

  .module-merchants {
    padding: 5px 20px 32px;
  }
  .module-merchants a {
    height: 48px;
    padding: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .module-merchants a span {
    height: 46px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 46px;
    font-size: 21px;
  }

  .module-customer {
    padding: 120px 45px 37px;
  }
  .module-customer h2 {
    font-size: 29px;
    margin-bottom: 9px;
  }
  .module-customer .one-line {
    width: 40px;
    height: 2px;
  }
  .module-customer ul {
    padding-top: 33px;
  }
  .module-customer ul li {
    margin-bottom: 31px;
  }
  .module-customer ul li i {
    margin-right: 13px;
  }
  .module-customer .icon-call {
    width: 39px;
    height: 39px;
    background-position: -50px -430px;
  }
  .module-customer .icon-weixin {
    width: 39px;
    height: 39px;
    background-position: 0 -385px;
  }
  .module-customer .icon-email {
    width: 39px;
    height: 39px;
    background-position: -50px -385px;
  }
  .module-customer ul li .text-con {
    font-size: 17px;
  }
  .module-customer ul li .text-con span {
    font-size: 14px;
  }
  .module-customer .list-group .list-item .icon .iconfont.icon-whatsapp {
    font-size: 24px;
  }

  .footer {
    padding: 15px 20px;
  }
  .footer a {
    font-size: 14px;
  }

  .imprint-content,
  .terms-content {
    padding: 20px;
  }

  .merchants-content {
    padding: 14px 17px 22px;
    min-height: 400px;
  }
  .select-box {
    margin-bottom: 11px;
  }
  .select-box select {
    height: 37px;
    font-size: 18px;
    padding: 0 45px 0 8px;
    background: url(../img/select-bg.png) no-repeat right center #ffffff / 40px
      auto;
    border-radius: 2px;
  }
  .merchants-address li {
    margin-bottom: 10px;
    padding: 9px 10px 9px;
  }
  .merchants-address li h3 {
    font-size: 17px;
    margin-bottom: 2px;
  }
  .merchants-address li p {
    font-size: 15px;
  }
  .icon-address {
    width: 9px;
    height: 12px;
    margin-right: 2px;
  }

  .sk-circle {
    width: 40px;
    height: 40px;
  }

  .module-blank {
    height: 120px;
    background: #fff;
  }

  .card-section {
    background: #f5f5f5;
    padding: 25px 20px 30px;
  }
  .card-section h3 {
    margin: 0;
    font-size: 27px;
    color: #000;
    line-height: 1.1;
  }
  .card-section h4 {
    margin: 0 0 20px;
    font-size: 16px;
    color: #000;
    line-height: 1.4;
  }
  .card-section p {
    margin: 0;
    font-size: 14px;
    color: #000;
    line-height: 1.4;
  }
  .card-section .card {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
  }
  .card-section .card > img {
    width: 100%;
    height: auto;
  }
  .card-section .card .title {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    font-size: 27px;
    line-height: 1;
    z-index: 1;
  }
  .card-section .card .title small {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 1;
    font-family: Roboto;
    font-weight: 300;
  }
  .card-section .card .grade {
    position: absolute;
    left: 20px;
    bottom: 38px;
    font-size: 18px;
    color: #fff;
    line-height: 1;
    z-index: 2;
  }
  .card-section .card .number {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    z-index: 3;
  }
  .card-section .card button {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 90px;
    height: 38px;
    padding: 0;
    background: #fff;
    border-radius: 20px;
    border: 0 none;
    font-size: 14px;
    color: #000;
    line-height: 38px;
    outline: none !important;
    z-index: 4;
  }

  .sticky-btn {
    position: fixed;
    bottom: 60px;
    right: 0;
    width: 100px;
    height: 44px;
    background: #00a0e8;
    border-radius: 22px 0 0 22px;
  }
  .sticky-btn a {
    display: flex;
    width: 100px;
    height: 44px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    line-height: 1;
  }
  .sticky-btn a .icon-video {
    margin-right: 3px;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    position: relative;
    top: 1px;
  }
}

@media (max-width: 374px) {
  .module-advantage ul {
    padding: 41px 0 0 0;
  }
  .module-advantage ul li span {
    font-size: 16px;
  }
}

/* iPhone XR - 1792x828px at 326ppi */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .top-bar {
    height: 80px;
    padding-top: 30px;
  }
  .top-bar .back {
    top: 35px;
  }
  .banner {
    padding-top: 80px;
  }
}

/* iPhone X/iPhone XS - 2436x1125px at 458ppi */
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .top-bar {
    height: 80px;
    padding-top: 30px;
  }
  .top-bar .back {
    top: 35px;
  }
  .banner {
    padding-top: 80px;
  }
}

/* iPhone XS Max - 2688x1242px at 458ppi */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .top-bar {
    height: 80px;
    padding-top: 30px;
  }
  .top-bar .back {
    top: 35px;
  }
  .banner {
    padding-top: 80px;
  }
}
