* {
	margin: 0;
	padding: 0;
}

text {
	text-decoration: none;
}

li {
	list-style: none;
}


.GamsingDrumApp {
	width: 100vw;
	height: 100vh;
	background: linear-gradient(#ade0f2, #f3f4f5);
	overflow: hidden;
}

.GamsingDrumApp::after {
	content: '';
	width: 100vw;
	height: 59vh;
	background: url('../image/backIcon.png')no-repeat center/cover;
	position: absolute;
	bottom: 5%;

}

.iconArea {
	width: 100%;
	height: 25vw;
	margin: 29vw auto 0;
}

.iconArea .iconPic {
	width: 20vw;
	height: 20vw;
	margin: auto;
	background: url('../image/icon.png')no-repeat center/cover;
}

.iconArea .iconTxt{
	font-size: 4vw;
	font-weight: 600;
	color: #182129;
	text-align: center;
	margin-top: 5px;
}

.downLoadArea {
	width: 100%;
	height: 16vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 99;
	position: absolute;
	bottom: 16.5vw;
}

.downLoadArea .downLoadBtn {
	width: 71vw;
	height: 10vw;
	line-height: 10vw;
	text-align: center;
	border-radius: 50px;
	background: #00AFEC;
	color: #fff;
	font-size: 3.2vw;
	font-weight: 700;
}

.downLoadArea .tips {
	font-size: 12px;
	margin-top: 4px;
	color: #666666;
	font-size: 2.7vw;
	text-align: center;
	font-weight: 400;
}


.downLoadOptions {
	position: fixed;
	z-index: 99999;
	top: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.3);
	justify-content: center;
	align-items: center;
	display: none;
}

.downLoadOptions .selectBox {
	width: 77vw;
	height: 69vw;
	background: #FFFFFF;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	position: relative;
}

.closeBtn{
	position: absolute;
	width: 4vw;
	height: 4vw;
	background: url('../image/closeBtn.png')no-repeat center/cover;
	top: 3vw;
	right: 3vw;
}

.boxTitle {
	width: 100%;
	height: 6vw;
	line-height: 6vw;
	margin: 0 auto 15vw;
	text-align: center;
	color: #000;
	font-weight: 400;
	font-size: 5vw;
}

.downLoadOptions .selectBox .downLoadNow,.jump2AppMarket{
	width: 61vw;
	height: 11vw;
	line-height: 11vw;
	border-radius: 50px;
	font-size: 4.3vw;
	font-weight: 400;
}



