/*。*/
#part5>svg{
    position: absolute;
    /*border: 5px solid red;*/
    box-sizing: border-box;
    z-index: 10;
}


#respond{
    position: absolute;
    height: 100vh;
    width: 70vw;
    border: 2px solid black;
    background-color: whitesmoke;
    left: 10vw;
    top: 20vh;
    opacity: 0;
    z-index: 20;
}

/*#part5>svg>path{*/
/*    stroke-dasharray: 100vw 100vw;*/
/*    stroke-dashoffset: 100vw;*/
/*    stroke-width: 100vw;*/
/*    stroke: #6610f2;*/
/*    !*stroke-linecap: round;*!*/
/*    fill: none;*/
/*    !*opacity: 0;*!*/
/*    vector-effect: non-scaling-stroke;*/
/*    animation: revealArc 2s linear forwards;*/
/*    !*动画统一在path_animation.css里面弄*!*/
/*}*/

#p5s1{
    left:0;
    top: 10vh;
    width:100%;
    height:255vh;
    opacity: 0;
    z-index: 1;

    /*animation-duration: 5s;*/
    /*animation-name: appear;*/
    /*animation-fill-mode: forwards;*/
    /*animation-timing-function: linear;*/
}

#p5cover{
    left: 0;
    top: 10vh;
    width: 100%;
    height: 255vh;
    position: absolute;
    background-color: #184c87;
    z-index: 10;
}
