@charset "UTF-8";
/*----------------登录页面-----------------*/

.loginblock {
	background: url(../images/loginimg.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.main .loginBox {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 410px;
	height: 330px;
	margin-top: -165px;
	margin-left: -205px;
}

.formBox {
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 6px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.2);
	box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0.4);
}

.loginbos {
	padding: 20px 40px 50px 50px;
}

.loginicon {
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 13px;
	width: 20px;
}

.loginlogo {
	width: 140px;
	margin: 40px 30px 0;
}

.box h3 {
	color: #333;
	font-size: 20px;
	margin: 50px auto 0;
}

.loginlogo img {
	width: 100%;
}

.box input {
	display: block;
	width: 240px;
	height: 30px;
	padding: 3px 6px;
	border-radius: 3px;
	margin-top: 6px;
	background: none;
	border: none;
	color: #333;
	border: 1px solid #eee;
	background-color: rgba(255, 255, 255, 0.5);
}

.main .box .submitBox button {
	width: 254px;
	background: none;
	border: none;
	background-color: #1AA094;
	border-radius: 3px;
	color: #fff;
	padding: 8px 0;
	margin: 10px;
	cursor: pointer;
}

.main .box .submitBox button:hover {
	opacity: 0.9;
}


/*-----------登录页面 end-----------*/

.wrap {
	padding: 16px;
}

.nodata{
	text-align: center; 
	height: 100px; 
	line-height: 100px;
	display: none;
}

/*-------------弹出框-------------*/
.popupbox {
	width: 100%;
}
.popupbos {
	background-color: #fff;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	width: 100%;
	margin: auto;
	padding-top: 20px;
}

.popupbos p {
	text-align: center;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 40px;
	color: #666;
}
.popupbox .layui-form-label {
	width: 126px;
}

.layui-table td, .layui-table th{
	text-align: center;
}

/*-------------弹出框  end-------------*/