html {
	width: 100%;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.form .van-cell {
	display: block;
	padding: 10px 6px;
}
.form .van-cell::after {
	border-bottom: 1px solid #ccc;
	left: 6px;
	right: 6px;
}
.list_content {
	position: relative;
}
.form .list_content::after {
	position: absolute;
	box-sizing: border-box;
	content: " ";
	pointer-events: none;
	right: 6px;
	bottom: 0;
	left: 6px;
	border-bottom: 1px solid #ccc;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
}
.form .van-field__label {
	width: 100%;
}
.van-list {
	max-height: 100%;
	overflow-y: auto;
}
.list_item-con {
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.list_item-title {
	background-color: #f8f8f8;
	position: relative;
}
.list_item-title:after {
	position: absolute;
	box-sizing: border-box;
	content: " ";
	pointer-events: none;
	right: 6px;
	bottom: 0;
	left: 6px;
	border-bottom: 1px solid #ccc;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
}
.list_item {
	word-break: break-all;
	text-align: center;
	padding: 10px;
	font-size: 12px;
}
.list_item-left {
	width: 33%;
}
.list_item-left .van-checkbox {
	justify-content: flex-start;
}
.list_item-center {
	width: 37%;
}
.list_item-right {
	width: 30%;
	display: flex;
	align-items: center;
	gap: 3px;
	justify-content: center;
}
.list_item-right .van-stepper {
	flex: 1;
}
.list_item-right .van-stepper .van-stepper__input {
	width: 100%;
	border: 1px solid #ddd;
	background-color: #fff;
	border-radius: 5px;
}
.position_fixed {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	height: 100px;
}
.form_bg {
	padding: 10px;
}
.form_bg .van-form {
	border-radius: 5px;
	/* border:1px solid #ddd; */
	padding: 5px;
}
.empty-state {
	text-align: center;
	margin-top: 20px;
	color: #888;
}
.person_class .title {
	padding: 15px;
	border-bottom: 1px solid #eee;
	color: #555;
}
.top_tips {
	text-align: right;
	padding: 10px;
	color: #1989fa;
}
.top_tips-text {
	position: relative;
}
.top_tips-text::after {
	position: absolute;
	left: 0;
	bottom: -5px;
	background-color: #1989fa;
	height: 1px;
	width: 90%;
	content: "";
	transform: scaleY(0.5);
}
.top_tips-text::before {
	position: absolute;
	left: 0;
	bottom: -8px;
	background-color: #1989fa;
	height: 1px;
	width: 90%;
	content: "";
	transform: scaleY(0.5);
}
.van-cell--required::before {
	left: 0;
}
.max_300 {
	max-height: 300px;
}
.mail-address-cell {
	padding: 10px 6px;
	background-color: #fff;
}
.mail-address-cell .van-checkbox__label {
	font-size: 14px;
	color: #323233;
}
.van-field__control:disabled {
	background-color: #f5f7fa;
	color: #c8c9cc;
}
.van-field__label:disabled {
	color: #c8c9cc;
}
