@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	list-style-type: none;
}


/* float_layer */

.float_layer {
	border: 1px solid #1ab394;
	display: none;
	z-index: 99999;
	background-color: #fff;
}

.float_layer h2 {
	height: 28px;
	line-height: 28px;
	padding-left: 10px;
	margin: 0;
	font-size: 12px;
	color: #fff;
	background-color: #1ab394;
	border-bottom: 1px solid #1ab394;
	position: relative;
}

.float_layer a {
	width: 28px;
	height: 28px;
	position: absolute;
	top: 0;
	right: 28px;
	background-image: url(../img/version-hints.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	opacity: 1;
}

.float_layer .min {
	background-position: -28px center;
}

.float_layer .max {
	background-position: -58px center;
}

.float_layer .close {
	right: 0;
}

.float_layer .content2 {
	overflow: hidden;
	font-size: 12px;
	line-height: 18px;
	color: #666;
}

.float_layer .wrap2 {
	padding: 5px;
}

.wrap2 ul li {
	line-height: 28px;
	font-size: 12px;
	border-bottom: 1px dashed #eee;
	padding-left: 5px;
	white-space:nowrap;
}
.wrap2 p {
	line-height: 24px;
	font-size: 12px;
	padding: 0 5px;
}
