
.sliderbox {
	position: relative;
	width: 300px;
	height: 38px;
	line-height: 38px;
	margin: 0 auto;
	background-color: rgba(246,246,246,1);
	border-radius: 18px;
}

.sliderbox_bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 38px;
	height: 38px;
	background-color: #ffe5e6;
	border-radius: 18px;
}

.sliderbox_txt {
	position: absolute;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #a7a7a7;
	border-radius: 18px;
	text-align: center;
}

.slider_block {
	position: absolute;
	left: -1px;
	top: -1px;
	width: 38px;
	height: 38px;
	border: 1px solid #ececec;
	background: #fff;
	text-align: center;
	cursor: move;
	border-radius: 19px;
}

.slider_block>i {
	position: absolute;
	top: 20px;
	left: 50%;
	font-size: 22px;
	color: #d4d4d4;
	transform: translate(-50%, -50%);
}
.slider_block_ok{
	border-color: #FA9C9C;;
}
.slider_block_ok>i {
	color: #ed232a;
}