html,
body {
	height: 100%;
	overflow: hidden;
}

.ascBox {
	padding: 10px 16px 0 16px;
	height: calc(100% - 90px);
}

.ascGroup {
	width: 54px;
	position: relative;
	padding: 36px 7px 0 7px;
	background: #fafafa;
}

.ascGroup::before {
	content: '';
	width: 40px;
	height: 50px;
	text-align: center;
	font-size: 13px;
	color: #333;
	line-height: 50px;
	margin-top: -30px;
	border-radius: 4px;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
	position: absolute;
	z-index: 65;
	left: 7px;
	top: 36px;
}

.ascGroup.hover {
	background: #f5f5f5;
}

.ascLi {
	width: 40px;
	height: 50px;
	background: #eee;
	text-align: center;
	font-size: 13px;
	color: #333;
	line-height: 50px;
	margin-top: -30px;
	border-radius: 4px;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 66;
}

.ascLi.dt {
	animation: ascLiAni 0.2s ease-in-out both;
}

@keyframes ascLiAni {
	100% {
		line-height: 20px;
	}
}

.ascLi.up {
	animation: ascLiUpAni 0.3s 0.2s ease-in-out both;
}

@keyframes ascLiUpAni {
	80% {
		margin-top: -50px;
		opacity: 1;
		line-height: 50px;
	}

	100% {
		margin-top: -50px;
		opacity: 0;
		line-height: 50px;
	}
}

.ascLi.out {
	animation: ascLiOutAni 0.6s 0.2s ease-in-out both;
}

@keyframes ascLiOutAni {
	22% {
		transform: scale(1.3);
	}

	44% {
		transform: scale(1);
	}

	66% {
		transform: scale(1.3);
	}

	78% {
		transform: scale(1.3);
	}

	100% {
		transform: scale(0);
	}
}

.ascLi.change {
	animation: ascLiChangeAni 0.6s 0.2s ease-in-out both;
}

@keyframes ascLiChangeAni {
	100% {
		transform: rotate(360deg);
	}
}

.ascLi.boom {
	animation: ascLiBoomAni 0.2s ease-in-out both;
}

@keyframes ascLiBoomAni {
	50% {
		transform: scale(1.3);
	}

	100% {
		transform: scale(1);
	}
}

.ascLi[data-type="universal"] {
	background: #eee url(prop-universal.png) center center no-repeat;
	background-size: 26px auto;
}

.ascLi[data-type="boom"] {
	background: #eee url(prop-boom.png) center center no-repeat;
	background-size: 30px auto;
}

.dkBox {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 50%;
	height: 90px;
	padding: 0 28px 0 0;
}

.dkLi {
	width: 40px;
	height: 50px;
	background: #eee;
	text-align: center;
	font-size: 13px;
	color: #333;
	line-height: 50px;
	margin: 0 auto;
	border-radius: 4px;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.dkLi.move {
	opacity: 0;
}

.dkLi:last-child {
	margin-right: -56px;
	width: 56px;
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	background: #fff;
}

.dkLi[data-type="universal"] {
	background: #fff url(prop-universal.png) center 10px no-repeat;
	background-size: 26px auto;
}

.dkLi[data-type="boom"] {
	background: #fff url(prop-boom.png) center 10px no-repeat;
	background-size: 30px auto;
}

.dkLi[data-type="universal"]::before {
	content: '通用卡';
	display: block;
	font-size: 12px;
	line-height: 20px;
	margin-top: 44px;
}

.dkLi[data-type="boom"]::before {
	content: '炸弹卡';
	display: block;
	font-size: 12px;
	line-height: 20px;
	margin-top: 44px;
}

.resultBox {
	position: fixed;
	z-index: 9999;
	left: 50%;
	right: 16px;
	top: 100%;
	margin-left: 44px;
	transform: translate(0, -100%);
	height: 90px;
}

.resultScore {
	font-size: 14px;
	color: #2d6973;
	line-height: 28px;
	/* border: 2px solid #32808e; */
	border-radius: 4px;
	padding: 0 8px;
	/* background: #5abfd2; */
	/* width: 100%; */
}

.resultScore em {
	/* color: #ffdaa1; */
	font-weight: bold;
	margin-left: 4px;
	color: #ecb35a;
}

.resultCourse {
	font-size: 13px;
	color: #2d6973;
	border-bottom: 1px solid #2d6973;
	line-height: 15px;
	margin-top: 10px;
}

.moveLi {
	width: 56px;
	height: 70px;
	background: #fff;
	text-align: center;
	font-size: 16px;
	color: #333;
	line-height: 70px;
	border-radius: 4px;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
	position: fixed;
	z-index: 9999;
	left: 50%;
	top: 100%;
	transform: translate(-50%, -80px);
}

.moveLi[data-type="universal"] {
	background: #fff url(prop-universal.png) center 10px no-repeat;
	background-size: 26px auto;
}

.moveLi[data-type="boom"] {
	background: #fff url(prop-boom.png) center 10px no-repeat;
	background-size: 30px auto;
}

.moveLi[data-type="universal"]::before {
	content: '通用卡';
	display: block;
	font-size: 12px;
	line-height: 20px;
	margin-top: 44px;
}

.moveLi[data-type="boom"]::before {
	content: '炸弹卡';
	display: block;
	font-size: 12px;
	line-height: 20px;
	margin-top: 44px;
}

.courseLayer {
	position: fixed;
	z-index: 9999;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.courseKt {
	position: absolute;
	left: -80px;
	top: -80px;
	width: 80px;
	height: 80px;
	border-radius: 6px;
	box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.6);
	transition: all 0.4s ease-in-out;
}

.courseKt.line {
	width: 70px;
	height: calc(100% - 90px);
}

.courseTxt {
	position: absolute;
	left: 40px;
	right: 40px;
	top: 40px;
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	text-align: justify;
	font-weight: bold;
}

.courseTxt.right {
	left: 118px;
}

.courseHand {
	position: absolute;
	left: calc(50% - 35px);
	top: 100%;
	transition: all 0.4s ease-in-out;
	z-index: 55;
}

.courseHand em {
	width: 70px;
	height: 70px;
	background: url(hand-small.png) center center no-repeat;
	background-size: 70px auto;
	display: block;
	z-index: 50;
	position: relative;
}

.courseHand.keep::before,
.courseHand.keepMove::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background: #ed4948;
	border-radius: 50%;
	right: -8px;
	top: -4px;
	z-index: 49;
}

.courseHand.keep::before {
	animation: courseHandKeepAni 0.8s 0.6s ease-in-out infinite both;
}

@keyframes courseHandKeepAni {
	0% {
		opacity: 0;
	}

	80% {
		opacity: 1;
		box-shadow: 0 0 4px 5px rgba(237, 73, 72, 0.5);
	}

	100% {
		box-shadow: none;
	}
}

.courseMove {
	width: 56px;
	height: 70px;
	background: #eee;
	text-align: center;
	font-size: 16px;
	color: #333;
	line-height: 70px;
	border-radius: 4px;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
	position: absolute;
	z-index: 54;
	left: 50%;
	top: 100%;
	transform: translate(-50%, -80px);
	transition: all 0.4s ease-in-out;
}