.side{
	position:fixed;
	width:162px;
	right:0;
	top:50%;
	z-index:100;
	border-bottom:0;
	height: 256px;
}
.side-bg{
	width: 162px;
	height: 256px;
	background-size: 100%;
	position: relative;
	z-index: 9999;
}
.side img{
	top: 40px;
	right: 60px;
	position: absolute;
	z-index: 999999;
}

.side-title{
	position: absolute;
	z-index: 999999;
	bottom: 30px;
	right: 10px;
	text-align: center;
	opacity: 0.8;
}
.side-title a{
	color: #fff;
	font-size: 14px;
}

@media(max-width:767px){
	.side{
		width:100px;
		height: 158px;
	}
	.side-bg{
		width: 100px;
		height: 158px;
	}
	.side img{
		right: 10px;
                width: 204px;
		top:30px;
	}
	.side-title{
		bottom: 20px;
		width: 72px;
	}
	.side-title i{
		display: none;
	}
	.side-title a{
		font-size: 12px;
	}
}
