body {
	margin: 0;
	padding: 0;
	font: 14px/1.5 helvetica, arial, "Microsoft YaHei", \5b8b\4f53;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
	padding: 0;
	margin: 0;
}

table,
td,
tr,
th {
	font-size: 12px;
}

ol,
ul {
	list-style: none;
}

li {
	list-style-type: none;
}

img {
	vertical-align: top;
	border: 0;
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: normal;
}

address,
cite,
code,
em,
th,
i,
var {
	font-weight: normal;
	font-style: normal;
}

.clearfix() {
	&:before,
	&:after {
		content: " ";
		display: table;
	}
	&:after {
		clear: both;
	}
}

a:link,
a:visited {
	color: #000;
	text-decoration: none;
}

input {
	outline: 0;
	outline: none;
}
input[type=text]:focus{
    outline: none;    
    border: 1px solid #21cffe;
}
input::-webkit-input-placeholder{ 
	font-size: 13px;
	font-weight: 100;
	color: #8C8C8C;
}

input::-moz-input-placeholder{ 
	font-size: 13px;
	font-weight: 100;
	color: #8C8C8C;
}

input::-ms-input-placeholder{ 
	font-size: 13px;
	font-weight: 100;
	color: #8C8C8C;
}


/*svg{
	display: block;
}*/

/* 懒加载 */

.loader {
	display: block;
	width:100% ;
	height: 100%;
	position: fixed;
	top: 0%;
	background-color: #E8EFF7;
	left: 0;
	z-index: 9990;
}

.loaderWindow {
	position: relative;
    left: 49.6%;
    top: 50%;
    width: 150px;
    height: 150px;
	top: 50%;
	width: 0.25em;
	height: 0.25em;
	box-shadow: 0.70711em 0.70711em 0 0em #2ecc71, -0.70711em 0.70711em 0 0.17678em #9b59b6, -0.70711em -0.70711em 0 0.25em #3498db, 0.70711em -0.70711em 0 0.17678em #f1c40f;
	animation: gw 1s ease-in-out infinite, rot 2.8s linear infinite;
}

@keyframes rot {
	to {
		transform: rotate(360deg);
	}
}

@keyframes gw {
	0% {
		box-shadow: 0.70711em 0.70711em 0 0.125em #2ecc71, -0.70711em 0.70711em 0 0.39017em #9b59b6, -0.70711em -0.70711em 0 0.5em #3498db, 0.70711em -0.70711em 0 0.39017em #f1c40f;
	}
	25% {
		box-shadow: 0.70711em 0.70711em 0 0.39017em #2ecc71, -0.70711em 0.70711em 0 0.5em #9b59b6, -0.70711em -0.70711em 0 0.39017em #3498db, 0.70711em -0.70711em 0 0.125em #f1c40f;
	}
	50% {
		box-shadow: 0.70711em 0.70711em 0 0.5em #2ecc71, -0.70711em 0.70711em 0 0.39017em #9b59b6, -0.70711em -0.70711em 0 0.125em #3498db, 0.70711em -0.70711em 0 0.39017em #f1c40f;
	}
	75% {
		box-shadow: 0.70711em 0.70711em 0 0.39017em #2ecc71, -0.70711em 0.70711em 0 0.125em #9b59b6, -0.70711em -0.70711em 0 0.39017em #3498db, 0.70711em -0.70711em 0 0.5em #f1c40f;
	}
	100% {
		box-shadow: 0.70711em 0.70711em 0 0.125em #2ecc71, -0.70711em 0.70711em 0 0.39017em #9b59b6, -0.70711em -0.70711em 0 0.5em #3498db, 0.70711em -0.70711em 0 0.39017em #f1c40f;
	}
}
/*/懒加载*/

.text-hidden{
	display: block;
	overflow: hidden;  
	white-space: nowrap;  
	text-overflow: ellipsis; 
}
   

/*
 * 颜色定义
 */
.mian-bg{
	background-color:#20D0FE;
	border-color:#20D0FE !important;
	color:white;
}
.mian-color{
	color:#20D0FE;
} 
/*取消按钮颜色*/
.but-ored{
	color:#ffab51 ;
}
/*编辑图标颜色*/
.but-blue{
	color:#00BFFF ;
}
/*工程图标*/
.but-project{
}

/*
 * 深色按钮
 */

.but-color{
	background-color:#4790FE ;
}



