
#app{
	min-height: 100vh;
	background:linear-gradient(180deg, #F9F5EC  0%, #DFD3B6 50%, #F9F5EC 100%);
	/* background:linear-gradient(180deg, #8DDDEC 0%, #8AA1E9 50%, #767DED 100%); */
	position: relative;
	padding-top: 1.173rem;
}

.nav-box{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	color: white;
	font-size: 0.426rem;
	font-family:PingFang SC;
	font-weight:500;
	height: 1.173rem;
	display: flex;align-items: center;justify-content: center;
}
.nav-box .back{
	position: absolute;
	left: 0;
	top: 0;
	width: 1.173rem;
	height: 1.173rem;
	display: flex;align-items: center;justify-content: center;
}
.nav-box .title{
	font-weight: bold;
	color:#000;
}
.nav-box .back img{
	width: 0.366rem;
	height: 0.453rem;
}
.count{
	text-align: center;
	padding: 0 0.426rem;
}
.count .top-box .logo {
	display: block;
	width: 1.866rem;
	height: 1.866rem;
	border-radius: 0.213rem;
	margin: 2rem auto 0.853rem; 
}
.count .top-box .name{
	height:0.6rem;
	font-size:0.426rem;
	font-family:PingFang SC;
	font-weight:500;
	margin-bottom:0.32rem;
	animation: countdh 1s linear;
	color: white;
	color:#000;
}
.count .top-box .tips{
	font-family:PingFang SC;
	font-weight:400;
	line-height:0.586rem;
	color: white;
	min-height: 2.133rem;
	opacity: 0.4;
	animation: countdh 1s linear;
}
.count .chatu{
	width: 9.146rem;
	height: 6.56rem;
	margin-bottom: 0.853rem;
}
.count .btns{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: white;
	border-radius: 0.32rem 0.32rem 0px 0px;
	/* height: 4.2rem; */
	height: auto;
	padding-top: 0.64rem;
}
.count .btns .btn{
	width: 4.8rem;height: 1.066rem;
	display: flex;align-items: center;
	justify-content: flex-start;
	font-size:0.426rem;
	font-family:PingFang SC;
	font-weight:500;
	margin: 0 auto 0.533rem;
	border: 1px solid #9FA9AA;
	color: #333333;
	background: #F5F7F8;
}
.count .btns .btn .icon{
	width: 0.506rem;
	height: 0.586rem;
	margin-right: 0.453rem;
	margin-left: 0.48rem;
}


@keyframes countdh{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}