html,body,div,ul,ol,li,p,span,i,em,time,img,a,input,table,tr,td,th,thead,tbody,label,sup,iframe,button,textarea{
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size:inherit;
	font-family: "微软雅黑";
	/*-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;*/
}
img{
	border: 0;
}
img[src=""]{
	opacity: 0;
}
button,input{
	font-family: "微软雅黑";
	font-size: 0.14rem;
	
}
input{
	color: #333333 !important;
}
input[type="checkbox"]{
	content: url(../images/inputs_icon.png);
	background: red;	
}
input[type="checkbox"]:checked{
	content: url(../images/input_icon.png);
}

a{
	color: #2883e1;
}
a,button{
	cursor: pointer;
}
input[type="radio"]{
	border: 0;
}
ol,ul{
	list-style: none;
}
#list{float:left;}
a{
	text-decoration: none;
}
input,button,select{
	outline: none;
	font-family: "微软雅黑";
}

select{
	color: #333333;
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    -ms-appearance:none;
    outline-style: none;
}
select option:checked{
	background: #ffffff;
	color: #333333;
}
select option:hover{
	background:#1E90FF;
}
select::-ms-expand { 
	display: none;
}          

textarea{
	resize: none;
	border: 1px solid #cdd2d8;
	outline-style: none;
}

.resize{
	overflow: hidden;
	float: left;
	z-index: 2;
}
html,body,.top_header{
	font-family: "微软雅黑";
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14rem;
	color: #333333;
	overflow: hidden;
	
}
#iframeTop{
	max-height: 0.54rem;
	width: 100%;
}
.clear-pad{
	padding: 0 !important;
}
.clear-mar{
	margin: 0 !important;
}
.clear-border{
	border: 0 !important;
}

.tabList,.tab{
	width: 100%;
	height: 100%;
}
.box{
	min-width: 1200px;
	min-height: 580px;
}
.box_l{
	overflow: auto;
}
.box_r{
	min-width: 1044px;
}
.content-box{
	height: 100%;
	overflow: auto;
}

.ld_tabView{
	display: none;
}

.block{
	width: 100% !important;
	overflow: hidden;
}
.top_header{
	min-height: 0.27rem;
	background:#2883e1;
}


iframe,.y_hidden{
	overflow: hidden;
}
#iframeRight html,#iframeRight body{
	overflow: hidden;
}

.lf-bg{
	background: #37383e !important;
}
.rg_bg{
	background: #ffffff !important;
}
.tp_bg{
	background: #2883e1 !important;
}


.scroll{
	overflow: auto;
}

.checkbox-td{
	min-width: 0.74rem;
	width: 0.74rem;
}

/*animation*/
.font{
	font-size: 100px;
}

.fr{
	float: right !important;
}
.f2{
	float: left !important;
}
.clear_pdVertical{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

#content{
	min-width: 100%;
	float: left;
}


.erro_box{
	height: 0.18rem;
	background: transparent;
	width: 100%;
	float: left;
}
.erro-style{
	color: #333333;
	font-family:"微软雅黑";
	font-size: 0.14rem;
	line-height: 0.18rem;
	float: left;
	margin-top: 0.05rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	text-align: left;
}

.erro-style:before{
	content: url(../images/erros_icon.png);
	display: inline-block;
    vertical-align: middle;
	margin-right: 0.08rem;
}

/*media css*/

@media only screen and (min-width: 2000px)  {
	.scroll{
		overflow: auto;
	}
}


@media only screen and (min-width: 1380px)and (max-width:1900px){
	/*.box{
		min-height: 8rem;
	}*/
	/*.content-box{
		min-height: 8.2rem ;
	}*/
	 /*html,body {
	 	font-size:100px !important;
	}*/
    
}
html,body {
font-size:100px !important;
}
/*@media only screen and (min-width: 1901px)and (max-width:1920px){
	
	 html,body {
	 	font-size:110px !important;
	}

}
 */
 @media only screen and (max-width: 1366px){
 	/*.content-box{
		height: 7.9rem ;
	}*/
	#iframeTop{
		min-height: 0.5rem;
	}
	.navList li span{
		margin-top: 0.12rem !important;
	}
	 /*html,body {
	 	font-size:100px !important;
	}*/
	.tenant-information,.basice-content .ldtree-box,.organization-information .default-information,.organization-tree .ldtree-box,.post-information .default-information{
		height: 5rem;
	}
	.tab-view #device-newbox .ldtree-box{
		height: 3.64rem !important;
	}
 }

 @media only screen and (max-height: 768px) {
 	#iframeTop{
		height: 0.5rem;
	}
 }
 /*@media only screen and (max-width: 1188px){
 	 html,body {
	 	font-size:80px !important;
	}
 }*/

