 
/*箭头*/

.down_arrow {
    width: 93px;
    height: 28px;
    position: fixed;
    left: 50%;
    z-index: 4;
    margin-left: -46px;
    bottom: 70px;
    background: url(../images/home_down1@2x.png) no-repeat;
    background-size: 100% 100%;
    animation: scroll-arrow-animation 750ms ease-in-out infinite alternate;
    -moz-animation: scroll-arrow-animation 750ms ease-in-out infinite alternate;
    -webkit-animation: scroll-arrow-animation 750ms ease-in-out infinite alternate;
}

.down_arrow_diff {
    background-image: url(../images/home_down2.png);
}

@keyframes scroll-arrow-animation {
    from {
        bottom: 70px;
    }
    to {
        bottom: 80px;
    }
}

@-webkit-keyframes scroll-arrow-animation {
    from {
        bottom: 70px;
    }
    to {
        bottom: 80px;
    }
}

@-moz-keyframes scroll-arrow-animation {
    from {
        bottom: 70px;
    }
    to {
        bottom: 80px;
    }
}

@-o-keyframes scroll-arrow-animation {
    from {
        bottom: 70px;
    }
    to {
        bottom: 80px;
    }
}

.page .animate {
    opacity: 0;
    filter: alpha(opacity=0);
}

/*切换小圆点*/

.switch_nav {
    height: 127px;
    width: 18px;
    position: fixed;
    z-index: 10;
    _position: absolute;
    right: 320px;
    top: 53%;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight/2));
    margin-top: -63px;
    _margin-top: 0;
}

.switch_nav_diff {
    top: 60%;
    right: 100px;
}

.switch_nav a {
    width: 12px;
    height: 12px;
    display: block;
    border: 1px solid #D8D8D8;
    margin-bottom: 20px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: relative;
}

.switch_nav a:hover {
    background: #D8D8D8;
}

.switch_nav .active {
    background: #D8D8D8;
}

.switch_nav .active::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    width: 20px;
    height: 20px;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
}

/*第一屏*/

.page {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.page_container {
    width: 90%;
    height: 80%;
    margin: 140px auto 0;
    box-shadow: 3px 3px 36px rgba(0, 0, 0, .3);
    position: relative;
}

.page_container_1,
.page_container_3 {
    background: #3C3D44;
}

.page_container_2,
.page_container_4 {
    background: #ffffff;
}

.page_container_4 {
    height: 75%;
}

.corner1 {
    position: absolute;
    z-index: 10;
    top: 30px;
    left: 30px;
    width: 51px;
    height: 17px;
    background-image: url('../images/corner1-1.png');
    background-size: 100% 100%;
}

.corner2 {
    position: absolute;
    z-index: 10;
    bottom: 30px;
    left: 30px;
    width: 26px;
    height: 17px;
    background-image: url('../images/corner2-1.png');
    background-size: 100% 100%;
}

.corner3 {
    position: absolute;
    z-index: 10;
    top: 30px;
    right: 30px;
    width: 26px;
    height: 17px;
    background-image: url('../images/corner3-1.png');
    background-size: 100% 100%;
}

.corner4 {
    position: absolute;
    z-index: 10;
    bottom: 0px;
    right: 0px;
    width: 106px;
    height: 455px;
    background-image: url('../images/corner4-1.png');
    background-size: 100% 100%;
}

.page_container_2 .corner1,
.page_container_4 .corner1 {
    background-image: url('../images/corner1.png');
}

.page_container_2 .corner2,
.page_container_4 .corner2 {
    background-image: url('../images/corner2.png');
}

.page_container_2 .corner3,
.page_container_4 .corner3 {
    background-image: url('../images/corner3.png');
}

.page_container_2 .corner4,
.page_container_4 .corner4 {
    background-image: url('../images/corner4.png');
}

#page_1 {
    z-index: 2;
}

.page_in {
    width: 1200px;
    margin: 0 auto;
}

.page_lg {
    height: 600px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 50%;
    margin-top: -300px;
}

