.d-cnt {
	height: auto !important;
}

.d-cnt>div {
	position: relative !important;
	overflow: hidden;
}

.d-btn-area {
	overflow: hidden;
}

.d-set-tit {
	overflow: hidden;
	padding: 5px 15px;
	line-height: 30px;
}

.d-set-tit span {
	font-size: 14px;
	color: #666;
}

.d-set-tit button {
	margin-left: 12px;
	border: 0;
}
/*    .d-set-tit button{width: 80px; height: 30px; border: 0; border-radius: 2px; background-color: #E33A3D; font-size: 12px; text-align: center; color: #fff;}
        .d-set-tit .d-btn-remove{margin-left: 10px; background-color: #eee; color: #666; border: solid 1px #C3C3C3;}*/
.d-html-config-input {
	float: left;
	padding: 10px 0;
}

.d-html-config-input label {
	text-align: right;
	margin-right: 5px;
}

.d-html-config-input input {
	width: 30px;
}

.d-hot-container-wrap {
	position: relative;
	background-color: #f6f6f6;
	overflow: hidden;
}

.d-hot-container-wrap .no-pic {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	margin-top: -42px;
	text-align: center;
	color: #999;
	font-size: 14px;
	line-height: 1.5;
}

.d-hot-container-wrap .no-pic img {
	margin-bottom: 10px;
}

.d-hot-container {
	position: relative;
	height: 500px;
}

.d-pic-tool {
	position: absolute;
	top: 0;
	width: 100%;
}

.d-hot-container-wrap .img-tool {
	position: absolute;
	top: 0;
	width: 100%;
	height: 40px;
	background-color: rgba(0, 0, 0, .33);
	pointer-events: none;
}

.d-hot-container-wrap .img-tool>div {
	margin: 10px 16px 0 0;
}

.d-hot-container-wrap .img-tool i {
	position: relative;
	float: left;
	width: 19px;
	height: 19px;
	margin-left: 11px;
	pointer-events: auto;
	background:
		url(//img14.360buyimg.com/cms/jfs/t2278/73/2059551916/1519/2ea4a6e9/569c892eNdd60cf37.png)
		no-repeat;
	cursor: pointer;
}

.d-hot-container-wrap .img-tool i:hover {
	background-color: rgba(0, 0, 0, .5);
}

.d-hot-container-wrap .img-tool i.d-down {
	background-position: -30px 0;
}

.d-hot-container-wrap .img-tool i.d-replace {
	background-position: -60px 0;
}

.d-hot-container-wrap .img-tool i.d-remove {
	background-position: -90px 0;
}

.d-hot-container-wrap .img-tool i::after {
	display: block;
	position: absolute;
	height: 100%;
	left: 50%;
	margin-left: -1px;
	border-left: 2px solid #ddd;
	-webkit-transform: rotate(-45deg) scale(1.3);
	transform: rotate(-45deg) scale(1.3);
}

.d-hot-container-wrap h4:nth-of-type(1) i.d-up, .d-hot-container-wrap .img-tool:nth-last-of-type(1) i.d-down
	{
	cursor: default;
}

.d-hot-container-wrap h4:nth-of-type(1) i.d-up:hover,
	.d-hot-container-wrap .img-tool:nth-last-of-type(1) i.d-down:hover {
	background-color: rgba(0, 0, 0, 0);
}

.d-hot-container-wrap h4:nth-of-type(1) i.d-up::after,
	.d-hot-container-wrap .img-tool:nth-last-of-type(1) i.d-down::after {
	content: '';
}

.d-hot-container img {
	width: 100%;
	vertical-align: top;
	-webkit-transition-property: transform, box-shadow, opacity;
	-webkit-transition-duration: .2s;
	-webkit-transition-timing-function: ease-in;
	transition-property: transform, box-shadow, opacity;
	transition-duration: .2s;
	transition-timing-function: ease-in;
}

.d-hot-container .img-wrap {
	position: relative;
}

.d-hot-container .d-map-edit {
	cursor: crosshair;
}

.hotspots-box {
	position: absolute;
	cursor: -webkit-grab;
	background-color: rgba(41, 253, 46, .3);
	border: 1px solid #c4e8b9;
	-webkit-transition-property: transform, box-shadow, opacity;
	-webkit-transition-duration: .2s;
	-webkit-transition-timing-function: ease-in;
	transition-property: transform, box-shadow, opacity;
	transition-duration: .2s;
	transition-timing-function: ease-in;
}

.hotspots-box.remove, .d-hot-container img.remove {
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
}

.hotspots-box.dragging {
	cursor: -webkit-grabbing;
}

.hotspots-box.dragging, .hotspots-box:hover, .hotspots-box.dragging,
	.hotspots-box.d-current {
	box-shadow: 0 0 15px #eee, inset 0 0 15px #eee;
}

.hotspots-box.dragging>div {
	display: block;
}

.hotspots-box:hover>div {
	display: block;
}

.hotspots-box>div {
	width: 4px;
	height: 4px;
	position: absolute;
	background-color: #29fd2e;
	border: 1px solid #50c82b;
	display: none;
	-webkit-transition: -webkit-transform ease-out .1s;
	transition: transform ease-out .1s;
}

.hotspots-box>div::after {
	content: "";
	position: relative;
	left: -8px;
	top: -8px;
	display: block;
	width: 20px;
	height: 20px;
}

.hotspots-box>div:hover {
	-ms-transform: scale(2);
	-moz-transform: scale(2);
	-webkit-transform: scale(2);
	transform: scale(2);
}
/*.hotspots-box > div:hover{border-color: #50c82b;}*/
.hotspots-box>div:nth-of-type(1) {
	left: -3px;
	top: -3px;
	cursor: nw-resize;
}

.hotspots-box>div:nth-of-type(2) {
	right: -3px;
	top: -3px;
	cursor: ne-resize;
}

.hotspots-box>div:nth-of-type(3) {
	right: -3px;
	bottom: -3px;
	cursor: se-resize;
}

.hotspots-box>div:nth-of-type(4) {
	left: -3px;
	bottom: -3px;
	cursor: sw-resize;
}

.hotspots-box>div:nth-of-type(5) {
	left: 50%;
	top: -3px;
	margin-left: -3px;
	cursor: n-resize;
}

.hotspots-box>div:nth-of-type(6) {
	right: -3px;
	top: 50%;
	margin-top: -3px;
	cursor: e-resize;
}

.hotspots-box>div:nth-of-type(7) {
	left: 50%;
	bottom: -3px;
	margin-left: -3px;
	cursor: s-resize;
}

.hotspots-box>div:nth-of-type(8) {
	left: -3px;
	top: 50%;
	margin-top: -3px;
	cursor: w-resize;
}

.hotspots-box h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12.5px 0 0 -25px;
	width: 50px;
	text-align: center;
	line-height: 25px;
	background-color: rgba(0, 0, 0, .6);
	color: #fff;
	font-size: 12px;
	border-radius: 2px;
}