/*menu*/
.system-menu{
	width: 1.35rem;
	border: 1px solid #e2eaf2;
	overflow: auto;
	position: fixed;
	display: none;
	z-index: 600;
	
}
.system-menu li{
	width: 100%;
	height: 0.35rem;
	line-height: 0.35rem;
	text-align: center;
	float: left;
	background: #FFFFFF;
	color: #333333;
	font-size: 0.14rem;
	border-bottom: 1px solid #e2eaf2;
	cursor: pointer;
}
.system-menu li.active,.system-menu li:hover{
	background: #49d882;
	color: #ffffff;
}
.system-menu li:last-of-type{
	border-bottom: 0;
}

/*erro css*/
.err_404,.err_404 img{
	width: 100%;
	height: 100%;
}

.err_btn{
	width: 2rem;
	height: 0.46rem;
	line-height: 0.46rem;
	font-size: 0.2rem;
	color: #2883e1;
	border: 1px solid #2883e1;
	border-radius: 0.06rem;
	position: absolute;
	text-align: center;
	top: 65.5%;
	left: 50%;
	background: #ffffff;
	margin-left: -1rem;
}


/*Component style*/
.tab-view{
	padding: 0.2rem ;
	height: 100%;
	width: 100%;
	background: #ffffff;
	overflow: auto;
	font-size: 0.14rem;
}

.title{
	width: 100%;
	height: 0.5rem;
	line-height: 0.5rem;
	color: #ffffff;
	background: #2883e1;
	border-top-left-radius: 0.04rem;
	border-top-right-radius: 0.04rem;
	padding-left: 0.2rem;
	color: #ebf1fb;
	font-size: 0.16rem;		
}
  
