@charset "utf-8";


/*弹框CSS*/

.dank {
	width: 80px;
	height: auto;
	position: fixed;
	top: 23%;
	right: 0;
	background-color: #ff7f00;
	text-align: center;
	z-index: 1000;
}
.dank ul{
	float: left;
	display: block;
}
.dank li {
	position: relative;
	padding: 10px 0;
	color: white;
	font-family: "微软雅黑";
	font-weight: bold;
	border-bottom: 1px solid #ff972f;
	box-shadow: 1px 1px 2px #d26900;
	cursor: pointer;
}

.dank li img {
	width: 40px;
	height: 40px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.dank li .dank_div {
	position: absolute;
	top: 0;
	right: 65px;
	width: 60px;
	height: 60px;
	/*background-color: red; */
}
.dank li p{
	width: 80px;
	font-size: 15px;
	color: white;
	text-align: center;
	font-family: "微软雅黑";
}
.dank p:hover{
	color: red;
}
.dank p{
	color: white;
}
