.divcss {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.ppcss {
	text-align:center;
	transform: translate(0%, 117%);
	font-size: xx-large;
}
.tabcss {
	margin: auto;
	width: 50%;
	table-layout: fixed;
	border-collapse: collapse;
	border-top-color: #00CC00;
	border-bottom-color: #0000CC00;
	border-left-color: #00CC00;
	border-right-color: #00CC00;
	min-width: 353px;
}
.ipcss {
	width: 53%;
	height: 43px;
	font-size: medium;
}
.btcss {
	width: 7%;
	height: 47px;
	text-align:center;
	font-size: medium;
	min-width: 61px;
}
body {
	background-color: #FCFCFC;
}
a {
	text-decoration: none;
	color: blue;
}
td {
	height: 37px;
	border: 0;
	cellspacing: 0;
	cellpadding: 0;
}
.bottom-table {
	margin: auto;
	width: 50%;
	table-layout: fixed;
	border-collapse: collapse;
	border-top-color: #00CC00;
	border-bottom-color: #0000CC00;
	border-left-color: #00CC00;
	border-right-color: #00CC00;
	min-width: 353px;
	z-index: 100; /* 确保悬浮在最上层 */
}