.but-add{
	color: #FFFFFF;
	font-size: 14px;
	background: #20D0FE;
	border: 0;
	padding:11px 23.5px ;
	border-radius: 8px;
	display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    user-select: none;
    line-height: 14px;
    white-space: nowrap;
    touch-action: manipulation;
    cursor: pointer;
	
}
.but-add i{
	font-size: 15px;
    margin-right: 8px;
    vertical-align: middle;
}
.but-add:hover, .but-add:focus{
	color: #FFFFFF;
	text-decoration: none;
	border-radius: 8px;
	border: #20D0FE;
	outline:0;
	outline-offset:0;
}
.but-url{
	background: #409CFE;
	color: #FFFFFF;
	border: 0;
	font-size: 14px;
	padding:11px 10px ;
	border-radius: 8px;
	display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    user-select: none;
    line-height: 14px;
    white-space: nowrap;
    touch-action: manipulation;
    cursor: pointer;
}
.but-url i{
	font-size: 15px;
    margin-right: 8px;
    vertical-align: middle;
}
.but-url:hover, .but-exit:focus{
	color: #FFFFFF;
	border: #ffab51;
	text-decoration: none;
	border-radius: 8px;
	outline:0;
	outline-offset:0;
}

.but-exit{
	background: #ffab51;
	color: #FFFFFF;
	border: 0;
	font-size: 14px;
	padding:11px 23.5px ;
	border-radius: 8px;
	display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    user-select: none;
    line-height: 14px;
    white-space: nowrap;
    touch-action: manipulation;
    cursor: pointer;
}
.but-exit i{
	font-size: 15px;
    margin-right: 8px;
    vertical-align: middle;
}
.but-exit:hover, .but-exit:focus{
	color: #FFFFFF;
	border: #ffab51;
	text-decoration: none;
	border-radius: 8px;
	outline:0;
	outline-offset:0;
}

.but-engineering{
	color: #FFFFFF;
	font-size: 14px;
	background: #20D0FE;
	border: 0;
	padding:0px 15px ;
	border-radius: 25px;
	display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    user-select: none;
    line-height: 38px;
    white-space: nowrap;
    touch-action: manipulation;
    cursor: pointer;
	
}
.but-engineering i{
	font-size: 15px;
    vertical-align: middle;
}
/*字体图标定义*/






/*
 * 侧边栏@wuwy
 */