.tab-btn{
	height: 0.38rem;
	line-height: 0.38rem;
	display:block;
	background: #e2e3e6;
	color: #555555;
	font-size: 0.14rem;
	padding: 0px 0.17rem;
	border-top-left-radius: 0.05rem;
	border-top-right-radius: 0.05rem;
	margin-right: 0.2rem;
	border: 0;
	cursor: pointer;
	text-align: center;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tab-btn .close-icon{
	width: 0.18rem;
	height: 0.18rem;
	float: left;
	position: absolute;
	top: -0.07rem;
	right: -0.07rem;
	display: inline;
}
.tab-btn .close-icon img{
	width: 100%;
	height: 100%;
	float: left;
}
.tab-btn.active,.tab-btn:hover{
	background: #49d882;
	color: #FFFFFF;
}
.rulegroup-box{height: 100%;overflow: auto;}

.default-btn{
	display: inline-block;
	padding: 0.08rem 0.19rem;
	border: 0;
	background: #2883e1;
	border-radius: 0.04rem;
	font-size: 0.14rem;
	color: #ffffff;
	float: left;
	margin-right: 0.1rem;
}

.default-btn .icon{
	width: 0.14rem;
	height: 0.14rem;
	vertical-align:baseline;
	margin:0.03rem 0.05rem 0 0;
	float: left;
}

.white-btn{
	background: #ffffff;
	color: #333333;
	border: 1px solid #cccccc;
}

.green-btn{
	background: #ffbe4e;
	color: #ffffff;
	border: 1px solid #ffb435;
}
.gray-btn{
	background: #fafafa;
	color: #333333;
	border: 1px solid #cccccc;
}
.default-btn:hover{
	background:#2196F3;
}
.green-btn:hover{
	background:#f1cf6b;
}
.gray-btn:hover{
	background:#e4e1e1;
}



.default-table{
	float: left;
	background: #ffffff;
	border-radius: 0.04rem;
	width: 100%;
	
}
.default-tablea{
	background: #ffffff;
	border-radius: 0.04rem;
	width: 100%;
	
}
.default-table th{
	border-bottom: 1px solid  #cdd2d8;
	border-right:  1px solid  #cdd2d8;
	color: #555555;
	font-size:0.14rem;
	height:0.46rem;
	min-width: 0.74rem;
	text-align: center;
	white-space: nowrap;
	background: #f8f9fb;
	overflow: hidden;
    text-overflow: ellipsis;
}
.default-tablea th{
	border-bottom: 1px solid  #cdd2d8;
	border-right:  1px solid  #cdd2d8;
	color: #555555;
	font-size:0.14rem;
	height:0.46rem;
	min-width: 0.74rem;
	text-align: center;
	white-space: nowrap;
	background: #f8f9fb;
}
.default-table th:last-child{
	border-right: 0;
}
/*.default-tablea th:last-child{
	border-right: 0;
}*/
/*tengsoo 4-7*/
.default-table td{
	border-bottom: 1px solid  #cdd2d8;
	border-right:  1px solid  #cdd2d8;
	color: #777777;
	height: 0.46rem;
	white-space: nowrap;
	word-break: keep-all;
	padding: 10px;
	font-size: 0.14rem;
	text-align: center;
	/* width: 30%; */
	overflow: hidden;
	text-overflow: ellipsis;
}
.default-tablea td{
	border-bottom: 1px solid  #cdd2d8;
	border-right:  1px solid  #cdd2d8;
	color: #777777;
	height: 0.46rem;
	white-space: nowrap;
	word-break: keep-all;
	padding: 10px;
	font-size: 0.14rem;
	text-align: center;
	/* width: 30%; */
	overflow: hidden;
	text-overflow: ellipsis;
}
/*end*/

.default-table tbody tr:hover{
	background: #fffdfd;
}
.default-table td .operationBtn{
	margin-right: 0.26rem;
}
.default-table td .operationBtn:last-child{
	margin-right: 0;
}

.default-table td .operationBtn:hover{
	text-decoration: underline;
}

.default-table td:last-child{
	border-right: 0;
}

.default-table tr:last-child td{
	border-bottom: 0px;
} 

.default-list{
	width: 7.3rem;
	overflow: hidden;
	text-align: center;
	margin: 0.2rem auto 0;
}

.default-list li{
	width: 100%;
	overflow: hidden;
	padding-left: 0.2rem;
	float: left;
	margin-bottom: 0.2rem;	
}

.default-information{
	background: #ffffff;
	height: 6.42rem;
	width: 100%;
	float: left;
	overflow: auto;
	padding-bottom: 0.3rem;
	border:1px solid #cdd2d8;
	border-top:0px;	
}

.input-group .lable{
	width: 0.86rem;
	height: 0.34rem;
	display: block;
	float: left;
	text-align: right;
	padding-right: 0.1rem;
	color: #939699;
	font-size: 0.14rem;
	line-height: 0.34rem;
}

.input-group .lable sup{
	margin-top: -0.3rem!important;
	float: left!important;
	color: #ff0000;
}

.input-group input,.input-group select,.input-group textarea{
	float: left;
	width: 2.7rem;
	height: 0.32rem;
	border-radius: 0.04rem;
	border: 1px solid #cdd2d8;
	padding-left: 0.1rem;
	font-size: 0.14rem;
}
.input-group select{
	width: 2.8rem;
}
.input-group input[type="radio"]{
	width: 0.14rem;
	height: 0.14rem;
	float: left;
	margin: 0.12rem 0.1rem 0 0 ;
	border: 0;
}

.input-group .redio-name{
	float: left;
	line-height: 0.36rem;
	margin-right: 0.2rem;
	font-size: 0.14rem;
}

.input-group input[type="radio"]:before{
	content: '' !important;
}



.radio-group{
	width: 2.7rem;
	float: left;
	padding-left: 10.1rem;
}
.radio-group span{
	float: left;
	margin-top: 0.1rem;
	font-size: 0.14rem;
	margin-right: 0.38rem;
	color: #939699;
}

.default-information .green-btn{
	width: 1.2rem;
	height: 0.34rem;
	float: left;
	margin-left: 0.86rem;
	margin-top: 0.1rem;
}



/*top html*/
.logo{
	width: 13.55%;
	height: 100%;
	float: left;
	color: #ffffff;
	text-align: center;
	line-height:160%;
	font-size: 0.24rem;
}
.logo img{width: 54%;box-sizing: border-box;max-height: 0.35rem;}
.nav{

	overflow: hidden;
	height: 100%;
	float: left;
}
.navList{
	overflow: hidden;
	height: 100%;
}
.navList li{
	height: 100%;
	overflow: hidden;
	float: left;
	position: relative;
}
.navList li .triangle{
	height: 0px;
	width: 0px;
	border-bottom: 0.06rem solid #ffffff;
	border-left: 0.06rem solid transparent;
	border-right: 0.06rem solid transparent;
	position: absolute;
	margin-left: -0.06rem;
	bottom: 0;
	left: 50%;
	float: left;
	z-index: 2;
	display: none;
}

.navList li .triangle.active{
	display: block;
}

.navList li span{
	float: left;
	background: transparent;
	margin: 0.10rem 0.04rem ;
	padding: 0.05rem 0.10rem;
	text-align: center;
	font-size: 0.16rem;
	color: #ffffff;
	border-radius: 0.04rem;
	cursor: pointer;
}
.navList li a{overflow: hidden;float: left;}

.navList li span:hover,.navList li span.active{
	background: #49d882;
	
}
.navList li a:hover span{
	background: #49d882;
}
.navList li:hover .triangle{
	display: block;
}


.login-prompt{
	float: right;
	font-size: 0.14rem;
	
}
.login-prompt .signOut{
	float: left;
	font-size: 0.14rem;
	color: #ffffff;
}
.login-prompt .signOut:hover{
	color: red;
}
.login-prompt .signOut img{
	vertical-align: baseline;
	margin: 0.04rem  0.06rem 0 0.1rem;
}
.login-prompt span{
	float: left;
	display: block;
	line-height: 0.28rem;
	padding-right: 0.1rem;
	line-height: 0.5rem;
}
.login-prompt .prompt{
	color: #ffffff;
}

.login-prompt .sign-outBtn{
	color: #ffffff;
	
}
.login-prompt .user-icon,.login-prompt .sign-outIcon{
	width: 0.23rem;
	height: 0.23rem;
	border-radius: 50%;
	vertical-align:baseline;
	float: left;
	margin: 0.12rem 0.06rem 0 0 ;
}

/*mask*/
.ld-mask,.ld-mask-white{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	display: none1;
}
.ld-mask-white{
	background: rgba(240,245,250,.5);
}
.ld-popup-erro{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	display: none;
	background: #2883e1;
	padding: 2px;
}
.ld-popup-erros{
	width: 3.86rem;
	background: #ffffff;
	border-radius: 0.04rem;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	overflow: hidden;
	text-align: center;
	background: #2883e1;
	padding: 0.04rem;
	display: none;
}
.ld-popup-box{
	overflow: hidden;
	padding-bottom: 0.32rem;
	background: #ffffff;
	border-bottom-left-radius: 0.04rem;
	border-bottom-right-radius: 0.04rem;
	  padding: 0 10%;
}

.ld-popup-erros .title,.ld-popup-erro .title{
	position: relative;
}

.ld-popup-erros .title-text,.ld-popup-erro .title-text{
	color: #d4e1f3;
	font-size: 0.16rem;
	float: left;
	
}
.setting-close-icon{
    position: absolute;
    top: 0.18rem;
    right: 0.2rem;
}
.ld-popup-erros  .title-icon,.ld-popup-erro .title-icon{
	width: 0.16rem;
	height: 0.16rem;
	vertical-align: middle;
	margin-right: 0.08rem;
	float: left;
	margin-top: 0.18rem;
}
.ld-popup-erros .title .close-icon,.ld-popup-erro .title .close-icon{
	width: 0.14rem;
	height: 0.14rem;
	position: absolute;
	top: 0.18rem;
	right: 0.2rem;
	cursor: pointer;
	margin: 0 !important;
}
.popup-erro-btn{
	position: relative;
	width: 100%;
	height: 0.6rem;
	float: left;
	overflow: hidden;
	margin-bottom: 11px;
}
.popup-erro-btn .default-btn{
	float: left;
	position: absolute;
	left: 50%;
	margin-left: -0.33rem;
}

.ld-popup-erros .default-btn{
	margin-top: 0.23rem;
}
#loading .default-btn{
	width: 1.2rem;
	margin-top: 0.2rem;
	margin-left:-0.6rem;
}
.popup-erro-prompt{
	/*margin-top: 0.3rem;
	text-align: left;*/
	margin-top: 0.3rem;
    text-align: left;
    /*height: 1rem;*/
  max-height: 1rem;
    overflow-y: auto;
    margin-top: 0;
}

