﻿body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {padding: 0;margin: 0;}
a {text-decoration: none;}
table {border-spacing: 0;}
fieldset,img {border: 0;}
address,caption,cite,code,dfn,em,strong,th,
var {font-weight: normal;font-style: normal;}
strong {font-weight: bold;}
ol,ul {list-style: none;}
caption,th {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-weight: normal;font-size: 100%;}
q:before,q:after {content: '';}
abbr,acronym {border: 0;}

html {height: 100%;}
body {font-family: microsoft yahei;min-width: 1000px;font-size: 12px;height: 100%;}
canvas {position: absolute;top: 0;left: 0;opacity: 0;-webkit-transition: all .3s;transition: all .3s;}
.active canvas {transition-delay: 1s;opacity: 1;}
.section {min-height: 100%;}
#fullpage {height: 100%;}
#header {height: 55px;color: #fff;position: fixed;width: 100%;top: 0;left: 0;z-index: 99;}
.wrapper {max-width: 1000px;margin: auto;height: 100%;position: relative;}
.fl {float: left;}
.fr {float: right;}
.clear:after {content: "";display: block;overflow: hidden;height: 0px;line-height: 0px;clear: both;}
.clear {zoom: 1;}
.section {overflow: hidden;position: relative;}
.section .index-bg,
.section .bg {position: absolute;top: 0;left: 0;bottom: 0;right: 0;z-index: -10;}
.index-top {position: relative;}
.index-top,
.index-bottom {z-index: 1;}
#section0 {z-index: 1;}

#section3 .wrapper,
#section1 .wrapper {position: relative;}
.index-bg img,
.bg img{width: 100%;display: block;float: left;}
.index-top {border-top: 10px solid #ff5800;}
.index-top a {color: #8a8787;font-size: 16px;margin-left: 65px;height: 36px;line-height: 36px;}
.index-box {
    width: 280px;
    height: 240px;
    margin: -275px auto auto -275px;
    
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 155px 135px;
    text-align: center;
}
.index-content {
    position: absolute;
    width: 100%;
    top: 0;
    overflow: hidden;
}
.index-box-content {
    position: relative;
    z-index: 1;
    opacity: 0.9;
    color: #fff;
}
.index-box-bg {
    width: 100%;height: 100%;
    background: url("../image/index-main-bg.png") no-repeat;
    position: absolute;top: 0;left: 0;
}
.qr-code {
    width: 108px;
}
.qr-code img {
    width: 100%;
}
#section0 {
    background-color: #383838;
}
.slogn {
    font-size: 20px;
    margin: 10px -10px;
}
.slogn b {
    font-weight: normal;
    letter-spacing: 5px;
    text-indent: 10px;
    margin-left: 10px;
    color: #ffffff;
}
.d-btn {
    border: 1px solid #d9d9d9;
    height: 46px;
    line-height: 46px;
    display: block;
    width: 150px;
    margin-bottom: 10px;
    font-size: 15px;
    text-align: left;
    cursor: pointer;
    color: #ffffff;
}
.d-btn i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 45px;
    height: 45px;
    background: url("../image/download-icon.png") center top no-repeat;
    vertical-align: middle;
}
.d-btn span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 90px;
    text-align: center;
    vertical-align: middle;
}
.ios-btn i {
    background-position: center -45px;
}
.index-box-content .d-btn {
    border: 1px solid #fff;
}
.down-load-bar {
    margin-top: 30px;
}
.d-btn:hover div {
    background: #fff;
    color: #589898;
    transition: all .3s ease-out;
}
.footer .d-btn:hover div {
    background: #ffffff;
    color: #5B5B5B;
    transition: all .3s ease-out;
}
.d-btn:hover i {
    background-image: url("../image/download-icon-hover.png");
    transition: all .3s ease-out;
}
.footer .d-btn:hover i {
    background-image: url("../image/download-icon-f-hover.png");
    transition: all .3s ease-out;
}
.index-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    
    background: url("../image/bl-bg.png");
    color: #6e6e6e;
}
.index-bottom ul li {
    width: 25%;
    float: left;
    padding: 30px 0;
}
.b-icon {
    width: 90px;
    height: 90px;
    background: url("../image/index-icons.png") no-repeat;
    display: block;
    float: left;
    margin-right: 10px;
    transition: all .3s linear;
}

