@CHARSET "UTF-8";
.cursor-default{
	cursor: default;
}

.cursor-pointer{
	cursor: pointer;
}

.disn{
	display:none;
}

.disb{
	display:block;
}

.clear{
	clear:both;
}

.font12{
	font-size:12px
}

.dashboardBg{

}

/*--------------------主页开始按钮按钮--------------------*/
.playScanBtn{
	width:320px;
	height:100px;
	line-height:100px;
	box-shadow:0px 1px 8px #666666;
	border-radius:2px;
	background-color:#19a9d5;
	text-align:center;
	color:#e8e8e8;
	font-size:30pt;
	font-weight:bold;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	cursor:pointer;
	font-family:"幼圆";
}

.playScanBtn:hover{
	color: #ffffff !important;
	background-color: #1199c4;
	border-color: #189ec8;
}
/*--------------------主页开始按钮按钮--------------------*/


/*--------------------识别结果图片展示--------------------*/
.resultimg-ul{
	list-style-type: none;
	margin-top: 20px;
}

.resultimg-li{
	height: 350px;
	width: 250px;
	float: left;
	margin-left: 20px;
	margin-bottom:20px;
	border: 1px solid #e8e8e8;
	text-align: center;
	line-height: 350px;
}
/*--------------------识别结果图片展示--------------------*/


/*--------------------登录页面--------------------*/
.login{
	width: 100%;
	height: 100%;
	margin: 0;
	min-width: 1200px;
	background:url(../img/background.png) no-repeat;
	background-size: 100% 100%;
}