.wrapper {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.wrapper .main-con {
	float: left;
	width: 85%;
	background: #e8eff7;
}

.side-bar {
	height: 100%;
	overflow: hidden;
	background: #EEFBFF;
	width: 15%;
	float: left;
}

.side-bar .logo {
	display: block;
	max-width: 100%;
}

.side-bar ul {
	background: #EEFBFF;
	list-style: none;
	margin: 0;
	padding: 0;
}

.side-bar ul li {
	cursor: pointer;
	display: block;
	width: 100%;
	text-align: center;
	margin: 3.2em 0;
	transition: all 2s;
}



.side-bar ul li a {
	display: block;
	width: 100%;
	color: #000000;
	text-decoration: none;
}
.side-bar ul li  i {
	display: inline-block;
	width: 28px;
	height: 28px;
}
.side-bar ul li p {
	margin-top: 1em;
}
.side-bar ul .monitor i {
	background-image: url(../img/icon_ial_x.png);
	
	
}
.side-bar ul .monitor:hover i {
	background-image: url(../img/icon_ial.png);
}

.side-bar ul .template i {
	background-image: url(../img/icon_tmp_x.png);
	
}
.side-bar ul .template:hover i {
	background-image: url(../img/icon_tmp.png);
	
	
}
.side-bar ul .project i {
	background-image: url(../img/icon_project_x.png);
	
}
.side-bar ul .project:hover i {
	background-image: url(../img/icon_project.png);
	
}

.side-bar ul .auth i {
	background-image: url(../img/icon_auth_x.png);
	
}
.side-bar ul .auth:hover i {
	background-image: url(../img/icon_auth.png);
	
}
.side-bar ul li a:active {
	color: #24c9fe;
}
.side-bar ul li a:hover {
	color: #24c9fe;
}

.selected{
    color: #24c9fe;
}
.side-bar ul .monitor .selected i{
	background-image: url(../img/icon_ial.png);
}
.side-bar ul .template .selected i{
	background-image: url(../img/icon_tmp.png);
}
.side-bar ul .project .selected i{
	background-image: url(../img/icon_project.png);
}
.side-bar ul .auth .selected i{
	background-image: url(../img/icon_auth.png);
}
.selected p{
    color: #24c9fe;
}


.side-bar .siteinfo {
	position: fixed;
	width: 15%;
	height: 50px;
	background-color: #20d0fe;
	bottom: 0px;
}

.side-bar .siteinfo span {
	display: flex;
	justify-content: center;
	color: #d9f0fa;
	font-size: 13px;
	line-height: 50px;
}

@media only all and (max-width: 1439px) {
	.side-bar ul li {
		width: 100%;
		text-align: center;
		margin: 2.2em 0;
	}
	.side-bar ul li p {
		margin-top: 1.2em;
	}
}
/*
 * 右侧布局
 */

.ifram-con {
	width: 100%;
	margin: 0 auto;
}
/*右侧头部*/
.main-con .header {
	background-color: #FFFFFF;
	min-height: 60px;
	margin: 0 auto;
}

.main-con .header .nav-left {
	width: 40%;
	float: left;
}

.main-con .header .nav-right {
	display: block;
	float: right;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.main-con .header .nav-right li {
	display: inline-block;
	text-align: -webkit-match-parent;
	margin-left: 5px;
}

.main-con .header .nav-right li a {
	display: block;
	padding: 0px 10px;
	line-height: 60px;
	font-size: 14px;
	text-decoration: none;
}


.main-con .header .nav-right li a img {
	margin-right: 6px;
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: middle;
}


.main-con .header .nav-right .nav-user {
	
}

.main-con .header .nav-right .nav-set {
}

.main-con .header .nav-right .nav-help {
}

.main-con .header .nav-right .nav-lang {
}

.main-con .header .nav-right .nav-option {
	margin-left: 4px;
	width: 10px;
    height: 7px;
}
.main-con .header .nav-right .nav-button {
	background-color: #20d0fe;
	margin: 0;
	padding: 0;
	width: 70px;
}

.main-con .header .nav-right .nav-button .nav-but-icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-left: 24px;
	padding: 0;
}
.main-con .header .nav-right li a:hover{
	display: block;
	color: #24c9fe;
}
/*下拉菜单图标*/
.triangle-up{
	margin: 0 45px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #20d0fe;
}

.dropdown-zt-menu{
	position: absolute;
    top: 85%;
    z-index: 1000;
    display: none;
    float: left;
    max-width: 100px;
    padding:0;
    margin:0;
    list-style: none;
    font-size: 14px;
    text-align: left;
}
.main-con .header .nav-right .dropdown-zt-menu ul{
	background: #ffffff;
    border-radius: 8px;
    border: 1px solid #20d0fe;
}
.main-con .header .nav-right .dropdown-zt-menu ul li{
	line-height: 40px;
	border-bottom: 1px dotted #EDEDED;
	margin: 0;
	width: 100px;
	text-align: center;
}
.main-con .header .nav-right .dropdown-zt-menu ul li a{
	line-height: 40px;
	padding: 0;
	display: block;
	font-size: 12px;
	text-align: center;
	
	
}
 


/*
 * main.html
 */

.layout {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #e8eff7;
}

.layout .main {
	width: 100%;
	margin: 25px;
	background-color: #FFFFFF;
}
.tab-contain .w-tab-title{
	margin: 0;
	padding: 0;
	height: 55px;
    background-color: #e8eff7;
}

.tab-contain #tab_ul{
	float: left;
	overflow: hidden;
    margin: 0;
    background-color: #e8eff7;
    position: relative;
}
.tab-contain #tab_ul .ul-width{
	height: 55px;
	overflow: hidden;
    margin: 0;
    background-color: #e8eff7;
}
@media only screen and (min-width: 660px) and (max-width: 920px) {
	.tab-contain #tab_ul .ul-width{
		width: 510px;
	}
}
@media only screen and (min-width: 921px)and (max-width: 1073px) {
	.tab-contain #tab_ul .ul-width{
		width: 680px;
	}
}

@media only screen and (min-width: 1074px)and (max-width: 1230px) {
	.tab-contain #tab_ul .ul-width{
		width: 850px;
	}
}
@media only screen and (min-width: 1231px)and (max-width: 1380px) {
	.tab-contain #tab_ul .ul-width{
		width: 1020px;
	}
}
@media only screen and (min-width: 1381px)and (max-width: 1581px) {
	.tab-contain #tab_ul .ul-width{
		width: 1190px;
	}
}
@media only screen and (min-width: 1582px)and (max-width: 1640px) {
	.tab-contain #tab_ul .ul-width{
		width: 1360px;
	}
}
@media only screen and (min-width: 1641px) {
	.tab-contain #tab_ul .ul-width{
		width: 1360px;
	}
}	
.tab-contain .v-tabs-title {
	background-color: #e8eff7;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 55px;
	float: left;
}
.tab-contain .tab-add {
	float: right;
	background-color: #e8eff7;
	width: 180px;
	margin: 0;
	padding: 0;
	height: 55px;
	float: right;
	border: 0;
	cursor:pointer;
}
.tab-contain .tab-add a{
	background-color: #e8eff7;
	display: block;
	width: 55px;
	margin: 0px 2px;
	padding: 0;
	height: 55px;
	float: left;
	border: 0;
	text-align: center;
	cursor:pointer;
	color: #27c4fe;
}
.tab-contain .tab-add a:hover{
	color: #188ab4;
}

.tab-contain .tab-add a span {
	vertical-align: middle;
	line-height: 55px;
	text-align: center;
	font-size: 20px;
	
}

.tab-contain .tab-add a i {
	vertical-align: middle;
	line-height: 55px;
}

