.title-range {
	font-size: 30px;
	text-align: center;
	margin-top: 20px;
}

.sl-container {
	margin: 20px auto;
	overflow: hidden;
	position: relative;
	width: 664px;
	height: 694px;
	box-sizing: border-box;
}

.sl-container .view {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.sl-container .view img {
	width: 664px;
	height: 694px;
}

.sl-container .view-before {
	z-index: 100;
}

.sl-container .view-after {
	width: 100px;
	z-index: 200;
}

.sl-container .dragme {
	position: absolute;
	width: 5px;
	height: 100%;
	top: 0px;
	left: 100px;
	background-color: #fff;
	cursor: pointer;
	z-index: 300;
}

.sl-container .dr-circle {
	position: absolute;
	top: calc(50% - 20px);
	left: -58px;
	border-radius: 40px;
	width: 120px;
	height: 56px;
	text-align: center;
	background-color: #fff;
	background-image: url(../images/range.png);
	background-size: 120px 56px;
	cursor: pointer;
	z-index: 300;
}

.sl-container .dr-circle i {
	line-height: 40px;
	font-size: 20px;
	color: #337ab7;
	font-weight: bold;
}

@media screen and (max-width: 600px) {
	.sl-container {
		width: 100%;
		height: 334px;
	}

	.sl-container .view img {
		width: 320px;
		max-width: 334px;
		object-fit: contain;
	}

	.sl-container .view img {
		height: 334px;
	}
}