* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

body {
    height: 100%;
    color: #333;
    font-family: Arial;
    font-size: 0.28rem;
    -webkit-user-select: none;
    background: #C9E8F0;
    background-image: url(../img/a0-bg.png);
    background-size: 100% auto
}

input {
    font-size: inherit;
}

[v-cloak] {
    display: none;
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

#app {
    position: relative;
    left: 0;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    line-height: 1;
    overflow: hidden;
    user-select: none;
}

.page {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0;
    transition: opacity 0.5s;
}

.page.active {
    opacity: 1;
    z-index: 1;
}

.page .inner {
    position: absolute;
    width: 6.4rem;
    height: 12.4rem;
    left: 50%;
    margin-left: -3.2rem;
    top: 50%;
    margin-top: -6.2rem;
}

.logo {
    width: 2.15rem;
    height: 1.21rem;
    background: url(../img/logo.png) no-repeat center / contain;
}

.page0 {}

.h-w {
    position: absolute;
    border: 0.3rem solid #FE398B;
    width: 5.9rem;
    height: 90%;
    top: 5%;
    left: 0.25rem;
    padding: 0.25rem
}

.h-n {
    border: 0.1rem solid #FE398B;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
}

.h-n div {
    position: absolute
}

.lb1 {
    position: absolute;
    width: 25%;
    height: 14%;
    left: 10%;
    bottom: 0;
    background-image: url(../img/lb1.png);
    background-size: 100% auto;
    z-index: 99;
    background-repeat: no-repeat;

}