.tab-contain .tab-add a span img {
	vertical-align: middle;
}

.tab-contain .v-tabs-title li {
	float: left;
	margin: 0;
	height: 55px;
	line-height: 55px;
	width: 170px;
	text-align: center;
	cursor: pointer;
}

.tab-contain .tab-title-li span {
	vertical-align: middle;
	margin: 0 10px;
	display: inline-block;
}

.tab-contain .tab-title-li a {
	display: none;
}

.tab-contain .tab-title-li a img {
	vertical-align: middle;
	margin: 0 5px;
}

.current {
	outline: 0;
	background: #fff;
	color: #27c4fe;
	height: 55px;
	width: 170px;
	border-radius: 10px 10px 0 0;
}

.current a {
	display: inline-block !important;
}

.hoverItem a {
	color: #27c4fe;
}


.item {
	display: none;
}

.show {
	display: block;
}




.tab-contain #content {
	width: 100%;
	background-color: white;
	margin: 0;
	padding: 0;
	border-radius: 0 5px 5px 5px;
}

#content .content-ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#content .content-ul li {
	float: left;
	width: 258px;
	height: 245px;
	margin-top: 40px;
}

#content .content-ul li .outbox {
	width: 258px;
	height: 243px;
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
	border: solid 1px #e7e7e7;
	border-radius: 8px;
	margin-bottom: 20px;
}

#content .topbox {
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-radius: 8px 8px 0 0;
	background: -webkit-linear-gradient(left, #2dbbfe, #20d0fe);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #2dbbfe, #20d0fe);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #2dbbfe, #20d0fe);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #2dbbfe, #20d0fe);
	/* 标准的语法 */
	text-align: right;
	vertical-align: middle;
	transition: all 2s;
}

.addbox .tab-add-img {
	height: 243px;
	margin: 0 auto;
	text-align: center;
}

.addbox .tab-add-img span {
	vertical-align: middle;
	height: 243px;
	line-height: 243px;
}

.addbox .tab-add-img img {
	vertical-align: middle;
	margin: 0 auto;
}

#content .topbox img {
	margin-right: 15px;
	vertical-align: middle;
	transition: all 2s;
	-webkit-transition: all 2s;
	cursor: pointer;
}

#content .topbox img:hover {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

#content .tab-list-main .tab-list-img {
	margin: 0 auto;
	width: 256px;
	height: 160px;
}

#content .tab-list-main .tab-list-img img {
	width:256px ;
	height: 160px;
}

#content .tab-list-main .tab-list-line {
	margin: 0 auto;
	width: 90%;
	border-bottom: 1px dashed #e8eff7;
}

#content .tab-list-main .tab-list-title {
	margin: 10px 0;
	display: flex;
	justify-content: center;
}

#content .tab-list-main .tab-list-title span {
	font-size: 14px;
	color: #27c4fe;
	cursor: pointer;
	padding: 0px 10px;
}
#content .tab-list-main .tab-list-img svg{
		width: 256px;
		height: 160px;
	}
@media only screen and (min-width: 660px) and (max-width: 1087.5px) {
	#content .content-ul li {
		width: 220px;
	}
	#content .content-ul li .outbox {
    width: 220px;
    height: 210px;
	}
	#content .content-ul li .outbox {
		width: 220px;
	}
	#content .tab-list-main .tab-list-img {
	margin: 0 auto;
	width: 218px;
	height: 132px;
	}
	#content .tab-list-main .tab-list-img img{
		width: 218px;
		height: 132px;
	}
	
	
	#content .tab-list-main .tab-list-img svg {
		zoom:0.8515625;
	}
	
}

@media only screen and (min-width: 1088px) and (max-width: 1224px) {
	#content .content-ul li {
		width: 235px;
	}
	#content .content-ul li .outbox {
		width: 235px;
		height: 224px;
	}
	#content .tab-list-main .tab-list-img {
	margin: 0 auto;
	width: 233px;
	height: 140px;
	}
	#content .tab-list-main .tab-list-img img{
		width: 233px;
		height: 140px;
	}
	
	
	#content .tab-list-main .tab-list-img svg {
		zoom:0.91015625;
	}
}



/*
 * list.html
 */

.wrap-box {
	margin: 25px;
}

.wrap-table-list .table>thead>tr>th {
	text-align: center;
	padding: 8px;
	background-color: #f0f0f0;
	border: 0;
}

.wrap-table-list .table>tbody>tr>td {
	text-align: center;
	padding: 8px;
}

.wrap-box .wrap-table-list table tbody tr:nth-child(even) {
	background: #F5F5F5;
}

.wrap-box .wrap-table-list .table-text-left {
	text-align: left;
}

.wrap-table-list .table-list-but a {
	margin: 5px 10px;
}
.wrap-table-list .table-list-but .tips {
	user-select: none;
	-webkit-user-select: none;
}

