﻿#loading{background: #ace4ef;}
#app{
    height: 100%;
}
.wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.page-p1 {
    height: 202.22rem;
    border: 0.1rem solid #955932;
    box-sizing: border-box;
}
.mask{
    position:fixed;
    top:0;
    left:0;
    z-index:99;
}
.z-img2{
    width:5.99rem;
    height:25.3rem;
    left:0;
    top:0;
}
.z-img8{
    width:2.22rem;
    height:7.24rem;
}
.arrow{
    width:0.45rem;
    height:0.52rem;
    position:fixed;
    bottom:0.3rem;
    animation: bounce 1000ms infinite both;
    z-index:99;
}
.z-img36{
    animation: tada 1000ms infinite both;
}
.z-img36_1{
    left: 2rem;
    top: 5.1rem;
}
.z-img41{
    font-size: 0.2rem;
    font-family: "Source Han Sans CN";
    color: rgb(149, 89, 50);
    line-height: 1.6;
    text-align: justify;
    transform: rotate(90deg);
    top: 1rem;
    left: 0rem;
    width: 5rem;
    height: 4rem;
}

/* 弹框 */
.z-group2_1 {
    width: 6.34rem;
    height: 9.61rem;
    background: url(http://n.sinaimg.cn/ah/7abea131/20201229/img1.png) no-repeat;
    background-size: cover;
}

.z-img2_1 {
    width: 3.46rem;
    height: 7.88rem;
    left: 2.01rem;
    top: 0.87rem;
}

.z-img2_1 img {
    width: 7.88rem;
    height: 3.46rem;
    transform: rotate(90deg);
    transform-origin: bottom left;
    position: absolute;
    top: -3.46rem;
}

.text {
    left: 0.5rem;
    top: -0.5rem;
    width: 7.88rem;
    height: 1.4rem;
    font-size: 0.2rem;
    font-family: "Source Han Sans CN";
    color: rgb(164, 78, 84);
    line-height: 1.5;
    text-align: justify;
    transform: rotate(90deg);
    transform-origin: left bottom;
}

.z-img3_1 {
    width: 0.47rem;
    height: 0.47rem;
    left: 5.46rem;
    top: 8.75rem;
}

@keyframes flash {

    from,
    50%,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}
.showAni {
    animation: bounceIn 1000ms both;
}
.z-img4.active,.z-group3.active{
    animation: bounceIn 1000ms 300ms both;
}
.z-img8.active{
    animation:flash 1500ms  both;
}