*{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color:transparent;
	-webkit-overflow-scrolling: touch;
}
#app{
	display: flex;
	overflow: hidden;
	height: 100vh;
	width: 100vw;
}
.actbox1{
	overflow: hidden;
	background-image:url(https://meal-shop.oss-cn-beijing.aliyuncs.com/answer/bg_home@2x.png); 
	background-attachment: fixed; 
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: flex;
	/*display: none;*/
	height: 100vh;
	width: 100vw;
	flex-direction: column;
}
.actindeximg1{
	display: block;;
	max-width: 90vw;
	width: 75.2vw;
	height: auto;
	margin: 36vw auto 15vw;
}
.actindexbut{
	display: block;
	width: 51.7333vw;
	margin:0 auto;
}
.actbox2{
	display: none;
	overflow: hidden;
	overflow-y: auto;
	background-image:url(https://meal-shop.oss-cn-beijing.aliyuncs.com/answer/bg_testing@2x.png); 
	background-attachment: fixed; 
	background-repeat: no-repeat;
	background-size: 100% 100%;
	/*display: flex;*/
	height: 100vh;
	width: 100vw;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
.answersbox{
	display: block;
	overflow: hidden;
	width: 75vw;
	margin: 45vw auto 8vw;
}
.antitle{
	font-size: 4vw;
    font-family: SimHei,PingFang-SC-Heavy;
    color: #FFFFFF;
    line-height: 6.4vw;
    overflow: hidden;
    margin-bottom: 11.2vw;
    font-weight: bold;
}
.anlist{
	display: block;
	overflow: hidden;
}
.anli{
	font-size: 3.7333vw;
	color: #FFFFFF;
	background:rgba(0,0,0,.4);
	/*box-shadow: inset 0 -4px 1px 0 rgba(0,0,0,0.50), inset 0 2px 3px 0 rgba(255,255,255,0.50);*/
	overflow: hidden;
	padding: 2.6667vw 4vw;
	margin-bottom: 8vw;
	border-radius: 6.6667vw;
}
.muiscbox{
	width: 6.4vw;
	height: 6.4vw;
	overflow: hidden;
	position: fixed;
	top: 5.3333vw;
    right: 5.3333vw;
    display: none;
}
.muiscbox img{
	display: block;
	width: 6.4vw;
	height: 6.4vw;
	margin:0 auto;
	animation:musicroll 5s infinite linear;
	-moz-animation:musicroll 5s infinite linear;
	-webkit-animation:musicroll 5s infinite linear;
	-o-animation:musicroll 5s infinite linear;

}
.muiscbox .muiscstart{
	display: none;
}
.muiscbox .muiscclose{
	display: block;
}
.goindex{
	position: fixed;
	display: none;
	top: 60vh;
	right: 20px;
	width: 10.8vw;
	height: 10.8vw;
	border-radius: 50%;
}
.anlierror{
	background:rgba(255,0,16,.8);
}
.anlitrue{
	background:rgba(0,255,24,.5);
}
.showerror{
	display: none;
	font-size: 3.7333vw;
	line-height: 5.3333vw;
	color: #FFFFFF;
	overflow: hidden;
}
.truetitle{
	font-size: 3.7333vw;
	color: #FFFFFF;
	text-align: center;
	line-height: 5.3333vw;
	display: none;
	margin-bottom: 2vw;
}
.nexta{
	margin-top: 10vw;
	text-align: center;;
	font-size: 3.7333vw;
	color: #FFFFFF;
	text-align: center;
	line-height: 5.3333vw;
}
.nexta i{
	font-style: normal;
}
.loadingbox{
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 99;
	overflow: hidden;
	background: rgba(0,0,0,0);
	color: #fff;
	font-size: 3.7333vw;
	line-height: 5.3333vw;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.loading{
	overflow: hidden;
    background: rgba(0,0,0,.6);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3.2vw 4vw;
    width:32vw;
    /* border-radius: 2vw; */
    background: #333333;
    border-radius: 2.4px;
}
.loading img{
	display: block;
    width: 4vw;
    height: 4vw;
	margin-right: 2vw;
}
.canvasbox{
	display: flex;
    overflow: hidden;
    /*width: 100vw;*/
    /* height: 160.8vw; */
    margin: 0 auto;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 200vh;
    left: 0;
    background: rgba(0,0,0,.65);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition : all .5s ease ;
}
.acanvasbox{
	/*display: none;*/
	position: absolute;
	top: -200vh;
	left: 200vh;
}
#acanvas{
	display: block;
	/*width: 100vw;
	height:160.8vw;
	position: relative;*/
	z-index: -1;
	/*display: none;*/
}
.cimgbox{
	/*display: block;*/
	width: 80vw;
	height:128.64vw;
	flex:none;
	overflow: hidden;;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}
.cimgshow{
	display: block;
	width: 80vw;
	height:128.64vw;
	flex:none;
	/*display: none;*/
}
.butbox{
	display: flex;
    align-items: center;
    justify-content: space-between;
    width: 82vw;
    overflow: hidden;
    margin-top: 6.4vw;
}
.butboxl{
	display: block;
    width: 50.6667vw;
    height: 9.6vw;
    background-image: url(https://meal-shop.oss-cn-beijing.aliyuncs.com/answer/btn_save_pic@2x.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
#dowmimg{
	display: none;
}
.butboxr{
	display: block;
    width: 26.4vw;
    height: 9.6vw;
}
.goindexp{
	display: block;
	font-family: SimHei,Microsoft JhengHei;
    font-size: 4vw;
    color: #fff;
    text-align: center;
    margin-top: 4vw;
}
.cimgboxtip{
	position: absolute;
    top: 95vw;
    left: 16vw;
    width: 25vw;
    overflow: hidden;
}
.cimgboxtip img{
    width: 25vw;
    display: block;
    overflow: hidden;
}
.cimgshowo{
	position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
}




@media screen and (min-device-height: 670px) {
	.actbox1{
		background-image:url(https://meal-shop.oss-cn-beijing.aliyuncs.com/answer/bg_home_long@2x.png); 
	}
	.actbox2{
		background-image:url(https://meal-shop.oss-cn-beijing.aliyuncs.com/answer/bg_testing_long@2x.png); 
	}
	.answersbox{
		margin-top: 60vw;
	}
}
@keyframes musicroll
{
	0%   {transform: rotate(0deg);}
	25%  {transform: rotate(90deg);}
	50%  {transform: rotate(180deg);}
	75%  {transform: rotate(270deg);}
	100% {transform: rotate(360deg);}
}

@-moz-keyframes musicroll
{
	0%   {transform: rotate(0deg);}
	25%  {transform: rotate(90deg);}
	50%  {transform: rotate(180deg);}
	75%  {transform: rotate(270deg);}
	100% {transform: rotate(360deg);}
}

@-webkit-keyframes musicroll
{
	0%   {transform: rotate(0deg);}
	25%  {transform: rotate(90deg);}
	50%  {transform: rotate(180deg);}
	75%  {transform: rotate(270deg);}
	100% {transform: rotate(360deg);}
}

@-o-keyframes musicroll
{
	0%   {transform: rotate(0deg);}
	25%  {transform: rotate(90deg);}
	50%  {transform: rotate(180deg);}
	75%  {transform: rotate(270deg);}
	100% {transform: rotate(360deg);}
}