@charset "utf-8"
html,body{
	margin: 0;
	padding: 0;
	font-family: '微软雅黑';
	font-size: 18px;
}

@media(max-width: 1200px){
/*	#space_div{
		display: none;
	}
*/};

.btn{
	border-radius: 2px;
}
td{
	word-wrap:break-word;
	word-break: break-all;
}
::placeholder{
	color: #CCCCCC;
}
.nav-tabs {
	border-bottom: 1px solid #08B19E;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	border: 1px solid #08B19E;
	border-bottom-color: transparent;
}
.navbar-brand {
}
.navbar {
	background-color: #fafafa;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 0;
	min-height: 0;
}
.navbar a{
	color: #333;
}
.navbar-toggle {
	margin-top: 4px;
	margin-bottom: 4px;
}
.nav_active{
}
.navbar-nav>.nav_active>a{
	color: #666;
	font-weight: 900;
}
.navbar-fixed-top .nav_active>a {
	font-weight: 500;
	color: #06f;
}
.left-panel-fixed{
	position: fixed;
	top: 60px;
	left: 15px;
}
.dropdown-menu{
	padding:0;
	border-radius:0;
	border-top:none;
	background-color:#fafafa;
}
.dropdown-menu>li>a {
	line-height: 2;
	color: #333;
	white-space: nowrap;
}
.dropdown-menu>li>a:hover {
	color: #f60;
	background-color:#fafafa;
}
#container{
	margin-top: 150px;
}
.date-input{
	width: 140px;
}
.auto_open{}
#fixed_toolbar{
	z-index: 1;
	right:50px;
	bottom:50px;
	font-size: 28px;
	position: fixed;
}
.toolbar_button{
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	padding: 10px 10px 0px 10px;
	cursor: pointer;
	background-color: #d9d9d9;
	margin-top: 10px;
	color: #999;
}
.toolbar_button:hover{
	color: #666;
}
/*自动设置滚动条，父容器必须设置height（百分比或固定数值）*/
.auto_height{
	overflow-y: auto;
	overflow-x: hidden;
	height: 100%;
}
/*主页面，结合上面的auto_height可以出现独立滚动条*/
.layout_main {
	padding: 10px 30px;
}
/*左边栏，结合上面的auto_height可以出现独立滚动条*/
.layout_left {
	width: 300px;
	float: left;
}
.title_main{
	font-size: 20px;
	margin-bottom: 20px;
}
.accordion {
	width: 100%;
	margin: 10px auto 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	list-style-type: none;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 0px solid #f0f0f0;
	overflow-y: auto;
}
.accordion ul{
	list-style-type: none;
	padding-left: 30px;
}
.accordion .sort{
	border-bottom: 1px dotted #a2d4b6;
}
.accordion .link {
	cursor: pointer;
	display: block;
	padding: 15px 15px 15px 42px;
	color: #0080ff;
	font-weight: 700;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li:last-child .link {
	/*border-bottom: 0;*/
}

.accordion li .link span {
	position: absolute;
	top: 19px;
	left: 12px;
	font-size: 18px;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion li span.glyphicon-chevron-down {
	right: 12px;
	left: auto;
	font-size: 16px;
}

.accordion li.open .link {
	/*color: #b63b4d;*/
}

.accordion li.open i {
	/*color: #b63b4d;*/
}
.accordion li.open span.glyphicon-chevron-down {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.green{
	color: #0A0;
}
.red{
	color: red;
}
/**
 * Submenu
 -----------------------------*/
 .submenu {
	display: none;
	/*background: #444359;*/
 }

 .submenu li {
	/*border-bottom: 1px solid #4b4a5e;*/

 }

 .submenu a {
	display: block;
	text-decoration: none;
	color: #009000;
	padding: 12px;
	padding-left: 12px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
 }

 .submenu a:hover {
	/*background: #dddddd;*/
	color: #ff9000;
 }

.table-frame{
	border: 1px solid #ddd;
}

/***/
.device-panel{
	border-radius: 8px;
	background-color: rgb(215,215,215);
	margin: 10px 20px 30px 0px;
	-moz-box-shadow: 2px 2px 10px #909090;/*firefox*/
	-webkit-box-shadow: 2px 2px 10px #909090;/*safari或chrome*/
	box-shadow:2px 2px 10px #909090;/*opera或ie9*/
}
.device-title{
	text-align: center;
	font-size: 20px;
	padding: 10px;
}
.device-image{
	display:inline-block;
	width:300px;
	height:106px;
	background-repeat:no-repeat;
	background-size: 256px 106px;
}
.device-fan{
	background-image: url(/css/control/fan.png);
}
.device-button{
	text-align: center;
	padding: 10px;
}
.switch-button{
	cursor: pointer;
}
.error{
	color: red;
}
.main-tip{
	font-size: 60px;
	color: #dddddd;
	text-shadow: -2px 0 #bbb,
				0 -1px #bbb,
				1px 0 #fff,
				0 1px #fff;
	text-align: center;
	padding-top: 100px;
}
.doc-title{
	font-size: 28px;
	border-bottom: 2px dotted #ddd;
	padding: 20px 0 10px 0;
	color: #0A0;
}
.doc-info{
	font-size: 12px;
	padding: 20px 0 5px 0;
	color: #0A0;
	text-align: right;
}
.doc-ol{
	line-height: 1.8em;
	font-size: 20px;
	color: #03F;
	padding: 16px 0 10px 0;
}
.fixed{
	position: fixed;
}
.m-btn{
	cursor: pointer;
	border-radius: 4px;
	border: 1px dashed #060;
	padding: 5px 10px;
}
.m-btn:hover{
	background-color: rgba(0,0,0,0.1);
}
/*myun_menu**/
.myun_menu {
}
.myun_menu li {
	padding: 0px 0px 0px 0px;
	float: left;
	position: relative;
	font-size:18px;
}
.myun_menu li a {
	padding:21px 25px 22px 25px;
	display:block;
}
.myun_menu li:hover > a {
	color:#ff0000;
	background:#f0f0f0;
}
.myun_menu ul {
	background: #f0f0f0;
	display: none;
	margin: 0;
	padding: 0;
	width: 160px;
	position: absolute;
	top: 61px;
	left: 0px;
}
.myun_menu li:hover > ul {
	display: block;
}
.myun_menu ul li {
	display:block;
	float: none;
	margin: 0px 0px 0px 15px;
}
.data_filter_div{
	display: inline-block;
	margin: 0;
	vertical-align: top;
}
.btn-tab{
	font-size: 20px;
	background-color: rgb(252, 202, 111);
	color: #B67D0B;
	border: 1px solid rgb(232, 195, 111);
}
.btn-tab:hover{
	color: #B69D0B;
	background-color: rgb(252, 225, 111);
}
.warn-icon{
	cursor:pointer;
	position: absolute;
	left:0px;
	top:120px;
	text-align:center;
	background-color:#ff9900;
	padding:10px;
	border-radius: 20px;
	margin: 0 60px;
	opacity: 0.9;
	transition: 1s;
	animation: 1s rainbow infinite;
}
@keyframes rainbow {
	0% {
		transform: scale(1,1);
	}
	50% {
		transform: scale(1.2,1.2);
	}
	100% {
		transform: scale(1,1);
	}
}
.warn-tip{
	display:inline-block;
	color:red;
	margin-bottom:10px;
	font-size:24px;
	font-weight:bold;
}
.tab-bar{
	display: inline-block;
	padding-left: 0;
}
.tab-bar>li {
    float: left;
    position: relative;
    display: block;
    font-size: 16px;
}
.tab-bar>li>a {
    border-bottom: 3px solid #e5e5e5;
    position: relative;
    display: block;
    padding: 8px 15px;
    color: #353535;
    cursor: pointer;
    text-decoration: none;
}
.tab-bar>li>a.active, .tab-bar>li>a.active:hover, .tab-bar>li>a.active:focus {
    color: #4caf50;
    font-weight: bold;
    border-bottom-color: #4caf50;
}
	.ui.card.data{
		font-size: 18px;
		font-weight: 500;
		display: inline-block;
		width: 320px;
		margin-left: 1em;
		vertical-align: top;
	}
	.ui.card.data>.content>.header{
		font-size: 18px;
		color: #28eaf5;
		line-height: 32px;
		border-bottom: 1px solid #999;
	}
	.nc_div{
		color: #060;
		border: 1px solid #cec;
		background-color: #dfd;
	}
	.soil_div{
		color: #630;
		border: 1px solid #ddaa77;
		background-color: #ffcc99;
	}
	.mobile_div{
		color: #399;
		border: 1px solid #77dddd;
		background-color: #99ffff;
	}
	.pocket_div{
		color: #939;
		border: 1px solid #ddaadd;
		background-color: #ffddff;
	}
	.data_div>p{
		line-height: 32px;
	}
	.date_p{
		font-size: 18px;
	}
	.shadow_text{
		text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	}
	.step>i{
		font-size: 28px;
	}
	.step.active>i,.ui.steps .step.active .title,.ui.steps .step.active .description{
		color: #09f;
	}
	.step>i,.ui.steps .step .title,.ui.steps .step .description{
		color: #666;
	}
	table,td,tr{
		padding: 0;
		border: none;
	}
/*	.element::-webkit-scrollbar { width: 0 !important }
	.element { -ms-overflow-style: none; }
	.element { overflow: -moz-scrollbars-none; }

	.left-menu::-webkit-scrollbar {
		width: 0px;
		height: 0px;
		background: rgba(0,0,0,0.1);
	}
	.left-menu::-webkit-scrollbar-thumb {
		border-radius: 0px;
		-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
		background: rgba(0,0,0,0.2);
	}
	.left-menu::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.2);
		border-radius: 0;
		background: rgba(0,0,0,0.1);
	}
*/	.left-menu{
		width: 244px;
	}
	.left-menu .content{
		margin-left: 10px;
	}
	.left-menu i{
		margin-top: -4px;
	}
	.left-menu .item{
		font-size: 20px;
		font-weight: bold;
		color: #696;
		padding: 0.9em 1em;
		border-bottom: 1px solid #e2e2e2;
		cursor: pointer;
	}
	.left-menu .sub-item{
		display: none;
	}
	.ui.steps .active.step .icon{
		color: #09f;
	}
	.ui.card>.content{
		padding: 0.5em 1em;
	}
	.ui.steps .step>.icon{
		font-size: 1.5em;
	}
