.bsizing {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.dwin-bg {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.6;
	z-index: 6500;
}

.dwin-box {
	display: none;
	position: absolute;
	top: 30px;
	bottom: 30px;
	left: 20px;
	right: 20px;
	z-index: 6600;
	overflow: hidden;
}

.dwin-box .title {
	display: block;
	width: 100%;
	height: 40px;
	background-image: url("../images/datawin/dbg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}

.dwin-box .title .leftcol {
	display: block;
	width: calc(100% - 50px);
	height: 100%;
	padding-left: 10px;
	padding-top: 11px;
	font-size: 14px;
	color: #ffffff;
	float: left;
	text-align: center;
}

.dwin-box .title .rightcol {
	display: block;
	width: 40px;
	height: 100%;
	float: right;
	background-image: url("../images/datawin/dclose.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px 20px;
}

.dwin-box .contentbox {
	display: block;
	width: 100%;
	height: calc(100% - 40px);
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: #ffffff;
	overflow: hidden;
}

.dwin-box .contentbox iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0px;
}