.lb2 {
    position: absolute;
    width: 40%;
    height: 10%;
    left: 0;
    bottom: 0;
    background-image: url(../img/lb2.png);
    z-index: 100;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.rb1 {
    position: absolute;
    width: 40%;
    height: 20%;
    right: 0;
    bottom: 0;
    background-image: url(../img/rb1.png);
    z-index: 9;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.a-logo {

    width: 25%;
    height: 40%;
    right: 0.3rem;
    top: 0.5rem;
    background-image: url(../img/title.png);
    background-repeat: no-repeat;
    background-size: 100%;
    transform: scale(0.98);
    transform-origin: center bottom;

}

.a-title {
    position: absolute;
    width: 25%;
    height: 40%;
    right: 0.4rem;
    top: 0.9rem;
    background-image: url(../img/title.png);
    background-repeat: no-repeat;
    background-size: 100%;
    transform: scale(0.98);
    transform-origin: center bottom;

}

.a-logo {
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    right: -0.4rem;
    top: 1.9rem;
    background-image: url(../img/a-logo.png);
    background-repeat: no-repeat;
    background-size: 100%;
    transform: scale(0.98);
    transform-origin: center bottom;
    animation: rotate 5s linear infinite;
    transform-origin: 0.6rem;
    z-index: 8
}

.a-text {

    width: 75%;
    height: 70%;
    left: 0.3rem;
    top: 0.5rem;
    background-image: url(../img/0-txt.png);
    background-repeat: no-repeat;
    background-size: 100%;
    transform: scale(0.98);
    transform-origin: center bottom;
    animation: pulse 1s infinite;

}

.a-t2 {
    position: absolute;
    width: 20%;
    height: 10%;
    left: 45%;
    top: 0rem;
    background-image: url(../img/a-t2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;

    z-index: 100
}

.a-rt1 {
    position: absolute;
    width: 13%;
    height: 10%;
    right: 0rem;
    top: 1rem;
    background-image: url(../img/a-rt1.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position;
    right top;
    z-index: 100
}

.a-t1 {
    position: absolute;
    width: 13%;
    height: 10%;
    left: 1rem;
    top: 0.01rem;
    background-image: url(../img/a-t1.png);
    background-repeat: no-repeat;
    background-size: 95% auto;

    z-index: 100
}

.page0 .inner>div {
    position: absolute;
}

.page0 .title {
    width: 3.84rem;
    height: 1.21rem;
    left: 1.27rem;
    top: 1.6rem;
    background: url(../img/0-title.png) no-repeat center / contain;
    animation: pulse 1s infinite;
}

.page0 .logo {
    left: 4.25rem;
    top: 0.9rem;
    transform: scale(1.15);
    transform-origin: right top;
}

.page0 .sun {
    width: 4.28rem;
    height: 4.72rem;
    left: 1.08rem;
    top: 2.5rem;
    background: url(../img/0-sun.png) no-repeat center / contain;
    animation: rotate 5s linear infinite;
    transform-origin: 50% 2.6rem;
}

.page0 .police {
    width: 2.85rem;
    height: 6.65rem;
    left: 1.97rem;
    top: 3.56rem;
    background: url(../img/0-police.png) no-repeat center / contain;
    transform: scale(0.98);
    transform-origin: center bottom;
}

.page0 .start {
    width: 3.16rem;
    height: 1.76rem;
    left: 0.68rem;
    bottom: 2%;
    background: url(../img/0-start.png) no-repeat center / contain;
    animation: zoomIn 1s 0.3s both;
}

.page0 .progress {
    width: 3.7rem;
    left: 0.35rem;
    bottom: 1rem;
}

.page0 .progress.hide-leave-active {
    animation: zoomOut 1s;
}

.page0 .progress .bar {
    width: 100%;
    height: 0.12rem;
    border: 0.02rem solid #fff;
    border-radius: 0.06rem;
    overflow: hidden;
}

.page0 .progress .bar .value {
    width: 0;
    height: 0.08rem;
    background: #fff;
}

.page0 .progress .num {
    text-align: center;
    color: #fff;
    font-size: 0.24rem;
    margin-top: 0.1rem;
}

.page1,
.page3 {
    background-image: url(../img/a0-bg.png);
    background-size: 100% auto
}

.ctitle {

    position: absolute;
    width: 60%;
    margin-left: -30%;
    height: 1.2rem;
    left: 50%;
    top: 1.9rem;
    background-image: url(../img/ctitle.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 8
}

.page1 .question {
    padding-top: 2.7rem;
}

.page1 .question.question-enter-active {
    transition-duration: 2s;
}

.page1 .question.question-enter-active .main {
    animation: zoomIn 0.8s;
}

.page1 .question.question-enter-active .options {
    animation: fadeInDown 0.8s 0s both;
}

.page1 .question .main {
    position: relative;
    width: 5.06rem;
    padding-bottom: 1rem;
    padding-top: 0.4rem;
    background: #fff;
    border-radius: 0.3rem;
    margin: 0 auto;
    z-index: 2;
    box-shadow: 0.1rem 0.1rem 0.05rem rgba(0, 0, 0, 0.2);
}

.page1 .question .main .no {
    width: 1.01rem;
    height: 1.01rem;
    position: absolute;
    top: -0.34rem;
    left: -0.1rem;
}

.page1 .question .main .logo {
    position: absolute;
    right: -0.45rem;
    bottom: -0.1rem;
    width: 2.73rem;
    height: 1.30rem;
    background: url(../img/1-logo.png) no-repeat center / contain;
}

.page1 .question0 .main .no {
    background: url(../img/1-q1-no.png) no-repeat center / contain;
}

.page1 .question1 .main .no {
    background: url(../img/1-q2-no.png) no-repeat center / contain;
}

.page1 .question2 .main .no {
    background: url(../img/1-q3-no.png) no-repeat center / contain;
}

.page .question3 .main .no {
    background: url(../img/1-q4-no.png) no-repeat center / contain;
}

.page .question4 .main .no {
    background: url(../img/1-q5-no.png) no-repeat center / contain;
}

.page1 .question .main .title {
    color: #FE398B;
    font-size: 0.36rem;
    padding: 0.35rem 0.4rem 0 0.5rem;
    text-align: left;
    line-height: 0.5rem;
    font-weight: bold
}

.page1 .question .main .image {
    width: 100%;
    height: 5rem;
    position: absolute;
    background: #eee;
    left: 0;
    bottom: 0;
    border-radius: 0 0 0.3rem 0.3rem;
    overflow: hidden;
}

.page1 .question .main .image .item {
    width: 5.06rem;
    height: 5rem;
    display: block;
    float: left;
}

.page1 .question .main .image {
    overflow: hidden;
}

@keyframes question0Image {
    from {
        transform: translate(0, 0);
    }

    to {
        transform: translate(-15.18rem, 0);
    }
}

.page1 .question0 .main .image .scene {
    width: 20.24rem;
    height: 100%;
    animation: question0Image 0.6s steps(3) infinite;
}

.page1 .question1 .main .image {
    background: #a2e4fc url(../img/1-q2-bg.png) no-repeat center / 100% 100%;
}

.page1 .question1 .main .image div {
    position: absolute;
}

@keyframes question1Cloud {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -7rem 0;
    }
}

.page1 .question1 .main .image .cloud {
    width: 100%;
    height: 1.77rem;
    left: 0;
    top: 0.25rem;
    background-image: url(../img/1-q2-cloud.png);
    background-size: auto 100%;
    animation: 10s linear question1Cloud infinite;
}

.page1 .question1 .main .image .police {
    width: 4.92rem;
    height: 5.19rem;
    left: 0.35rem;
    top: 0.25rem;
    background: url(../img/1-q2-police.png) no-repeat center / contain;
}

@keyframes question2Image {
    from {
        transform: translate(0, 0);
    }

    to {
        transform: translate(-40.48rem, 0);
    }
}

.page1 .question2 .main .image .scene {
    width: 45.54rem;
    height: 100%;
    animation: question2Image 1.2s steps(8) infinite;
}

@keyframes question3Image {
    from {
        transform: translate(0, 0);
    }

    to {
        transform: translate(-111.32rem, 0);
    }
}

.page1 .question3 .main .image .scene {
    width: 116.38rem;
    height: 100%;
    animation: question3Image 1s steps(22) infinite;
}

@keyframes question4Image {
    from {
        transform: translate(0, 0);
    }

    to {
        transform: translate(-50.6rem, 0);
    }
}

.page1 .question4 .main .image {
    background: url(../img/1-q5-bg.png) repeat center / 100% 100%;
}

.page1 .question4 .main .image>div {
    position: absolute;
}

.page1 .question4 .main .image .tree {
    width: 2.94rem;
    height: 1.76rem;
    left: 0.3rem;
    top: 1.15rem;
    background: url(../img/1-q5-tree.png) no-repeat center / contain;
}

@keyframes question4Cloud {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -5.5rem 0;
    }
}

.page1 .question4 .main .image .cloud {
    width: 100%;
    height: 1.68rem;
    left: 0;
    top: -0.1rem;
    background-image: url(../img/1-q5-cloud.png);
    background-size: auto 100%;
    animation: 15s linear question4Cloud infinite;
}

@keyframes question4Car {
    from {
        transform: translate(-5rem, 0.7rem)
    }

    to {
        transform: translate(0, 0)
    }
}

.page1 .question4 .main .image .car-wrap {
    width: 3.17rem;
    height: 1.86rem;
    left: 1.7rem;
    top: 1.5rem;
    animation: question4Car 1.5s 0.5s both;
}

.page1 .question4 .main .image .car {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/1-q5-car.png) no-repeat center / contain;
}

.page1 .question4 .main .image .exhaust {
    width: 1.77rem;
    height: 0.85rem;
    overflow: hidden;
    position: absolute;
    left: -1.5rem;
    top: 1.2rem;
}

@keyframes question4Exhaust {
    from {
        transform: translate(0, 0);
    }

    to {
        transform: translate(-17.7rem, 0);
    }
}

.page1 .question4 .main .image .exhaust .scene {
    width: 19.47rem;
    height: 100%;
    animation: question4Exhaust 0.5s steps(10) infinite;
}

.page1 .question4 .main .image .exhaust img {
    width: 1.77rem;
    height: 0.85rem;
    display: block;
    float: left;
}

.page1 .question .options {
    position: relative;
    width: 3.94rem;
    margin: 0 auto;
    z-index: 1;
}

.page1 .question .option {
    height: 0.6rem;
    line-height: 0.6rem;
    border-radius: 0.27rem;
    border: 0.03rem solid #F8C9D3;
    font-size: 0.3rem;
    background: #fff;
    text-align: center;
    margin-top: 0.33rem;
    border-top: none;
    box-shadow: 0 0.05rem 0.05rem rgba(0, 0, 0, 0.05);
}

.page1 .question .option.selected {
    background-color: #FE398B;
    border-color: #ff5c00;
    color: #fff;
    animation: pulse 0.6s;
}

.page2 {
    background-image: url(../img/a0-bg.png);
    background-size: 100% auto
}

.page2 .question {
    position: relative;
    margin-top: 1rem
}

.page2 .main {
    position: relative;
    width: 5.06rem;
    padding-bottom: 1rem;
    padding-top: 0.5rem;
    background: #fff;
    border-radius: 0.3rem;
    margin: 0 auto;
    z-index: 2;
    box-shadow: 0.1rem 0.1rem 0.05rem rgba(0, 0, 0, 0.2);
}

.submita {

    width: 3.16rem;
    height: 0.76rem;
    margin: 0 auto;
    display: block;
    margin-top: 1rem;
    border-radius: 5rem;

    text-align: center;
    line-height: 0.76rem;
    font-size: 0.4rem;
    background: #FE398B;
    color: #fff;
}

.page22>div {
    position: absolute;
}

.page2 .title {
    color: #FE398B;
    font-size: 0.29rem;
    padding: 0.35rem 0.4rem 0 0.5rem;
    text-align: left;
    line-height: 1rem;
    font-weight: bold
}

.page2 .input {
    color: #FE398B;
    font-size: 0.29rem;
    padding: 0.35rem 0.4rem 0 0.5rem;
    text-align: left;
    line-height: 0.5rem;
    font-weight: bold
}

.page2 .input input {
    border-radius: 0.25rem;
    border: 0.02rem solid #FE398B;
    height: 0.5rem;
    font-size: 0.29rem;
    line-height: 0.5rem;
    text-align: center;
    color: #FE398B;
    display: inline-block;
    width: 100%
}

.page2 .desc {
    width: 4.36rem;
    height: 1.06rem;
    left: 50%;
    margin-left: -2.18rem;
    top: 8.5rem;
    background: url(../img/p2-desc.png) no-repeat center / contain;
}

.page2 .logo {
    width: 3.08rem;
    height: 1.69rem;
    right: 0.1rem;
    top: 0.1rem;
    background: url(../img/p2-logo.png) no-repeat center / contain;
}

@keyframes page2Cloud {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 19rem 0;
    }
}

.page2 .cloud {
    width: 100%;
    left: 0;
    top: 0;
    height: 3.07rem;
    background-image: url(../img/2-cloud.png);
    background-size: auto 100%;
    animation: 20s linear page2Cloud infinite;
}

.page2 .notice {
    width: 100%;
    height: 0.74rem;
    left: 0;
    top: 8.3rem;
    background: url(../img/2-notice-bg.png) no-repeat center / contain;
}

@keyframes page2Notice {
    from {
        background-position: 8rem 0;
    }

    to {
        background-position: -12.36rem 0;
    }
}

.page2 .notice .scroll {
    width: 12.36rem;
    height: 0.47rem;
    background: url(../img/2-notice.png) no-repeat center / contain;
    margin-top: 0.13rem;
    opacity: 0;
}

.page2.active .notice .scroll {
    opacity: 1;
    animation: 7s linear page2Notice both;
}

.page2 .tips {
    left: 0;
    top: 10rem;
    font-size: 0.24rem;
    color: #fff;
    width: 100%;
    text-align: center;
}

.page2 .tips span {
    position: absolute;
    top: 0;
}

.page3 .box {
    width: 4.86rem;
    height: 54%;
}

.page3 .box {
    position: relative;
    margin: 1.2rem auto 0;
    border-radius: 0.2rem;

}

.page3 .box img {
    width: 100%;
    height: 100%;
}

.page3 .box .logo {
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0.9);
    transform-origin: right center;
}

