.new{
	padding-bottom: 30px;
}
.qtq_table{
	background-color: #F3F3F3;
	flex: 1;
	overflow-y: auto;
	font-size: 0.24rem;
}
.qtq_table li{
	display: flex;
}
.num{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18%;
	padding: 0.2rem;
	border-right: 0.06rem solid #ffffff;
	border-bottom: 0.06rem solid #ffffff;
	text-align: center;
	line-height: 0.44rem;
}
.xjly{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20%;
	padding: 0.2rem;
	border-right: 0.06rem solid #ffffff;
	border-bottom: 0.06rem solid #ffffff;
	text-align: center;
	line-height: 0.44rem;
}
.gs{
	/* width: 75%; */
	flex: 1;
	padding: 0.2rem;
	border-bottom: 0.06rem solid #ffffff;
	text-align: justify;
	line-height: 0.44rem;
}
.qtq_table li:first-child{
	background-color: #276BF6;
	color: #ffffff;
	font-size: 0.3rem;
	font-weight: 500;
}
.qtq_table li:first-child .gs{
	text-align: center;
}

.return_fh{
	width: 0.6rem;
	height: 0.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	right: 0.3rem;
	bottom: 1.8rem;
	z-index: 99999;
	border: 0.02rem solid #aaaaaa;
	border-radius: 50%;
	padding: 0.1rem;
	box-sizing: border-box;
	background-color: #ffffff;
	}