.sm-left {
	position: fixed;
	right: -230px;
	height: 600px;
	/* background: #270004; */
	width: 280px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	align-content: center;
	z-index: 10;
}
.sm-left .s {
	float: left;
	width: 100%;
	position: relative;
	right: 0;
	transition: 0.3s;
	margin-top: 10px;
	height: 50px;
}

.sm-left .s a {
	float: left;
	color: #fafbfd;
	font-size: 12px;
	width: 100%;
	position: relative;
	right: 0;
	background: #3a559f;
	padding: 8px 50px 2px 0;
	transition: 0.3s;
	border-radius: 30px;
	line-height: 45px;
}


.sm-left .s:nth-child(2) a{
	color: #fafbfd;
	background: #ff5a00;
}

.sm-left .s p {margin-bottom:0;}

.sm-left .s:nth-child(3) a{
	color: #fafbfd;
	background: #0097d2;
}

.sm-left .s:nth-child(4) a{
	color: #fafbfd;
	background: #bdbdbd;	
}


.sm-left .s img {
	width: 36px;
	margin: 0px 10px;
	float: left;
}

.sm-left .s:nth-child(4) p {
	margin: 0;
}

.sm-left .s:hover a {
	right: 100px;
}

.sm-left .s:nth-child(2):hover a {
	right: 90px;
}

.sm-left .s:nth-child(3):hover a {
	right: 60px;
}

.sm-left .s:nth-child(4):hover a {
	right: 120px;
}

.sm-left .s:nth-child(2) {
	border: 0;
}

.sm-left .s:nth-child(4) {
	border-top: 0;
}
/*
.sm-left {
		display: none;
}
*/