table.tftable {
	font-size: 12px;
	color: #333333;
	width: 100%;
	border-width: 1px;
	border-color: #ebab3a;
	border-collapse: collapse;
}

table.tftable th {
	font-size: 12px;
	background-color: #e6983b;
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #ebab3a;
	text-align: left;
}

table.tftable tr {
	background-color: #ffffff;
}

table.tftable td {
	font-size: 12px;
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #ebab3a;
}

.myAlert {
	background-color: #260a0a;
}

.hover_style{
	display: none;
}

.showCode {
	z-index: 999;
	position: absolute;
	background: white;
	background-image: none;
	width: 250px;
	height: 300px;
	background-image: url(../images/gzh.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 90%;

}
