/* 右侧栏 */
.rightp {
	position: fixed;
	right: 20px;
	top: 50%;
	margin-top: -106px;
	z-index: 99;
}

.rightp > div {
	width: 74px;
	height: 70px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #d7d7d7;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 8px;
	cursor: pointer;
}
.rightp > div span{
	font-size: 14px;
}
.rightp div img {
	width: 38px;
	height: 38px;
}
.rightp .pops {
	position: absolute;
	width: 152px !important;
	height: 190px !important;
	left: -160px;
	top: -33px;
	background: url(../img/pops.png) no-repeat;
	background-size: 100% 100%;
	display: none;
}
.rightp > div:nth-child(2) .pops {
	top: 40px;
}
.rightp > div:nth-child(3) .pops {
	top: 123px;
}
.rightp > div:hover .pops {
	display: block;
}
.rightp .pops img {
	width: 132px;
	height: 132px;
	margin-left: -7px;
	margin-top: 4px;
}
.rightp .pops div {
	width: 100%;
	border: none;
	font-size: 14px;
}