.wrap-table-list .table-list-but .tips:hover,
.wrap-table-list .table-list-but .tips:focus{
	text-decoration: none;
}



.wrap-table-list .table-list-but a i{
	font-size: 16px;
	vertical-align: middle;
}
.wrap-table-list .table-list-but a span{
	margin-left: 4px;
}
.wrap-box .wrap-top-title{
	height: 10px;
}

.wrap-box .wrap-list-title {
	height: 40px;
	margin-bottom: 10px;
}

.wrap-box .search input {
	float: left;
	width: 235px;
	height: 40px;
	padding-left: 10px;
	padding-right: 40px;
	margin-right: 10px;
	border-radius: 25px;
	border: 1px solid #ededed;
}
.wrap-box .search input[type=text]:focus{
    outline: none;    
    border: 1px solid #21cffe; 
}
.wrap-box .search i {
    position: relative;
    z-index: 2;
    width: 34px;
    text-align: center;
    height: 40px;
    font-size: 20px;
    line-height: 34px;
    margin-left: -50px;
    color: #c9c9c9;
}

.wrap-box .but-text input {
	float: left;
	width: 180px;
	height: 40px;
	margin-right: 15px;
	border-radius: 15px;
	border: 1px solid #ededed;
}
.wrap-box .but-text input[type=text]:focus{
    outline: none;    
    border: 1px solid #21cffe; 
}



.wrap-box .temp-select{
	outline: 0;
    outline: none;
	width: 150px;
	height: 40px;
	margin-left: 10px;
	padding-left: 10px;
	border-radius: 25px;
	border: 1px solid #ededed;
	
}
.wrap-box .temp-select:focus{
    outline: none;    
    border: 1px solid #21cffe; 
}

/*模态框*/

#mask {
	width: 100%;
	height: 100%;
	position: fixed;
	opacity:0;
	display:none;
	background: #000;
	z-index: 100;
	top: 0;
	left: 0;
	transition: all 1.2s;
	-webkit-transition: all 1.2s
}

#maskTop {
	width: 85%;
	height: 60px;
	position: fixed;
	opacity: 0;
	display: none;
	background: #000;
	z-index: 100;
	top: 0;
	right: 0;
	transition: all 1.2s;
	-webkit-transition: all 1.2s
}

#maskLeft {
	width: 15%;
	height: 100%;
	position: fixed;
	opacity: 0;
	display: none;
	background: #000;
	z-index: 100;
	top: 0;
	left: 0;
	transition: all 1.2s;
	-webkit-transition: all 1.2s
}


/*大模态宽度660px*/

/*公共部分*/
.max-modal-wrap {
	width: 660px;
	height: 400px;
	position: fixed;
	display: none;
	background: #ffffff;
	border-radius: 15px;
	z-index: 101;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-box-shadow: 8px 7px 11px #333333;
	-webkit-box-shadow: 8px 7px 11px #333333;
	box-shadow: 0px 0px 20px #333333;
	filter:alpha(opacity:0);
	-moz-opacity:0;
	-webkit-opacity:0;
	animation-delay:0.2s;
}
.max-modal-wrap .modal-btn-close {
    position: absolute;
    width: 51px;
    height: 51px;
    right: -22px;
    top: -25px;
    cursor: pointer;
    background-image: url(../img/close.png);
    text-align: center;
    line-height: 40px;
    text-align: center;

}
.max-modal-wrap .modal-btn-close img{
	vertical-align: middle;
    transition: all 3.2s;
}
.max-modal-wrap .modal-main {
	margin: 0 auto;
}

