body{
	padding: 0;
	margin: 0;
}
a,a:visited{
	text-decoration: none;
	color: inherit;
}

#suit-background{
	background: #081425;
	display: flex;
	align-items: center;
	height: 100vh;
}
#main-container{
	background-image: url(../img/bg.png);
	background-size: 100% 100%;
	background-position: 0 0;
	width: 3.75rem;
	height:6.67rem ;
}
#download-container{
	position: relative;
	bottom: 0.18rem;
	z-index: 10;
	display: flex;
	color:rgba(67,139,249,1);
	font-size: 0.14rem;
	display: flex;
	justify-content: space-around;
}
.download-button{
	width:1.46rem;
	height:0.40rem;
	border-radius:0.02rem;
	border:0.01rem solid rgba(255,255,255,0.4);
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.button-icon{
	width:0.24rem;
	height:0.24rem;
}
#word-container{
	width: 3.75rem;
}
.word-1{
	font-size: 0.29rem;
	font-weight: 600;
	line-height:0.44rem;
	color:rgba(255,255,255,1);
	margin-left:0.43rem;
	margin-top: 0.25rem;
}
.word-2{
	font-size: 0.18rem;
	font-weight: 400;
	color:rgba(255,255,255,1);
	letter-spacing:0.03rem;
	line-height:0.22rem;
	margin-top: 0.10rem;
	margin-left:0.43rem;
}
.color-block{
	width:0.29rem;
	height:0.05rem;
	background:rgba(67,139,249,1);
	margin-top: 0.22rem;
	margin-left:0.43rem;
	margin-bottom: 0.18rem;
}