.tpl-component-2018-08-29-include{
	position:relative;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	-moz-user-select: none; 
    -webkit-user-select: none; 
    -ms-user-select: none; 
    width:100%;
}

.tpl-component-2018-08-29-include.active{
	border:1px solid #08d09a;
}
.tpl-component-2018-08-29-include.active .icon{
	opacity: 0.5;
}
.tpl-component-2018-08-29-include.active .icon:hover{
	opacity: 1;
}
.tpl-component-2018-08-29-include.active .move{ 
	position:absolute; 
	top:0px; 
	left:50%; 
	background:url(../images/move.png) 0 0 no-repeat; 
	width:40px; height:16px; 
	margin-left:-20px; 
	cursor:move;
	z-index: 2;
}

.tpl-component-2018-08-29-include .include-icon-bg{
	min-height: 100px;
	background-color: rgb(246,246,246);
}

.tpl-component-2018-08-29-include .include-icon-bg .include-icon{
	display: inline-block;
	width:32px;
	height:32px;
	background:url(../images/include.png) 0 0 no-repeat;
	cursor:pointer;
	position:absolute;
	top:50%;
	left:50%;
	margin-top: -16px;
	margin-left:-16px;
}


.tpl-component-2018-08-29-include .include-url{
	position: absolute;
	left:50%;
	bottom:10px;
	color:#666;
}

.tpl-sidebar-ifr.inner-box-link{
	z-index:9999;
	position:fixed;
	width:250px;
	height:100px;
	right:237px;
	top:37px;
	background-color:rgba(0, 0, 0, 0.5);
	display:none;
}

.tpl-sidebar-ifr .row-box{margin:15px 0;}

.tpl-sidebar-ifr label{color:#fff;font-family:Arial,Helvetica,黑体;margin:2px 10px;}

.tpl-sidebar-ifr.inner-cover{
	position:fixed;
	z-index:9998;
	width:100%;
	height:100%;
	top:0;
	left:0;
	opacity:0.5;
	background:#000 none repeat scroll 0% 0%;
	display:none;
}

.tpl-sidebar-ifr .select-component-self .select-holder{
	background-color:rgba(0, 0, 0, 0.2);
	border:1px solid #ccc;
	height:19px;
}

.tpl-sidebar-ifr .select-component-self .select-holder .select-content{
	color:#fff;
}

.tpl-sidebar-ifr .select-component-self .select-holder .select-icon{
	border:none;
	margin-right:0;
}

.tpl-sidebar-ifr .select-component-self .select-options{
	border:1px solid #ccc;
	background-color:rgba(0, 0, 0, 0.2);
}

.tpl-sidebar-ifr .select-component-self .select-options li{
	color:#fff;
}

.tpl-sidebar-ifr .select-component-self .select-options li.active{
	background-color:rgba(0, 0, 0, 0.4);
}

.tpl-sidebar-ifr input{
	background-color:rgba(0, 0, 0, 0.2);
	border:1px solid #ccc;
	color:#fff;
}

.tpl-sidebar-ifr .box-button{position:absolute;bottom:10px;width:230px;margin:10px;}

.tpl-sidebar-ifr .box-button button{
	height:25px;
}

.tpl-sidebar-ifr #saveLink{
	background-color:#2dcc70;
}

.tpl-sidebar-ifr #cancelLink{
	background-color:#fff;
	color:#222;
}

.tpl-sidebar-ifr #cancelLink:hover{
	background-color:#ccc;
}

