
.sm-wrapper .row {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.sm-wrapper .main-title {
	margin-bottom: 26px;
	font-size: 18px;
	color: #fff;
	font-weight: 900;
}
.sm-wrapper .data-title {
	width: 30%;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	float: left;
}
.sm-wrapper .data-title span {
	padding-right: 4px;
	color: #ddd;
}
.sm-wrapper .data {
	width: 70%;
	height: 22px;
	display: inline-block;
	float: right;
	overflow: hidden;
}
.sm-wrapper .data span {
	height: 100%;
	display: block;
	color: #fff;
	font-size: 10px;
	line-height: 22px;
	padding-left: 10px;
	background: #f0f0f0;
	background: linear-gradient(to right, var(--slide-color) 50%, transparent 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	-webkit-transition: background 0.4s ease;
	-moz-transition: background 0.4s ease;
	-ms-transition: background 0.4s ease;
	transition: background 0.4s ease;
}

.sm-wrapper.sm-active .data span {
	background-position: left bottom;
	transition-delay: 0.5s;
}