@charset "utf-8";

.scroll-bar{
	height: 36px;
	position: relative;
	width: 620px;
	float: left;
	margin-left: 6px;
}
.entire-bar{
	width:100%;
	height: 4px;
	top: 12px;
	left: 0;
	position: absolute;
	background: #dedede;
}
.action-bar{
	top: 12px;
	height: 4px;
	position: absolute;
	background: #1081DE;
}
.action-block{
	left: -5px;
    top: 0;
    width: 10px;
    height: 14px;
    cursor: pointer;
    position: absolute;
    background: #d7e9ff;
    border: 1px solid #1081de;
    border-radius: 2px;
	padding-top: 10px;
}

.action-block span {
    float: left;
    display: block;
    width: 1px;
    height: 7px;
	background-color: #1081de;
	z-index: 1;
	position: relative;
}


.action-block span:first-child {
    margin-left: 3px
}

.action-block span:nth-child(2) {
    margin-left: 2px
}

.slidebar-input input{
	width: 60px;
	height: 30px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 3px;
	float: left;
	margin-left: 40px;
	outline: none;
	font-size: 14px;
	color: #333;
}

.slidebar-input input[type=number] {  
    -moz-appearance:textfield;  
}  
.slidebar-input input[type=number]::-webkit-inner-spin-button,  
.slidebar-input input[type=number]::-webkit-outer-spin-button {  
    -webkit-appearance: none;  
    margin: 0;  
}

.slidebar-input .minutes{
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	margin-left: 10px;

}

@media screen and (max-width:1024px){
	.go-to-pay{
		width:100%;
	}
}