.qifu-app{ 
	width: 100%;
	min-height: 100vh;
	flex-direction: column;
	display: flex;
}
.qifu-home{ margin:auto;
	width: 100%;
    height: 100vh;
	background: url(bg.jpg?t=0321) top no-repeat;
    background-size: cover;
    overflow: hidden;
}

/*ÒôÀÖÐý×ª*/
       @-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;
}
.home{
	width: 0.8rem;
	height: 0.8rem;
}
.home img{
	width: 100%;
	height: 100%;
}


.btn{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 4rem;
	width: 80%;
	left: 10%;
	z-index: 99;
}

.btn-content{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 4rem;
	position: relative;
}
.btn img{
	width: 1.5rem;
}

.xianhua{
	position: absolute;
	top:0;
	left: 0;
}
.shangxiang{
	position: absolute;
	top:0;
	left: 2.2rem;
}
.qifu{
	position: absolute;
	top:0;
	right: 0;
}
.btn .vrbai{
	
	position: absolute;
	top:2rem;
	left: 0.5rem;
}

.btn .vrbai img{
	width: 2rem;
}
.vrstyle{
	position: absolute;
	top:2rem;
	right: 0.5rem;
}
.vrstyle  img{
	width: 2rem;
}


.jiuzhang{
	position: fixed;
	top: 40%;
	right: 0;
	height: 2.4rem;
	width: 0.8rem;
}
.jiuzhang img{
	width: 100%;
	height: 100%;
}



.btn_container{
	display: none;
}
