.up-app{
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	min-height: 100vh;
	flex-direction: column;
	display: flex;
}
.upload {
	width: 100%;
    height: 100vh;
	background: url(bg.jpg) top no-repeat;
    background-size: 100%  100%;
    overflow: hidden;
}

.img_wp{
	width: 70vw;
	height: 56vh;
	max-width: 500px;
	position: absolute;
    top: 50%;
    left: 51%;
    transform: translate(-50%, -50%);
    z-index: 3;
}
.img_wp img{
	width: 100%;
	height: 100%;
}
/*ÒôÀÖÐý×ª*/
       @-webkit-keyframes rotatae{
           0%{
               transform:rotate(0deg);
           }
           100%{
               transform:rotate(360deg);
           }
       }
       

.musicplay{
	width:0.5rem;
    height:0.5rem;
    border-radius: 50%;
    background: url(yy.png)no-repeat 100% 100% ;
    background-size:100% 100%;
    background-position: center;
    -webkit-animation-name:rotatae;
    -webkit-animation-duration:2s;
    -webkit-animation-timing-function:linear;
    -webkit-animation-iteration-count:infinite;
    position:fixed;
    right:10px;
    top:10px;
	z-index:100;
}

.img_wp2{
	width: 90vw;
	height: 56vh;
	max-width: 500px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    line-height:200%;
}