.center-panel {
	background: url('../img/down/bg.png') no-repeat;
	background-size: 100% 100%;
}
.appd-logo {
	text-align: center;
	width: 100%;
	max-height: 360px;
	position: relative;
}

.appd-logo > img {
	width: 100%;
	/* height: 300px; */
	vertical-align: top;
}

.appd-top {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	position: absolute;
	bottom: 10px;
	width: 100%;
}

.appd-hgrl {
	/* position: absolute; */
	
	margin: 30px 20px;
	width: 90%;
	height: 22px;
	text-align: center;
	color: var(--mainColor);
	overflow: hidden;
	/* background: url('/static/images/bgox-bg.png') no-repeat;
	background-size: 100% 100%; */
	font-size: 15px;
	line-height: 16px;
	height: auto;
	padding: 10px 20%;
}

.appdown-box {
	margin: 15px auto;
	/* padding: 60px 25px 20px; */
}

.appdown-box > p {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	color: rgba(255, 255, 255, 1);
}

.appdown-btn {
	margin-top: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 29px;
	background: linear-gradient(90deg, rgba(146, 254, 157, 1) 0%, rgba(0, 201, 255, 1) 100%);
	box-shadow: 0px 6px 12px -4px rgba(64, 133, 115, 0.5),inset 0px 0px 5.46px 1.82px rgba(8, 245, 117, 1);
	height: 56px;
	color: rgba(0, 0, 0, 1);
	font-size: 20px;
	font-weight: 500;
	position: relative;
    z-index: 999;
}

.appdown-android {
	/* background: #fff; */
}

.appdown-btn img {
	margin-right: 15px;
	width: 36px;
	height: 36px;
}

.appdown-msg {
	margin-top: 20px;
	font-size: 13px;
	line-height: 24px;
}

.appdown-msg p.title {
	position: relative;
	font-size: 16px;
	color: white;
	font-weight: 600;
	line-height: 32px;
	padding-left: 15px;
}
.appdown-msg p.title::before {
	content: ' ';
	display: block;
	width: 5px;
	height: 5px;
	opacity: 1;
	background: rgba(255, 219, 75, 1);
	position: absolute;
	top: 13px;
	left: 0;
}

.watermark {
	width:100%;
    height: 50vh;
    bottom: 0;
    z-index: -1;
    background-image: url('../img/bg/5.png');
    background-repeat: no-repeat;
    opacity: 1;
    position: absolute;
    pointer-events: none;
	background-size: 100% 100%;
}

