img {
    border: 0;
    vertical-align: middle
}

a,
body,
html {
    -webkit-touch-callout: none
}

:focus,
a,
a:focus,
button,
input {
    outline: 0
}

.clear,
.clearfix:after {
    clear: both
}

.clearfix,
.zoom {
    zoom: 1
}

.clear,
.clearfix:after {
    overflow: hidden
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
    clear: both
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: mormal
}

em,
i {
    font-style: normal
}

ul {
    list-style: none
}

a {
    font-size: 30px;
    color: #9b9b9b;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
}

a,
a:hover {
    text-decoration: none;
    font-size: 30px;
}

body {
    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;
}

.fl {
    position: relative;
    float: left;
}

.fr {
    float: right;
}

.con {
    width: 1280px;
    margin: 0 auto;
    position: relative;
    height: 100%;
    z-index: 100;
}

.con_center {
    width: 100%;
    height: 880px;
    position: absolute;
    top: 50%;
    margin-top: -440px;
}

.section {
    width: 100%;
    height: 100%;
    position: relative;
    background: no-repeat;
    background-size: cover;
}

#fp-nav.right {
    top: 35%;
    right: 70px;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    margin: 5px 0;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    width: 12px;
    height: 6px;
    background: #c6c6c6;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    width: 22px;
    height: 6px;
    background: #ff408d;
    margin-left: -12px;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    width: 22px;
    height: 6px;
    background: #ff408d;
    margin-left: -12px;
    margin-top: 0;
}

.header {
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    width: 100%;
    height: 112px;
    z-index: 998;
    transition: all 1s 0.6s;
    -webkit-transition: all 1s 0.6s;
}

.header-in {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
}

.header-in .tit {
    width: 430px;
    /* text-indent: -9999px;
    z-index: 10; */
    /* position: absolute;
    left: 0;
    top: 40px; */
    transition: all .6s;
    -webkit-transition: all .6s;
    transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    opacity: 0;
}

.header-in .tit img {
    display: block;
}

.header-in .menu {
    margin-left: auto;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    background: transparent;
}

