@charset "utf-8";

/* css document */

/*悬浮*/
.right-fix{ width: 36px; height: auto; position: fixed; left: 50%;
	margin-left: 610px; top: 298px;}

/*换肤漂浮*/

.edit-design {
	width: 36px;
	height: 130px;
	background: #ff6600;
	border-radius: 3px;
	float: left;
	margin-bottom: 10px;
}

.edit-design img {
	width: 18px;
	height: 19px;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 5px;
}

.edit-design p {
	width: 20px;
	font-size: 14px;
	color: #fff;
	line-height: 15px;
	padding-left: 11px;
}

.edit-design:hover {
	cursor: pointer;
	background: #ff6d0b;
}


/*共享教学设计悬浮*/

.share-fix {
	width: 36px;
	height: 155px;
	background: #00af7e;
	border-radius: 3px;
	float: left;
}

.share-fix img {
	width: 18px;
	height: 17px;
	display: block;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

.share-fix p {
	width: 20px;
	font-size: 14px;
	color: #fff;
	line-height: 15px;
	padding-left: 11px;
}

.share-fix:hover {
	cursor: pointer;
	background: #039f73;
}