.upload_img_list {
	margin: 10px 0 0 0
}
.upload_img_list dd {
	position: relative;
	margin: 0 10px 10px 0;
	float: left
}
.upload_img_list .operate {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1
}
.upload_img_list .operate i {
	cursor: pointer;
	background: #2F4056;
	padding: 2px;
	line-height: 15px;
	text-align: center;
	color: #fff;
	margin-left: 1px;
	float: left;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .8
}
.upload_img_list dd .img {
	max-height: 150px;
	max-width: 500px
}

.sku-container {
	height: 100%;
	width: 100%;
	border: 1px solid lightgray
}

.sku-border,.specTitle {
	border: 10px solid #f5f5f5;
	background: #e3e3e3;
	padding: 10px;
	align-items: center;
	display: flex;
	position: relative;
	cursor: pointer
}

.specValues {
	margin: 10px;
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.spectips {
	font-size: 12px;
	height: 12px;
	line-height: 12px;
	color: #999;
	margin-top: 15px
}

.spec-value {
	position: absolute;
	z-index: 999;
	width: 310px;
	background-color: #fff;
	border: 1px solid #ddd;
	left: -120px;
	border-radius: 5px;
	margin-top: 10px;
	box-shadow: 1px 1px 2px #ccc;
	padding: 10px
}

.spec-value .arrow {
	position: absolute;
	width: 0;
	height: 0;
	top: -10px;
	left: 150px;
	border-style: solid;
	border-width: 0 8px 10px 8px;
	border-color: transparent transparent #d1d1d1 transparent
}

.spec-value .arrow:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 1px;
	left: -7px;
	border-style: solid;
	border-width: 0 8px 10px 8px;
	border-color: transparent transparent #fff transparent
}

.specName {
	padding: 6px;
	min-width: 120px;
	height: 20px;
	line-height: 20px;
	margin: 0 10px;
	background: white
}

.specTitle:hover .delete-modal {
	display: inline-block
}

.specVal:hover .delete-modal {
	display: inline-block
}

.specVal {
	position: relative;
	min-width: 50px;
	padding: 5px 15px;
	background: white;
	margin: 5px;
	text-align: center;
	height: 25px;
	line-height: 25px;
	border: 1px solid #ccc;
	border-radius: 5px
}

.delete-modal {
	display: none;
	position: absolute;
	z-index: 91;
	top: 15px;
	right: 10px;
	width: 18px;
	height: 18px;
	font-size: 14px;
	line-height: 16px;
	border-radius: 9px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	background: rgba(153,153,153,0.6)
}[v-cloak] {
	display: none
}

.input-sku {
	border-radius: 4px;
	border-width: 1px;
	background-color: #fff;
	border-color: #d5d5d5;
	box-shadow: none;
	transition-duration: .1s;
	height: 25px;
	width: 80px;
	padding-left: 5px;
}

.spec-multi-op {
	display: inline-flex;
    width: 100%;
    height: 100%;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    position: relative;
	
}