.ld-popup-erros .popup-prompt-icon{
	width: 0.3rem;
	height: 0.3rem;
	margin: auto;
	display: block;
	margin-top: 15px;
    margin-bottom: 12px;
}
.popup-erro-prompt span{
   font-size: 0.2rem;
    /* line-height: 0.3rem; */
    color: #333333;
    /* border: 1px solid #cccccc; */
    display: block;
    width: 3rem;
    margin: auto;
    max-height: 1rem;
    /* padding: 0 8px; */
    overflow-y: auto;
    vertical-align: middle;
    text-align: center;
    word-wrap: break-word;
}

.ld_loading{
	overflow: hidden;
	background: #ffffff;
	/*position: relative;
	left: 50%;*/
	z-index: 100;
	/*text-align: center;*/
}
.ld_loadImg{
	width: 0.86rem;
	height: 1.24rem;
	margin:29px auto 0;
}


.password-box{
	width: 5.38rem;
	height: auto;
	overflow: hidden;
	display: none;
}

.password-edit{
	background: #ffffff;
	overflow: hidden;
	padding: 0.46rem 1.26rem 0.58rem 1.26rem;
}
.password-edit button.default-btn {margin-left: 0!important;}
.password-edit .airport-table{
	width: 100%;
}


/*left html css*/

.left-nav{
	
}
.side-navigation{
	
}

.side-navigation li{
	overflow: hidden;
	border-bottom: 1px solid #3e3f45;
	cursor: pointer;
}

.side-navigation li span{
	font-size: 0.16rem;
	line-height: 0.2rem;
	padding: 0.19rem 0  0.19rem 0.24rem;
	float: left;
	width: 100%;
	color: #d2e4ff;
	border-bottom: 1px solid #2b2c32;
	position: relative;
}


.side-navigation li .triangle{
	height: 0px;
	width: 0px;
	border-top: 0.08rem solid #d2e4ff;
	border-left: 0.06rem solid transparent;
	border-right: 0.06rem solid transparent;
	position: absolute;
	margin-top: -0.04rem;
	top: 50%;
	right:0.3rem;
	float: left;
	z-index: 2;
	display: none;

}
.side-navigation li .triangle.active{
	display: block;
}


.side-navigation li .navigation-icon{
	width: 0.21rem;
	height: 0.21rem;
	vertical-align: bottom;
	margin-right: 0.06rem;
}

.side-navigation-second{
	float: left;
	width: 100%;
	background: #2b2c32;
	display: none;
	
}
.side-navigation-second .side_tab{
	padding: 0.19rem 0  0.19rem 0.24rem !important;
}

