.code1-page {
  min-height: 100vh;
  background-image: url('../images/code1_bg_0702.png');
  background-size: 100% auto;
  position: relative;
}
.code1-page .page-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
}
.code1-page .page-title .title-image {
  width: 78%;
}
.code1-page .page-title .title-image.sub {
  margin-top: -20px;
  width: 78%;
}
.code1-page .qrcode-img {
  position: absolute;
  width: 160px;
  left: 0;
  top: 48%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.code1-page .footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 65vh;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
.code1-page .footer .link {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.code1-page .footer .link .finger-image {
  position: absolute;
  width: 90px;
  z-index: 1;
  left: 64%;
  bottom: -16px;
}
.code1-page .footer .link .code-image {
  width: 80%;
}
.code1-page .footer .font-img {
  width: 64%;
  margin-top: -20px;
}
.code1-page .bottom-gif {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.code1-page img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@-webkit-keyframes zoom-in-out {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-moz-keyframes zoom-in-out {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.6);
         transform: scale(1.6);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}
@keyframes zoom-in-out {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.6);
       -moz-transform: scale(1.6);
            transform: scale(1.6);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
}

.page-kuaishou-content {
  padding-bottom: 140px;
}
.page-kuaishou-content .content-image {
  width: 100%;
}
.page-kuaishou-content .swiper-phone {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 10px 20px;
  height: 60px;
  overflow: hidden;
}
.page-kuaishou-content .swiper-phone .title {
  text-align: center;
}
.page-kuaishou-content .swiper-phone .swiper-container {
  margin-top: 10px;
  overflow: hidden;
  height: 40px;
}
.page-kuaishou-content .swiper-phone .swiper-container p {
  text-align: center;
  margin: 0;
  -webkit-animation: scroll-up 6s linear infinite;
     -moz-animation: scroll-up 6s linear infinite;
          animation: scroll-up 6s linear infinite;
}
@-webkit-keyframes scroll-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-500%);
            transform: translateY(-500%);
  }
  100% {
    -webkit-transform: translateY(-1000%);
            transform: translateY(-1000%);
  }
}
@-moz-keyframes scroll-up {
  0% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-500%);
         transform: translateY(-500%);
  }
  100% {
    -moz-transform: translateY(-1000%);
         transform: translateY(-1000%);
  }
}
@keyframes scroll-up {
  0% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-500%);
       -moz-transform: translateY(-500%);
            transform: translateY(-500%);
  }
  100% {
    -webkit-transform: translateY(-1000%);
       -moz-transform: translateY(-1000%);
            transform: translateY(-1000%);
  }
}
.dialog-box.hidebox {
  display: none;
}
.page-kuaishou-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 140px;
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 0;
}
.page-kuaishou-footer .input-box {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.page-kuaishou-footer .input-box .input {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 200px;
  height: 40px;
  border: 1px solid #e1e1e1;
  border-radius: 20px;
  padding-left: 16px;
  font-size: 14px;
  line-height: 34px;
  color: #333;
}
.page-kuaishou-footer .pay-btn {
  width: 200px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF0D43), to(#FF948A));
  background: -moz-linear-gradient(top, #FF0D43, #FF948A);
  background: linear-gradient(180deg, #FF0D43, #FF948A);
  border-radius: 1000px;
  font-size: 20px;
  font-weight: bold;
}
.page-kuaishou-footer .tips-font {
  font-size: 12px;
  font-weight: bold;
  color: #000;
}

html {
  font-family: 'Helvetica Neue', 'Microsoft YaHei', Helvetica, STHeiTi, Arial, sans-serif;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0 !important;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
  background-color: #f9f9f9;
  height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
svg:not(:root) {
  overflow: hidden;
}
a {
  background: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #2C6DE4;
}
a:hover {
  opacity: 0.7;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  vertical-align: middle;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html,
button,
input,
select,
textarea {
  font-family: 'Helvetica Neue', 'Microsoft YaHei', Helvetica, STHeiTi, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form,
blockquote {
  margin: 0;
}
ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none outside none;
}
h1,
h2,
h3 {
  line-height: 2;
  font-weight: normal;
}
h1 {
  font-size: 1.8rem;
}
h2 {
  font-size: 1.6rem;
}
h3 {
  font-size: 1.4rem;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cccccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cccccc;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.fn-grid {
  width: 1190px;
  margin: 0 auto;
}

.beian-info {
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666;
  background: #fff;
  font-size: 12px;
  max-width: 800px;
  margin: 0 auto;
}
.beian-info a {
  color: #666;
  text-align: center;
}

.components-ugpage1 {
  height: 100vh;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background: url('../images/bg_241014.png') no-repeat top;
  background-size: cover;
}
.dialog-box {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dialog-box .dialog-main {
  height: 440px;
  width: 285px;
  background: url('../images/ug-page-dialog.png') no-repeat center;
  background-size: auto 440px;
  position: relative;
}
.dialog-box .dialog-main .code-box {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: 140px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dialog-box .dialog-main .code-box .code {
  width: 120px;
  margin-bottom: 12px;
}
.dialog-box .dialog-main .code-box .tips {
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  white-space: nowrap;
}
.dialog-box .dialog-main .code-box .link-btn {
  display: block;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#FF2E85), to(#F917D0));
  background: -moz-linear-gradient(left, #FF2E85, #F917D0);
  background: linear-gradient(90deg, #FF2E85, #F917D0);
  width: 190px;
  height: 46px;
  border-radius: 100px;
  text-align: center;
  line-height: 46px;
  margin-top: 36px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 3px;
}
.dialog-box .dialog-main .code-box .font {
  font-size: 12px;
  white-space: nowrap;
  color: #FF2E85;
  margin-top: 8px;
}

.components-ugpage {
  height: -moz-calc(100vh - 50px);
  height: calc(100vh - 50px);
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background: url('../images/ug-page-bg.jpg') no-repeat top;
  background-size: cover;
}
.dialog-box-0304 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dialog-box-0304 .dialog-main {
  height: 665px;
  width: 100%;
  background: url('../images/ugpage-dialog-0304.png') no-repeat center;
  background-size: auto 665px;
  position: relative;
}
.dialog-box-0304 .dialog-main .code-box {
  width: 100%;
  height: 100%;
  display: block;
}

.page-main {
  font-size: 0;
}
.page-main .image {
  display: block;
  width: 100%;
}
.page-main .footer-botton {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  font-size: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
}
.page-main .footer-botton .xfc-live-btn {
  width: 252px;
  height: 38px;
  background: -webkit-gradient(linear, left bottom, left top, from(#FE500E), to(#FB0C02));
  background: -moz-linear-gradient(bottom, #FE500E 0%, #FB0C02 100%);
  background: linear-gradient(0deg, #FE500E 0%, #FB0C02 100%);
  border-radius: 19px;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 17px;
  text-decoration: none;
}
