.editproduct_box {
	height: auto;
	margin: 0 12px;
	clear: both;
}

.editproduct_box .editproduct_box h3 .glyphicon {
	color: #7cb145;
}

.editproduct_box.closeme a.openorhide {
	transform: rotate(180deg);
}

.editproduct_tit a.openorhide {
	background: url(../../images/downorhide.png) center center no-repeat;
	cursor: pointer;
	width: 40px;
	height: 40px;
	margin-right: 8px;
	float: right;
}


/*------------附件图-----------------*/


/*产品图片列表*/

.proshowmenu {
	cursor: pointer;
}

.proshowmenu:hover ul {
	display: block;
}

.goods-list ul.dropdown-menu li {
	width: 120px;
	margin: 0;
}

.proshowmenu .dropdown-menu {
	position: absolute;
	margin: -70px 0 0 -117px;
	width: 130px;
	opacity: 1;
	z-index: 1111;
}

.proshowmenu .dropdown-menu a {
	font-size: 14px;
	line-height: 28px;
	display: inline-block;
	color: #333 !important;
	width: 100%;
	text-indent: 2em;
	text-align: left !important
}

.goods-list {
	margin: 0 12px;
}

.goods-list ul {
	padding: 0;
}

.goods-list .thumbnail {
	position: relative;
	margin-bottom: 28px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border: 1px solid #dddddd;
}

.goods-list .thumbnail .img-pixel {
	position: absolute;
	right: 2px;
	bottom: 0;
	padding: 0 5px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background: #000;
	font-size: 12px;
	color: #fff;
	opacity: 0.7;
}

.goods-list div.opts_list {
	position: absolute;
	background-color: #000;
	height: 27px;
	line-height: 27px;
	width: 100%;
	left: -1px;
	bottom: -28px;
	box-sizing: content-box;
	padding-right: 2px;
}

.goods-list div.opts_list div.row {
	margin: 0px;
}

.goods-list .thumbnail .goods-image .picIcon{
	z-index: 1;
	position: absolute;
	text-align: left !important;
	width: 100%;
}

.goods-list .thumbnail .goods-image .picIcon span {
  color: #FFF;
  border: none;
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 3px;
	background: rgba(225, 0, 0, 0.85);
	margin-right: 10px;
	display: inline-block;
}

.goods-list .thumbnail .goods-image .picIcon .clearIcon {
  border: none;
  background: rgba(64, 158, 255, 0.85);
}

.goods-list div.opts_list div.row span,
.goods-list div.opts_list div.row a {
	text-align: center;
	font-size: 12px;
	color: #fff;
	padding: 0 !important;
}

.goods-list div.opts_list div.row a:hover {
	color: #428bca;
}

.goods-list ul {
	list-style: none;
	/* overflow:hidden; */
}

.goods-list ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.goods-list ul li {
	width: 170px;
	float: left;
	margin: 5px 3px;
	text-align: center;
}

.goods-list ul li:first-child {
	box-shadow: 0px 0px 11px 2px rgb(91, 129, 254);
}

.picdrop {
	background: #fff;
	width: 192px;
	height: 218px;
	float: left;
	margin: 0 4px;
	border: 1px dashed #f00;
}

.goods-list .goods-image {
	position: relative;
}

.goods-list .goods-image img {
	height: 160px;
	width: 160px;
}

.goods-list .goods-image span.process {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 180px;
	background-color: #000;
	opacity: 0.7;
}

.goods-list .goods-image span.process i {
	margin-top: 45%;
	position: absolute;
	left: 0;
	height: 30px;
	text-align: center;
	background: #000;
	width: 100%;
	opacity: 1;
	color: #fff;
}


/*end产品图片列表*/

.Switchbutton.L {
	cursor: pointer;
	width: 59px;
	height: 23px;
	display: inline-block;
}

.Switchbutton {
	background-image: url(/src/esellsstatic/images/clickSec.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.Switchbutton.active {
	background-image: url(/src/esellsstatic/images/clickFir.png);
}

#goodsList .divider1 {
	background-color: #f2f2f2;
	line-height: 28px;
	text-align: center;
	color: #999;
}

#refphotolist ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#refphotolist ul li {
	margin: 5px 5px;
	float: left;
	position: relative;
}

#refphotolist ul li span {
	display: none;
	position: absolute;
	z-index: 1;
	margin-top: 6px;
	margin-left: 2px;
	background-color: #fff;
	border-radius: 2px;
	color: #090;
	padding: 2px;
	border: 1px solid #ccc;
}

#refphotolist ul li img {
	width: 92px;
	height: 92px;
}

#refphotolist ul li.sel span {
	display: inline-block;
}

#catalogGrouping {
	margin-left: -3px;
}

.minicon {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(/esellsstatic/images/minicon.png) no-repeat;
}

.btn i.search_ico {
	background-position: -85px 0;
}

.translate_ico {
	background-position: -152px 0;
}