body {
/* 	min-width: 1100px; */
	font-family: "微软雅黑","arial, helvetica, sans-serif";
	background-color: #F5F5F5;
	font-size: 16px;
    line-height: 1.42857143;
    
}
/**footer淇濇寔鍦ㄩ〉闈㈠簳閮�**/
html,body{
    height: 100%;
    
}
.lw-container{
    /*淇濊瘉footer鏄浉瀵逛簬container浣嶇疆缁濆瀹氫綅*/
    position:relative;  
    width:100%;
    min-height:100%; 
    /*璁剧疆padding-bottom鍊煎ぇ浜庣瓑浜巉ooter鐨刪eight鍊硷紝浠ヤ繚璇乵ain鐨勫唴瀹硅兘澶熷叏閮ㄦ樉绀哄嚭鏉ヨ�屼笉琚玣ooter閬洊锛�*/  
    /* padding-bottom: 170px;   */
    box-sizing: border-box;
}
.footer{
    /* width: 100%;
    height:170px;    
    position:absolute;
    bottom:0px;
    left:0px; */
}
/**footer淇濇寔鍦ㄩ〉闈㈠簳閮�**/

.fl{
	float: left;
}
.fr{
	float: right;
}

.clear{
	clear: both;
}

.main{
	width: 1100px;
	margin:auto;
	min-height: 680px;
}
.dailog-main{
	width: 850px;
	margin: 0 auto;
}
.bg-white{
	 background-color: #fff;
}

/* .header{
	display: block;
	height: 68px;
	line-height: 68px;
	background-color: #fff;
	color: #fff;
	vertical-align: middle;
}
.header img{
	vertical-align: middle;
}
.header  .header-main{
	width: 1100px;
	margin: auto;
	background: #fff;
}

.header div .admin-header{
	float: right;
	min-width: 120px;
} */
/*澶村儚*/
.admin-header-user{
	color: #333333;
}
.admin-header-user img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-left: 4px;
}
.admin-header-user span{
	margin-left: 12px;
}
.admin-header-user  b{
	margin-left: 8px;
}
.admin-header .lw-dropdown-menu{
	width: 100%;
	top:64px;
	border-top:4px solid #3185db;
}
.admin-header .lw-dropdown-menu>li>a{
	width: 100%;
	height: 36px;
	text-align: left;
	line-height: 36px;
}
.admin-header .lw-dropdown-menu>li>a>i{
	width: 12px;
	margin-left:22px ;
	margin-right:12px;
	font-size: 16px;
}
/*椤佃剼*/
.footer{
	background-color: #383D40;
	color: #c7c7c7;
	font-size: 14px;	
}
.footer-box{
	width: 1100px;
	height: 100%;
	margin: auto;
	box-sizing: border-box;
	padding-top: 22px;	
	background-color: #383D40;
	
}
.site-link{
	color: #fff;
	font-size: 16px;
}
.site{
	overflow: auto;
	zoom: 1;
	margin: 0;
	padding-top: 22px;
	padding-bottom: 22px;
	padding-left: 0;
	list-style: none;
	
}
.site li{
	float: left;
	padding-right: 30px;
}

.site li a{
	cursor: pointer;
	color: #c7c7c7;
}
.site li a:hover{
	color: #fff;
}
.footer-box .qr_code {
	text-align: center;
}
.qr_code span{
	color: #c7c7c7;
}
ul{
	margin: 0;
}
a{
	text-decoration: none;
}
/*瀵艰埅鑿滃崟*/
/* .nav{
	height: 46px;
	background-color: #3185db;
}

.nav-item{
	height: 46px;
	padding:0 ;
	list-style: none;
	width: 1100px;
	margin: auto;
	background-color: #3185db;
}
.nav-item>li{
	float: left;
	display: inline-block;
	height: 100%;
	width:118px;
	text-align: center;
}
.nav-item>li>a{
	
	display: inline-block;
	height: 100%;
	width:118px;
	color: #fff;
	line-height: 46px;
}

.nav-item>li>a:hover{
	background-color: #2369b0;
}
.nav-active{
	background-color: #2369b0;
}  */
.lw-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 5px dashed;
    border-top: 5px solid\9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    transition:all 0.1s ease;
	-webkit-transition:all 0.1s ease; /* Safari */
}
/*瀵艰埅涓嬫媺鑿滃崟*/
.lw-dropdown{
    position: relative;
    display: inline-block;
}
.lw-dropdown-menu{
	position: absolute;
    z-index: 1000;
    display: none;
    width: 118px;
    padding: 5px 0;
    border: 1px solid #ddd;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-top: 4px solid #F5F5F5;
    -webkit-box-shadow: 0 6px 16px rgba(0,0,0,.175);
    box-shadow: 0 6px 16px rgba(0,0,0,.175);
}

