.item-classification-config {
	display: flex;
	margin-bottom: 10px;
	justify-content: space-between;
}
.panel-choose-item-classification {
	width: 130px;
	border: 1px solid #DCDFE6;
	box-sizing: border-box;
	padding: 5px 8px;
	font-size: 16px;
	line-height: 40px;
	display: flex;
	justify-content: space-between;
	cursor: default;
}
.custom-classification-list-item {
	width: 100px;
}
.panel-choose-row {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.panel-row-label {
	margin-right: 16px;
}
.dialog-footer {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.custom-create-layout-popup .el-dialog {
	width: 500px !important;
}
.panel-row-choose-item {
	width: 300px;
	display: flex;
	justify-content: space-between;
	line-height: 40px;
	font-size: 0;
	border: 1px solid #DCDFE6;
	box-sizing: border-box;
	padding: 5px;
}
.panel-current-choose-item {
	display: flex;
}
.panel-current-choose-item-name {
	display: inline-block;
	line-height: 40px;
	font-size: 14px;
	margin-left: 10px;
	cursor: default;
}
.el-icon-arrow-down {
	font-size: 14px;
	line-height: 40px;
}
.custom-panel-choose-item {
	width: 280px;
	display: flex;
	padding: 6px 20px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.custom-dropdown-item-list {
	max-height: 300px;
	overflow-y: scroll;
}
.current-choose-item-image {
	width: 40px;
	height: 40px;
	object-fit: contain;
}
.create-layout-amount {
	width: 450px;
	display: flex;
	justify-content: space-between;
	border: 1px solid #DCDFE6;
	padding: 0 5px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.create-layout-amount-row,
.create-layout-amount-col {
	flex: 1;
}
.create-layout-amount-label {
	flex-shrink: 0;
}
.create-layout-amount-col {
	border-left: 1px solid #DCDFE6;
	padding-left: 6px;
	box-sizing: border-box;
}
.layout-amount-row,
.layout-amount-col {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 210px;
	cursor: default;
}
.custom-amount-picker-list{
	max-height: 400px;
	overflow-y: scroll;
}
.custom-panel-amount-item {
	width: 100px;
}
.create-layout-description {
	margin-bottom: 10px;
}
.create-layout-description-label {
	margin-bottom: 6px;
}