.side-navigation-second .side_tab2{
	padding: 0 !important;
}



.side-navigation-second li{
	color: #8b95a4;
	font-size: 0.14rem;
	padding: 0.12rem 0 0.12rem 0.44rem;
	background: transparent;
	margin: 0.08rem 0;
	float: left;
	width: 100%;
	border-bottom: 0px;
	cursor: pointer;

}
.side-navigation-second li:not([class]):hover{
	background: #323338;
	border-left: 0.03rem solid #49d882;
}


/*login css*/
.login-bg{
	background:#2378f1 url(../images/login_bg.png) no-repeat;
	height: 100%;
	background-size: 100% 100%;
}

.login-form{
	width: 3.8rem;
	background: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1.72rem 0 0 -1.9rem;
	padding: 0 0.55rem;
	border-radius: 0.06rem;
	padding-bottom: 0.6rem;
}

.login-logo{
	height: 0.96rem;
	line-height: 0.96rem;
	text-align: center;
	font-size: 0.2rem;
	color:#2883e1;
	
}

.input-block-icon input[type="text"],.input-block-icon input[type="submit"],.input-block-icon input[type="password"]{
	width: 100%;
	height: 0.36rem;
	line-height: 0.16rem;
	border: 1px solid #cdd2d8;
	float: left;
	color: #333333;
	font-family:"微软雅黑";
	border-radius: 0.04rem;
	padding: 0.1rem;
}
.input-block-icon input[type="submit"]{
	background: #2883e1;
	color: #ffffff !important;
	font-size: 0.16rem;
	padding: 0;
}
.login-form .input-block-icon .yanzhengma{
	width: 1.4rem;
}
.login-form .input-block-icon .yanzhengmabtn{
	width: 1.2rem;
	height: 0.36rem;
	background: #b9b9b9;
	margin-left: 0.08rem;
	border-radius: 0.04rem;
	border: 0;
}

.login-u{
	width: 1rem;
	height: 0.3rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -2.1rem 0 0 -0.5rem;
}