.b-icon:hover {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}
.index-bottom h2 {
    font-size: 16px;
    color: #c8c8c8;
    margin: 8px 0 10px;
}
.icon-heart {
    background-position: -90px 0;
}
.icon-recommend {
    background-position: -180px 0;
}
.icon-report {
    background-position: -270px 0;
}
.index-line {
    width: 0px;
    height: 2px;
    background: #51d4ed;
    display: block;
    position: absolute;
}
.index-line-left {
    left: 92px;
    top: 154px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 1px;
    transform-origin: 0 1px;
}
.index-line-right {
    right: 92px;
    top: 394px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 100% 1px;
    transform-origin: 100% 1px;
}
.title {
    font-size: 20px;
    text-align: center;
    color: white;
}
.title h1 {
    font-size: 40px;
    letter-spacing: 2px;
}
.title p {
    line-height: 35px;
    margin: 5px auto 0 auto;
}
.phone {
    width: 315px;
    height: 560px;
    background: url("../image/phone-con.png") no-repeat;
    padding: 91px 17px 91px 22px;
}
.sec2-con .phone {
    box-shadow: 40px 40px 20px rgba(0, 0, 0, 0.7);
    border-radius: 50px;
}
.phone img {
    width: 100%;
}
.sec1-left {
    position: relative;
    width: 650px;
    float: left;
    padding-left: 75px;
    z-index: 1;
}
.sec1-p1,
.sec1-p2 {
    float: left;
}
.sec1-p1 {
    margin-right: -83px;
    margin-top: 49px;
}
.sec1-p2 {
    position: relative;
    z-index: 1;
}
.sec1-left,
.sec1-right {
    margin-top: 70px;
}
.sec1-right {
    width: 245px;
    float: right;
}
.sec1-list {
    margin-top: 87px;
    height: 410px;
    border-left: 1px solid #51d4ed;
    
    
    border-top: 1px solid transparent;
    *border-top: 1px solid #EBEBEB;
}
.sec1-list li {
    position: relative;
    height: 70px;
    line-height: 70px;
    font-size: 24px;
    padding-left: 35px;
}
.sec1-list li:first-child {
    margin-top: 30px;
}
.sec1-list li i {
    
    
    background: #000;
    
    
    display: block;
    position: absolute;
    top: 50%;
    
    margin-top: -7px;
    background: url("../image/list-dot.png");
    width: 17px;
    height: 17px;
    left: -9px;
}
.sec1-title {
    padding-top: 30px;
}
.sec2-title {
    padding-top: 30px;
    
    background-size: 100%;
    position: relative;
    z-index: 1;
    
}
.sec2-con {
    width: 760px;
    margin: auto;
    -webkit-transform: translate3d(0, 0, 0) perspective(922px) rotateY(-7deg) rotateX(34deg) rotateZ(42deg) scale(0.85) translate3d(-130px, -40px, 0);
    transform: translate3d(0, 0, 0) perspective(922px) rotateY(-7deg) rotateX(34deg) rotateZ(42deg) scale(0.85) translate3d(-130px, -40px, 0);
    position: relative;
    z-index: 1;
    
    
    
    
    
    
}
.sec2-con .phone {
    float: left;
    *display: none;
}
.sec2-p1 {
    margin-right: 50px;
}
.sec3-title {
    width: 465px;
    height: 491px;
    background: #000 url("../image/img-2.png") center bottom no-repeat;
    position: relative;
    color: #fff;
    text-align: left;
    padding-left: 90px;
    padding-top: 0;
}
.sec3-title h1 {
    position: relative;
    z-index: 1;
    padding-top: 130px;
    margin-bottom: 20px;
}
.or-bg {
    position: absolute;
    width: 0;
    background: #51d4ed;
    opacity: 0.7;
    left: -310px;
    top: 0;
    
    transition: all .3s linear;
}
.active .or-bg {
    transition-delay: 1.3s;
}
.sec3-con {
    position: absolute;
    top: 177px;
    right: 10px;
    height: 622px;
    bottom: 0;
    overflow: hidden;
    top: auto;
    z-index: 1;
}
.sec4-title {
    width: 440px;
    text-align: left;
    margin-top: 170px;
}
.sec4-con {
    z-index: 1;
}
.sec4-p1 {
    margin-top: 21px;
    margin-left: 46px;
}
.footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #302D26;
    text-align: center;
    padding: 25px 0 10px;
    color: #fff;
    z-index: 1;
}
.footer a {
    color: #fff;
}
.footer .down-load-bar {
    width: 280px;
    margin: auto;
}
.f-slogan {
    font-size: 16px;
    margin-bottom: 20px;
    color: #fff;
}
.copy {
    margin-top: 15px;
}
.copy,
.copy a {
    color: #d8d8d8;
    font-size: 14px;
}
.sec1-con {
    position: absolute;
    width: 100%;
    height: 800px;
    left: 0;
}
.c-text {
    font-size: 12px;
}
#ua_note {
    position: fixed;
    z-index: 100;
    background: rgba(0, 0, 0, 0.66);
    color: #fff;
    padding: 10px;
    display: none;
}
.ua_img {
    float: right;
    width: 60px;
    margin-left: 10px;
}
@media screen and (max-width: 3000px) {
    
    .index-box-content,.index-box-bg {
        -webkit-transform: scale(0);
        transform: scale(0);
        transition: all .5s linear;
    }
    .index-line-left {
        -webkit-transform: translate3d(183px, 120px, 0) rotate(-225deg);
        transform: translate3d(183px, 120px, 0) rotate(-225deg);
    }
    .index-line-right {
        -webkit-transform: translate3d(-183px, -120px, 0) rotate(-225deg);
        transform: translate3d(-183px, -120px, 0) rotate(-225deg);
    }
    .active .index-line-left {
        -webkit-transform: translate3d(0px, 0px, 0) rotate(-45deg);
        transform: translate3d(0px, 0px, 0) rotate(-45deg);
        -webkit-animation: line-left 2s linear;
        animation: line-left 2s linear;
        width: 1000px;
    }
    .active .index-line-right {
        -webkit-transform: translate3d(0px, 0px, 0) rotate(-45deg);
        transform: translate3d(0px, 0px, 0) rotate(-45deg);
        -webkit-animation: line-right 2s linear;
        animation: line-right 2s linear;
        width: 1000px;
    }
    .logo-lg,
    .slogn {
        opacity: 0;
        transition: all .5s linear;
    }
    .active .logo-lg,
    .active .slogn {
        opacity: 1;
        transition-delay: 1.5s;
    }
    .logo-lg {height: 50px;position: relative;}
    .logo-lg img {position: absolute;bottom: 0;left: 0;right: 0;height: 80px;margin: 0 auto}
    .qr-code {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        transition: all .5s linear;
    }
    .active .qr-code,
    .footer .qr-code {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        transition-delay: 1.5s;
    }
    .d-btn-group {
        -webkit-perspective: 190px;
        perspective: 190px;
    }
    .d-btn {
        transition: all .3s ease-out;
        opacity: 0;
    }
    .andriod-btn {
        -webkit-transform: rotateY(30deg) translateX(120px);
        transform: rotateY(30deg) translateX(120px);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }
    .ios-btn {
        -webkit-transform: rotateY(30deg) translateX(120px);
        transform: rotateY(30deg) translateX(120px);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }
    .index-bottom li {
        transition: all 1s linear;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0;
    }
    .active .index-bottom li {
        transition: all .2s linear;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    .active .index-bottom li:nth-child(1) {
        transition-delay: 2.5s;
    }
    .active .index-bottom li:nth-child(2) {
        transition-delay: 2.55s;
    }
    .active .index-bottom li:nth-child(3) {
        transition-delay: 2.6s;
    }
    .active .index-bottom li:nth-child(4) {
        transition-delay: 2.65s;
    }
    .active .d-btn,
    .footer .d-btn {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
        opacity: 1;
        transition-delay: 1.73s;
    }
    .index-top {
        border-top: 0px solid #51d4ed;
        transition: all .2s linear;
    }
    .index-bottom {
        -webkit-transform: translate3d(0, 150px, 0);
        transform: translate3d(0, 150px, 0);
        transition: all .3s linear;
    }
    .nav {
        opacity: 0;
        transition: all .5s linear;
    }
    .active .index-top {
        border-top: 10px solid #51d4ed;
        transition-delay: 2.2s;
    }
    .active .nav {
        opacity: 1;
        transition-delay: 2.6s;
    }
    .active .index-bottom {
        border-top-width: 10px;
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
        transition-delay: 2.2s;
    }
    .active .index-box-content,.active .index-box-bg {
        -webkit-transform: scale(1);
        transform: scale(1);
        transition-delay: 1.5s;
    }
    .index-content {
        bottom: 0;
        transition: all .3s linear;
    }
    .index-bg img {
        opacity: 0;
        transition: all .5s linear;
    }
    .active .index-bg img {
        opacity: 1;
        
        transition-delay: 1s;
    }
    .active .index-box-bg {
         
    }
    .active .index-content {
        bottom: 150px;
        transition-delay: 2.2s;
    }
    .sec1-left {
        
        -webkit-transform: rotate(35deg);
        transform: rotate(35deg);
        -webkit-transform-origin: 460px 770px;
        transform-origin: 460px 770px;
        opacity: 0;
        transition: all .4s linear;
    }
    .active .sec1-left {
        
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
        transition-delay: .5s;
    }
    .sec1-p1 {
        -webkit-transform: translate(270px, 0);
        transform: translate(270px, 0);
        transition: all .4s linear;
        opacity: 0;
    }
    .active .sec1-p1 {
        -webkit-transform: translate(0px, 0);
        transform: translate(0px, 0);
        transition-delay: 1s;
        opacity: 1;
    }
    .sec1-list {
        height: 0;
        transition: all .73s linear;
    }
    .active .sec1-list {
        height: 410px;
        transition-delay: 1.7s;
    }
    .sec1-list li i {
        -webkit-transform: scale(0);
        transform: scale(0);
        transition: all .2s linear;
    }
    .sec2-phone-bar {
        position: absolute;
        width: 760px;
        top: 0;
        left: 50%;
        margin-left: -380px;
        bottom: 0;
        height: 805px;
    }
    .sec1-list li span {
        opacity: 0;
        transition: all .2s linear;
        -webkit-transform: translate3d(-100px, 0, 0) scale(0);
        transform: translate3d(-100px, 0, 0) scale(0);
        color: #ffffff;
    }
    .active .sec1-list li i {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .active .sec1-list li span {
        opacity: 1;
        -webkit-transform: translate3d(0px, 0, 0) scale(1);
        transform: translate3d(0px, 0, 0) scale(1);
    }
    .active .sec1-list li:nth-child(1) i {
        transition-delay: 1.8s;
    }
    .active .sec1-list li:nth-child(2) i {
        transition-delay: 1.9s;
    }
    .active .sec1-list li:nth-child(3) i {
        transition-delay: 2s;
    }
    .active .sec1-list li:nth-child(4) i {
        transition-delay: 2.1s;
    }
    .active .sec1-list li:nth-child(5) i {
        transition-delay: 2.2s;
    }
    .active .sec1-list li:nth-child(1) span {
        transition-delay: 1.8s;
    }
    .active .sec1-list li:nth-child(2) span {
        transition-delay: 2.0s;
    }
    .active .sec1-list li:nth-child(3) span {
        transition-delay: 2.2s;
    }
    .active .sec1-list li:nth-child(4) span {
        transition-delay: 2.4s;
    }
    .active .sec1-list li:nth-child(5) span {
        transition-delay: 2.6s;
    }
    .sec2-con {
        -webkit-transform: translate3d(0, 0, 0) perspective(922px) rotateY(-25deg) rotateX(34deg) rotateZ(42deg) scale(0.85) translate3d(-1000px, -40px, 0);
        transform: translate3d(0, 0, 0) perspective(922px) rotateY(-25deg) rotateX(34deg) rotateZ(42deg) scale(0.85) translate3d(-1000px, -40px, 0);
        transition: all 1s ease-out;
        opacity: 0;
    }
    .active .sec2-con {
        -webkit-transform: translate3d(0, 0, 0) perspective(922px) rotateY(-7deg) rotateX(34deg) rotateZ(42deg) scale(0.95) translate3d(-110px, -30px, 0);
        transform: translate3d(0, 0, 0) perspective(922px) rotateY(-7deg) rotateX(34deg) rotateZ(42deg) scale(0.95) translate3d(-110px, -30px, 0);
        transition-delay: .5s;
        opacity: 1;
    }
    .sec2-p2 {
        -webkit-transform: translate(-300px, 0);
        transform: translate(-300px, 0);
        transition: all .5s linear;
    }
    .active .sec2-p2 {
        -webkit-transform: translate(0px, 0);
        transform: translate(0px, 0);
        transition-delay: 1s;
    }
    .phone-screen {
        overflow: hidden;
        background: #000;
    }
    .sec3-title {
        -webkit-transform: scale(2.06);
        transform: scale(2.06);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        transition: all .3s linear;
        
    }
    .active .sec3-title {
        -webkit-transform: scale(1);
        transform: scale(1);
        transition-delay: .8s;
        
        
    }
    .sec3-title h1,
    .sec3-title p {
        opacity: 0;
        transition: all .6s linear;
    }
    .active .sec3-title h1,
    .active .sec3-title p {
        opacity: 1;
        transition-delay: 1.4s;
    }

    .sec3-con {
        opacity: 0;
        transition: all .5s linear;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
    }
    .active .sec3-con {
        opacity: 1;
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
        transition-delay: 2s;
    }
    .sec3-con .sec1-p1 {
        -webkit-transform: translate3d( 0, 100px, 0);
        transform: translate3d( 0, 100px, 0);
        transition: all .5s linear;
    }
    .sec4-con {
        position: absolute;
        bottom: 0px;
        overflow: hidden;
        box-sizing: border-box;
    }
    .active .sec3-con .sec1-p1 {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition-delay: 2s;
    }
    .sec4-con {
        opacity: 0;
        -webkit-transform: translate3d(500px, 0, 0);
        transform: translate3d(500px, 0, 0);
        transition: all 1s ease-out;
    }
    .sec4-title {
        opacity: 0;
        -webkit-transform: translate3d(500px, 0, 0);
        transform: translate3d(500px, 0, 0);
        transition: all .8s ease-out;
    }
    .active .sec4-con {
        opacity: 1;
        -webkit-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
        transition-delay: 1s;
    }
    .active .sec4-title {
        opacity: 1;
        -webkit-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
        transition-delay: 1.2s;
    }
    .active .or-bg {height: 190px;width: 580px;}
    .sec1-con {top: 0;}
}
@media screen and (max-width: 1440px) {
    .index-bottom ul li {width: 25%;float: left;padding: 10px 0;}
    .active .index-content {bottom: 90px;}
    .title h1 {font-size: 30px;}
    .title p {font-size: 18px;}
    .sec1-left, .sec1-right {margin-top: 20px;}
    .sec1-title,.sec2-title {padding-top: 10px;}
    .sec3-title h1 {padding-top: 80px;}
    .sec3-con {bottom: -100px;}
    .active .or-bg {height: 120px;width: 540px;}
    .sec4-con {bottom: -130px;}
    .f-slogan {margin-bottom: 10px;}
    .copy {margin-top: 5px}
    .b-icon {width: 70px;height: 70px;background-size: 280px;}
    .icon-heart {background-position: -70px 0;}
    .icon-recommend {background-position: -140px 0;}
    .icon-report {background-position: -210px 0;}
    .index-bottom h2 {font-size: 14px;margin: 1px 0 1px;}
    .active .index-top {border-top: 5px solid #51d4ed;}
    .sec1-con {top: 0}
}
@keyframes line-left {
    0%, 30% {
        width: 0;
        -webkit-transform: translate3d(183px, 120px, 0) rotate(-225deg);
        transform: translate3d(183px, 120px, 0) rotate(-225deg);
    }
    50% {
        -webkit-transform: translate3d(183px, 120px, 0) rotate(-225deg);
        transform: translate3d(183px, 120px, 0) rotate(-225deg);
        width: 1000px;
    }
    60%, 75% {
        -webkit-transform: translate3d(183px, 120px, 0) rotate(-45deg);
        transform: translate3d(183px, 120px, 0) rotate(-45deg);
    }
    100% {
        -webkit-transform: translate3d(0px, 0px, 0) rotate(-45deg);
        transform: translate3d(0px, 0px, 0) rotate(-45deg);
    }
}
@keyframes line-right {
    0%, 30% {
        width: 0;
        -webkit-transform: translate3d(-183px, -120px, 0) rotate(-225deg);
        transform: translate3d(-183px, -120px, 0) rotate(-225deg);
    }
    50% {
        -webkit-transform: translate3d(-183px, -120px, 0) rotate(-225deg);
        transform: translate3d(-183px, -120px, 0) rotate(-225deg);
        width: 1000px;
    }
    60%,
    75% {
        -webkit-transform: translate3d(-183px, -120px, 0) rotate(-45deg);
        transform: translate3d(-183px, -120px, 0) rotate(-45deg);
    }
    100% {
        -webkit-transform: translate3d(0px, 0px, 0) rotate(-45deg);
        transform: translate3d(0px, 0px, 0) rotate(-45deg);
    }
}

@media screen and (max-width: 640px) {
    body {min-width: 320px;}
    canvas {display: none;}
    .wrapper {width: 100%;}
    .index-box {width: 270px;height: 270px;padding: 0;margin-top: -135px;margin-left: -135px;position: relative;}
    .index-bg img {width: auto;margin-top: -50px;margin-left: -120px;}
    .index-top {display: none;}
    .index-box-bg {
        width: 390px;
        height: 390px;
        background: #51d4ed;
        opacity: .5;
        z-index: -1;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -195px;
        margin-top: -195px;
    }
    #section0 {background-size: cover;}
    #section1 .bg img {width: auto;}
    #section2 .bg img {width: auto;margin-top: -75px;margin-left: -1000px;}
    .index-bottom {height: 150px;background: none;text-align: center;}
    .b-icon {margin: auto;width: 60px;height: 60px;float: none;background-size: 240px;}
    .sec2-phone-bar {width: 320px;height: 470px;margin-left: -160px;}
    .index-content {bottom: 150px;}
    .active .index-box-content {transition-delay: 0s;}
    .active .logo-lg,
    .active .slogn {transition-delay: 0.5s;}
    .icon-heart {background-position: -60px 0;}
    .icon-recommend {background-position: -120px 0;}
    .icon-report {background-position: -180px 0;}
    .index-bottom p {display: none;}
    .index-line {display: none;}
    #fp-nav.right {right: 0;}
    .active .qr-code,
    .footer .qr-code {transition-delay: 1s;}
    .active .d-btn,
    .footer .d-btn {transition-delay: 1.2s;}
    .index-bottom {transition-delay: 1.5s;}
    .title {padding-top: 10px;}
    .sec2-title {background-size: auto;}
    .phone {width: 135px;height: 239px;background: url("../image/phone-con.png") no-repeat;padding: 40px 10px 50px 12px;background-size: cover;}
    .sec2-con .phone {border-radius: 25px;box-shadow: 40px 20px 20px rgba(0, 0, 0, 0.7);}
    .sec1-left {width: 232px;float: none;padding-left: 0;margin: auto;-webkit-transform-origin: 180px 100%;transform-origin: 180px 100%;}
    .sec1-con {top: auto;bottom: 0;height: 370px;}
    .title h1 {font-size: 30px;}
    .title p {line-height: 1.5em;margin-top: 5px;font-size: 14px;padding: 0 10px;}
    .sec1-right {
        position: absolute;
        width: 280px;
        left: 50%;
        margin-left: -140px;
        margin-top: 0;
        float: none;
        height: 80px;
        top: -120px;
    }
    .sec1-list {margin-top: 0;border-left: 0;border-top: 1px solid #51d4ed;width: 0;}
    .active .sec1-list {width: 100%;}
    .sec1-list li,
    .sec1-list li:first-child {
        margin-top: 0;
        float: left;
        width: 20%;
        padding: 0;
        text-align: center;
        height: auto;
    }
    .sec1-list li span {
        font-size: 12px;
        width: 12px;
        display: block;
        padding-top: 10px;
        
        margin: auto;
        line-height: 13px;
    }
    .sec1-list li i {
        top: -2px;
        left: 50%;
        margin-left: -8px;
    }
    .sec2-con {position: absolute;left: 50%;margin-left: -170px;}
    .active .sec2-con {
        -webkit-transform: translate3d(0, 0, 0) perspective(472px) rotateY(-17deg) rotateX(34deg) rotateZ(42deg) scale(1) translate3d(0px, 190px, 0);
        transform: translate3d(0, 0, 0) perspective(472px) rotateY(-17deg) rotateX(34deg) rotateZ(42deg) scale(1) translate3d(0px, 190px, 0);
    }
    .active .sec3-title {width: 100%;padding: 0;}
    .active .sec3-con {height: 262px;bottom: 0;}
    .active .or-bg {height: 100px;right: 160px;}
    .sec3-title h1 { padding-top: 50px;padding-left: 10px;}
    #section3 {background: #000;}
    #section4 .bg img {width: auto;margin-top: -120px;margin-left: -720px;}
    .sec4-con {bottom: 0;left: 50px;}
    .sec4-title {
        margin: 0;
        width: 100%;
        position: static;
        text-align: center;
    }
    .footer {
        box-sizing: border-box;
        padding: 10px;
    }
    .f-slogan {
        font-size: 14px;
    }
    .footer .down-load-bar {
        display: none;
    }
    .footer .qr-code {
        display: none;
    }
    .footer .d-btn-group {
        width: 100%;
    }
    .footer .d-btn {
        width: 130px;
        margin: 0 3px;
        float: none;
        display: inline-block;
    }
    .footer .d-btn span {
        width: 70px;
        font-size: 13px;
    }
    .sec4-p1 {
        margin: auto;
    }
}