.login .login-container{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.login .login-float {
	float: left;
}

.login .login-op{
	box-shadow:1px 1px 10px #666666;
}

.login img {
	vertical-align: middle;
	border: 0;
}

.login .logo-container{
	position: absolute;
	width: 340px;
	height: 320px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.login .logo-container .logo-container-ico{
	color:#fff;font-size:120px;font-weight:bold;
}

.login .logo-container .logo-container-title{
	color:#fff;font-size:16px;
}

.login .login-form-container {
	width: 340px;
	height: 320px;
	background-color: #ffffff;
}

.login .login-form-container .login-title {
	padding: 39px 54px 0 54px;
	line-height: 13px;
}

.login .login-form-container .login-title .login-chinese-title {
	font-size: 16px;
}

.login .login-form-container .login-chinese-title, .login .login-form-container .login-code-change {
	color: #0099ff;
}

.login .login-form-container .login-english-title, .login .login-form-container .login-remmember-password {
	font-size: 12px;
}

.login .login-form-container .login-english-title, .login .login-form-container .login-remmember-password, .login .login-form-container .login-code-text {
	color: #999999;
}

.login .login-form-container .ms-login-error-text {
	height: 20px;
	font-size: 12px;
	color: #e4393c;
	display: flex;
	align-items: center;
	margin: 5px 54px;
}

.login .login-form-container form {
	padding: 0 52px;
}

.login .login-form-container form .login-people-name {
	width: 100%;
}
.login .login-form-container form .login-people-name, .login .login-form-container form .login-code, .login .login-form-container form .login-remmember-password {
	margin-bottom: 12px;
}
.login .login-form-container form .login-people-name, .login .login-form-container form .login-code input {
	height: 34px;
	padding: 5px 10px;
}
.login .login-form-container form input {
	border: 1px solid #cccccc;
	border-radius: 3px;
	outline: none;
}

.login .login-form-container form .login-code {
	overflow: hidden;
}
.login .login-form-container form .login-people-name, .login .login-form-container form .login-code, .login .login-form-container form .login-remmember-password {
	margin-bottom: 12px;
}

.login .login-form-container form .login-code .login-code-input {
	width: 132px;
}

.login .login-form-container form .login-code .login-code-img {
	height: 34px;
}
.login .login-form-container form .login-code .login-code-input, .login .login-form-container form .login-code .login-code-img {
	margin-right: 6px;
}

.login .login-form-container form .login-button {
	width: 100%;
	cursor: pointer;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	background-color: rgb(0, 153, 255);
	border-radius: 4px;
	background-size: 100% 100%;
}
/*--------------------登录页面--------------------*/

/*--------------------用户头像--------------------*/
.head-pic-div{
	border:1px dashed #e2e2e2;
	padding:5px;
	width:127px;
}
/*--------------------用户头像--------------------*/

/*--------------------连接状态--------------------*/
.ws-status-div{
	margin-top: 20px;
}

.ws-status-div .ws-status{
	display:block;
	width: 10px;
	height: 10px;
	border-style: solid;
	border-width: 2px;
	border-radius: 10px;
	float:left;
}

.ws-status-div i.on {
	background-color: #27c24c;
}

.ws-status-div i.off {
	background-color: #98a6ad;
}
/*--------------------连接状态--------------------*/

.space-bg-explain{
	width: 15px;height: 15px;border-radius: 2px;
}

.space-bg-explain-text{
	margin-right:40px;font-size: 12px;
}

.space-floor{
	width: 120px;
	height: 100px;
	text-align: center;
	border-bottom: 1px solid #e8e8e8;
}
.space-room{
	z-index: 1;
	height: 100px;
	color: #353b4b;
	padding: 10px 0;
	margin-right: 4px;
	position: relative;
}

.space-room-option{
	width: 100%;
	height: 15px;
	position: absolute;
	text-align: right;
	padding-right: 10px;
	display: none;
	cursor:pointer;
	color:#fff;
	z-index:999999;
}

.space-room-option i{
	color:#fff;
}

.space-room-bds1{
	border: 1px solid #c32c2b;
}
.space-room-bdd1{
	--border: 4px dotted #c32c2b;
	border: 4px dotted #fff;
}
.space-room-bg1{
	background: #dc7b78;
}



.space-room-bds2{
	border: 1px solid #cf366f;
}
.space-room-bdd2{
	--border: 4px dotted #cf366f;
	border: 4px dotted #fff;
}
.space-room-bg2{
	background: #de7b9e;
}



.space-room-bds3{
	border: 1px solid #e97d1c;
}
.space-room-bdd3{
	--border: 4px dotted #e97d1c;
	border: 4px dotted #fff;
}
.space-room-bg3{
	background: #feb97a;
}



.space-room-bds4{
	border: 1px solid #e7ba0d;
}
.space-room-bdd4{
	--border: 4px dotted #e7ba0d;
	border: 4px dotted #fff;
}
.space-room-bg4{
	background: #fee067;
}



.space-room-bds5{
	border: 1px solid #ecc21b;
}
.space-room-bdd5{
	--border: 4px dotted #ecc21b;
	border: 4px dotted #fff;
}
.space-room-bg5{
	background: #faf877;
}



.space-room-bds6{
	border: 1px solid #9ac82b;
}
.space-room-bdd6{
	--border: 4px dotted #9ac82b;
	border: 4px dotted #fff;
}
.space-room-bg6{
	background: #bfe06c;
}



.space-room-bds7{
	border: 1px solid #566485;
}
.space-room-bdd7{
	--border: 4px dotted #566485;
	border: 4px dotted #fff;
}
.space-room-bg7{
	background: #728db0;
}

.space-room .space-room-ctt{
	padding: 0px 9px;
	overflow: hidden;
	position: absolute;
	width: 95%;
}

.space-room-ctt span{
	white-space: nowrap;
}

.z-error{
	color: #f05050;
}

.z-require{
	color: #f05050;
}

.rtip{
	color: #f05050;
	margin-right: 3px;
}

.fieldlable{
	float: left; height: 20px; background: #5FB878; color: #fff; padding: 0px 10px; line-height: 20px; margin-right: 3px;border-radius: 3px;;
}

.number_unit{
	width: 46px;
	height: 20px;
	border: 1px solid #cfdadd;
	border-radius: 2px;
	font-size: 10px;
	padding: 0px 5px;
	margin-left: 20px;
	display: none;
}

[dict-category]{
	display: flex;
	justify-content: space-between;
	height: 40px;
	align-items: center;
	cursor: default;
	padding: 0 10px;
	margin-bottom: 5px;
}

[dict-category]:hover{
	border: 1px solid #ccc;
	border-radius: 5px;
}

.dict-active{
	border: 1px solid #23b7e5;
	border-radius: 5px;
}

.form-ele-tips{
	margin-left: 5px;
	color: #aaa;
}

.form-ele-tips span{
	display: none;
}

/*筛选条件*/
.zcfg_top{width:100%; height: auto; float: left; padding-bottom:1%; margin-top:1%; box-shadow: 0px 0px 5px #dbe9fb;}
.zcfg_boot{width:98%; height: auto; float: left; border-bottom: 1px solid #e4e4e4; margin:1% 0 0 1%; }
.zcfg_xbt{width:6%; height: auto; letter-spacing:0; text-align: center; line-height: 32px; float: left; color: #333333; font-size: 16px; font-weight: bold; }
.zcfg_list{width:90%; height: auto; float: left; font-size: 14px;  margin-bottom:10px;}
.zcfg_list a{color: #333333; margin: 0 1% 0 0; padding: 0 2%; height: 32px; display: inline-block;line-height: 32px;}
.zcfg_list a:hover{color: #fff; margin: 0 1% 0 0; padding: 0 2%; height: 32px; display: inline-block; line-height: 32px; background: #0c79fc; border-radius: 5px;}
.zcfg_list a.active{color: #fff; margin: 0 1% 0 0; padding: 0 2%; height: 32px; display: inline-block; line-height: 32px; background: #0c79fc; border-radius: 5px;}
[del-carousel-img]{position: absolute;top: 15px;right: 15px;width: 15px;height: 15px;background: #fff;text-align: center;border-radius: 2px;cursor: pointer;}
[img-carousel-img]{width: 100px;height: 100px;margin-top: 10px;margin-right: 10px;}
[del-carousel-img-fmtp]{position: absolute;top: 15px;right: 15px;width: 15px;height: 15px;background: #fff;text-align: center;border-radius: 2px;cursor: pointer;}