.max-modal-wrap .modal-main-title {
	height: 100px;
	width: 100%;
	background-image: url(../img/modal-main-title.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 15px;
}

.max-modal-wrap .modal-main-title span {
	display: block;
	width: 200px;
	height: 100px;
	margin: 0 auto;
	text-align: center;
	line-height: 80px;
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 1px;
}

.max-modal-wrap .modal-main-data {
	height: 230px;
	margin: 10px 60px 0px 60px;
}

/*分页*/

.max-modal-wrap .modal-page {
	display: inline-block;
	padding-left: 0;
	margin: 0px 0;
	border-radius: 4px;
}

.max-modal-wrap .modal-main-but {
	margin: 0 auto;
	width: 220px;
}

.max-modal-wrap .modal-main-but button {
	width: 100px;
}

.max-modal-wrap .modal-main-but button {
	width: 100px;
}

.max-modal-wrap .modal-main-but button:nth-child(2) {
	float: right;
}
/*公共结束*/

/*集中监控添加设备*/
.max-modal-wrap .modal-main-data .modal-main-list {
	display: block;
	height: 130px;
	border-bottom: 1px dashed #dddddd;
}

.max-modal-wrap .modal-main-list ul {}

.max-modal-wrap .modal-main-list ul li {
	float: left;
	width: 135px;
	height: 40px;
	text-align: left;
	line-height: 40px;
}

.max-modal-wrap .modal-main-list label {
	vertical-align: middle;
	color: #7a7a7a;
	margin: 0;
}

.max-modal-wrap .modal-main-list input {
	height: 15px;
	width: 15px;
	vertical-align: middle;
	margin: 2px 8px;
}
.max-modal-wrap .modal-main-tips{
	margin-top: 15px;
}
.max-modal-wrap .modal-main-tips .modal-tips-search {
	position: relative;
    width: 300px;
    margin: 0 auto;
}

.max-modal-wrap .modal-main-tips .modal-tips-search input {
	float: left;
	width: 300px;
	height: 36px;
	padding-left: 10px;
	padding-right: 40px;
	margin-right: 10px;
	border-radius: 25px;
	border: 1px solid #ededed;

}
.max-modal-wrap .modal-main-tips .modal-tips-search input[type=text]:focus{
    outline: none;    
    border: 1px solid #21cffe; 
}
.max-modal-wrap .modal-main-tips .modal-tips-search i {
  position: relative;
    z-index: 2;
    width: 34px;
    text-align: center;
    height: 36px;
    font-size: 20px;
    line-height: 34px;
    margin-left: -50px;
    color: #c9c9c9;
}

.max-modal-wrap .modal-main-tips .modal-tips-page {
	display: flex;
    justify-content: center;

}

.max-modal-wrap .modal-qx{
  	display: flex;
	justify-content: center;
}
.max-modal-wrap .modal-qx .modal-tips-search{
	margin: 0;
}

.max-modal-wrap .modal-qx .modal-tips-search .search{
	border-color: #dcdcdc;
}
.max-modal-wrap .modal-qx label{
	margin-left: 5px;
	width: 100px;
	display: flex;
	justify-content:center;
	border: 1px solid #20D0FE;
	border-radius: 25px;
	background-color: #20D0FE;
	color: #ffffff;
	font-weight: 100;
}
.max-modal-wrap .modal-qx label span{
	display: inline-block;
	line-height: 36px;
	padding-left: 3px;
}
.max-modal-wrap .modal-qx label .modal-tpis-input{
	line-height: 36px;
}
/*小模态框*/
/*公共部分*/
.min-modal-wrap {
	width: 400px;
	height: 300px;
	position: fixed;
	display: none;
	background: #ffffff;
	border-radius: 15px;
	z-index: 101;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	filter:alpha(opacity:0);
	-moz-opacity:0;
	-webkit-opacity:0;
	animation-delay:0.2s;
	-moz-box-shadow: 8px 7px 11px #333333;
	-webkit-box-shadow: 8px 7px 11px #333333;
	box-shadow: 0px 0px 20px #333333;
}
.min-modal-wrap .modal-btn-close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: -12px;
    top: -12px;
    cursor: pointer;
    background-image: url(../img/close.png);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    text-align: center;

}
.min-modal-wrap .modal-btn-close img{
	margin: 7px;
    transition: all 3.2s;
}
.min-modal-wrap .modal-main {
	margin: 0 auto;
}