.page_1 {
    background: -webkit-linear-gradient(#fff 25%, #FFD967 25%);
    background: -moz-linear-gradient(#fff 25%, #FFD967 25%);
    background: -o-linear-gradient(#fff 25%, #FFD967 25%);
    background: linear-gradient(#fff 25%, #FFD967 25%);
    height: 780px;
}

.lady01,
.lady02,
.lady03,
.lady04 {
    position: absolute;
    left: 180px;
    top: 20px;
    width: 286px;
    height: 547px;
}

.lady_diff {
    left: 280px;
}

.light {
    position: absolute;
    left: -130px;
    top: 250px;
    width: 196px;
    height: 100px;
}

.light_diff {
    left: 30px;
}

.phonebg {
    position: absolute;
    width: 513px;
    height: 309px;
    top: 250px;
    left: 60px;
}

.phonebg_diff {
    left: 160px;
}

.bag_1,
.bag_2,
.bag_3,
.bag_4 {
    position: absolute;
    left: 124px;
    top: 270px;
    width: 469px;
    height: 260px;
}

.bag_diff {
    left: 224px;
}

.page_right {
    width: 400px;
    height: 350px;
    z-index: 1000;
    position: fixed;
    top: 0;
    right: 0;
    margin-top: 60px;
    _position: absolute;
    _left: expression(eval((document.documentElement.scrollLeft+document.documentElement.clientWidth-960)/2+600));
}

.code_area {
    width: 360px;
    height: 160px;
    overflow: hidden;
    margin-top: 20px;
    position: relative;
}

.code_img {
    float: left;
    margin-top: 20px;
    margin-left: 6px;
}

.shadow {
    position: position;
    margin-top: 88px;
    left: 0;
    display: block;
    width: 132px;
    height: 59px;
    background: #B19A59;
}

.shadow_diff {
    background: #3C3D45;
}

.btn_box {
    float: left;
    height: 120px;
    margin-left: 45px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.btn_box a.download_btn {
    width: 167px;
    height: 44px;
    display: block;
    background-size: 100% 100%;
}

 

.people {
    margin-top: 30px;
}

.people span:first-child {
    font-size: 20px;
    color: #D0021B;
    font-weight: bold;
}

.people span:last-child {
    font-size: 14px;
    color: #333333;
    margin-right: 6px;
}

.people_2 span:first-child {
    color: #FD805D;
}

.people_2 span:last-child {
    color: #FFFFFF;
}

.people_4 span:first-child {
    color: #333333;
}

.people_4 span:last-child {
    color: #FFFFFF;
}

.step_text {
    opacity: 0;
    filter: alpha(opacity=0);
    width: 432px;
    height: 118px;
    background-image: url(../images/title1.png);
    background-repeat: no-repeat;
}

.text01 {
    background-position: 0 0;
}

.text02 {
    background-position: 0 -118px;
}

.text03 {
    background-position: 0 -236px;
}

.text04 {
    background-position: 0 -354px;
}

/*第二屏*/

.page_2 {
    background: #FFD967;
    height: 780px;
}

.page_3 {
    background: #FFD967;
    height: 780px;
}

/*第四屏*/

.page_4 {
    background: -webkit-linear-gradient(#FFD967 75%, #fff 75%);
    background: -moz-linear-gradient(#FFD967 75%, #fff 75%);
    background: -o-linear-gradient(#FFD967 75%, #fff 75%);
    background: linear-gradient(#FFD967 75%, #fff 75%);
    height: 780px;
}

.word {
    color: #ffffff;
    position: absolute;
    top: 28px;
    left: 0;
}

.word span {
    font-size: 38px;
    display: inline-block;
    opacity: 0;
}

.alink {
    color: #ffffff;
    display: inline-block;
    line-height: 48px;
}

.alink img {
    margin-right: 3px;
}

.alink1 {
    color: #ffffff;
    display: inline-block;
    margin-left: 6px;
}

.alink3 {
    color: #ffffff;
    display: inline-block;
    margin-left: 6px;
}