/** zoui-v1.0.0 MIT License By http://www.swah.cn */
@import url('default.css');
/* car_id */
.car_id{
	width: 100%;
	margin: 5px;
}
.car_item1 {
	text-align: left;
	color: #fff;
	font-size: 14px;
	border: #fff 1px dashed;
	border-radius: 10px;
	margin-bottom: 10px;
}
.car_item2 {
	text-align: center;
	color: #fff;
	border: #fff 1px dashed;
	margin-bottom: 10px;
}
.car_item3 {
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
}
.car_item_lable {
	padding: 8px 15px;
	font-weight: 600;
}

.car_item_lable input {
	min-width: 100px;
	height: 1.6em;
	border: var(--main-color) 1px solid;
	border-radius: 6px;
}

.car_item_lable .a {
	 padding: 6px;
	 background-color: #fff;
	 color: var(--main-color);
	 border-radius: 5px;
}

/* car_qr */
.car_qr{
	width: 100%;
	margin: 0 5px 5px 5px;
}
.car_qr1 {
	text-align: left;
	color: #fff;
	font-size: 14px;
	border: #fff 2px dashed;
	border-radius: 10px;
	margin-bottom: 20px;
}
.car_qr2 {
	text-align: center;
	color: #fff;
}