@charset "UTF-8";

/*  右边菜单栏  */
.container-right {
	width: 40px;
	height: 216px;
	background-color: transparent;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 999;
	margin-bottom: 62px;
}

.right-same {
	margin-top: 2px;
	float: right;
	border-radius: 4px 0 0 4px;
}

.right-service {
	width: 40px;
	height: 40px;
	background-image: url(../../images/public/public_right/kf.png);
	background-size: 41px 200%;
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
	transition: all 0.6s;
}

.right-service:hover {
	background-position: 0 -40px;
	transition: all 0.6s;
}

.sportCovers-service {
	width: 317px;
	height: 154px;
	margin-right: -318px;
	margin-top: -60px;
	float: right;
	z-index: 998;
	background-image: url(../../images/public/public_right/lxkf.png);
}

.right-tickling {
	width: 40px;
	height: 40px;
	background-image: url(../../images/public/public_right/fk.png);
	background-size: 41px 200%;
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
	transition: all 0.6s;
}

.right-tickling:hover {
	background-position: 0 -40px;
	transition: all 0.6s;
}

.sportCovers-tickling {
	width: 120px;
	height: 40px;
	margin-right: -162px;
	float: right;
	z-index: 998;
	background-image: url(../../images/public/public_right/yjfk.png);
}

.right-wechat {
	width: 40px;
	height: 90px;
	background-image: url(../../images/public/public_right/wechat.png);
	background-position: 0 0;
	background-size: 40px 200%;
	background-repeat: no-repeat;
	cursor: pointer;
	transition: all 0.6s;
}

.right-wechat:hover {
	background-position: 0 -90px;
	transition: all 0.6s;
}

.sportCovers-rwm {
	width: 302px;
	height: 136px;
	margin-top: -10px;
	float: right;
	margin-right: -304px;
	background-image: url(../../images/public/public_right/rwm.png);
	background-size: 100% 100%;
	background-position: left;
	background-repeat: no-repeat;
}

.right-toTop {
	width: 40px;
	height: 40px;
	background-image: url(../../images/public/public_right/zd.png);
	background-size: 41px 200%;
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
	transition: all 0.6s;
}

.right-toTop:hover {
	background-position: 0 -40px;
	transition: all 0.6s;
}