body {
	background: url("../images/start/start-bg.png") no-repeat top;
	background-size: 100% 100%;
}

.bg {
	width: 100vw;
	height: 100vh;
	max-height: 100vh;
	overflow-y: hidden;
	padding-bottom: 0;
}

/* 头部=start */
.start-logo {
	width: auto;
	height: .6rem;
}

.header-logo {
	width: .5rem;
	height: .5rem;
	margin-left: .15rem;
}

/* 头部-end */
.start-main {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 7.5rem;
	height: 10.34rem;
	object-position: bottom;
	z-index: 1;
}

.start-title {
	position: absolute;
	top: 1.04rem;
	left: calc(50% - 2.135rem);
	width: 4.27rem;
	height: auto;
	z-index: 2;
}

/* 底部按钮 */
.start-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: .92rem;
	z-index: 2;
}

.footer-box {
	position: absolute;
	bottom: .2rem;
	left: 0;
	width: 100%;
	height: auto;
	align-items: flex-start;
	z-index: 3;
}

.go-game {
	width: 3.13rem;
	height: auto;
}

.click {
	position: absolute;
	top: 0.5rem;
	left: 45%;
	width: auto;
	height: 0.7rem;
}

.go-lottery,
.go-chance {
	width: auto;
	height: 1.3rem;
	margin-top: .55rem;
}

/* 弹窗 */
.qr-code {
	width: 1.58rem;
	height: auto;
	margin-top: .5rem;
}

/* 长屏幕整体上移.75rem */
/* @media screen and (min-device-height:668px) and (max-device-height:896px) {
	.start-title {
		top: 1.62rem;
	}

	.start-main {
		bottom: .75rem;
	}

	.footer-box {
		bottom: .95rem;
	}

	.start-footer {
		height: 1.67rem;
	}
} */