html, body {
        position: relative;
        height: 100%;
        font-family: "微软雅黑";
        font-size: 10px;
    }
    p,a,ul,ol{
        margin:0;
        padding: 0;
    }
    body {
        color:#222;
        margin: 0;
        padding: 0;
    }
    .ani{
        position: absolute;
    }
    .swiper-container {
        width: 100%;
        height: 100%;
    }
    .swiper-slide{
        background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/img_bg.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
    /*.first{
        width: 100%;
        text-align: center;
        background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/img_bgpc.png) no-repeat center;
        min-width: 1024px;
    }*/
    
    .first .suntop{
        position: absolute;
        left: 50%;
        top: 45%;
        margin-left: -3.91rem;
        margin-top: -6.7rem;
        width: 7.83rem; 
        height: 12.4rem;
        background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/img_logo.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .first .suncen{
        position: absolute;
        left: 50.05%;
        top: 44.8%;
        margin-left: -6.15rem;
        margin-top: -8.8rem;
        width: 12.3rem; 
        height: 16.9rem;
        background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/img_flashing.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        -moz-animation:animations 4s ease infinite alternate;
        -webkit-animation:animations 4s ease infinite alternate;
        -o-animation:animations 4s ease infinite alternate;
        -ms-animation:animations 4s ease infinite alternate;
        animation:animations 4s ease infinite alternate;
    }
    
    .first .load{
        position: absolute;
        top: 55%;
        width: 100%;
        text-align: center;
        font-size: 2.6rem;
        color: #adadad;
        font-family: "微软雅黑";
        /*margin-top: 31.5rem;*/
    }
    @-webkit-keyframes animations{
        0%{opacity:1}
        50%{opacity:0}
        100%{opacity:1}
    }
    @-moz-keyframes animations{
        0%{opacity:1}
        50%{opacity:0}
        100%{opacity:1}
    }
    @keyframes animations{
        0%{opacity:1}
        50%{opacity:0}
        100%{opacity:1}
    }

    .first .canva{
        width: 100%;
        position: absolute;
        top: 45%;
    }
    .first .canva p{
        display: none;
        width: 100%;
        text-align: center;
        font-size: 2.2rem;
        color: #adadad;
        font-family: "微软雅黑";
        line-height: 3rem;
        margin-top: 0;
        letter-spacing: 0.1rem;
    }
    .two .twoD{
        position: absolute;
        left: 50%;
        top: 47%;
        margin-left: -8.3rem;
        margin-top: -13.85rem;
        width: 16.6rem;
        height: 26.4rem;
        background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/img_logo.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .stars{
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
    .lum{
        opacity: 0;
        position: absolute;
        left: 50%;
        top: 60%;
        margin-left: -7rem;
        margin-top: -4.25rem;
        width: 14rem;
        height: 8.5rem;
        text-align: center;
    }

    @-webkit-keyframes left{
        0%{
                opacity:1
        }
        50%{
                opacity:0
        }
        100%{
                opacity:1
        }
    }
    
    @-webkit-keyframes right{
        0%{
                opacity:0
        }
        50%{
                opacity:1
        }
        100%{
                opacity:0
        }
    }
    @-moz-keyframes switch{/* Firefox 
           /*/* 0%{box-shadow:0 0 0px rgba(246, 214, 110,0);background:rgba(246, 214, 110,0)}
        50%{box-shadow:0 0 20px rgba(246, 214, 110,.9);background:rgba(246, 214, 110,.9)}
        100%{box-shadow:0 0 0px rgba(246, 214, 110,0);background:rgba(246, 214, 110,0)}
    }
    @keyframes switch{
            0%{box-shadow:0 0 0px rgba(246, 214, 110,0);background:rgba(246, 214, 110,0)}
        50%{box-shadow:0 0 20px rgba(246, 214, 110,1);background:rgba(246, 214, 110,.9)}
        100%{box-shadow:0 0 0px rgba(246, 214, 110,0);background:rgba(246, 214, 110,0)}
    }
    
    .lum span.left{
        width: 6.7rem;
        height: 8.5rem;
        background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/left_flashing.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        display: inline-block;
        -moz-animation:left 1.8s ease infinite;
        -webkit-animation:left 1.8s ease infinite;
        -o-animation:left 1.8s ease infinite;
        -ms-animation:left 1.8s ease infinite;
        animation:left 1.8s ease infinite;
    }
    
    .lum span.right{
        width: 6.7rem;
        height: 8.5rem;
        background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/right_flashing.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        display: inline-block;
        margin-left: -4.3rem;
        -moz-animation:right 1.8s ease infinite;
        -webkit-animation:right 1.8s ease infinite;
        -o-animation:right 1.8s ease infinite;
        -ms-animation:right 1.8s ease infinite;
        animation:right 1.8s ease infinite;
    }
    .show{
        -moz-animation:shows 1s ease forwards;
        -webkit-animation:shows 1s ease forwards;
        -o-animation:shows 1s ease forwards;
        -ms-animation:shows 1s ease forwards;
        animation:shows 1s ease forwards;
    }
    .show2{
        -moz-animation:showso 1s ease forwards;
        -webkit-animation:showso 1s ease forwards;
        -o-animation:showso 1s ease forwards;
        -ms-animation:showso 1s ease forwards;
        animation:showso 1s ease forwards;
    }
    .show5{
        -moz-animation:showst 1s ease forwards;
        -webkit-animation:showst 1s ease forwards;
        -o-animation:showst 1s ease forwards;
        -ms-animation:showst 1s ease forwards;
        animation:showst 1s ease forwards;
    }
    @-moz-@keyframes shows{
        0%{
               opacity:0;
        }
        100%{
              opacity:1 ;
        }
    }
    @keyframes shows{
        0%{
               opacity:0;
        }
        100%{
              opacity:1 ;
        }
    }
    @-webkit-keyframes shows{
        0%{
               opacity:0;
        }
        100%{
              opacity:1 ;
        }
    }
    @-webkit-keyframes showso{
        0%{
               opacity:0;
        }
        100%{
              opacity:0.2 ;
        }
    }
    @-moz-@keyframes showso{
        0%{
               opacity:0;
        }
        100%{
              opacity:0.2 ;
        }
    }
    @keyframes showso{
        0%{
               opacity:0;
        }
        100%{
              opacity:0.2;
        }
    }
    @-webkit-keyframes showst{
        0%{
               opacity:0;
        }
        100%{
              opacity:0.5 ;
        }
    }
    @-moz-@keyframes showst{
        0%{
               opacity:0;
        }
        100%{
              opacity:0.5 ;
        }
    }
    @keyframes showst{
        0%{
               opacity:0;
        }
        100%{
              opacity:0.5 ;
        }
    }
    .txt{
        color: #fff;
        overflow: hidden;
        font-size: 2rem;
    }
    .yinyu{
        position: absolute;
        left: 0;
        top: 75%;
        width: 100%;
    }
    .yinyu p{
        line-height: 3.8rem;
        color: #adadad;
        font-size: 2.2rem;
        /*letter-spacing: 1px;*/
        font-family: "微软雅黑";
        text-align: center;
    }
    .yinyu p span{
        font-size: 2.6rem;
        color: #fff;
        font-weight: bold;
    }
    #pa1{
        width: 100%;
       text-align: center;
        display: none;
    }
    #pa2{
        width: 100%;
        text-align: center;
        display: none;
    }
    #pa3{
        width: 100%;
        text-align: center;
        display: none;
    }
    .color{
        color: #fff;
        font-size: 2.2rem;
        display: inline-block;
    }
    .sanD{
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -3.85%;
        margin-top: -6.1rem;
        width: 7.7rem;
        height: 12.2rem;
        background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/img_normal.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .lin1{
        position: absolute;
        right: -5%;
        top: -45%;
        width: 2.4rem;
        height: 2.4rem;
        background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/c_1.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .line{
        position: absolute;
        top:98%;
        left:30%;
        width:0.1rem;
        transform: rotate(112deg);
        -moz-transform: rotate(112deg);
        -o-transform: rotate(112deg);
        -webkit-transform: rotate(112deg);
        border-bottom: 1px solid #adadad;
        -moz-animation:width 0.5s ease forwards;
        -webkit-animation:width 0.5s ease forwards;
        -o-animation:width 0.5s ease forwards;
        -ms-animation:width 0.5s ease forwards;
        animation:width 0.5s ease forwards;
        transform-origin:left top;
    }
    @-webkit-@keyframes width{
        0%{width:0.1rem}
        100%{width:3.5rem;}
    }
    @-moz-@keyframes width{
        0%{width:0.1rem}
        100%{width:3.5rem;}
    }
    @keyframes width{
            0%{width:0.1rem}
        100%{width:3.5rem;}
    }
    .lin1 .foot,.sanDf{
        width: 14rem;
        height: 8.5rem;
        text-align: center;
        margin: 0.2rem 0 0 -3.3rem;
    }
    .sanDf{
        position: absolute;
        left:-50%;
        top: 40%;
        margin: 0.5rem 0 0 2rem;
    }
    .foot .left,.sanDf .left{
        width: 6.7rem;
        height: 8.5rem;
        background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/left_flashing.png);
        background-repeat: no-repeat;
        display: inline-block;
    }
    .foot .right,.sanDf .right{
        width: 6.7rem;
        height: 8.5rem;
        background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/right_flashing.png);
        background-repeat: no-repeat;
        display: inline-block;
        margin-left: -6.1rem;
    }
    .sanDf .left{
        -moz-animation:left 1.8s ease infinite;
        -webkit-animation:left 1.8s ease infinite;
        -o-animation:left 1.8s ease infinite;
        -ms-animation:left 1.8s ease infinite;
        animation:left 1.8s ease infinite;
    }
    .sanDf .right{
        margin-left: -5.1rem;
        -moz-animation:right 1.8s ease infinite;
        -webkit-animation:right 1.8s ease infinite;
        -o-animation:right 1.8s ease infinite;
        -ms-animation:right 1.8s ease infinite;
        animation:right 1.8s ease infinite;
    }

    .lin2{
        position: absolute;
        right: 115%;
        top: -20%;
        width: 1.34rem;
        height: 1.34rem;
        background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/c_2.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .line1{
        position: absolute;
        top:100%;
        left:70%;
        width:0.1rem;
        transform: rotate(60deg);
        -moz-transform: rotate(60deg);
        -o-transform: rotate(60deg);
        -webkit-transform: rotate(60deg);
        border-bottom: 1px solid #adadad;
        -moz-animation:widtho 0.5s ease forwards;
        -webkit-animation:widtho 0.5s ease forwards;
        -o-animation:widtho 0.5s ease forwards;
        -ms-animation:widtho 0.5s ease forwards;
        animation:widtho 0.5s ease forwards;
        transform-origin:left top;
    }
    @-webkit-@keyframes widtho{
        0%{width:0.1rem}
        100%{width:6rem;}
    }
    @-moz-@keyframes widtho{
        0%{width:0.1rem}
        100%{width:6rem;}
    }
    @keyframes widtho{
        0%{width:0.1rem}
        100%{width:6rem;}
    }
    .lin2 .foot{
        width: 14rem;
        height: 8.5rem;
        text-align: center;
        margin: 0 0 0 -3.5rem;
    }
    .lin2 .foot .right{
        margin-left: -6.28rem;
    }

    .lin14{
        position: absolute;
        right: -43%;
        top: 140%;
        width: 1.34rem;
        height: 1.34rem;
        background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/c_2.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .line14{
        position: absolute;
        top: 0%;
        left: 15%;
        width: 0.1rem;
        transform: rotate(243deg);
        border-bottom: 1px solid #adadad;
        -moz-animation: widtho 0.5s ease forwards;
        -webkit-animation: widtho 0.5s ease forwards;
        -o-animation: widtho 0.5s ease forwards;
        -ms-animation: widtho 0.5s ease forwards;
        animation: widtho 0.5s ease forwards;
        transform-origin: left top;
    }
    @-webkit-@keyframes widtho{
        0%{width:0.1rem}
        100%{width:6rem;}
    }
    @-moz-@keyframes widtho{
        0%{width:0.1rem}
        100%{width:6rem;}
    }
    @keyframes widtho{
        0%{width:0.1rem}
        100%{width:6rem;}
    }
    .lin14 .foot{
        width: 14rem;
        height: 8.5rem;
        text-align: center;
        margin: 0 0 0 -3.5rem;
    }
    .lin14 .foot .right{
        margin-left: -6.3rem;
    }

    .lin3{
        position: absolute;
        left: -175%;
        top: 15%;
        width: 3.125rem;
        height: 3rem;
        background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/c_3.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .line2{
        position: absolute;
        top:70%;
        left:100%;
        width:0.1rem;
        transform: rotate(19deg);
        -moz-transform: rotate(19deg);
        -o-transform: rotate(19deg);
        -webkit-transform: rotate(19deg);
        border-bottom: 1px solid #adadad;
        -moz-animation:widt 0.5s ease forwards;
        -webkit-animation:widt 0.5s ease forwards;
        -o-animation:widt 0.5s ease forwards;
        -ms-animation:widt 0.5s ease forwards;
        animation:widt 0.5s ease forwards;
        transform-origin:left top;
    }
    @-webkit-@keyframes widt{
        0%{width:0.1rem}
        100%{width:11.2rem;}
    }
    @-moz-@keyframes widt{
        0%{width:0.1rem}
        100%{width:11.2rem;}
    }
    @keyframes widt{
        0%{width:0.1rem}
        100%{width:11.2rem;}
    }
    .lin3 .foot{
        width: 14rem;
        height: 8.5rem;
        text-align: center;
        margin: 0 0 0 -3.2rem;
    }
    .lin3 .foot .right{
        margin-left: -5.8rem;
    }

    .lin12{
        position: absolute;
        left: 245%;
        top: 45%;
        width: 3.125rem;
        height: 3rem;
        background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/c_3.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .line12{
        position: absolute;
        top: 62%;
        left: -6%;
        width: 0.1rem;
        transform: rotate(174deg);
        -moz-transform: rotate(174deg);
        -o-transform: rotate(174deg);
        -webkit-transform: rotate(174deg);
        border-bottom: 1px solid #adadad;
        -moz-animation: widt 0.5s ease forwards;
        -webkit-animation: widt 0.5s ease forwards;
        -o-animation: widt 0.5s ease forwards;
        -ms-animation: widt 0.5s ease forwards;
        animation: widt 0.5s ease forwards;
        transform-origin: left top;
    }
    @-webkit-@keyframes widt{
        0%{width:0.1rem}
        100%{width:11.2rem;}
    }
    @-moz-@keyframes widt{
        0%{width:0.1rem}
        100%{width:11.2rem;}
    }
    @keyframes widt{
        0%{width:0.1rem}
        100%{width:11.2rem;}
    }
    .lin12 .foot{
        width: 14rem;
        height: 8.5rem;
        text-align: center;
        margin: 0 0 0 -3.2rem;
    }
    .lin12 .foot .right{
        margin-left: -5.85rem;
    }

    .lin4{
        position: absolute;
        left: -125%;
        top: 100%;
        width: 2.2rem;
        height: 1.8rem;
        background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/c_1.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .line3{
        position: absolute;
        top:30%;
        left:86%;
        width:0.1rem;
        transform: rotate(-24deg);
        -moz-transform: rotate(-24deg);
        -o-transform: rotate(-24deg);
        -webkit-transform: rotate(-24deg);
        border-bottom: 1px solid #adadad;
        -moz-animation:wids 0.5s ease forwards;
        -webkit-animation:wids 0.5s ease forwards;
        -o-animation:wids 0.5s ease forwards;
        -ms-animation:wids 0.5s ease forwards;
        animation:wids 0.5s ease forwards;
        transform-origin:left top;
    }
    @-webkit-@keyframes wids{
        0%{width:0.1rem}
        100%{width:8.5rem;}
    }
    @-moz-@keyframes wids{
        0%{width:0.1rem}
        100%{width:8.5rem;}
    }
    @keyframes wids{
        0%{width:0.1rem}
        100%{width:8.5rem;}
    }
    .lin4 .foot{
        width: 14rem;
        height: 8.5rem;
        text-align: center;
        margin: -0.1rem 0 0 -3.3rem;
    }
    .lin4 .foot .right{
        margin-left: -6.15rem;
    }

    .lin11{
        position: absolute;
        left: 184%;
        top: 15%;
        width: 2.2rem;
        height: 1.8rem;
        background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/c_1.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .line11{
        position: absolute;
        top: 60%;
        left: 7%;
        width: 0.1rem;
        transform: rotate(153deg);
        -moz-transform: rotate(153deg);
        -o-transform: rotate(153deg);
        -webkit-transform: rotate(153deg);
        border-bottom: 1px solid #adadad;
        -moz-animation: wids 0.5s ease forwards;
        -webkit-animation: wids 0.5s ease forwards;
        -o-animation: wids 0.5s ease forwards;
        -ms-animation: wids 0.5s ease forwards;
        animation: wids 0.5s ease forwards;
        transform-origin: left top;
    }
    @-webkit-@keyframes wids{
        0%{width:0.1rem}
        100%{width:8.5rem;}
    }
    @-moz-@keyframes wids{
        0%{width:0.1rem}
        100%{width:8.5rem;}
    }
    @keyframes wids{
        0%{width:0.1rem}
        100%{width:8.5rem;}
    }
    .lin11 .foot{
        width: 14rem;
        height: 8.5rem;
        text-align: center;
        margin: 0 0 0 -3.4rem;
    }
    .lin11 .foot .right{
        margin-left: -6.15rem;
    }

    .lin13{
        position: absolute;
        left: 204%;
        top: 100%;
        width: 2.2rem;
        height: 1.8rem;
        background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/c_1.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .line13{
        position: absolute;
        top: 28%;
        left: 7%;
        width: 0.1rem;
        transform: rotate(195deg);
        -moz-transform: rotate(195deg);
        -o-transform: rotate(195deg);
        -webkit-transform: rotate(195deg);
        border-bottom: 1px solid #adadad;
        -moz-animation: wids 0.5s ease forwards;
        -webkit-animation: wids 0.5s ease forwards;
        -o-animation: wids 0.5s ease forwards;
        -ms-animation: wids 0.5s ease forwards;
        animation: wids 0.5s ease forwards;
        transform-origin: left top;
    }
    @-webkit-@keyframes wids{
        0%{width:0.1rem}
        100%{width:8.5rem;}
    }
    @-moz-@keyframes wids{
        0%{width:0.1rem}
        100%{width:8.5rem;}
    }
    @keyframes wids{
        0%{width:0.1rem}
        100%{width:8.5rem;}
    }
    .lin13 .foot{
        width: 14rem;
        height: 8.5rem;
        text-align: center;
        margin: 0 0 0 -3.4rem;
    }
    .lin13 .foot .right{
        margin-left: -6.2rem;
    }

    .lin5{
        position: absolute;
        left: -225%;
        top: 175%;
        width: 3.125rem;
        height: 3rem;
        background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/c_3.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .line4{
        position: absolute;
        top:13%;
        left:78%;
        width:0.1rem;
        transform: rotate(-35deg);
        -moz-transform: rotate(-35deg);
        -o-transform: rotate(-35deg);
        -webkit-transform: rotate(-35deg);
        border-bottom: 1px solid #adadad;
        -moz-animation:widf 0.5s ease forwards;
        -webkit-animation:widf 0.5s ease forwards;
        -o-animation:widf 0.5s ease forwards;
        -ms-animation:widf 0.5s ease forwards;
        animation:widf 0.5s ease forwards;
        transform-origin:left top;
    }
    @-webkit-@keyframes widf{
        0%{width:0.1rem}
        100%{width:18.7rem;}
    }
    @-moz-@keyframes widf{
        0%{width:0.1rem}
        100%{width:18.7rem;}
    }
    @keyframes widf{
        0%{width:0.1rem}
        100%{width:18.7rem;}
    }
    .lin5 .foot{
        width: 14rem;
        height: 8.5rem;
        text-align: center;
        margin: 0 0 0 -3.15rem;
    }
    .lin5 .foot .right{
        margin-left: -5.85rem;
    }

    .lin6{
        position: absolute;
        left: -100%;
        top: 217%;
        width: 2.6rem;
        height: 2.6rem;
        background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/c_1.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .line5{
        position: absolute;
        top:11%;
        left:83%;
        width:0.1rem;
        transform: rotate(297deg);
        -moz-transform: rotate(297deg);
        -o-transform: rotate(297deg);
        -webkit-transform: rotate(297deg);
        border-bottom: 1px solid #adadad;
        -moz-animation:widv 0.5s ease forwards;
        -webkit-animation:widv 0.5s ease forwards;
        -o-animation:widv 0.5s ease forwards;
        -ms-animation:widv 0.5s ease forwards;
        animation:widv 0.5s ease forwards;
        transform-origin:left top;
    }
    @-webkit-@keyframes widv{
        0%{width:0.1rem}
        100%{width:16.4rem;}
    }
    @-moz-@keyframes widv{
        0%{width:0.1rem}
        100%{width:16.4rem;}
    }
    @keyframes widv{
        0%{width:0.1rem}
        100%{width:16.4rem;}
    }
    .lin6 .foot{
        width: 14rem;
        height: 8.5rem;
        text-align: center;
        margin: 0.6rem 0 0 -2.9rem;
    }
    .lin6 .foot .right{
        margin-left: -6.2rem;
    }

    .lin7{
        position: absolute;
        left: 48%;
        top: 210%;
        width: 3.6rem;
        height: 3.6rem;
        background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/c_7.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .line6{
        position: absolute;
        top:0%;
        left:50%;
        width:0.1rem;
        transform: rotate(-94deg);
        -moz-transform: rotate(-94deg);
        -o-transform: rotate(-94deg);
        -webkit-transform: rotate(-94deg);
        border-bottom: 1px solid #adadad;
        -moz-animation:wide 0.5s ease forwards;
        -webkit-animation:wide 0.5s ease forwards;
        -o-animation:wide 0.5s ease forwards;
        -ms-animation:wide 0.5s ease forwards;
        animation:wide 0.5s ease forwards;
        transform-origin:left top;
    }
    @-webkit-@keyframes wide{
        0%{width:0.1rem}
        100%{width:14rem;}
    }
    @-moz-@keyframes wide{
        0%{width:0.1rem}
        100%{width:14rem;}
    }
    @keyframes wide{
        0%{width:0.1rem}
        100%{width:14rem;}
    }
    .lin7 .foot{
        width: 14rem;
        height: 8.5rem;
        text-align: center;
        margin: 0.5rem 0 0 -2.7rem;
    }
    .lin7 .foot .right{
        margin-left: -5.95rem;
    }
    #pa4{
        position: absolute;
        left: 0;
        top: 15%;
        line-height: 3.8rem;
        color: #adadad;
        font-size: 2.2rem;
        width: 100%;
        display: none;
        text-align: center;
    }
    #pa4 span{
        color: #fff;
        font-size: 2.6rem;
        font-weight: bold;
    }
    
    #hai{
        position: absolute;
        left:115%;
        top: -45%;
        width: 7rem;
        display: none;
    }
    #nice{
        position: absolute;
        left: -230%;
        top: -310%;
        width: 14rem;
        display: none;
    }
    #toger{
        position: absolute;
        display: none;
        left: 150%;
        top: -100%;
        width: 13rem;
    }
    #fit{
        position: absolute;
        display: none;
        left: 205%;
        top: -20%;
        width: 5.5rem;
    }
    #myear{
        position: absolute;
        left: -190%;
        top: 150%;
        width: 19rem;
        display: none;
    }
    #appen{
        position: absolute;
        display: none;
        left:100%;
        top: -65%;
        width: 17rem;
        z-index: 1001;
    }

.main{
    width: 100%;
    position: absolute;
    left: 0;
    top: 12%;
}
.main p{
    font-size: 2.2rem;
    color: #adadad;
    line-height: 3.8rem;
    text-align: center;
    width: 100%;
    display: none;
}
.main p span{
    color: #fff;
    font-size: 2.6rem;
    font-weight: bold;
}
.logo{
    position: absolute;
    left: 50%;
    top: 42%;
    width: 6.2rem;
    height: 9.8rem;
    margin-left: -3.1rem;
    margin-top: -4.9rem;
}
.cent{
    width: 8.2rem;
    height: 12.8rem;
}
.rightD,.leftD,.bottomD{
    width: 4.2rem;
    height: 4rem;
}
.rightD{
    position: absolute;
    right: -180%;
    top: -20%;
    background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/icon_calendar.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.leftD{
    position: absolute;
    left: -180%;
    top: -12%;
    background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/iocn_steps.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.bottomD{
    position: absolute;
    left: 80%;
    bottom: -122%;
    background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/icon_mileage.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.line8{
    position: absolute;
    top:132%;
    left:-165%;
    width:8rem;
    transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    border-bottom: 1px solid #adadad;
}
.line9{
    position: absolute;
    top:110%;
    left:90%;
    width:9rem;
    transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    border-bottom: 1px solid #adadad;
}
.line10{
    position: absolute;
    top:-70%;
    left:-70%;
    width:6rem;
    transform: rotate(-115deg);
    -moz-transform: rotate(-115deg);
    -o-transform: rotate(-115deg);
    -webkit-transform: rotate(-115deg);
    border-bottom: 1px solid #adadad;
}
.quotation p {
    font-size: 2.2rem;
    letter-spacing: 0.1rem;
}
.dayt{
    display: none;
}
.dayt p,.liup p,.quotation p{
    color: #adadad;
    font-size: 2.4rem;
    line-height: 3.8rem;
    width: 15rem;
}
.dayt p span,.liup p span{
    font-size: 2.6rem;
    color: #fff;
    display: inline-block;
    font-weight: bold;
}
.four .rightD p{
    position: absolute;
    left: 30%;
    top: 115%;
}
.leftD p{
    position: absolute;
    left: -150%;
    top: 125%;
}
.bottomD p{
    text-align: right;
    position: absolute;
    right: 125%;
    top: -40%;
}
.logoF{
    width: 14rem;
    height: 8.5rem;
    text-align: center;
    margin: 0.2rem 0 0 -3.3rem;
    position: absolute;
    left: 30%;
    top:55%;
}
.logoF .left{
    width: 6.7rem;
    height: 8.5rem;
    background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/left_flashing.png);
    background-repeat: no-repeat;
    display: inline-block;
    -moz-animation:left 1.8s ease infinite;
    -webkit-animation:left 1.8s ease infinite;
    -o-animation:left 1.8s ease infinite;
    -ms-animation:left 1.8s ease infinite;
    animation:left 1.8s ease infinite;
}
.logoF .right{
    width: 6.7rem;
    height: 8.5rem;
    background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/right_flashing.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: -5.3rem;
    -moz-animation:right 1.8s ease infinite;
    -webkit-animation:right 1.8s ease infinite;
    -o-animation:right 1.8s ease infinite;
    -ms-animation:right 1.8s ease infinite;
    animation:right 1.8s ease infinite;
}

.liuD{
    position: absolute;
    left: 50%;
    top: 40%;
    width: 15rem;
    height: 24rem;
    margin-left: -7.5rem;
    margin-top: -12rem;
    background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/img_logo.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.liuD .logoF{
    left: 33%;
    top: 45%;
}
.liuD .logoF .right{
    margin-left: -5.2rem;
}
.liuD .logoF .bot{
    position: absolute;
    left: 18%;
    top: 55%;
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
}
.leftRd{
    position: absolute;
    left: 70%;
    top: 25%;
    background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/icon_heat.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 4.2rem;
    height: 4rem;
}
.leftRd p{
    position: absolute;
    left: 103%;
    top: -30%;
}
.leftLd{
    position: absolute;
    left: 8%;
    top: 16%;
    background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/icon_calendar.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 4.2rem;
    height: 4rem;
}
.leftLd p{
    position: absolute;
    left: -380%;
    top: -55%;
    text-align: right;
}
.leftBd{
    position: absolute;
    left: -15%;
    top: 70%;
    background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/icon_distance.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 4.2rem;
    height: 4rem;
}
.leftBd p{
    position: absolute;
    left: -320%;
    top: 115%;
    text-align: right;
}
.leftTd{
    position: absolute;
    left: 85%;
    top: 80%;
    background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/icon_food.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 4.2rem;
    height: 4rem;
}
.leftTd p{
    position: absolute;
    left: 0%;
    top: 110%;
}
.liup{
    display: none;
}

.quotation{
    width: 100%;
    position: absolute;
    left: 0;
    top: 10%;
}
.quotation p{
    width: 100%;
    text-align: center;
    display: none;
}
.quotation p span{
    font-size: 2.6rem;
    color: #fff;
    font-weight: bold;
}
.challeng{
    position: absolute;
    left: 50%;
    top: 55%;
    margin-left:-11.2rem; 
    margin-top:-11.4rem;
    width: 22.4rem;
    height: 22.8rem;
    background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/img_calendar3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.challeng .logoF{
    margin: 3rem 0 0 3.2rem;
    left: 13%;
    top: 45%;
}
.challeng #bu{
    position: absolute;
    left: 56%;
    top: 50%;
    color: #fff;
    font-size: 2.4rem;
    display: inline-block;
    width: 2rem;
    text-align: center;
}
.challeng .right{
    margin-left: -5.5rem;
}
.challeng .tot {
    position: absolute;
    left: -18%;
    top: -35%;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    display: inline-block;
    width: 15rem;
    text-align: center;
}
.challeng .bot {
    position: absolute;
    left: -30%;
    top: 50%;
    color: #fff;
    font-size: 2.4rem;
    display: inline-block;
    font-weight: bold;
    width: 12rem;
    text-align: right;
}
.botD{
    position: absolute;
    left: 0%;
    bottom: 10%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 2.4rem;
    line-height: 3.6rem;
    letter-spacing: 0.1rem;
    font-weight: bold;
}
.botD p{
    display: none;
}

.prescription{
    position: absolute;
    left: 50%;
    top: 53%;
    margin-left: -10rem;
    margin-top: -11.7rem;
    width: 20rem;
    height: 23.4rem;
    background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/img_prescription_1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.prescription .preF{
    width: 6rem;
    color: #0a1327;
    font-size: 2rem;
    position: absolute;
    font-weight: bold;
    top: 70%;
    right: 6%;
    text-align: center;
}
.prescription .preF p:last-child{
    font-size: 1.6rem;
}
.botxD{
    position: absolute;
    left: 0%;
    bottom: 10%;
    width: 100%;
    text-align: center;
    color: #adadad;
    font-size: 2.2rem;
    line-height: 3.8rem;
    letter-spacing: 0.1rem;
}
.botxD p{
    display: none;
}
.botxD span{
    font-size: 2.6rem;
    color: #fff;
    font-weight: bold;
}

.hours{
    position: absolute;
    left: 50%;
    top: 49%;
    margin-left: -11.35rem;
    margin-top: -11.35rem;
    width: 24.7rem;
    height: 24.7rem;
    background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/img_time.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.hours .logoF{
    position: absolute;
    top: 105%;
    left: 42%;
}
.hours .logoF .right{
    margin-left: -5.4rem;
}
.hours .widse{
    position: absolute;
    left: 49.3%;
    top: 48.4%;
    width: 4.3rem;
    height: 0.55rem;
    background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/img_clockwise.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.hours .minute{
    position: absolute;
    left: 45%;
    top: 28.6%;
    width: 1.6rem;
    height: 5.5rem;
    background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/img_minute.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.dayTime{
    position: absolute;
    left: 50%;
    top: 53%;
    margin-left: -10.2rem;
    margin-top: -10.9rem;
    width: 20.4rem;
    height: 21.8rem;
    background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/img_calendar3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.dayTime #tian{
    color: #adadad;
    font-size: 1.8rem;
    display: inline-block;
    position: absolute;
    left: 48%;
    top: -35%;
}
.dayTime .logoF{
    margin: 5rem 0 0 3.2rem;
    left: 9%;
    top: 46%;
}
.dayTime .right{
    margin-left: -5.4rem;
}
.dayTime .tot {
    position: absolute;
    left: -27%;
    top: -55%;
    color: #fff;
    font-size: 4.2rem;
    display: inline-block;
    width: 9.5rem;
    text-align: right;
    font-weight: bold;
}
.dayTime .tot a{
    color: #adadad;
    font-size: 2.2rem;
    display: inline-block;
    margin-left: 0.4rem;
}

.lineActive{
    position: absolute;
    left: 50%;
    top: 56%;
    margin-left: -10.4rem;
    margin-top: -11.8rem;
    width: 20.8rem;
    height: 23.6rem;
    background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/img_activity.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.lineActive .logoF{
    margin: 0;
    left: 24%;
    top: 75%;
}
.lineActive #ge{
    color: #adadad;
    font-size: 1.8rem;
    display: inline-block;
    position: absolute;
    left: 55%;
    top: -25%;
}
.lineActive .right{
    margin-left: -5.5rem;
}
.lineActive .tot {
        position: absolute;
    left: -28%;
    top: -32%;
    color: #fff;
    font-size: 2.4rem;
    display: inline-block;
    width: 11rem;
    text-align: right;
    font-weight: bold;
}
.lineActive .tot a{
    color: #adadad;
    font-size: 2.2rem;
    display: inline-block;
    margin-left: 0.4rem;
}

.fouDiv .botD{
    bottom: 20%;
}
.fouDiv .botxD{
    bottom: 14%;
}

.glory{
    position: absolute;
    left: 50%;
    top: 55%;
    width: 20rem;
    height: 20rem;
    margin-top: -10rem;
    margin-left: -10rem;
}

.None{
    position: absolute;
    left: 50%;
    top: 25%;
    margin-left: -6.35rem;
    margin-top: 2.5rem;
    width: 12.7rem;
    height: 5rem;
    background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/img_method_1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.Ntwo{
    position: absolute;
    left: 50%;
    top: 66%;
    margin-left: -6.35rem;
    margin-top: 2.5rem;
    width: 12.7rem;
    height: 5rem;
    background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/img_method_2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#DQcode{
    position: absolute;
    left: 50%;
    top: 60%;
    margin-left: -4.3rem;
    margin-top: -4.3rem;
    width: 8.5rem;
    height: 8.5rem;
}
.method{
    width: 100%;
    position: absolute;
    left: 0;
    top: 41%;
}
.method p{
    width: 100%;
    text-align: center;
    font-size: 2.2rem;
    letter-spacing: 0.1rem;
    color: #adadad;
    display: none;
}
    

@-webkit-@keyframes outright {
    0% {
        width: 0px;
        left: 50%;
        opacity: 0;
    }
    100% {
        width: 4.5rem;
        left: 100%;
        opacity: 1;
    }
}

@-moz-@keyframes outright {
    0% {
        width: 0px;
        left: 50%;
        opacity: 0;
    }
    100% {
        width: 50px;
        left: 100%;
        opacity: 1;
    }
}

@keyframes outright {
    0% {
        width: 0px;
        left: 50%;
        opacity: 0;
    }
    100% {
        width: 4.5rem;
        left: 100%;
        opacity: 1;
    }
}

@-webkit-@keyframes outleft {
    0% {
        width: 0px;
        right: 50%;
        opacity: 0;
    }
    100% {
        width: 4.5rem;
        right: 100%;
        opacity: 1;
    }
}

@-moz-@keyframes outleft {
    0% {
        width: 0px;
        right: 50%;
        opacity: 0;
    }
    100% {
        width: 4.5rem;
        right: 100%;
        opacity: 1;
    }
}

@keyframes outleft {
    0% {
        width: 0px;
        right: 50%;
        opacity: 0;
    }
    100% {
        width: 4.5rem;
        right: 100%;
        opacity: 1;
    }
}

@-webkit-@keyframes outtop {
    0% {
        height: 0px;
        bottom: 50%;
        opacity: 0;
    }
    100% {
        height: 4.5rem;
        bottom: 100%;
        opacity: 1;
    }
}

@-moz-@keyframes outtop {
    0% {
        height: 0px;
        bottom: 50%;
        opacity: 0;
    }
    100% {
        height: 4.5rem;
        bottom: 100%;
        opacity: 1;
    }
}

@keyframes outtop {
    0% {
        height: 0px;
        bottom: 50%;
        opacity: 0;
    }
    100% {
        height: 4.5rem;
        bottom: 100%;
        opacity: 1;
    }
}

@-webkit-@keyframes outbottom {
    0% {
        height: 0px;
        top: 50%;
        opacity: 0;
    }
    100% {
        height: 4.5rem;
        top: 100%;
        opacity: 1;
    }
}

@-moz-@keyframes outbottom {
    0% {
        height: 0px;
        top: 50%;
        opacity: 0;
    }
    100% {
        height: 4.5rem;
        top: 100%;
        opacity: 1;
    }
}

@keyframes outbottom {
    0% {
        height: 0px;
        top: 50%;
        opacity: 0;
    }
    100% {
        height: 4.5rem;
        top: 100%;
        opacity: 1;
    }
}


.arE {
    position: absolute;
   left: 10.5%;
    top: 49%;
    width: 13.6rem;
    height: 13.6rem;
    overflow: hidden;
    background: transparent;
    transform: translate(0,-50%);
}
.feng1 {
    position: absolute;
    left: 5%;
    top: -15%;
    width: 4.6rem;
    height: 4.6rem;
    overflow: hidden;
    background: transparent;
    transform: translate(0,-30%);
}
.feng2 {
    position: absolute;
   left: 60%;
    top: 5%;
    width: 6.6rem;
    height: 6.6rem;
    overflow: hidden;
    background: transparent;
    transform: translate(0,-30%);
}
.feng3 {
    position: absolute;
   left: 5%;
    top: 75%;
    width: 6.6rem;
    height: 6.6rem;
    overflow: hidden;
    background: transparent;
    transform: translate(0,-30%);
}
.feng4 {
    position: absolute;
   left: 55%;
    top: 90%;
    width: 4.6rem;
    height: 4.6rem;
    overflow: hidden;
    background: transparent;
    transform: translate(0,-30%);
}

.fire i {
    position: absolute;
    border-radius: 10%;
    opacity: 0;
}

.fire i:nth-child(even) {
    display: block;
    height: 4.5rem;
    width: 0;
    border: 2px solid yellow;
}

.fire i:nth-child(odd) {
    display: block;
    height: 0;
    width: 4.5rem;
    border: 2px solid yellow;
}

.arE i:nth-child(1) {
    top: 50%;
    left: 50%;
    -moz-animation: outright 0.5s ease forwards;
    -webkit-animation: outright 0.5s ease forwards;
    -o-animation: outright 0.5s ease forwards;
    -ms-animation: outright 0.5s ease forwards;
    animation: outright 0.5s ease forwards;
    animation-delay: 1s;
}

.arE i:nth-child(2) {
    bottom: 50%;
    left: 50%;
    -moz-animation: outtop 0.5s ease forwards;
    -webkit-animation: outtop 0.5s ease forwards;
    -o-animation: outtop 0.5s ease forwards;
    -ms-animation: outtop 0.5s ease forwards;
    animation: outtop 0.5s ease forwards;
    animation-delay: 1s;
}

.arE i:nth-child(3) {
    top: 50%;
    right: 50%;
    -moz-animation: outleft 0.5s ease forwards;
    -webkit-animation: outleft 0.5s ease forwards;
    -o-animation: outleft 0.5s ease forwards;
    -ms-animation: outleft 0.5s ease forwards;
    animation: outleft 0.5s ease forwards;
    animation-delay: 1s;
}

.arE i:nth-child(4) {
    top: 50%;
    left: 50%;
    -moz-animation: outbottom 0.5s ease forwards;
    -webkit-animation: outbottom 0.5s ease forwards;
    -o-animation: outbottom 0.5s ease forwards;
    -ms-animation: outbottom 0.5s ease forwards;
    animation: outbottom 0.5s ease forwards;
    animation-delay: 1s;
}

.arF i:nth-child(1) {
    top: 50%;
    left: 50%;
    -moz-animation: outright 2s ease forwards;
    -webkit-animation: outright 2s ease forwards;
    -o-animation: outright 2s ease forwards;
    -ms-animation: outright 2s ease forwards;
    animation: outright 2s ease forwards;
    animation-delay: 1.5s;
}

.arF i:nth-child(2) {
    bottom: 50%;
    left: 50%;
    -moz-animation: outtop 2s ease forwards;
    -webkit-animation: outtop 2s ease forwards;
    -o-animation: outtop 2s ease forwards;
    -ms-animation: outtop 2s ease forwards;
    animation: outtop 2s ease forwards;
    animation-delay: 1.5s;
}

.arF i:nth-child(3) {
    top: 50%;
    right: 50%;
    -moz-animation: outleft 2s ease forwards;
    -webkit-animation: outleft 2s ease forwards;
    -o-animation: outleft 2s ease forwards;
    -ms-animation: outleft 2s ease forwards;
    animation: outleft 2s ease forwards;
    animation-delay: 1.5s;
}

.arF i:nth-child(4) {
    top: 50%;
    left: 50%;
    -moz-animation: outbottom 2s ease forwards;
    -webkit-animation: outbottom 2s ease forwards;
    -o-animation: outbottom 2s ease forwards;
    -ms-animation: outbottom 2s ease forwards;
    animation: outbottom 2s ease forwards;
    animation-delay: 1.5s;
}

#canvas_process {
    width: 220px;
    height: 220px;
    position: absolute;
    /* padding: 2%; */
    left: -1%;
    top: -1%;
    z-index: 100;
}

.process {
    position: absolute;
    left: -7.2%;
    width: 19.5rem;
    height: 15.2rem;
    background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/img_progress.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* margin: -1.2rem 0 0 -1.25rem; */
    top: -7%;
}

.process_bar {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 17rem;
    height: 17rem;
    background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/img_circle_2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@-webkit-@keyframes changebig {
    0% {
        height: 0%;
        width: 0%;
        top:8.75rem;
        left: 10rem;
    }
    100% {
        height: 7.54rem;
        width: 6.7rem;
        top: 5.2rem;
        left: 5.3rem;
    }
}

@-moz-@keyframes changebig {
    0% {
        height: 0%;
        width: 0%;
        top:8.75rem;
        left: 10rem;
    }
    100% {
        height: 7.54rem;
        width: 6.7rem;
        top: 5.2rem;
        left: 5.3rem;
    }
}

@keyframes changebig {
    0% {
        height: 0%;
        width: 0%;
        top:8.75rem;
        left: 10rem;
    }
    100% {
        height: 7.54rem;
        width: 6.7rem;
        top: 5.2rem;
        left: 5.3rem;
    }
}

@-webkit-@keyframes changeimg {
    0% {
        background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/f_4.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    25%{
        background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/f_3.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    50%{
        background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/f_2.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    75%{
        background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/f_1.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    100% {
        background-image:none;
    }
}

@-moz-@keyframes changeimg {
    0% {
        background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/f_4.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    25%{
        background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/f_3.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    50%{
        background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/f_2.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    75%{
        background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/f_1.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    100% {
        background-image:none;
    }
}

@keyframes changeimg {
    0% {
        background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/f_4.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    25%{
        background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/f_3.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    50%{
        background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/f_2.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    75%{
        background: url(/NewWanbu/App/Subject/Tpl/WalkhealthReport/images/f_1.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    100% {
        background-image:none;
    }
}

.changeimg{
    position: absolute;
    top: 33%;
    left: 32%;
    width: 6.5rem;
    height: 6.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    -moz-animation: changeimg 1.5s ease;
    -webkit-animation: changeimg 1.5s ease;
    -o-animation: changeimg 1.5s ease;
    -ms-animation: changeimg 1.5s ease;
    animation: changeimg 1.5s ease;
    opacity: 1;
}

.prize {
    position: absolute;
    top: 6.875rem;
    left: 6.45rem;
    height: 0;
    width: 0;
    -moz-animation: changebig .5s ease forwards;
    -webkit-animation: changebig .5s ease forwards;
    -o-animation: changebig .5s ease forwards;
    -ms-animation: changebig .5s ease forwards;
    animation: changebig .5s ease forwards;
    animation-delay: 1.2s;
    display: none;
}

.up{
    position: absolute;
    width: 2.5rem;
    left: 46%;
    bottom: 2%;
    display: none;
}
.up img:first-child{
    width: 2.29rem;
    height: 1.83rem;
    animation:mymovel 3.5s infinite;
    -webkit-animation:mymovel 3.5s infinite;
    animation-direction:alternate;
   -webkit-animation-direction:alternate;
   bottom: px2rem(-44);
}
.up img:last-child{
    width: 2.29rem;
    height: 1.83rem;
    margin-top: -0.2rem;
    animation:mymove 3.5s infinite;
    -webkit-animation:mymove 3.5s infinite;
    animation-direction:alternate;
   -webkit-animation-direction:alternate;
   bottom: px2rem(-84);
}
@keyframes mymove
{
    0%{ 
    opacity: 0; 
    }
    50%{
    opacity: 1; 
    }
    100%{ 
    opacity: 0; 
    } 
}
@-webkit-keyframes mymove /*Safari and Chrome*/
{
    0%{ 
    opacity: 0; 
    }
    50%{
    opacity: 1; 
    }
    100%{ 
    opacity: 0; 
    } 
}
@keyframes mymovel
{
    0%{ 
    opacity: 1; 
    }
    50%{
    opacity: 0; 
    }
    100%{ 
    opacity: 1; 
    } 
}
@-webkit-keyframes mymovel /*Safari and Chrome*/
{
    0%{ 
    opacity: 1; 
    } 
    50%{
    opacity: 0; 
    }
    100%{ 
    opacity: 1; 
    } 
}



/*ie7 提示弹窗 start*/
.ie_notice_box {display:none;width: 400px;border: 1px solid #48bbfa;border-radius: 3px;position: fixed;_position: absolute;left: 50%;top: 50%;margin: -100px 0 0 -200px;background-color: #FFF;z-index: 9999;}
.ie_mask{width:100%;height:100%;position:fixed;left:0;top:0;bottom:0;right:0;background:#000;filter:alpha(opacity:50);opacity:0.5;z-index:9998;display:none;}
.ie_notice_bt {width: 382px;padding: 6px 6px 6px 12px;background-color: #48bbfa;font-size: 14px;color: #fff;font-weight: bold;}
.ie_notice_con {width: 380px;padding: 34px 10px 20px;text-align: center;font-size: 14px;}
.ie_notice_con b {display: block;color: #F00;margin-bottom: 15px;font-size:18px;font-weight:normal;}
.ie_notice_con p {margin-bottom: 15px;}
.ie_notice_box a{ background: url("/NewWanbu/App/Message/Tpl/Public/images/btnbg.png") no-repeat scroll left top;color: #fff;cursor: pointer;display: inline-block;font-size: 14px;
    height: 26px;line-height: 26px;margin-top: 20px;text-align: center;width: 100px;}
.notice_bt .noti_close{width:15px;height:15px;cursor:pointer;display:inline-block;float:right;margin-right:5px;background:url(/NewWanbu/App/Message/Tpl/Public/images/close.png) no-repeat left top;}
.itemclose{float:right;display:none;margin-right:10px;cursor:pointer;}
/*ie7 提示弹窗 end*/