.header-in .menu li {
    margin-left: 90px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /* -webkit-transition: all 1s .1s;
    transition: all 1s .1s; */
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.page1 .header-in .menu li a {
    color: #fff;
}

.page1 .header-in .menu li a::after {
    background-color: #fe4da7;
}

.header-in .menu li a {
    font-size: 26px;
    color: #666;
}

.header-in .menu li a::after {
    content: '';
    width: 0;
    height: 3px;
    border: 2px;
    position: absolute;
    bottom: 21px;
    left: 0;
    background-color: #fe4da7;
    transition: all 0.6s;
    opacity: 0;
}

.header-in .menu li a:hover::after,
.header-in .menu li a.active::after {
    opacity: 1;
    width: 100%;
}

.header-in .menu li a.active,
.header-in .menu li a:hover {
    color: #fe4da7;
}

.header-in .menu li a::after {
    background-color: #fe4da7;
}


/* .header-in .menu li a.active {
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: 2px 5px 11px rgb(255 255 255 / 20%);
} */

.header-in.header_an li {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    transition: all 1s .1s ease-in-out;
}

.header-in.header_an li:nth-child(2) {
    transition: all 1s .3s ease-in-out;
}

.header-in.header_an li:nth-child(3) {
    transition: all 1s .5s ease-in-out;
}

.header-in.header_an .tit {
    transform: translateX(0px);
    -webkit-transform: translateX(0);
    opacity: 1;
}

.con .tit {
    width: 430px;
    /* text-indent: -9999px; */
    z-index: 10;
    position: absolute;
    left: 0;
    top: 40px;
}

.page1 {
    background-image: url(../images/pc_bg.png);
}

.page4 {
    background-image: url("../images/pc4_bg.png");
}

.page2 {
    background-image: url(../images/pc2_bg.png);
}

.phone {
    position: relative;
}

.phone_bg {
    position: relative;
    width: 492px;
    height: 880px;
    background: url(../images/pc_bg_iphone.png) no-repeat;
}

.phone_bg video {
    margin: 167px 0 0 90px;
    width: 312px;
    height: 552px;
}

.play_btn {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    background: url(../images/pc_icon_play.png) no-repeat;
}

.btn {
    margin-top: 70px;
}

.btn>div,
.btn>a {
    float: left;
    background: url(../images/down_img.png) no-repeat;
    height: 70px;
}

.btn .btn-ewm {
    width: 70px;
    background-position: 0 0;
    margin-right: 15px;
    position: relative;
    z-index: 100;
}

.btn .btn-ewm:hover .code {
    display: block;
}

.code {
    display: none;
    position: absolute;
    top: -314px;
    left: 0;
    width: 224px;
    height: 298px;
}

.code img {
    width: 224px;
}

.btn .btn-ewm:hover {
    background-position: -80px 0;
}

.btn .btn-com {
    width: 220px;
    text-indent: -9999px;
}

.btn .btn-ios {
    background-position: 0 -80px;
    margin-right: 15px;
}

.btn .btn-ios:hover {
    background-position: -230px -80px;
}

.btn .btn-and {
    background-position: 0 -160px;
}

.btn .btn-and:hover {
    background-position: -230px -160px;
}

.btn1 {
    margin-top: 70px;
}

.btn1>div,
.btn1>a {
    float: left;
    background: url(../images/down_img.png) no-repeat;
    height: 70px;
}

.btn1 .btn-ewm {
    width: 70px;
    background-position: -80px 0;
    margin-right: 15px;
    position: relative;
    z-index: 100;
}

.btn1 .btn-ewm:hover .code {
    display: block;
}

.code {
    display: none;
    position: absolute;
    top: -314px;
    left: 0;
    width: 224px;
    height: 298px;
}

.code img {
    width: 224px;
}

.btn1 .btn-ewm:hover {
    background-position: -80px 0;
}

.btn1 .btn-com {
    width: 220px;
    text-indent: -9999px;
}

.btn1 .btn-ios {
    background-position: -230px -80px;
    margin-right: 15px;
}

.btn1 .btn-ios:hover {
    background-position: -230px -80px;
}

.btn1 .btn-and {
    background-position: -230px -160px;
}

.btn1 .btn-and:hover {
    background-position: -230px -160px;
}

.txt .txt-msg {
    width: 546px;
    height: 110px;
    margin-top: 170px;
}

.txt .txt-tit {
    width: 399px;
    height: 138px;
    background: url(../images/pc_icon_text.png) no-repeat;
    margin-top: 18px;
}

.active .fr {
    -moz-animation: slideInRight 1.2s ease;
    animation: slideInRight 1.2s ease;
    -webkit-animation: slideInRight 1.2s ease;
}

.active .fl {
    -moz-animation: slideInLeft 1.2s ease;
    animation: slideInLeft 1.2s ease;
    -webkit-animation: slideInLeft 1.2s ease;
}

.phone_dou {
    position: absolute;
    bottom: 60px;
    right: 25px;
    width: 136px;
    height: 186px;
    background: url(../images/pc1-phone-dou.png) no-repeat;
    opacity: 0;
    transform: translate(50px, 0);
    -webkit-transform: translate(50px, 0);
    -moz-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    -o-transform: translate(50px, 0);
}

.active .phone_dou {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transition: all .7s .6s;
    -webkit-transition: all .7s .6s;
    -moz-transition: all .7s .6s;
    -ms-transition: all .7s .6s;
    -o-transition: all .7s .6s;
}

.page2 .phone .phone_bg {
    width: 550px;
    background-image: url(../images/pc2_icon_iphone.png);
}

.page2 .phone .phone_ele {
    position: absolute;
    top: 400px;
    width: 284px;
    height: 460px;
    background: url(../images/pc2_icon_dg.png) no-repeat;
    left: 125px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-filter: alpha(opacity=0);
}

.active.page2 .phone .phone_ele {
    left: -80px;
    opacity: 1;
    filter: alpha(opacity=1);
    -webkit-filter: alpha(opacity=1);
    transition: all .6s linear 1s;
    -webkit-transition: all .6s linear 1s;
    -moz-transition: all .6s linear 1s;
    -ms-transition: all .6s linear 1s;
    -o-transition: all .6s linear 1s;
    -moz-animation: wave 8s infinite linear;
    animation: wave 8s infinite linear;
    -webkit-animation: wave 8s infinite linear;
}

.page2 .txt .txt-tit {
    width: 368px;
    height: 154px;
    background: url(../images/pc2_text_title.png);
    margin-top: 246px;
}

.page3 {
    background-image: url(../images/pc3_bg.png);
}

.page3 .phone {
    width: 550px;
    height: 880px;
}

.page3 .phone_bg {
    background-image: url(../images/pc3_icon_iphone.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page3 .txt .txt-tit {
    width: 650px;
    height: 163px;
    background-image: url(../images/pc3_text_title.png);
    margin-top: 250px;
}

.phone_ele1 {
    width: 138px;
    height: 194px;
    bottom: 240px;
    right: -120px;
    background: url(../images/pc3_icon_dm.png) no-repeat;
    transform: translate(-100px, 100px);
    -webkit-transform: translate(-100px, 100px);
    -moz-transform: translate(-100px, 100px);
    -ms-transform: translate(-100px, 100px);
    -o-transform: translate(-100px, 100px);
}

.phone_ele2 {
    width: 286px;
    height: 400px;
    bottom: 0px;
    right: -0px;
    background: url(../images/pc3_icon_dg.png) no-repeat 0/contain;
    transform: translate(100px, 100px);
    -webkit-transform: translate(100px, 100px);
    -moz-transform: translate(100px, 100px);
    -ms-transform: translate(100px, 100px);
    -o-transform: translate(100px, 100px);
}

.phone_ele1,
.phone_ele2 {
    position: absolute;
    opacity: 0;
}

.active .phone_ele1,
.active .phone_ele2 {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transition: all .7s ease .5s;
    -webkit-transition: all .7s ease .5s;
    -moz-transition: all .7s ease .5s;
    -ms-transition: all .7s ease .5s;
    -o-transition: all .7s ease .5s;
}

.active .phone_ele1 {
    -webkit-transition-delay: 1.1s;
    -moz-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

.page4::before,
.page4::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    background-repeat: no-repeat;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.section {
    overflow: hidden;
}

.page4::before {
    width: 1716px;
    height: 615px;
}

.page4::after {
    width: 1329px;
    height: 1080px;
}

.page4 .con::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-30deg);
    -webkit-transform: translate(-50%, -50%) rotate(-30deg);
    -moz-transform: translate(-50%, -50%) rotate(-30deg);
    -ms-transform: translate(-50%, -50%) rotate(-30deg);
    -o-transform: translate(-50%, -50%) rotate(-30deg);
    width: 972px;
    height: 972px;
}

.page4 .phone {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 10;
}

.active.page4::before,
.active.page4::after {
    -moz-animation: rotateIn1 4s;
    animation: rotateIn1 4s;
    -webkit-animation: rotateIn1 4s;
}

.active.page4::after {
    -moz-animation: rotateIn 4s;
    animation: rotateIn 4s;
    -webkit-animation: rotateIn 4s;
}

.active.page4 .con::before {
    -moz-animation: rotateIn2 4s;
    animation: rotateIn2 4s;
    -webkit-animation: rotateIn2 4s;
}

@-webkit-keyframes rotateIn {
    0% {
        transform: translateX(-50%) rotate(0);
        -webkit-transform: translateX(-50%) rotate(0);
        -moz-transform: translateX(-50%) rotate(0);
        -ms-transform: translateX(-50%) rotate(0);
        -o-transform: translateX(-50%) rotate(0);
    }
    50% {
        transform: translateX(-50%) rotate(360deg);
        -webkit-transform: translateX(-50%) rotate(360deg);
        -moz-transform: translateX(-50%) rotate(360deg);
        -ms-transform: translateX(-50%) rotate(360deg);
        -o-transform: translateX(-50%) rotate(360deg);
    }
    100% {
        transform: translateX(-50%) rotate(0);
        -webkit-transform: translateX(-50%) rotate(0);
        -moz-transform: translateX(-50%) rotate(0);
        -ms-transform: translateX(-50%) rotate(0);
        -o-transform: translateX(-50%) rotate(0);
    }
}

@-moz-keyframes rotateIn {
    0% {
        transform: translateX(-50%) rotate(0);
        -webkit-transform: translateX(-50%) rotate(0);
        -moz-transform: translateX(-50%) rotate(0);
        -ms-transform: translateX(-50%) rotate(0);
        -o-transform: translateX(-50%) rotate(0);
    }
    50% {
        transform: translateX(-50%) rotate(360deg);
        -webkit-transform: translateX(-50%) rotate(360deg);
        -moz-transform: translateX(-50%) rotate(360deg);
        -ms-transform: translateX(-50%) rotate(360deg);
        -o-transform: translateX(-50%) rotate(360deg);
    }
    100% {
        transform: translateX(-50%) rotate(0);
        -webkit-transform: translateX(-50%) rotate(0);
        -moz-transform: translateX(-50%) rotate(0);
        -ms-transform: translateX(-50%) rotate(0);
        -o-transform: translateX(-50%) rotate(0);
    }
}

@keyframes rotateIn {
    0% {
        transform: translateX(-50%) rotate(0);
        -webkit-transform: translateX(-50%) rotate(0);
        -moz-transform: translateX(-50%) rotate(0);
        -ms-transform: translateX(-50%) rotate(0);
        -o-transform: translateX(-50%) rotate(0);
    }
    50% {
        transform: translateX(-50%) rotate(360deg);
        -webkit-transform: translateX(-50%) rotate(360deg);
        -moz-transform: translateX(-50%) rotate(360deg);
        -ms-transform: translateX(-50%) rotate(360deg);
        -o-transform: translateX(-50%) rotate(360deg);
    }
    100% {
        transform: translateX(-50%) rotate(0);
        -webkit-transform: translateX(-50%) rotate(0);
        -moz-transform: translateX(-50%) rotate(0);
        -ms-transform: translateX(-50%) rotate(0);
        -o-transform: translateX(-50%) rotate(0);
    }
}

@-webkit-keyframes rotateIn1 {
    0% {
        transform: translateX(-50%) rotate(0);
        -webkit-transform: translateX(-50%) rotate(0);
        -moz-transform: translateX(-50%) rotate(0);
        -ms-transform: translateX(-50%) rotate(0);
        -o-transform: translateX(-50%) rotate(0);
    }
    50% {
        transform: translateX(-50%) rotate(20deg);
        -webkit-transform: translateX(-50%) rotate(20deg);
        -moz-transform: translateX(-50%) rotate(20deg);
        -ms-transform: translateX(-50%) rotate(20deg);
        -o-transform: translateX(-50%) rotate(20deg);
    }
    100% {
        transform: translateX(-50%) rotate(0);
        -webkit-transform: translateX(-50%) rotate(0);
        -moz-transform: translateX(-50%) rotate(0);
        -ms-transform: translateX(-50%) rotate(0);
        -o-transform: translateX(-50%) rotate(0);
    }
}

@-moz-keyframes rotateIn1 {
    0% {
        transform: translateX(-50%) rotate(0);
        -webkit-transform: translateX(-50%) rotate(0);
        -moz-transform: translateX(-50%) rotate(0);
        -ms-transform: translateX(-50%) rotate(0);
        -o-transform: translateX(-50%) rotate(0);
    }
    50% {
        transform: translateX(-50%) rotate(20deg);
        -webkit-transform: translateX(-50%) rotate(20deg);
        -moz-transform: translateX(-50%) rotate(20deg);
        -ms-transform: translateX(-50%) rotate(20deg);
        -o-transform: translateX(-50%) rotate(20deg);
    }
    100% {
        transform: translateX(-50%) rotate(0);
        -webkit-transform: translateX(-50%) rotate(0);
        -moz-transform: translateX(-50%) rotate(0);
        -ms-transform: translateX(-50%) rotate(0);
        -o-transform: translateX(-50%) rotate(0);
    }
}

@keyframes rotateIn1 {
    0% {
        transform: translateX(-50%) rotate(0);
        -webkit-transform: translateX(-50%) rotate(0);
        -moz-transform: translateX(-50%) rotate(0);
        -ms-transform: translateX(-50%) rotate(0);
        -o-transform: translateX(-50%) rotate(0);
    }
    50% {
        transform: translateX(-50%) rotate(20deg);
        -webkit-transform: translateX(-50%) rotate(20deg);
        -moz-transform: translateX(-50%) rotate(20deg);
        -ms-transform: translateX(-50%) rotate(20deg);
        -o-transform: translateX(-50%) rotate(20deg);
    }
    100% {
        transform: translateX(-50%) rotate(0);
        -webkit-transform: translateX(-50%) rotate(0);
        -moz-transform: translateX(-50%) rotate(0);
        -ms-transform: translateX(-50%) rotate(0);
        -o-transform: translateX(-50%) rotate(0);
    }
}

@-webkit-keyframes rotateIn2 {
    0% {
        transform: translate(-50%, -50%) rotate(0);
        -webkit-transform: translate(-50%, -50%) rotate(0);
        -moz-transform: translate(-50%, -50%) rotate(0);
        -ms-transform: translate(-50%, -50%) rotate(0);
        -o-transform: translate(-50%, -50%) rotate(0);
    }
    50% {
        transform: translate(-50%, -50%) rotate(360deg);
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -moz-transform: translate(-50%, -50%) rotate(360deg);
        -ms-transform: translate(-50%, -50%) rotate(360deg);
        -o-transform: translate(-50%, -50%) rotate(360deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(0);
        -webkit-transform: translate(-50%, -50%) rotate(0);
        -moz-transform: translate(-50%, -50%) rotate(0);
        -ms-transform: translate(-50%, -50%) rotate(0);
        -o-transform: translate(-50%, -50%) rotate(0);
    }
}

@-moz-keyframes rotateIn2 {
    0% {
        transform: translate(-50%, -50%) rotate(0);
        -webkit-transform: translate(-50%, -50%) rotate(0);
        -moz-transform: translate(-50%, -50%) rotate(0);
        -ms-transform: translate(-50%, -50%) rotate(0);
        -o-transform: translate(-50%, -50%) rotate(0);
    }
    50% {
        transform: translate(-50%, -50%) rotate(360deg);
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -moz-transform: translate(-50%, -50%) rotate(360deg);
        -ms-transform: translate(-50%, -50%) rotate(360deg);
        -o-transform: translate(-50%, -50%) rotate(360deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(0);
        -webkit-transform: translate(-50%, -50%) rotate(0);
        -moz-transform: translate(-50%, -50%) rotate(0);
        -ms-transform: translate(-50%, -50%) rotate(0);
        -o-transform: translate(-50%, -50%) rotate(0);
    }
}

@keyframes rotateIn2 {
    0% {
        transform: translate(-50%, -50%) rotate(0);
        -webkit-transform: translate(-50%, -50%) rotate(0);
        -moz-transform: translate(-50%, -50%) rotate(0);
        -ms-transform: translate(-50%, -50%) rotate(0);
        -o-transform: translate(-50%, -50%) rotate(0);
    }
    50% {
        transform: translate(-50%, -50%) rotate(360deg);
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -moz-transform: translate(-50%, -50%) rotate(360deg);
        -ms-transform: translate(-50%, -50%) rotate(360deg);
        -o-transform: translate(-50%, -50%) rotate(360deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(0);
        -webkit-transform: translate(-50%, -50%) rotate(0);
        -moz-transform: translate(-50%, -50%) rotate(0);
        -ms-transform: translate(-50%, -50%) rotate(0);
        -o-transform: translate(-50%, -50%) rotate(0);
    }
}

.phone_img {
    position: relative;
    width: 735px;
    height: 262px;
    margin: 0 auto;
}

.page4 .phone_img>div {
    opacity: 0;
    filter: opacity(0);
    -webkit-filter: opacity(0);
}

.img1 {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -116px;
    width: 234px;
    height: 234px;
    background: url(../images/pc4_icon_dg@2x.png) no-repeat;
    z-index: 5;
}

.active.page4 .phone_img>div {
    opacity: 1;
    filter: opacity(100);
    -webkit-filter: opacity(100);
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.active.page4 .phone_img>.img2 {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    top: 244px;
    left: 274px;
}

.active.page4 .phone_img>.img3 {
    -webkit-transition-delay: 1.8s;
    -moz-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s;
    left: 132px;
}

.active.page4 .phone_img>.img4 {
    -webkit-transition-delay: 1.8s;
    -moz-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s;
    right: 180px;
}

.page4 .phone .phone_txt {
    width: 523px;
    height: 108px;
    background: url(../images/pc4_text_title.png) no-repeat;
    margin: 80px auto 30px;
}

.page4 .btn {
    width: 540px;
    margin: 12px auto 0;
    display: flex;
    justify-content: center;
}

.active.page4 .phone_txt,
.active.page4 .btn {
    -moz-animation: flipInX 2s 1.5s;
    animation: flipInX 1.5s;
    -webkit-animation: flipInX 1.5s;
}

.copy {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #504e41;
}

.copy a {
    font-size: 14px;
    color: #504e41;
}

.company_Profile {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background: rgba(0, 0, 0, .2);
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 24px;
    text-align: center;
    padding: 30px 0;
}

.company_Profile .hide {
    display: none
}

.company_Profile p {
    margin: 0;
    padding: 0;
}

.company_Profile a {
    display: inline-blcok;
    color: #fff;
    font-size: 14px;
}

.company_Profile a:hover {
    text-decoration: underline;
}

.company_Profile span {
    display: inline-blcok;
    color: #e8e8e8;
    margin: 0 10px;
    font-size: 12px;
}

.company_Profile .page {
    display: flex;
    margin-bottom: 12px;
}

.company_Profile .page a {
    flex: 1;
    text-align: center;
    font-size: 16px;
    border-right: 1px solid #fff;
}

.company_Profile .page a:last-child {
    border: none;
}

.company_Profile .page a:hover,
.company_Profile .page a.active {
    color: #FF4F9E
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes wave {
    0% {
        -webkit-transform: rotateZ(0) translate3d(0, -5%, 0) rotateZ(0);
        transform: rotateZ(0) translate3d(0, -5%, 0) rotateZ(0)
    }
    100% {
        -webkit-transform: rotateZ(360deg) translate3d(0, -5%, 0) rotateZ(-360deg);
        transform: rotateZ(360deg) translate3d(0, -5%, 0) rotateZ(-360deg)
    }
}

@-moz-keyframes wave {
    0% {
        -webkit-transform: rotateZ(0) translate3d(0, -5%, 0) rotateZ(0);
        -moz-transform: rotateZ(0) translate3d(0, -5%, 0) rotateZ(0);
        transform: rotateZ(0) translate3d(0, -5%, 0) rotateZ(0)
    }
    100% {
        -webkit-transform: rotateZ(360deg) translate3d(0, -5%, 0) rotateZ(-360deg);
        -moz-transform: rotateZ(360deg) translate3d(0, -5%, 0) rotateZ(-360deg);
        transform: rotateZ(360deg) translate3d(0, -5%, 0) rotateZ(-360deg)
    }
}

@keyframes wave {
    0% {
        -webkit-transform: rotateZ(0) translate3d(0, -5%, 0) rotateZ(0);
        -moz-transform: rotateZ(0) translate3d(0, -5%, 0) rotateZ(0);
        transform: rotateZ(0) translate3d(0, -5%, 0) rotateZ(0)
    }
    100% {
        -webkit-transform: rotateZ(360deg) translate3d(0, -5%, 0) rotateZ(-360deg);
        -moz-transform: rotateZ(360deg) translate3d(0, -5%, 0) rotateZ(-360deg);
        transform: rotateZ(360deg) translate3d(0, -5%, 0) rotateZ(-360deg)
    }
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@-moz-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        -moz-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        -moz-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        -moz-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        -moz-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        -moz-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        -moz-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@media (max-width: 600px) {
    .con_center {
        zoom: .45;
    }
    .con {
        width: 600px;
    }
}

@media (min-width: 600px) and (max-width:1024px) {
    .con_center {
        zoom: .45;
    }
    .con {
        width: 600px;
    }
}

@media (min-width: 800px) and (max-width:1024px) {
    .con_center {
        zoom: .49;
    }
    .con {
        width: 650px;
    }
}

@media (min-width: 1024px) and (max-width:1280px) {
    .con_center,
    .con .tit {
        zoom: .56;
    }
    .con {
        width: 800px;
    }
}

@media (min-width: 1280px) and (max-width:1366px) {
    .con_center,
    .con .tit {
        zoom: .73;
    }
    .con {
        width: 1000px;
    }
}


/* .txt_fot {position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
    text-align: center;

}
.txt_fot a {
    font-size: 14px;
    color: #ac9488;
    z-index: 100;
} */