@charset "utf-8";
/* CSS Document */
/* login1.html */
label,input,select,textarea {
    font-family:Tahoma,Helvetica,Arial,\5FAE\8F6F\96C5\9ED1,\5b8b\4f53,sans-serif;
    font-size:14px;
    font-weight:normal;
    line-height:normal;
}
/* input, textarea, select, .uneditable-input {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #333;
    display: inline-block;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    padding: 4px;
} */

 [v-cloak] {
  display: none;
}

.tab-active{
	border-bottom:2px solid #0074C1;
}

.menu-selected{
	background-color:#E5F1F8 ;
	color:#0074C1;
}

.menu-selectedInfo{
	background-color:#E5F1F8;
	color:#333333;
}

.inf-lab{
	margin-left:-5px;
    margin-right:10px;
    line-height:20px;
    text-align:center;
    border-radius:3px;
    font-size: 14px;
    height:20px;
    display:inline-block;
    width:36px;
    color:#FFF;
    background:#0074C1 
}
.name-lab{
	font-size:16px
}

.successDiv{
    position: fixed;
    z-index: 1500;
    top:40%;
    left:40%;
    display:none;
    background-color: #fff;
    width: 360px;
    height: 232px;
    align-self:center;
    margin: 0;
    flex-direction:column;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);

}

.successDiv .successDiv-title{
 width: 100%;
 height: 40px;
 text-align: right;
}

.successDiv .successImg{
    width: 54px;
    height: 60px;

}

.successDiv .successDiv-title .closebtn{
    width: 24px;
    height: 24px;
     margin-right: 10px;
     margin-top: 10px;
     cursor: pointer;
}

.successDiv .msg{
    font-size: 14px;
    color: #333333;
    margin-top:10px;
    margin-bottom: 30px;
    text-align: center;
}
/* 无数据画面 */
.emptyView{
    background-color: #fff;
    width: 884px;
    height: 756px;
    display: none;
    text-align: center;
    justify-content: center;
}

.emptyView *{
    margin: 0px;
}

.emptyView .img-title-view{
    margin-top:100px;
    display: flex;
    flex-direction:column;
    width: 201px;
}
.emptyView .img-title-view img{
	width: 200px;
	height: 132px;
}

.emptyView .img-title-view span{
    margin-top: 30px;
    color: #999;
    font-size: 20px;
}

.emptyView *{
    margin: 0px;
}

.emptyView .img-title-view{
    margin-top:100px;
    display: flex;
    flex-direction:column;
    width: 201px;
}
.emptyView .img-title-view img{
    width: 200px;
    height: 132px;
}

.emptyView .img-title-view span{
    margin-top: 30px;
    color: #999;
    font-size: 20px;
}

.pointEmpty *{
    margin: 0px;
}

.pointEmpty {
	justify-content: center;
}
.pointEmpty .img-title-view{
    margin-top:40px;
    display: flex;
    flex-direction:column;
}
.pointEmpty .img-title-view img{
    width: 200px;
    height: 132px;
}

.pointEmpty .img-title-view span{
    margin-top: 30px;
    color: #999;
    font-size: 20px;
    text-align: center;
}

/* 重复登陆画面 */
.loginRepeat{
    /* background-color: #fff; */
    width: 884px;
    height: 756px;
    text-align: center;
    justify-content: center;
    display: flex;
    margin:0 auto;
}

.loginRepeat *{
    margin: 0px;
}

.loginRepeat .img-title-view{
    display: flex;
    flex-direction:column;
    align-items: center;
    margin-top: 50px;
    margin:auto;

}
.loginRepeat .img-title-view img{
    width: 94px;
    height: 82px;
    margin-bottom: 32px;
}

.loginRepeat .img-title-view span{
    color: #333;
    font-size: 18px;
    white-space: nowrap;
}



@media only screen and (max-width: 640px) {
	.wrap_header {
		height:50px;
	}
	.navigation {
		width:100%;
		height:50px;
		padding:0;
	}
	.navigation .logo {
		width:120px;
		height:50px;
		margin-top: 0;
	}
	.navigation .logo img {
		height:50px;
	}
	.navigation a {
		display:none;
	}
	.navigation h1 {
		line-height:50px;
		font-size:24px;
		margin-left: 10px;
	}
	.login_main {
		position:relative;
		left: 0;
		top:20px;
		margin: 0 20px;
		width: auto;
	}
	.copyright {
		width: 100%;
	}
}