.page3 .box .tips {
    position: absolute;
    left: 0.3rem;
    top: 0.4rem;
    font-size: 0.22rem;
}

.page3 .box .tips.big {
    top: 0.3rem;
}

.page3 .box .tips.big .name {
    font-size: 0.36rem;
}

.page3 .box .result {
    position: absolute;
    left: 0;
    top: 1rem;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 0.2rem
}

.amore {
    position: absolute;
    width: 3.16rem;
    height: 0.76rem;
    left: 50%;
    margin-left: -1.5rem;
    border-radius: 5rem;
    bottom: 0.3rem;
    text-align: center;
    line-height: 0.76rem;
    font-size: 0.4rem;
    background: #FE398B;
    color: #fff;

}

.rpjtitle {
    color: #FE398B;
    text-align: center;
    line-height: 1rem;
    font-size: 0.4rem
}

.rpj {
    color: #FE398B;
    text-align: center;
    line-height: 2rem;
    font-size: 1rem
}

.text3 {
    color: #FE398B;
    text-align: left;
    line-height: 0.6rem;
    font-size: 0.3rem;
    width: 80%;
    margin: 0 auto
}

.tel {
    position: absolute;
    width: 3.16rem;
    height: 2rem;
    background-image: url(../img/tel.png);
    background-size: 100%;
    bottom: 10%;
    left: 50%;
    margin-left: -1.5rem;
    background-repeat: no-repeat
}

