/* kfside */
.kfside{position:fixed;width:54px;height:275px;right:0;top:140px;z-index:999;}
/*小屏幕*/
@media screen and (max-width: 768px) {.kfside{display: none;}}
.kfside ul{margin:0;padding:0;list-style-type:none;}
.kfside ul li{
	margin:0;padding:0;list-style-type:none;
	width: 54px;
	height: 54px;
	float: left;
	position: relative;
	border-bottom: 1px solid #444;z-index:9999;
}
.kfside ul li .kfsidebox{position:absolute;width:54px;height:54px;top:0;right:0;transition:all 0.3s;background:#000;opacity:0.8;filter:Alpha(opacity=80);color:#fff;font:16px/54px 'opensans';overflow:hidden;}
.kfside ul li .kfsidetop{width:54px;height:54px;line-height:54px;display:inline-block;background:#000;opacity:0.8;filter:Alpha(opacity=80);transition:all 0.3s;}
.kfside ul li .kfsidetop:hover{
	background-color:var(--primary-color-hover);
	opacity: 1;
	filter: Alpha(opacity=100);

}


.kfside ul li img{float:left;}

.erweima_qr{	display: block;}
.erweima_code {
	display: block;
	width: 54px;
	height: 54px;
	border-radius: 0px;
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
	cursor: pointer;
	background: url(../images/icon_code.png) center center no-repeat;
	background-color: #000;
	background-color: rgba(0,0,0,.8)
}
.erweima_code:hover {
	background-color: rgba(0,0,0,.7)
}
.erweima_code:active {
	background-color: rgba(0,0,0,.75)
}
.qr-popup {
	width: 170px;
	height: 170px;
	background: #fff;
	box-shadow: 0 1px 8px rgba(0,0,0,.8);
	position: absolute;
	left: -170px;
	top: 0;
	border-radius: 2px;
	display: none;
	text-align: center
}
.qr-popup .code-link {
	display: block;
	margin: 10px;
	color: #777;
}

.qr-popup .code {
	display: block;
	margin-bottom: 10px;
	width:150px;
	height:150px;
}



.index_cy{
		width: 30px;
		height: 30px;
		background: url(../images/index_cy.png);
		position: fixed;
		right: 0;
		top: 50%;
		margin-top: 80px;
		background-position: 62px 0;
		cursor: pointer; z-index:1000;
}
.index_cy2{
		width: 30px;
		height: 30px;
		background: url(../images/index_cy.png);
		position: fixed;
		right: 0;
		top: 50%;
			margin-top: 80px;
		background-position: 30px 0;
		cursor: pointer;z-index:1000;
}
	