.sx-app{
	width: 100%;
	max-width: 750px;
	min-height: 100vh;
	flex-direction: column;
	display: flex;
	margin: 0 auto;
}
.sx-home{
	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;
}

.flows{
	display: flex;
	justify-content: space-between;
}

.flows {
	width: 90%;	
	max-width: 700px;
	position: absolute;
    margin-left: 5%;
    bottom: 15.5%;
}
.flows div{
	width: 1.2rem;
}
.flows img{
	width: 1.2rem;
	max-width: 140px;
}
.none{
	display: none;
}

.sx{
	position: fixed;
    bottom: 0;
    height: 3rem;
    width: 80%;
    z-index: 99;
    margin-left: 10%;
    max-width: 600px;
}
.sx div{
	width: 100%;
	position: relative;
}
.sx img{
	position: absolute;
	right: 0;
	top: 1rem;
	width: 1.5rem;
}

.xiafloow{
	position: absolute;
	bottom: 0;
	left: 3rem;
}
.xiafloow img{
	display: none;
	width: 2.5rem;
}

.xiafloow .xx{
	position:absolute;
	animation:mymove 3s;
	-webkit-animation:mymove 3s ; /*Safari and Chrome*/
}

@keyframes mymove
{
	from {bottom:0px; width: 2.5rem;}
	to {bottom:34vh; width: 1.25rem;  }
}


.van-icon__image{
	width: 0.8rem;
    height: 0.8rem;
    object-fit: contain;
    margin: 0 auto;
}

.van-toast.my-toast {
	display: none;
	max-width: 400px;
	text-align: center;
    width: 54.93333vw;
    height: 30.93333vw;
    background: url(toast_bg.a7cfb5a4.png) no-repeat;
    background-size: 100%;
    font-size: 0.16rem;
    font-size: 3.73333vw;
    color: #fff99e;
    padding: 1.6vw;
    justify-content: start;
    /*margin: 40% auto;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 9.06667vw;
    z-index: 3;
   
}




/*下面是上香*/


.xiangs {
    width: 67.2vw;
    height: 20vw;
    max-width: 700px;
    position: absolute;
    left: 50%;
    right: 0;
    margin-left: -33.6vw;
    bottom: 10.25%;
    background: url(gong.png) no-repeat center ;
    background-size: 100% 100%;	
}

.xiangcon{
display: flex;
justify-content: space-around;
	width: 90%;
	margin-left: 5%;
}
.xiangs .xiangcon div{
	width: 8.06667vw;
    height: 10.6667vw;
    text-align: center;
position: relative;
bottom: 8vh;
    
}
.xiangs div img{
	width: 100%;
}


.xiafloow .flex{
	
	display: flex;
	justify-content: space-around;
	width: 3rem;

}
.xiafloow .flex img{
	display: block;
	width: 40%;
	float: left;
	display: none;
}





.flex.xx2{
	position:absolute;
	animation:mymove2 3s;
	-webkit-animation:mymove 3s ; /*Safari and Chrome*/
}


@keyframes mymove2
{
	from {bottom:0px; width: 3rem;}
	to {bottom:48vh; width: 2rem;  }
}