.page3 .box0 .tips {
    color: #000;
}

.page3 .box1 .tips {
    color: #fff;
}

.page3 .box2 .tips {
    color: #fff;
}

.page3 .box3 .tips {
    color: #121651;
}

.page3 .box4 .tips {
    color: #fff;
}

.page3 .box5 .tips {
    color: #fff;
}

.page3 .qrcode {
    width: 0.88rem;
    height: 0.88rem;
    background: #fff;
    border-radius: 0.05rem;
    padding: 0.02rem;
    position: absolute;
    right: 0.3rem;
    bottom: 0.1rem;
}

.page3 .qrcode img {
    width: 100%;
    height: 100%;
}

.page3 .notice {
    width: 5.91rem;
    height: 0.48rem;
    margin: 0.14rem 0 0.08rem 0.2rem;
    background: url(../img/3-notice.png) no-repeat center / contain;
}

.page3 .buttons {
    width: 5.06rem;
    overflow: hidden;
    margin: 0 auto;
}

.page3 .buttons .more {
    width: 1.69rem;
    height: 0.78rem;
    background: url(../img/3-more.png) no-repeat center / contain;
    float: left;
}

.page3 .buttons .share {
    width: 1.69rem;
    height: 0.78rem;
    background: url(../img/3-share.png) no-repeat center / contain;
    float: right;
}

