@charset "utf-8";
/* CSS Document */

#wBox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	text-align: left;
	display: none;
}
.wBox_content {
	border: 1px #e2e2e2 solid;
	background-color: #fff;
	/*height:563px;
	height:576px\0;*/
}
#wBox .wBox_title {
	height: 34px;
	line-height: 34px;
	color: #000000;
	width: 100%;
	background: #39f;
	border: 1px #1080de solid;
	text-align:center;
}
#wBox .wBox_title .wBox_itemTitle {
	color: #fff;
	padding-left: 20px;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
}
#wBox .wBox_title .wBox_close {
	background: url(https://static.liantuobank.com/project/finance/wallet/images/w_close.png) 0 0 no-repeat;
	vertical-align: middle;
	height: 28px;
	width: 28px;
	overflow: hidden;
	cursor: pointer;
	margin-right: 10px;
	background-size: 100%;
}
.wBox_overlayBG {
	background-color: #000;
	opacity: 0.4;
	position: absolute;
	left: 0;
	top: 0;
}
