body,
html {
    overflow: hidden;
}

*html {
    background-image: url(about:blank);
    background-attachment: fixed;
}

/*箭头*/

.down_arrow,.up_arrow {
    width: 50px;
    height: 50px;
    position: fixed;
    left: 50%;
    z-index: 4;
    margin-left: -46px;
    bottom: 70px;
    background: url(home_down1@2x.png)/*tpa=http://tjjstatic.taojiji.com/webtjj/default/images/index/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/Index/home_up@2x.png); */
}
.up_arrow{
    display: none;
    height: 77px;
    background-image: url(home_up@2x.png)/*tpa=http://tjjstatic.taojiji.com/webtjj/default/images/index/home_up@2x.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 {
    background: #F99550;
}

.page_container_3 {
    background: #C05936;
}

.page_container_2 {
    background: #FFC472;
}

.page_container_4 {
    background: #FCD8AF;
}

.page_container_4 {
    height: 75%;
}

/* .corner1 {
    position: absolute;
    z-index: 10;
    top: 30px;
    left: 30px;
    width: 51px;
    height: 17px;
    background-image: url('../../images/Index/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/Index/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/Index/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/Index/corner4-1.png');
    background-size: 100% 100%;
} */

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

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

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

.page_container_2 .corner4,
.page_container_4 .corner4 {
    background-image: url('../../images/Index/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%); */
    background: #F99550;
    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: 70px;
    top: 240px;
    width: 540px;
    height: 300px;
}

.bag_diff {
    left: 174px;
    /* left:16%; */
}

.page_right {
    z-index: 9999;
    width: 400px;
    height: 350px;
    position: fixed;
    top: 0;
    right: 0;
    margin-top: 60px;
    transform: translateZ(9999px);
    -webkit-transform:translateZ(9999px);
    -moz-transform:translateZ(9999px);
    -ms-transform:translateZ(9999px);
    -o-transform:translateZ(9999px);
    overflow: hidden;
    _position: absolute;
    _left: expression(eval((document.documentElement.scrollLeft+document.documentElement.clientWidth-960)/2+600));
}

.code_area {
    width: 340px;
    height: 160px;
    overflow: hidden;
    margin-top: 20px;
    position: relative;
    background: #FFFFFF;
    border-radius: 10px;
}

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

.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: 30px;
    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%;
}
.btn_box a.download_btn img{
    width: 150px;
}
/* .btn_box .download_btn:first-child {
    background-image: url('../../images/Index/icon_iphone@2x.png');
}

.btn_box .download_btn:last-child {
    background-image: url('../../images/Index/icon_android@2x.png');
}

.btn_box_diff .download_btn:first-child {
    background-image: url('../../images/Index/icon_iphone_w@2x.png');
}

.btn_box_diff .download_btn:last-child {
    background-image: url('../../images/Index/icon_android_w@2x.png');
} */

.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/Index/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: #FFC472;
    height: 780px;
}

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

/*第四屏*/

.page_4 {
    background: #FCD8AF;
    /* 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 div {
    width: 340px;
    text-align: center;
    font-size: 36px;
    display: block;
    opacity: 0;
}
.word .p1wt1{
    font-size: 24px;
    margin-bottom: 10px;
}
.word .p1wt2{
    margin-bottom: 10px;
}
.word .p2wt1{
    color: #333;
    margin-bottom: 10px;
}
.word .p2wt2{
    color: #333;
}
.word .p4wt1{
    color: #333;
    font-size: 24px;
    margin-bottom: 10px;
}
.word .p4wt2{
    color: #333;
    font-weight: bold;
}
.word .sm{
    font-size: 24px;
}
.word .fb{
    font-weight: bold;
}
.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;
}
.mask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 10000; 
    display: none;
}
.barcode {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 340px;
    height: 400px;
    margin-top: -170px;
    margin-left: -200px;
    z-index: 10000;
    padding: 70px;
    background: #FFFFFF;
    border-radius: 10px;
    display: none;
}
.barcode img{
    width: 200px;
    height: 200px;
}
.barcode .img_x{
    position: absolute;
    top: 16px;
    right: 16px;
    width: 22px;
    height: 22px;
    cursor: pointer;
}
.img_a,.img_b{
    display: none;
}
.barcode .img_c{
    width: 220px;
    height: 36px;
    margin: 34px auto 0 auto;
} 