.page3 .share-tips {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
    animation: fadeIn 0.5s;
}

.page3 .share-tips img {
    width: 100%;

}

.music {
    position: absolute;
    width: 0.45rem;
    height: 0.45rem;
    background: url(../img/music.png) no-repeat center / contain;
    z-index: 9;
    left: 0.08rem;
    top: 0.08rem;
    overflow: hidden;
}

.music.play {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
}

.phonebox {
    width: 4rem;
    position: relative;
    margin: 4rem auto 0 auto;

}

.phonebox input {
    border: 1px solid #666;
    border-radius: 1rem;
    height: 0.6rem;
    line-height: 0.6rem;
    padding: 0 0.4rem;
    width: 4rem;
}

.phonebox div {
    margin-bottom: 0.3rem;
}

.phonebox .yzm {
    width: 1.3rem;
    height: 0.6rem;
    border: 0px solid #999;
    background-color: #FE398B;
    color: #fff;
    border-radius: 0.5rem;
    margin-left: 0.2rem;

}

.phonebox .pcode {
    width: 2.5rem;
}

.phonebox .pcode {
    width: 2.5rem;
}


.getas {

    width: 3.16rem;
    height: 0.76rem;
    margin: 1rem auto;
    border-radius: 5rem;
    bottom: 0.3rem;
    text-align: center;
    line-height: 0.76rem;
    font-size: 0.4rem;
    background: #FE398B;
    color: #fff;

}

.phonebox  .disbtn {
    background-color: #ccc; color: #999;
}