.min-modal-wrap .modal-main-title {
	height: 55px;
	width: 100%;
	background-image: url(../img/modal-main-title-min.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 15px;
}

.min-modal-wrap .modal-main-title span {
	display: block;
	width: 200px;
	height: 100px;
	margin: 0 auto;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 1px;
}

.min-modal-wrap .modal-main-data {
	height: 160px;
	margin:0px 35px 0px 35px;
}
.min-modal-wrap .modal-main-but {
	margin: 0 auto;
	width: 220px;
}

.min-modal-wrap .modal-main-but button {
	width: 100px;
}

.min-modal-wrap .modal-main-but button {
	width: 100px;
}

.min-modal-wrap .modal-main-but button:nth-child(2) {
	float: right;
}
/*/公共部分*/


.min-modal-wrap .modal-main-data label {
	width: 90%;
	height: 36px;
	margin-top: 5px;
}

.min-modal-wrap .modal-main-data label span {
	width: 22%;
	float: left;
	text-align: center;
	margin-right: 2%;
	color: #7a7a7a;
	line-height: 36px;
}

.min-modal-wrap .modal-main-data label>input,
.modal-main-data label>select {
	width: 67%;
	height: 36px;
	float: right;
}

/*添加工程模态框*/
.max-modal-wrap .modal-project-list ul li{
	width: 255px;
	height: 55px;
	line-height: 55px;
	float: left;
	margin-left: 5px;
	
}

.max-modal-wrap .modal-project-list label {
	width: 100%;
	height: 34px;
	margin-top: 10px;
	line-height: 55px;
}

.max-modal-wrap .modal-project-list label span {
	width: 35%;
	float: left;
	text-align: center;
	margin-right: 2%;
	color: #7a7a7a;
	line-height: 36px;
}

.max-modal-wrap .modal-project-list label>input,
.max-modal-wrap label>select{
	width: 62%;
	height: 34px;
	float: right;
}
/*特殊场景使用*/
.max-modal-wrap .modal-project-list .modal-tpis-input{
	float: right;
	width: 63%;
	height: 36px;
	line-height: 36px;

}
.max-modal-wrap .modal-project-list .modal-tpis-input input{
	float: left;
	width: 20%;
	height: 20px;
	margin-top: 8px;

}
.max-modal-wrap .modal-project-list .modal-tpis-input select{
	width: 80%;
	height: 36px;
	line-height: 36px;
	float: right;
}

.min-modal-wrap .modal-project-list .modal-tpis-input{
	float: right;
	width: 63%;
	height: 36px;
	line-height: 36px;

}
.min-modal-wrap .modal-project-list .modal-tpis-input input{
	float: left;
	width: 20%;
	height: 20px;
	margin-top: 8px;

}
.min-modal-wrap .modal-project-list .modal-tpis-input select{
	width: 80%;
	height: 36px;
	line-height: 36px;
	float: right;


}
/*免登录浏览*/
.max-modal-wrap .modal-landing-list .landing-input{
	display: flex;
	flex-direction: row;
	line-height: 30px;
}
.max-modal-wrap .modal-landing-list .landing-input span{
	font-size: 15px;
	font-weight: 500;
	margin-right: 20px;
}
.max-modal-wrap .modal-landing-list .landing-input label{
	margin-right: 20px;
}
.max-modal-wrap .modal-landing-list .landing-input .tiem-input{
	height: 26px;
	vertical-align: middle;

}
.max-modal-wrap .modal-landing-list input:focus{
    outline: none;    
    border: 1px solid #21cffe;
}
.max-modal-wrap .modal-landing-list .qr-code{
	width: 150px;
	height: 150px;
	margin: 0 auto;
}
.max-modal-wrap .modal-landing-list .token{
	line-height: 28px;
	color: #8C8C8C;
	font-weight: 400;
}
.max-modal-wrap .modal-landing-list .token input{
	width: 340px;
}
.max-modal-wrap .modal-landing-list .token .token-addr:link, .token-addr:visited{
	color: #FFFFFF;
	
}



    

.max-modal-wrap .modal-landing-list .qr-code img{
	width: 150px;
	height: 150px;
	margin-top: 15px;
}


/*ys*/
.max-modal-wrap .modal-ys-list .modal-ys-link{
	height: 110px;
	margin-bottom: 5px;
}
.max-modal-wrap .modal-ys-list h3{
	text-align: center;
	font-size: 16px;
	color: #000000;
	letter-spacing: 2px;
}
.max-modal-wrap .modal-ys-list ul li{
	width: 540px;
	height: 40px;
	line-height: 40px;
	float: left;
	margin-bottom: 5px;	
}
.max-modal-wrap .modal-ys-list label {
	width: 100%;
	height: 34px;
}

.max-modal-wrap .modal-ys-list label span {
	width: 20%;
	float: left;
	text-align: right;
	margin-right: 2%;
	color: #7a7a7a;
}
.max-modal-wrap .modal-ys-list label>input{
	width: 65%;
	height: 34px;
	margin: 0;
	padding: 0;
}
.max-modal-wrap .modal-ys-list label a{
	width: 10%;
	display: block;
	height: 34px;
	float: right;
	text-align: left;
	color: #000000;
	text-decoration: none;
}
.max-modal-wrap .modal-ys-list label a:hover{
	color: #ffab51;
}
.max-modal-wrap .modal-ys-but{
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.glyphicon{
	position: inherit;
	font-size: 16px;
}

/**/
.iframe-layout .history-left{
	float: left;
	width: 20%;
	height: 100%;
	padding: 20px 15px;
	overflow-y:scroll;
}
.iframe-layout .history-left .select-box{
	border-bottom: 1px solid #8a8a8a;
    height: 90px;
    margin-bottom: 20px;
}
.iframe-layout .history-left label{
	font-size: 14px;
	display: block;
}
.iframe-layout .history-left select{
	margin: 0 auto;
	width: 100%;
    height: 38px;
    padding-left: 3px;
    outline: none;
}

.iframe-layout .history-left select:focus {
    outline: none;
    border: 1px solid #21cffe;
}
.iframe-layout .history-left .history-left-ul{
	margin-top: 20px;
	text-decoration: none;
	width: 100%;
}
.iframe-layout .history-left .history-left-ul li{
	list-style: none;
	height: 40px;
	line-height: 50px;
	border-bottom: 1px solid #ccc;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.iframe-layout .history-left .history-left-ul li:hover{
	font-weight: 500;
    font-size: 16px;
    color: #2eb9fe;
    border-bottom: 1px solid #2eb9fe;
    
}
.iframe-layout .history-left .history-left-ul li:active{
	font-weight: 500;
    font-size: 16px;
    color: #2eb9fe;
    border-bottom: 1px solid #2eb9fe;
    
}
.iframe-layout .history-left .history-left-ul li a{
	color: #8a8a8a;	
}
.iframe-layout .history-left .history-left-ul li a:active{
	font-weight: 500;
    font-size: 16px;
    color: #2eb9fe;
}
.iframe-layout .history-left .history-left-ul li a:hover{
    color: #2eb9fe;
}
.iframe-layout .history-right{
	float: right;
	width: 80%;
	height: 100%;
}

/*萤石视频*/
.video .tab-contain .v-tabs-title {
    background-color: #e8eff7;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 55px;
    float: left;
}
.video .video-tab{
	padding: 25px;
}
.video .video-key-list{
	margin-top: 10px;
	background: #EDEDED;
	padding: 15px;
	width: 100%;
	height: 200px;
}
.video .video-key{
	margin-bottom: 12px;
}
.video .video-key label{
	margin-right: 5px;
	font-size: 16px;
	font-weight: 500px;
	
}
.video .video-key span{
	font-size: 14px;
	
}


/*实时数据*/
.iframe-layout{
	width: 100%;
    height: 100%;
    overflow: hidden;
}
.iframe-main{
	margin: 10px;
}
.iframe-main .wrap-list-title{
	width: 100%;
	height: 40px;
	margin-bottom: 3px;
}
.iframe-zt-input{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 40px;
    line-height: 40px;
}
.iframe-zt-input .zt-act-data{
	display: inline-flex;
	margin-right: 10px;
}
.iframe-zt-input .zt-act-data label{
	padding-right: 5px;
	line-height: 40px;
	margin: 0;
	font-weight: 500;
}  
.iframe-zt-input .zt-act-data select{
	width: 100px;
	height: 35px;
	line-height: 40px;
	margin-right: 10px;
	vertical-align: middle;
}
.iframe-zt-input .zt-act-data select:focus{
	outline: none;    
    border: 1px solid #21cffe; 
    clip:rect(2 80 20 2);
}

#iframe-table-cont{
	height: 400px;
}

#iframe-table-cont table th{
	background:#c1c1c1 ;
}

