* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
label,
ul,
li,
label,
span {
	margin: 0;
	padding: 0;
	font-family: '微软雅黑';
}

a,
a:active,
a:focus,
a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

body {
	background: #ededed;
}

html,
body {
	height: 100%;
}

.device .deviceLeft {
	width: 220px;
	height: 100%;
	border-right: 1px solid #ccc;
	float: left;
	overflow: auto;
}

.device .deviceLeft h3 {
	padding-left: 10px;
	font-size: 14px;
	background: #ddd;
	line-height: 36px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.device .deviceLeft .deviceLeft_box {
	overflow: hidden;
	padding: 10px 0;
}

.device .deviceLeft .deviceLeft_box .node {
	user-select: none;
	width: 150px;
	height: 40px;
	line-height: 20px;
	float: left;
	margin: 5px;
}

.device .node {
	width: 150px;
	height: 50px;
	line-height: 30px;
	/* 	box-shadow: 2px 2px 10px #aaa; */
	border-radius: 3px;
	text-align: center;
	z-index: 20;
	background-color: #f1f1f2;
	color: black;
	padding: 10px;
	font-size: 15px;
	cursor: pointer;
	font-weight: bold;
}

.detail-left .node {
	box-shadow: 2px 2px 10px #aaa;
}

.device .node:hover {
	box-shadow: 2px 2px 19px #444;
	opacity: .8;
	filter: alpha(opacity=80);
}

.device .node1css {
	border: #645b59 1px solid;
}

.device .node2css {
	border: orange 1px solid;
}

.device .node3css {
	border: #58b1f5 1px solid;
}

.device .node4css {
	border: #2d10ef 1px solid;
}

.device .node5css {
	border: #ccc 1px solid;
}

.device #deviceRight {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background-repeat: no-repeat;
}

#deviceRightBG {
	position: absolute;
	left: 220px;
	/* 	width: calc(100% - 220px); */
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	background-image: url(../images/bg.png);
}

.device #myDropDown {
	width: 80px;
	margin-left: -14px;
	border: 1px solid #ccc;
	text-align: center;
}

.device #main {
	width: 100%;
	height: 100%;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.module-head-icon {
	top: 5px;
	height: 30px;
	line-height: 30px;
	right: 5px;
}

.setting-div {
	position: fixed;
	bottom: 20px;
	width: 210px;
}

.name {
	font-size: 14px;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
}

.model-div {
	background-color: #f1f1f2;
	margin-top: 5px;
	padding: 10px;
}

.model-set {
	padding: 5px;
}

.setting {
	position: absolute;
	width: 100%;
	height: 25px;
	bottom: 0px;
	right: 0px;
	cursor: pointer;
	background-color: #dadaf2;
	border-radius: 5px;
}

.setting-icon {
	background-image: url(../images/setting.png);
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.nodeSel {
	color: #2067f2 !important;
	border: dashed 2px #2067f2 !important;
	font-weight: bold !important;
}

.falsecss {
	display: block;
}

.truecss {
	display: none;
}

.delIcon {
	position: absolute;
	right: -6px;
	top: -10px;
}

.node-name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}

.text-overflow-ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}

.lineDelCls {
	cursor: pointer;
}

/* 
 
sethtmlCSS 
 */
.left-dev-icon {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 15px;
}

.left-dev-name {
	width: 90%;
	text-align: left;
	padding-left: 25px;
}

.setting-name {
	width: 85%;
	text-align: center;
	position: absolute;
	line-height: 20px;
}

.emptyBgColor {
	background-color: #f1f1f200 !important;
}
