.dxy_pull_box_add {
	padding-bottom: 0;
}


.label {
	margin: 5px;
	display: inline-block;
	text-align: center;
	position: relative;
	letter-spacing: 2px;
	font-size: 12px;
	padding: 6px 6px;
	color: #7a7a7a;
	border: 1px #7a7a7a solid;
	cursor: pointer;
	max-width: 250px;
	overflow: hidden;
}

.pp .label>.lab_remove {
	position: absolute;
	display: flex;
	right: -7px;
	top: -5px;
	width: 20px;
	height: 17px;
	padding-top: 4px;
	border-radius: 5px;
	background: rgb(190, 190, 190);
	display: none;
}

.label:hover .lab_remove {
	display: block;
	background: #ff545496;
	color: #fff;
}

.Info_box_v label {
	width: 141px;
}

.sxboxs {
	height: auto;
	display: inline-block;
}

.label[isfix="1"] {
	color: #d1362b;
    border: 1px #d1362b solid;
}

.sxbox {
	padding-top: 5px;
	height: auto;
	line-height: 32px;
	display: inline-block;
	width: 100%;
}

.sxbox .control-label {
	float: left;
	height: 36px;
	line-height: 38px;
	text-align: right;
	padding: 0 5px;
	width: 141px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sxbox .pp {
	float: left;
	display: inline-block;
	height: auto;
	max-width: 800px;
}

.sxbox .btn {
	margin-left: 15px;
}