.hotspots-box .j-close-btn {
	display: none;
	position: absolute;
	top: 4px;
	right: 4px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #e33a3d;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.hotspots-box:hover .j-close-btn {
	display: block;
}

.hotspots-box .j-close-btn::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 3px;
	width: 12px;
	height: 0;
	border-top: 2px solid #fff;
}

.hotspots-box .j-close-btn::after {
	content: "";
	position: absolute;
	top: 3px;
	left: 8px;
	width: 0;
	height: 12px;
	border-left: 2px solid #fff;
}

.d-hot-hidden-val {
	display: none;
}

.d-hot-form {
	padding: 0 17px;
	background-color: #fff;
}

.d-hot-form .no-link {
	padding-bottom: 15px;
	line-height: 20px;
	text-align: center;
	color: #999;
}

.d-form-title {
	line-height: 40px;
	overflow: hidden;
	font-size: 14px;
}

.d-form-title span {
	color: #666;
}

.d-form-title a {
	color: #e03c47;
}

.d-form-title a:hover {
	font-weight: bold;
}

.d-hot-form .hot-link-wrap {
	position: relative;
	overflow: hidden;
	height: 0;
	margin: 0 -17px 0 0;
	padding-right: 15px;
}

.d-hot-form ul {
	overflow: hidden;
}

.d-hot-form li:nth-of-type(1) {
	margin-top: 0;
}

.d-hot-form li {
	margin: 10px 0;
	border: 1px solid #e9e9e9;
}

.d-hot-form label {
	display: inline-block;
	width: 80px;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	color: #666;
	text-align: center;
	border-right: 1px solid #e9e9e9;
	background-color: #f6f6f6;
	vertical-align: top;
}

.d-hot-form input {
	width: 345px;
	height: 16px;
	line-height: 16px;
	padding: 5px 10px;
	font-size: 12px;
	vertical-align: top;
	color: #666;
	-webkit-transition: box-shadow .2s;
	transition: box-shadow .2s;
}

.d-hot-form input:hover {
	box-shadow: 0 0 15px #eee, inset 0 0 15px #eee;
}