body {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    overflow: hidden;
}

#load {
    width: 100%;
    height: 100%;
    position: relative;
}

#p1liwu {
    width: 80%;
    position: absolute;
    left: 5%;
    top: 42%;
}

#liwu {
    width: 10%;
    position: absolute;
}

#jinDutiao {
    width: 80%;
    height: 3%;
    position: absolute;
    top: 47%;
    left: 10%;
    appearance: none;
}

#jinDutiao::-webkit-progress-bar {
    border: 2px solid #a1ad61;
    border-radius: 20px;
    background-color: #a2dddd;
    padding: 0.5%;
}

#jinDutiao::-webkit-progress-value {
    border-radius: 20px;
    background-color: #fc9f08;
}

#loadingBox {
    width: 100%;
    position: absolute;
    top: 49%;
    text-align: center;
    font-size: 25px;
}

.huanRu {
    animation: huanRu 1.5s forwards linear;
}

@keyframes huanRu {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.huanChu {
    animation: huanChu .5s forwards linear;
}

@keyframes huanChu {
    0% {
        opacity: 1;

    }
    100% {
        opacity: 0;

    }
}

#p2zhongq {
    width: 37%;
    position: absolute;
    top: 7%;
    left: 33%;
}

#p2liwu {
    width: 98%;
    left: 1%;
    top: 28%;
    position: absolute;
    animation: sca 1.5s forwards paused;
}

@keyframes sca {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

#p2huaban {
    width: 10%;
    position: absolute;
    left: 5%;
    top: 25%;
}

.btn {
    width: 50%;
    position: absolute;
    left: 25%;
    top: 84%;
}


.juxing {
    width: 90%;
    top: 18%;
    left: 5%;
    height: 65%;
    position: absolute;
}

#p3liwu {
    width: 32%;
    position: absolute;
    left: 11%;
    top: 10%;
    animation: p3liwu 2s linear forwards;
}

@keyframes p3liwu {
    0% {
        transform: rotateY(0deg)
    }
    100% {
        transform: rotateY(365deg)
    }
}
#audio-btn{
    background: url("img/yfbtn.png") no-repeat;
    width: 52px;
    height: 52px;
    position: absolute;
    right: 5%;
    top: 5%;
    display: none;
    animation: ro 3s linear infinite paused;
}
@keyframes ro {
    0%{
        transform: rotateZ(0deg);
    }
    100%{
        transform: rotateZ(365deg);
    }
}
#dt{
    height: 50%;
    position: absolute;
    top: 28%;
    left: 30%;
}
.ax{
    width: 200px;
    border-radius: 20px;
    transition: 1s;
}


#dt p {
    font-size: 25px;
    font-weight: 700;
}
#dt div{
    font-size: 25px;
    margin: 10% 0;
}
#dt input{
    width: 25px;
    height: 25px;
}
#cuowu{
    width: 36%;
    position: absolute;
    top: 49%;
    left: 32%;
    display: none;
}
#huaban1{
    width: 5%;
    position: absolute;
    top: 0%;
    left: 5%;
    animation: huaban1 5s linear infinite;
}
@keyframes huaban1 {
    0%{
        top: 0%;
        transform: rotateZ(-180deg);
    }
    100%{
        top: 150%;
        transform: rotateZ(180deg);
    }
}
#huaban2 {
    width: 8%;
    transform: rotate(36deg);
    right: 15%;
    top: 0;
    position: absolute;
    animation: huaban2 8s linear infinite;
}

@keyframes huaban2 {
    from {
        top: -20%;
    }
    to {
        top: 200%;
        transform: rotate(270deg);
    }
}

#huaban3 {
    width: 10%;
    left: 35%;
    top: 0%;
    position: absolute;
    animation: huaban3 15s linear infinite;
}

@keyframes huaban3 {
    from {
        top: -300%;
    }
    to {
        top: 250%;
    }
}
#p4zhongq {
    width: 25%;
    top: 19%;
    left: 13%;
    position: absolute;
}
#p4text {
    width: 80%;
    top: 43%;
    height: 35%;
    left: 12.5%;
    position: absolute;
    font-size: 14px;
}

#p4text p {
    position: absolute;
}

#text1 {
    top: 3%;
}

#text2 {
    top: 22%;
    left: 0;
}

#text3 {
    top: 51%;
    left: 0;
}

#text4 {
    top: 74%;
    right: 5%
}