/*erro_dontJurisdiction*/
.erro-jurisdiction{
	padding: 0.4rem;
	border: 1px solid #cdd2d8;
	overflow: hidden;
	background: #ffffff;
}
.jurisdiction-img{
	width: 0.3rem;
	height: 0.3rem;
	float: left;
}
.err-content{
	padding-left: 0.48rem;
	
}
.err-content h2{
	padding: 0;
	margin: 0;
	font-size: 0.24rem;
	line-height: 0.3rem;
	margin-bottom: 0.2rem;
}
.err-content .prompt{
	font-size: 0.16rem;
	color: #666666;
	margin-bottom: 0.2rem;
}
.err-content .default-btn{
	width: 1.2rem;
	text-align: center;
}
/*tengsoo 4-5 ӥ�۵�ͼ*/
.upload-file-ts {
	position:relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.upload-file-ts .input_text {
	width: 2.53rem;
	height: 1.3rem;
	line-height: 1.3rem;
	padding: 5px;
	border: 1px solid #C0C5CB;
	font-size: 12px;
	color: #333;
	border-radius: 0.1rem;
}
.upload-file-ts .input_sub {
	width: 0.62rem;
	height: 0.35rem;
	text-align: center;
	margin-left:0.04rem;
	font-size: 0.14rem;
	color: #fff;
	border: none;
	border-radius:0.04rem;
	background: #2785c5;
}
.upload-file-ts .file-input {
	position: absolute;
	top: 0.35rem;
	left: 0rem;
	right: 0rem;
	height: 0.35rem;
	filter: alpha(opacity : 0);
	opacity: 0;
	width: 3.2rem;
}
/*end*/
/*tengsoo 4-5 ����*/
.upload-file-tengsoo {
	position:relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.upload-file-tengsoo .input_text-tengsoo {
	width: 2.53rem;
	height: 0.35rem;
	line-height: 0.35rem;
	padding: 5px;
	border: 1px solid #C0C5CB;
	font-size: 0.14rem;
	color: #333;
	border-radius: 0.04rem;
	margin-top:0.2rem;
}
.upload-file-tengsoo .input_sub-tengsoo {
	width: 0.62rem;
	height: 0.35rem;
	text-align: center;
	font-size: 0.14rem;
	color: #fff;
	border: none;
	border-radius:0.04rem;
	background: #2785c5;
}
.upload-file-tengsoo .file-input-tengsoo {
	position: absolute;
	top: 0.2rem;
	left: 0rem;
	right: 0rem;
	height: 0.35rem;
	filter: alpha(opacity : 0);
	opacity: 0;
	width: 3.2rem;
}
@media only screen and (max-height:866px) {
	.device-templatePreview{max-height: 7rem!important;overflow-y: auto;}
}
@media only screen and (max-height:604px) {
	.device-templatePreview{max-height: 5rem!important;overflow-y: auto;}
}
@media only screen and (max-height:522px) {
	.device-templatePreview{max-height: 4rem!important;overflow-y: auto;}
}
.device-templatePreview{max-height: 8rem;overflow-y: auto;width: 665px;}
.urgent-box .airport-table.condition-bg button.default-btn{margin-left: 0!important;}
.airport-table.condition-bg button.default-btn{margin-left: 0!important;}
.open-edit-box .default-btn{margin-left: 0!important;}
.default-table tbody tr:hover{background: #E8EBED;}
.default-table tbody tr:hover td:nth-child(1){background: #E8EBED;}
.default-table tbody tr:hover td:nth-child(2){background: #E8EBED;}
.default-table tbody tr:hover td:nth-child(3){background: #E8EBED;}
.default-table tbody tr:hover td:nth-last-child(1){background: #E8EBED;}
.tablePrint{overflow: auto;height: 7rem;border: 1px solid #CCCCCC;}
.tablePrintAA{overflow: auto;height: 7rem;}
.input-upload{margin-left: 0 !important;}
.report-box .tab-view{height: auto;}
.img-binding{border: 1px solid #CCCCCC;max-height: 2rem; overflow: hidden;}
.img-binding img{width: 41%;max-height: 100%;box-sizing: border-box;}
.sele-time{width: 100%;float: left;margin-top: 10px;}
.sel-name{margin-left: 1%!important;margin-right: 1%!important;}
.loading-popup-box{height: 2rem;}
.loading-popup{max-height: 2rem!important;}
.loading-popup>span{max-height: 2rem!important;display: block;width: 100%;}
.bottom-navigation .table-pages{float: left;margin-left: 24px;width: 10%;}
.tenant_binding{overflow: auto;height: 100%;}
.approvalpending-box.user-edit.content-box.details .airport-table button.default-btn{margin-left: 0!important;}
.approvalpending-box .form-information{height: auto!important;}
/*.dynamic-chuaa{display: none;}*/
.rulelist-box{max-height: 100%;overflow: auto;}
.userADD-box .input-group.list-input a button.default-btn{margin-left: 0!important;}
.bottom-navigation .table-pages select.page_size{
	width: 0.7rem;
	height: 0.25rem;
	background: url(../images/select_bg.png) no-repeat;
	background-size: 0.2rem 0.3rem;
	background-position:right center;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	margin-right: 0rem;
	padding-left: 9%;
	-moz-appearance: none;
    border: 1px solid #ccc;
    padding-right: 12%;
}
.event-box{height: 100%;}
.event-navigation{margin-bottom: 80px!important;}
.interfaces-box{height: 100%;}
.bottom-navigation .table-pages span{margin-left: 5%;}
.multis-box{overflow: hidden;}
/*航班主表*/
.dytable-man{width: 100%;clear: both;overflow-x: hidden;box-sizing: border-box;overflow-y: auto;}
.dytable-man .dytable-left table{width: 100%;table-layout: fixed;}
.dytable-man .dytable-left table th,.dytable-man .dytable-left table td{width: 40%;}
.dytable-man .dytable-left table th:nth-child(1),.dytable-man .dytable-left table td:nth-child(1){width: 20%}
.dytable-man .dytable-left{width: 20%;float: left;}
.dytable-man .dytable-center{width: 65%;float: left;overflow: auto;}
.dytable-man .dytable-right{width: 15%;float: right;}
.dytable-man .dytable-right table th,.dytable-man .dytable-right table td{border-right: none;border-left: 1px solid #CCCCCC;}
.dytable-man .dytable-center table td:nth-last-child(1),.dytable-man .dytable-center table th:nth-last-child(1){border-right: none;}
/*.default-tablea  tr:hover td{background: #E8EBED;}*/
.choice-rule .sort-bottom a:nth-child(1){margin-left: 0!important;}
/*鹰眼地图*/
.monitor-map{clear: both;overflow: hidden;margin-bottom: 15px;}
.monitor-map span{float: left;display: block;width: 20%;}
.monitor-map img{float: left;margin-left: 2%;cursor: pointer;}
.monitormap-btn>a{width: 16%;margin: 0.02rem 42%;display: block;text-align: center;}
.btn-a{margin-right: 0!important;}
.info-box{height: 100%!important;}
.clear-pad>input{height: 0.33rem!important;}
.clear-pad>button{height: 0.33rem!important;}
.strutued-box .airport-table a.default-btn{margin-left: 0!important;}
.multisAdd-box .airport-table input.default-btn{margin-left: 0!important;}
.details-box .airport-table a.default-btn{margin-left: 0!important;}
.tablePrint table.default-table th{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;word-break: keep-all;}
.add-tenant.keyword-addbox .airport-table li{clear: both;overflow: hidden;float: none;}

.select2-dropdown{font-size: 14px;}
.select2-search--dropdown  input{height: 0.3rem!important;font-size: 14px;line-height: 0.3rem;}
.select2-container--default .select2-selection--single{height: 0.35rem!important;line-height: 0.3rem!important;border: 1px solid #cdd2d8!important;border-radius: 0.02rem!important;}
.select2-results {
	font-size: 0.15rem;
}

.select2-search .select2-search--dropdown {
	height: 30px;
}
.select2-selection__rendered{height: 0.35rem!important;line-height: 0.34rem!important;}
.select2-selection__arrow{height: 0.33rem!important;}

@media only screen and (min-width:1254px)  and (max-width:1366px){
	.infoLeft-box{height: 6.4rem!important;}
	/*.inforight-box{height: 6.98rem!important;}*/
}
@media only screen and (max-width:1342px) {
	/*基础数据    行李提取*/
 .lugfetch-btn .tenant-seach  input[type="text"],.lugfetch-btn  .tenant-seach  select{width: 2rem;}
 /*基础数据    行李装卸转盘*/
 .lugload-btna .tenant-seach  input[type="text"],.lugload-btna  .tenant-seach  select{width: 2rem;}
 /*基础数据   值机柜台*/
 .checkincounter-btn .tenant-seach  input[type="text"],.checkincounter-btn  .tenant-seach  select{width:2rem;}
}
@media only screen and (max-width:1253px) {
	.dynamic-list.fl{clear: both;margin-top: 10px;}
	.dynamic-btn button{margin-bottom: 10px;}
	/*.dynamic-con .ld_tabView>div:nth-last-child(1){clear: both;overflow: hidden;}*/
	.dynamic-con .ld_tabView>div:nth-last-child(1) .name,.dynamic-con .ld_tabView>div:nth-last-child(1) input{margin-top: 0px;}
	/*.dynamic-header .dynamic-con .ld_tabView>div:nth-last-child(1) input{margin-top: 0!important;}*/
	.content-box{height: 100%;}
	.approvalpending-box.content-box{height: 100%!important;}
	.multis-box .content-box{height: 100% !important;}
	.sqlexecute-form.form-information{height: 100%!important;margin-bottom: 20px;}
	.airpost-btna .tenant-seach  input[type="text"],.airpost-btna .tenant-seach  select{width: 1.8rem;}
	.airinfo-bnta .tenant-seach  input[type="text"],.airinfo-bnta  .tenant-seach  select{width: 1.8rem;}
	.lugfetch-btn .tenant-seach  input[type="text"],.lugfetch-btn  .tenant-seach  select{width: 1.8rem;}
	.lugload-btna .tenant-seach  input[type="text"],.lugload-btna  .tenant-seach  select{width: 1.8rem;}
	.gete-btna .tenant-seach  input[type="text"],.gete-btna  .tenant-seach  select{width: 1.8rem;}
    .checkincounter-btn .tenant-seach  input[type="text"],.checkincounter-btn  .tenant-seach  select{width: 1.8rem;}
	.c-controlBtn{margin-left: 0!important;}
	.multis-btn{clear: both;}
	.multis-table  .tenant-seach.table-column span{margin-bottom: 10px;}
	.multis-btn span.name{margin-bottom: 0!important;}
	/*.event-seach .eventname{clear: both;margin-bottom: 0!important;}
	.event-seach .name{margin-bottom: 10px;}*/
	.advert-con .default-btn{margin-right: 0!important;}
	.advert-con  .tenant-seach input[type="text"],.annou-header .tenant-seach input[type="text"]{margin-top: 0!important;}
	.annou-header .default-btn{margin: 0 0 0 1.5%!important;}
	.annou-header>a .default-btn{margin-left: 0!important;}
	.hcheck-he{clear: both;overflow: hidden;}
	.hcheck-header .default-btn{margin-bottom: 10px;}
	.hcheck-he .default-btn{margin-bottom: 0!important;}
	.bcheck-header .default-btn{margin: 0 0 0 1.5%;}
	.bcheck-header>a .default-btn{margin: 0;}
	.ordinary-header .default-btn{margin: 0 0 0 1.5%;}
	.ordinary-header>a .default-btn{margin: 0;}
	.gcheckList-box .tenant-seach-an{float: left;margin-top: 10px;}
	/*.dytable-man{max-height: 4rem;}*/
}
.acheckAdd-box{height: auto;}
@media only screen and (max-width:1570px) {
	.gcheckList-box .tenant-seach-an{float: left;margin-top: 10px;}
}
@media only screen and (max-width:1585px) {
	.annoucementAcheck-box .tenant-seach-an{float: left;margin-top: 10px;}
	.table-header-an.bcheck-header .tenant-seach-an{float: left;margin-top: 10px;}
}
@media only screen and (min-width:1254px)  and (max-width:1294px){
  /*基础数据    机场*/
 .airpost-btna .tenant-seach  input[type="text"],.airpost-btna .tenant-seach  select{width: 2rem;}
   /*基础数据    飞机信息*/
 .airinfo-bnta .tenant-seach  input[type="text"],.airinfo-bnta  .tenant-seach  select{width: 2rem;}
   /*基础数据    行李提取*/
 .lugfetch-btn .tenant-seach  input[type="text"],.lugfetch-btn  .tenant-seach  select{width: 2rem;}
}
@media only screen and (max-width:1188px){
	   .input-default-name{font-size: 0.12rem !important;}
	 	.ldtree-box{height: 4rem!important;}
	 	.title{height: 0.4rem !important;line-height: 0.4rem!important;font-size: 0.12rem!important;}
	 	.default-btn{font-size: 0.12rem;padding: 0.07rem 0.19rem;margin-top: 0.02rem;}
	 	.default-btn .icon{margin: 0.02rem 0.05rem 0 0;}
	 	.default-table th,.default-tablea th{font-size: 0.12rem;height: 0.3rem;}
	 	.default-table td,.default-tablea td{font-size: 0.12rem;height: 0.3rem;}
	 	/*.content-box{height:5rem;}*/
	 	.dynamicAdd-box.content-box{height: 100%!important;}
	 	.content-box.dynamic-con{height: 100%!important;}
	 	.acheckAdd-box.content-box{height: auto;}
	 	.acheckAdd-box.content-box .content-box{height: auto;}
	 	.tab-btn{font-size:0.12rem;}
	 	.default-table td>input,.default-table th>input{width: 12px;height: 12px;}
	 	.form-information{height: 100%!important;}
	 	.input-default input[type="text"], .input-default select{font-size: 0.12rem!important;height: 0.3rem!important;}
	 	.default-btn{font-size: 0.12rem !important;margin-right: 0.1rem;}
	 	.tab-view{font-size: 0.12rem;padding: 0.1rem;}
	 	.fr{font-size: 0.12rem;}
	 	.erro-style{font-size: 0.12rem!important;}
	 	 .default-information{height:4rem!important;overflow-y: auto!important;}
	 	 .input-group select{font-size: 0.12rem!important;}
	 	 .input-group .lable{font-size: 0.12rem;}
	 	 .plateform-information  .input-group input{font-size:0.12rem;}
	 	 /*数据管理*/
	 	 .tablePrint{height: 4.5rem;}
	 	 .tablePrintAA{overflow: auto;height: 4.5rem;}
	 	 .input-default textarea.block{height: 0.6rem!important;padding: 5px 10px;}	 	 
	 	/*取数引擎*/
	 	.ld-popup-erros  .title-icon, .ld-popup-erro .title-icon{width: 0.12rem;height: 0.12rem;margin-top: 0.15rem;}
	 	.dynamic-chu .name{margin-bottom: 0!important;}
	 	.clear-pad>input{height: 0.27rem!important;}
        .clear-pad>button{height: 0.27rem!important;}
        .select2-container--default .select2-selection--single{height: 0.3rem!important;}
        .select2-selection__rendered{height: 0.30rem!important;line-height: 0.29rem!important;}
        .select2-selection__arrow{height: 0.28rem!important;}
        .select_down .select2-container{width: 250px!important;}
 }


@media only screen and (max-width:1573px) {
	.hcheck-header .default-btn{margin-right: 0;}
}
@media only screen and (max-width:1573px) {
	.hcheck-header .tenant-seach  input[type="text"], .tenant-seach  select{width: 1.8rem;}
	.hcheck-header>a .default-btn{margin: 0!important;}
}
@media only screen and (max-width:1350px) {
	.hcheck-he{clear: both;overflow: hidden;}
	.hcheck-header .default-btn{margin-bottom: 10px;}
	.hcheck-he .default-btn{margin-bottom: 0!important;}
}
@media only screen and (max-width:1188px) {
	.hcheck-header.tenant-seach.tenant-seach-an {
		float: left;
		margin-left: 0.1rem;
		margin-top: 0.05rem;
	}
	.hcheck-header .default-btn{margin-bottom: 0;}
	.hcheck-header .tenant-seach  input[type="text"] {
		margin-top: 0.03rem !important;
	}
	.hcheck-header .tenant-seach .name {
		margin-left: 0.1rem;
	}
}
@media only screen and (max-width:1468px) {
	.dynamic-header .dynamic-btn .dynamic-list input{width: 2rem;}
	.dynamic-header .dynamic-btn a .default-btn{margin-bottom: 10px;}
	/*.dynamic-fen{clear: both;}
	.dynamic-chu .name{margin-bottom: 10px;}*/
	/*.dynamic-chuaa{display: block;}
	.dynamic-chubb{display: none;}*/
	
}
@media only screen and (max-width:1361px) {
	.dynamic-header .dynamic-btn .dynamic-list input{width: 1.8rem;}
}
@media only screen and (max-height:798px){
	 .tablePrint{height:6rem;}
}
@media only screen and (max-height:758px){
	 .tablePrint{height: 5rem;}
}
@media only screen and (max-height:616px){
	 .tablePrint{height: 4.5rem;}
}
@media only screen and (max-height:582px){
	 .tablePrint{height: 4rem;}
}
@media only screen and (max-height:800px){
	 #iframeRight{height: 90%!important;}
}

