@charset "UTF-8";

html,
body {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    font-size: 12px;
    font-family: "Microsoft Yahei";
    color: #333
}

html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
select,
button,
hr,
blockquote,
pre {
    margin: 0;
    padding: 0;
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: bold;
    line-height: 1.2
}

ul,
ol,
dl {
    list-style-type: none
}

fieldset,
img {
    border: 0
}

table {
    border-collapse: collapse;
    table-layout: fixed;
    empty-cells: show
}

caption,
th {
    text-align: left;
    font-weight: normal
}

address,
caption,
cite,
code,
dfn,
th {
    font-style: normal;
    font-weight: normal
}

input,
select,
textarea,
button {
    font-size: 100%;
    vertical-align: baseline;
    *vertical-align: middle;
    outline: 0;
    border: 0
}

textarea {
    vertical-align: top
}

img {
    vertical-align: middle
}

em,
i {
    font-style: normal
}

ins {
    text-decoration: underline
}

del {
    text-decoration: line-through
}

q:before,
q:after {
    content: ""
}

hr {
    margin: 4px 0;
    border: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    _display: block;
    _margin: -5px 0;
    _font-size: 0;
    _line-height: 0
}

a {
    text-decoration: none
}

a:active {
    opacity: .7
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-Loading:before {
    content: ""
}

.icon-Loading1:before {
    content: ""
}

.icon-loading:before {
    content: ""
}

.icon-Loading2:before {
    content: ""
}

.icon-tianjiatupian:before {
    content: ""
}

.icon-morentupianccccccpx:before {
    content: ""
}

.icon-tupiantianchong:before {
    content: ""
}

.icon-double-arrow-bottom:before {
    content: ""
}

.icon-top:before {
    content: ""
}

.icon-top1:before {
    content: ""
}

.icon-Left:before {
    content: ""
}

.icon-appstore:before {
    content: ""
}

.icon-warning:before {
    content: ""
}

.icon-right:before {
    content: ""
}

.icon-android:before {
    content: ""
}

.icon-ios:before {
    content: ""
}

/*!
 * fullPage 3.0.8
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
.fp-enabled body,
html.fp-enabled {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.fp-slide {
    float: left
}

.fp-slide,
.fp-slidesContainer {
    height: 100%;
    display: block
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.fp-slidesContainer {
    float: left;
    position: relative
}

.fp-controlArrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent
}

.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff
}

.fp-scrollable {
    overflow: hidden;
    position: relative
}

.fp-scroller {
    overflow: hidden
}

.iScrollIndicator {
    border: 0 !important
}

.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important
}

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0)
}

#fp-nav.fp-right {
    right: 17px
}

#fp-nav.fp-left {
    left: 17px
}

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important
}

.fp-slidesNav.fp-bottom {
    bottom: 17px
}

.fp-slidesNav.fp-top {
    top: 17px
}

#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0
}

#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative
}

.fp-slidesNav ul li {
    display: inline-block
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    width: auto;
    opacity: 1
}

#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px
}

#fp-nav ul li .fp-tooltip.fp-left {
    left: 20px
}

.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
    height: auto !important
}

.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
    height: auto !important
}

.fp-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.fade-bg {
    position: fixed;
    right: 0;
    bottom: 0;
    border-radius: 50vh 0 0 0;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all .4s;
    width: 0;
    height: 0
}

.fade-bg.active {
    width: 100vh;
    height: 100vh
}

.doc {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    padding-bottom: 1rem;
    max-width: 750px;
    color: #fff;
    font-size: .24rem;
    background-color: #212737;
    overflow-y: auto
}

.main-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    min-height: 100vh;
    box-sizing: border-box
}

.doc .doc-title {
    text-align: center;
    padding: .45rem 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.doc .fix-close {
    position: fixed;
    right: .35rem;
    top: .32rem;
    width: .66rem;
    height: .66rem
}

.doc .doc-title img {
    height: .43rem;
    margin: 0 .21rem
}

.doc .main-content {
    padding: 0 .68rem
}

.doc .main-content .question {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.42);
    border-radius: .35rem;
    padding: .18rem 0;
    text-align: center;
    margin-bottom: .25rem
}

.doc .main-content .question img {
    height: .38rem
}

.doc .main-content .tip {
    width: 100%;
    font-size: .34rem;
    margin-bottom: .25rem
}

.doc .main-content .icon {
    width: .64rem
}

.doc-steps .step-text {
    font-size: .28rem;
    margin-bottom: .25rem;
    margin-top: .08rem
}

.doc-steps .step-text .icon {
    width: .64rem;
    vertical-align: text-top
}

.doc-steps .step-img {
    margin-bottom: .36rem
}

.doc-steps .step-img img {
    width: 100%;
    border-radius: .32rem
}

body {
    background-color: #262941;
    font-size: .24rem;
    max-width: 580px;
    margin: 0 auto !important;
    position: relative
}

/*原手机背景图开始*/
/*
.mobile {
    color: #fff
}

.mobile .fixed-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.mobile .fixed-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
*/
/*原手机背景图结束*/


.mobile{
    color: #fff;
    width: 100%;
    height: 100%;
}

.mobile .fixed-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    height: 1.91rem;
    padding: 0 .37rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9
}