.lw-dropdown-menu>li>a {
    display: block;
    height: 30px;
    width:118px;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-align: center;
    line-height: 30px;
/*     transition:all .5s; */
  }
 .lw-dropdown-menu>li>a:hover {
    background-color: #eeeeee;
    border-left:3px solid #3185db;
  } 
 .lw-dropdown-menu>li .active {
    background-color: #eeeeee;
    border-left:3px solid #3185db;
  } 

  
.lw-dropdown:hover .lw-dropdown-menu  {
    display: block;
}
.lw-dropdown:hover .lw-caret{
	border-top:0 ;
    border-bottom: 5px dashed;
    border-bottom: 5px solid\9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent
}
/*淇敼瀵嗙爜寮圭獥*/
.change-psw-container{
	width: 400px;
	margin: auto;
	display: none;
}
.changepsw-input{
	position: relative;
	margin-bottom: 15px;
}
.box-tips{
    display: inline-block;
    position: absolute;
    bottom: -20px;
    left: 8px;
    color: #f34747;
    font-size: 12px;
}
.changepsw-input .box-tips{
	left: 15px;
}
.change-psw-btn{
	width: 210px;
	margin: auto;
}
.change-psw-btn>button{
	margin-left: 20px;
	width: 80px;
}
/*缂虹渷椤�*/
.default-tip{
	padding-top: 50px;
	text-align: center;
	vertical-align: middle;
	min-height: 200px;
	display: none;
	transition: all 0.3s;
}
.default-tip:hover{
	margin-top: -8px;
}
.default-tip>span{
	display: inline-block;
	width: 400px;
	height: 180px;
	margin-bottom: 20px;
}
.default-tip>p {
	font-size: 22px;
	color: #999;
	padding: 20px 0 0;
}
.default-tip-btn>a{
	margin:0 10px;
	font-size: 14px;
}
.default-tip-btn>a>i{
	font-size: 12px;
	margin-right:4px;
}
.nocontent{
	background: url(../../images/default-nodate.png) no-repeat top;
}
.notfound{
	background: url(../../images/default-nowifi.png) no-repeat top;
}
.nojurisdiction{
	background: url(../../images/default-404error.png) no-repeat top;
}
.nowifi{
	background: url(../../images/nowifi.png) no-repeat top;
}
.closed{
	display: none;
}
.open{
	display: block;
}
/*统计页面无数据*/
.statistics-nodate{
	font-size: 22px;text-align: center;height: 100%;color:#b9d8fe ;
}
.statistics-nodate:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.dt-dropdown{
	cursor: default;
}
.dt-caret{
	position: absolute;
    z-index: 1000;
    top: 2px;
    left: 18px;
    border-top: 0;
    color: rgba(133,194,247,0.92);
    width: 4px;
    margin-left: -6px;
    text-align: center;
    border-bottom: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.dt-dropdown-menu{
	position: absolute;
    z-index: 1000;
    display: none;
    padding-top: 8px;
    max-width:200px;
    min-width:100px;
}
.dt-dropdown-menu-item{
    padding: 6px 8px;
    color: #fff;
    border: 1px solid rgba(133,194,247,0.92);
    text-align: left;
    list-style: none;
    background-color: rgba(73,170,255,0.92);
    border-radius:4px;
    -webkit-box-shadow: 0 6px 16px rgba(0,166,255,.275);
    box-shadow: 0 6px 16px rgba(0,166,255,.275);
    width:100%;
}
.dt-dropdown-menu-item span {
    display: block;
    padding: 4px 0;
}

.dt-dropdown:hover .dt-dropdown-menu{
	display: block;
}
/**表格中数据加载条开始**/
.spinner {
		margin: 0 auto;
		width: 50px;
		height: 20px;
		text-align: center;
		font-size: 10px;
	}
	
	.spinner>div {
		background-color: #80b6fd;
		height: 100%;
		width: 3px;
		margin-left: 4px;
		display: inline-block;
		-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
		animation: stretchdelay 1.2s infinite ease-in-out;
	}
	
	.spinner .rect2 {
		-webkit-animation-delay: -1.1s;
		animation-delay: -1.1s;
	}
	
	.spinner .rect3 {
		-webkit-animation-delay: -1.0s;
		animation-delay: -1.0s;
	}
	
	.spinner .rect4 {
		-webkit-animation-delay: -0.9s;
		animation-delay: -0.9s;
	}
	
	.spinner .rect5 {
		-webkit-animation-delay: -0.8s;
		animation-delay: -0.8s;
	}
	
	@-webkit-keyframes stretchdelay {
		0%,
		40%,
		100% {
			-webkit-transform: scaleY(0.4)
		}
		20% {
			-webkit-transform: scaleY(1.0)
		}
	}
	
	@keyframes stretchdelay {
		0%,
		40%,
		100% {
			transform: scaleY(0.4);
			-webkit-transform: scaleY(0.4);
		}
		20% {
			transform: scaleY(1.0);
			-webkit-transform: scaleY(1.0);
		}
	}
/**表格中数据加载条结束**/
/*鼠标移上去的效果*/
.transitionMT{
	transition: all 0.3s; 
}
.transitionMT:hover{
	margin-top: -8px;
}
