/*悬浮框  */
#float {
	position: absolute;
	z-index: 10;
}

/*图片大小*/
#floatImg {
	width: 100px;
	height: 100px;
}

.float-container {
	position: relative;
	z-index: 99999999999999999999;
}

.float-container p {
	text-align: right;
	position: absolute;
	margin: 0;
	top: -25px;
	right: 0;
	cursor: pointer;
}