.mobile .fixed-header .left {
    display: flex;
    font-size: .4rem;
    align-items: center
}

.mobile .fixed-header .left .logo {
    /* width: 1.08rem; */
    height: 1.2rem;
    margin-right: .19rem
}

.mobile .fixed-header .left .txt {
    height: 2rem;
    margin-top: .6rem;
}

.mobile .fixed-header .fixed-right>span {
    padding: 0 .05rem
}

.mobile .fixed-header .fixed-right .icon {
    width: .4rem;
    height: .4rem
}

.mobile .fixed-header .fixed-right i {
    font-size: .34rem
}

.mobile .fixed-header .right {
    display: block;
    color: #fff;
    padding: .19rem .57rem;
    border-radius: .35rem;
    font-size: .32rem;
    line-height: .24rem;
    background-color: rgba(254, 254, 254, 0.3)
}

.mobile .fixed-footer {
    z-index: 9;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 .4rem 2.2rem .2rem;
    box-sizing: border-box;
    font-size: .24rem;
    text-align: center;
}

.mobile .fixed-footer .download-box {
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    flex-direction: column;
}

.mobile .fixed-footer .download-btn {
    pointer-events: auto;
    width: 4.6rem;
    height: 1rem;
    line-height: 1rem;
    margin: 0 auto;
}

.android-doc-btn {
    display: none;
    text-align: center;
    margin-top: 5px;
    color: #fff
}

.mobile .section .section-inner {
    width: 100%;
    height: 100%;
    padding-top: 1.91rem
}

.mobile .section .subject-warp {
    position: relative;
    margin-left: 1.7rem;
	margin-top: -2.25rem;
}

.mobile .section3 .subject-warp {
    margin-left: 1.26rem
}

.mobile .section .main {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin-top: -0.15rem;
    margin-bottom: 0;
    text-align: left;
    z-index: -1;
    display: flex;
    justify-content: center
}

.mobile .section .main .center {
    position: relative
}

.mobile .section .main .phone1 {
    display: block;
    min-width: 1px;
    margin-left: 32%;
    height: 5.3rem;
    max-height: 40vh;
}

.mobile .section .main .phone2 {
    min-width: 1px;
    position: absolute;
    left: -45%;
    top: 0.8rem;
    height: 100%;
    z-index: -1
}

.mobile .section .main .element {
    min-width: 1px;
    position: absolute;
    right: 0;
    top: 0.8rem;
    height: 100%;
    z-index: 0
}

.mobile .section.section2 .main .phone1 {
    margin-left: -10%;
    height: 6.1rem;
    max-height: 43vh;
    margin-top: 0.3rem;
}

.mobile .section.section2 .main .phone2 {
    left: 35%;
    height: 100%;
    top: 0.8rem
}

.mobile .section.section2 .main .element {
    left: -68%;
    top: auto;
    height: 38%;
    bottom: 5%
}

.mobile .section.section3 .main .phone1 {
    margin-left: 0.8rem;
    height: 6.5rem;
    margin-top: 0.5rem;
}

.mobile .section.section3 .main .element {
    left: -10%;
    top: auto;
    bottom: 16%;
    height: 36%
}

.mobile .section.section3 .main .element.element2 {
    left: auto;
    right: -50%;
    top: auto;
    bottom: 0%;
    height: 46%
}

.mobile .section .tips {
    width: 110%;
    margin-left: -5%;
    text-align: left;
    text-indent: .4rem;
    padding: 0 .1rem;
    font-size: .24rem;
    line-height: 1.5;
    margin-bottom: .4rem;
    z-index: 2;
    transform: scale(0.8)
}

.mobile .section.active .subject,
.mobile .section.active .title,
.mobile .section.active .app,
.mobile .section.active .download {
    transform: translate(0, 0)
}

.section.active .ts-left {
    animation: .75s left .3s both
}

@keyframes left {
    from {
        transform: translateX(80%)
    }

    to {
        transform: translateX(0)
    }
}

