/*!
 * pc
 * @version: 0.0.1
 * @author: 
 * @update: 2020-07-30 18:19:34
 */
@charset "UTF-8";

@font-face {
  font-family: myFont1;
  src: url(Asap-ExtraBoldItalic.ttf);
}
@font-face {
  font-family: myFont2;
  src: url(Asap-ExtraBold.ttf);
}
* {
  padding: 0;
  margin: 0;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  width: 100%;
  min-width: 1400px;
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type='reset'],
[type='submit'],
button,
html [type='button'] {
  -webkit-appearance: button;
}

[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

img {
  vertical-align: top;
}

em {
  font-style: normal;
}

menu,
ol,
ul {
  list-style: none outside none;
}

fieldset,
iframe {
  border: 0 none;
}

article,
aside,
audio,
blockquote,
button,
canvas,
code,
dd,
details,
dl,
dt,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
input,
legend,
li,
mark,
menu,
nav,
ol,
output,
p,
pre,
ruby,
section,
summary,
td,
textarea,
th,
time,
ul,
video {
  margin: 0;
  padding: 0;
}

iframe {
  display: block;
}

th {
  text-align: inherit;
}

button,
input,
select,
textarea {
  font-family: 'San Francisco', 'Helvetica Neue', Helvetica, Arial,
    'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'WenQuanYi Micro Hei',
    sans-serif;
}

textarea {
  resize: vertical;
  overflow: auto;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a9a9a9;
  opacity: 1;
}

del {
  text-decoration: line-through;
}

abbr {
  cursor: help;
}

pre {
  overflow: auto;
}

hr {
  height: 10px;
  margin-bottom: 0.8em;
  border: 0;
  border-bottom: 1px solid #cfcfcf;
}

blockquote {
  position: relative;
  padding: 0 15px;
  margin: 15px 0;
  border-left: 4px solid #ddd;
  color: #999;
}

.u-clearfix {
  *zoom: 1;
}

.u-clearfix:after,
.u-clearfix:before {
  content: '';
  display: table;
  line-height: 0;
}

.u-clearfix:after {
  clear: both;
}

.u-left {
  float: left;
  _display: inline;
}

.u-right {
  float: right;
  _display: inline;
}

.u-hide {
  display: none;
}

.u-ellipsis {
  display: block;
  width: auto;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: left;
}

.u-nowrap {
  white-space: nowrap;
  word-wrap: normal;
  word-break: keep-all;
}

.u-wrap {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}

.u-imeInactive {
  ime-mode: inactive !important;
}

.u-antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.u-heiti {
  font-family: 'Helvetica Neue', Helvetica, Arial, 'PingFang sc', Lantinghei SC,
    'Microsoft YaHei', 'Hiragino Sans GB', 'Microsoft Sans Serif',
    'Wenquanyi Micro Hei', 'ST Heiti', SimHei, sans-serif;
}

.u-songti {
  font-family: 'Songti SC', STSong, SimSun, 'WenQuanYi Bitmap Song', serif;
}

.u-kaiti {
  font-family: Baskerville, Georgia, 'Liberation Serif', 'Kaiti SC', STKaiti,
    'AR PL UKai CN', 'AR PL UKai HK', 'AR PL UKai TW', 'AR PL UKai TW MBE',
    'AR PL KaitiM GB', KaiTi, KaiTi_GB2312, 'TW\-Kai', serif;
}

.u-monospace {
  font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
}

.u-inb {
  font-size: 0;
  *word-spacing: -1px;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  .u-inb {
    letter-spacing: -5px;
  }
}

.u-inb__item {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *display: inline;
  zoom: 1;
  font-size: 12px;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: initial;
}

.u-center {
  height: 100%;
  text-align: center;
  font-size: 0;
  *word-spacing: -1px;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  .u-center {
    letter-spacing: -5px;
  }
}

.u-center__inner {
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 12px;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  word-wrap: break-word;
}

.u-center__hack,
.u-center__inner {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.u-center__hack {
  width: 0;
  height: 100%;
}

.u-justify {
  font-size: 0;
  *word-spacing: -1px;
  text-align: justify;
  text-justify: inter-ideograph;
  *zoom: 1;
  line-height: initial;
  -moz-text-align-last: justify;
  -webkit-text-align-last: justify;
  text-align-last: justify;
}

.u-justify:after {
  content: '';
  display: inline-block;
  width: 100%;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  .u-justify {
    letter-spacing: -5px;
  }
}

.u-justify__item {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *display: inline;
  zoom: 1;
  font-size: 12px;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: initial;
  -moz-text-align-last: auto;
  -webkit-text-align-last: auto;
  text-align-last: auto;
  text-justify: auto;
  text-align: left;
}

.u-arrow {
  width: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
  display: inline-block;
  vertical-align: -2px;
  *vertical-align: auto;
  *display: inline;
  zoom: 1;
  border: 0 solid transparent;
  border-width: 6px;
  font-size: 0;
}

.u-arrow.ext-top {
  border-bottom-style: solid;
  border-bottom-color: #666;
}

.u-arrow.ext-bottom {
  border-top-style: solid;
  border-top-color: #666;
}

.u-arrow.ext-left {
  border-right-style: solid;
  border-right-color: #666;
}

.u-arrow.ext-right {
  border-left-style: solid;
  border-left-color: #666;
}

.u-arrow.ext-leftTop {
  border-top-style: solid;
  border-top-color: #666;
  border-left-width: 0 !important;
}

.u-arrow.ext-rightTop {
  border-top-style: solid;
  border-top-color: #666;
  border-right-width: 0 !important;
}

.u-arrow.ext-leftBtm {
  border-bottom-style: solid;
  border-bottom-color: #666;
  border-left-width: 0 !important;
}

.u-arrow.ext-rightBtm {
  border-bottom-style: solid;
  border-bottom-color: #666;
  border-right-width: 0 !important;
}

body {
  font: 400 12px/1.5 'San Francisco', 'Helvetica Neue', Helvetica, Arial,
    'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'WenQuanYi Micro Hei',
    sans-serif;
  color: #333;
  background-color: #f9fafc;
}

body a {
  text-decoration: none;
  color: #333;
}

body a:hover {
  text-decoration: underline;
  color: #fa0;
}

body,
html {
  position: relative;
}

.main {
  width: 100%;
  height: 1000px;
  background-color: #f9fafc;
  position: relative;
}
.phone1 {
  width: 512px;
  height: 992px;
  background-image: url('../img/phone.png');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%) scale(0.6);
}
.phone2 {
  width: 512px;
  height: 992px;
  background-image: url('../img/phone.png');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 15%;
  transform: translateY(-50%) scale(0.6);
}
.liuhai {
  position: absolute;
  width: 260px;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 5%;
  z-index: 20;
}
.swiper-container {
  width: 426px;
  height: 918px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50px;
}
.swiper-button-next,
.swiper-button-prev {
  display: none;
}
.swiper-wrapper:hover ~ .swiper-button {
  display: block;
}
.swiper-button-next:hover {
  display: block;
}
.swiper-button-prev:hover {
  display: block;
}
.intro {
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translateY(-50%);
}
.phone2 + .intro {
  left: 20%;
}
.download-btn {
  margin-bottom: 20px;
}
.intro > p {
  font-family: myFont2;
  color: rgb(151, 165, 192);
  margin-bottom: 10px;
  font-size: 8px;
}

.aside {
  color: rgb(151, 165, 192);
  position: absolute;
  right: 0;
  top: 42%;
  font-size: 16px;
  transform: rotate(270deg) translateY(150px);
  user-select: none;
}
.contact {
  transform: translate(5rem);
}
.swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.header {
  width: 100%;
  font-size: 16px;
  position: relative;
  z-index: 10;
}
.header-main {
  background-image: url('../img/banner.png');
  width: 100%;
  padding-bottom: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.header .content {
  width: 750px;
  position: absolute;
  bottom: 30px;
  right: 0px;
}
.header .content .aboutus {
  font-family: myFont1;
  font-size: 64px;
}
.header .content p:not(:first-child) {
  font-family: myFont2;
  font-size: 16px;
  color: rgb(151, 165, 192);
}
.dingbu {
  width: 100%;
  height: 80px;
  background-image: url('../img/dingbu.png');
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.logo {
  position: absolute;
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
}
.fengexian {
  width: 100%;
}

.pic {
  width: 426px;
  height: 918px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  overflow: hidden;
}

.lc_1 {
  background-image: url(../img/1.png);
}

.lc_2 {
  background-image: url(../img/2.png);
}

.lc_3 {
  background-image: url(../img/3.png);
}

.lc_4 {
  background-image: url(../img/4.png);
}
.rb_1 {
  background-image: url(../img/r1.png);
}
.rb_2 {
  background-image: url(../img/r2.png);
}
.rb_3 {
  background-image: url(../img/r3.png);
}
.rb_4 {
  background-image: url(../img/r4.png);
}
.rb_5 {
  background-image: url(../img/r5.png);
}
.title {
  font-family: myFont1;
  font-size: 64px;
  margin-bottom: 30px;
}

.text {
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 40px;
}

.btn {
  display: inline-block;
  width: 177px;
  height: 60px;
  background-size: contain;
  margin-right: 20px;
}
.pexixLogo {
  cursor: pointer;
}
.btn.ext-android {
  background-image: url(../img/android.png);
}

.btn.ext-ios {
  background-image: url(../img/ios.png);
}
.btn.ext-ios-disabled {
  background-image: url(../img/ios-disabled.png);
}
.footer {
  position: relative;
  width: 100%;
  z-index: 10;
  padding-top: 30px;
  padding-left: 350px;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.footer > img {
  width: 150px;
  margin-bottom: 30px;
}
.policy,
.mail {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  display: flex;
  margin-bottom: 20px;
}
.icon {
  scale: 0.6;
}
.mail > a {
  color: rgb(46, 176, 171);
}
.footer .copyright {
  position: absolute;
  font-size: 16px;
  right: 200px;
  bottom: 50px;
  color: rgb(151, 165, 192);
  user-select: none;
}