.iframe-zt-input .iframe-alarm-data{
	display: inline-flex;
	margin-right: 10px;
}
.iframe-zt-input .iframe-alarm-data label{
	padding-right: 5px;
	line-height: 40px;
	margin: 0;
	font-weight: 500;
}
.iframe-zt-input .iframe-alarm-data select{
	width: 100px;
	height: 35px;
	line-height: 40px;
	margin-right: 10px;
	vertical-align: middle;
}
.iframe-zt-input .iframe-alarm-data input{
	width: 129px;
	height: 35px;
	line-height: 40px;
	margin-right: 10px;
	vertical-align: middle;
	overflow: hidden;
}
.btn-time-search{
    color: #ffffff;
    background-color: #20D0FE;
    border-color: #20D0FE;
    padding: 0;
    height: 35px;
    width: 35px;
}
.btn-time-search:hover, .btn-time-search:focus, .btn-time-search.focus{
	color: #FFFFFF;
    text-decoration: none;
}
.iframe-zt-input .iframe-his-data{
	display: inline-flex;
	margin-right: 5px;
}
.iframe-zt-input .iframe-his-data label{
	padding-right: 2px;
	line-height: 40px;
	margin: 0;
	font-weight: 500;
}
.iframe-zt-input .iframe-his-data select{
	width: 100px;
	height: 35px;
	line-height: 40px;
	margin-right: 10px;
	vertical-align: middle;
}
.iframe-zt-input .iframe-his-data input{
	width: 129px;
	height: 35px;
	line-height: 40px;
	margin-right: 10px;
	vertical-align: middle;
	overflow: hidden;
}
.btn-show-list{
	padding: 0;
    height: 35px;
    width: 40px;
    line-height: 35px;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    margin-bottom: 0;
    border: 1px solid transparent;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
}
.btn-list{
    color: #ffffff;
    background-color: #286090;
    border-color: #286090;
    
}
.btn-curves{
    color: #ffffff;
    background-color: #8C8C8C;
    border-color: #8C8C8C;
}



.iframe-main .iframe-his-data-time{
	height: 40px;
	line-height: 40px;
}
.iframe-main .wrap-table-list-his{
	margin-top: 40px;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #FFFFFF;
    border-radius: 4px;
}
.breadcrumb li a{
	color: #BBBBBB;
}
.breadcrumb > li + li:before{
	content: ">";
    padding: 0 5px;
    color: #cccccc;
}
.breadcrumb .li-current a{
	color:#ffab51 ;
}