.section.active .ts-fade {
    animation: .75s fade .8s both
}

@keyframes fade {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

/* .section.active .ts-rotation1 {
    animation: .6s rotation1 .6s both;
    transform-origin: bottom
}

@keyframes rotation1 {
    from {
        transform: rotate(-11deg)
    }

    to {
        transform: rotate(0)
    }
} */

@keyframes scale {
    from {
        transform: scale(1)
    }

    to {
        transform: scale(1.05)
    }
}

/* .section.active .ts-rotation2 {
    animation: .6s rotation2 .6s both;
    transform-origin: bottom
}

@keyframes rotation2 {
    from {
        transform: rotate(11deg)
    }

    to {
        transform: rotate(0)
    }
} */

.hide{
    display: none !important;
}

.footer_ym {
    width: 100%;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #fff;
    padding: 8px 0;
}

@media screen and (max-width: 750px) {
    .footer_ym {
        font-size: 12px !important;
    }
}

/* 企业签 */
.super{
    background: linear-gradient(to right, #fab59a, #e7b5df);
    font-size: 12rem;
    color: #fff;
    position: fixed;
    display: flex;
    justify-items: center;
    align-items: center;
    right: 0;
    width: 90px;
    height: 26px;
    bottom: 60px;
    border-radius: 20px 0 0 20px;
    transform: scale(.9);
    transform-origin: right;
    z-index: 11;
    font-size: 12px;
  }
  
.super img{
    width: 16px;
    position: relative;
    margin-left: 8px;
    margin-right: 3px;
}
.suphid{
    display: none;
}
  
.bar_mortice {
	color: #fff;
	/* border-radius: .45rem; */
	font-size: 18px;
	pointer-events: auto;
	width: 4.6rem;
	height: 1rem;
	margin: 0px auto;
	overflow: hidden;
    background: linear-gradient(0deg, #fa7eb9, #fab59a);
    border: 2px solid #ffd9eb;
    border-radius: .2rem;
    /* background: url("../images/btn.png"); */
    /* background-size: 100% 100%; */
}
.bar_text{
	position: absolute;
	text-align: center;
	width: 4.6rem;
	height: 1rem;
	line-height: 1rem;
    box-shadow: 1px 8px 8px rgb(167 57 212 / 50%);
}
.progress {
	background: #FFF;
	float: left;
	color: #fff;
	background: linear-gradient(0deg, #bc66d4, #fa7fb8);
	font-size: 18px;
	height: 1rem;
}
.cur_probut{
	/* color: #4857af;
	background: #ffffff;
	border: 1px solid #8cf3ff; */
    height: 1rem;
	line-height: 1rem;
    background: linear-gradient(0deg, #fa7eb9, #fab59a);
    border: 2px solid #ffd9eb;
}
.procur_but{
	animation:'progressAnimation' 68s ease-in-out 0s 1 alternate forwards;
	-moz-animation:'progressAnimation' 68s ease-in-out 0s 1 alternate forwards;
	-webkit-animation:'progressAnimation' 68s ease-in-out 0s 1 alternate forwards;
	-o-animation:'progressAnimation' 68s ease-in-out 0s 1 alternate forwards;
}
.pro_nspan{
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	text-align: center;
}
.pro_hid{
	display: none;
}
.progress_num{
	display: inline-block;
	text-align: right;
	width: 28px;
    opacity: 0;
}

@-webkit-keyframes progressAnimation {
	0% {
		width: 0
	}

	30% {
		width: 150
	}

	60% {
		width: 300
	}

	100% {
		width: 400
	}
}

@-moz-keyframes progressAnimation {
	0% {
		width: 0
	}

	30% {
		width: 150
	}

	60% {
		width: 300
	}

	100% {
		width: 400
	}
}

@-o-keyframes progressAnimation {
	0% {
		width: 0
	}

	30% {
		width: 150
	}

	60% {
		width: 300
	}

	100% {
		width: 400
	}
}

@-ms-keyframes progressAnimation {
	0% {
		width: 0
	}

	30% {
		width: 150
	}

	60% {
		width: 300
	}

	100% {
		width: 400
	}
}

@keyframes progressAnimation {
	0% {
		width: 0
	}

	30% {
		width: 150
	}

	60% {
		width: 300
	}

	100% {
		width: 400
	}
}


.no-cssanimations .cb-slideshow li span {
	opacity: 1
}

@media screen and (min-width: 960px) {
	.cb-slideshow li span {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		color: transparent;
		background-size: cover;
		background-position: 50% 50%;
		background-repeat: none;
		z-index: 0;
	}
}

