@charset "UTF-8";
/* ui-tree */
.ui-tree-box {
	position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 20px;
}
.ui-tree-li {
	position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    line-height: 20px;
}
.ui-tree-nodes {
	padding-left: 20px;
}
.ui-tree-title {
	padding: 10px 0 10px 0;
	position: relative;
	
}
.ui-tree-title .tree-title {
	cursor: pointer;
}
.ishide {
	display: none;
}
.ui-tree-box label {
	font-weight: 200;
	display: inline;
}
.setborder {
	border-left: 1px solid #e7e5e6;
	padding-left: 14px;
}
.icons {
	display: inline-block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 12px;
    left: -23px;
    background: url(../images/basic/roundh.png) 0 0 no-repeat;
}
.roundr {
	background: url(../images/basic/roundr.png) 0 0 no-repeat;
}
/* 模板管理  */
.fansi-title {
	margin-bottom: 20px;
}
.v-line {
	position: absolute;
 	height: 100%;
 	width: 1px;
 	background: #e5e5e5;
 	top: 0;
	left: 50%;
    margin-left: -1px;
}

/* 模板编辑  */
.temp-box {
	padding: 10px 20px;
}
.temp_nav {
	width: 240px;
	float: left;
	height: 100%;
	border-right: 1px solid #dedede;
}
.temp-header {
	margin-bottom: 60px;
}
.temp-header .logo3 {
	width: 113px;
}
.temp-btn-box {
	padding-top: 14px;
}
.ui-temp-title .tips {
	color: #8c8989;
	font-size: 16px;
	margin-left: 10px;
}
.ui-temp-title .mg-l {
	margin-left: 0;
}
.temp-title {
	font-size: 16px;
	line-height: 32px;
	position: relative;
}
.ui-temp-child {
	font-size: 14px;
	font-weight: bold;
	padding-left: 30px;
}
.temp-title .upload {
	display: block;
	cursor: pointer;
	line-height: 20px;
	height: 26px;
	position: absolute;
	left: 0;
	top: 4px;
}
.temp-title .upload input {
	cursor: pointer;
}
.temp-title > .pidimg {
	position: absolute;
	left: 0;
	top: 4px;
}
.temp-title .upload img.pidimg,
.temp-title img.pidimg{
	max-height: 26px;
}

.ui-temp-nodes {

}
.temp_content {
	width: 970px;
	margin-left: 250px;
	padding: 60px;
}
.temp_content h2{
	margin-bottom: 60px;
}
.temp_nav .title {
	font-size: 16px;
	line-height: 60px;
}
.lesscont {
	padding: 0 70px;	
}
.parents {
	font-weight: bold;
	padding-left: 30px;
}
.ui-temp-fontsize {
	font-size: 16px;
	font-weight: bold;
	padding-left: 30px;
}
.ui-temp-tree,
.ui-temp-li {
	position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}