html {
	margin: 0;
	overflow: hidden;
}

body {
	margin: 0;
	overflow: hidden;
	position: relative;
	font-size: 0.9rem;

}

.box {
	width: 100vw;
	height: 100vh;
	position: relative;
	/* overflow-y: auto; */
	/* height: calc(100vh - 1px); */
}

.btn{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 150px;
	height: 200px;
	text-align: center;
	margin: auto;
	/* margin-left: -50rpx; */
	/* margin-top: -50rpx; */
}

.div-title {
	margin-top: 20%;
	height: 2rem;
	line-height: 2rem;
	font-weight: 800;
	font-size: 1rem;
	color: #9599a2;
	padding-left: 15px;
	text-align: center;
}

.div-title1 {
	text-align: center;
	line-height: 2.5rem;
	font-size: 1.45rem;
}

.div-ipt {
	width: 100%;
	height: 3.5rem;
	line-height: 3.5rem;
	color: #000;
	font-size: 0.8rem;
	color: #9599a2;
	display: flex;
	justify-content: space-between;
}

.div-ipt-left{
	width: 30%;
	text-align: left;
	padding-left: 1.25rem;
}
.div-ipt-right{
	padding-right: 1.25rem;
}

.div-btn{
	position: fixed;
	bottom: 6.25rem;
	height: 50px;
	line-height: 50px;
	border-radius:50px;
	background-color: #002dae;
	color: #fff;
	text-align: center;
	width: 80%;
	left:50%;
	margin-left: -40%;
}
.total {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	position: fixed;
	background-color: rgba(3, 3, 3, 0.7);
	width: 14rem;
	/* height: 40px; */
	border-radius: 0.5rem;
	text-align: center;
	left: 50%;
	margin-left: -7rem;
	top: 50%;
	padding: 1rem;
	/* margin-top: -20px; */
	/* line-height: 40px; */
	color: #FFFFFF;
	z-index: 102;
	display: none;
}
