.calc .calc-item .range-wrap {
  display: inline-block;
  vertical-align: middle; }
.calc .calc-item .range-wrap .slider-range.ui-slider {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 6px;
  position: relative;
  height: 12px;
  border: 1px solid #f2f2f2;
  background: #fff 0 0 repeat;
  -webkit-border-radius : 6px;
  -moz-border-radius : 6px;
  -ms-border-radius : 6px;
  -o-border-radius : 6px;
  border-radius : 6px;
  -webkit-background-clip : padding;
  -moz-background-clip : padding;
  background-clip : padding-box; }
.calc .calc-item .range-wrap .slider-range.ui-slider.volume-range {
  width: 300px; }
.calc .calc-item .range-wrap .slider-range.ui-slider.delivery-range {
  width: 300px; }
.calc .calc-item .range-wrap .slider-range.ui-slider .ui-slider-handle {
  background-image: url("../images/range-label-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  width: 30px;
  height: 30px;
  top: -12px;
  border: 3px solid #f86c1a;
  background-color: white;
  -webkit-border-radius : 50%;
  -moz-border-radius : 50%;
  -ms-border-radius : 50%;
  -o-border-radius : 50%;
  border-radius : 50%;
  -webkit-background-clip : padding;
  -moz-background-clip : padding;
  background-clip : padding-box; }
.calc .calc-item .range-wrap .slider-range.ui-slider .ui-slider-handle:nth-child(2) {
  margin-left: -3px; }
.calc .calc-item .range-wrap .slider-range.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  background: #f86c1a;
  -webkit-border-radius : 3px;
  -moz-border-radius : 3px;
  -ms-border-radius : 3px;
  -o-border-radius : 3px;
  border-radius : 3px;
  -webkit-background-clip : padding;
  -moz-background-clip : padding;
  background-clip : padding-box; }

.calc .calc-item > label input[type=text]{
  max-width: 50px;
  margin-left: 20px;
}
.calc .calc-item > label select {
  width: 340px;
}
select[name=fuel]{
  color: #f86c1a;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/label-select-bg.png");
  background-repeat: no-repeat;
  background-position:95% 55%;
}

.calc .calc-item > label input[type=text], .calc .calc-item > label select {
  font-size: 16px;
  line-height: normal;
  padding: 5px 12px;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  -webkit-border-radius : 4px;
  -moz-border-radius : 4px;
  -ms-border-radius : 4px;
  -o-border-radius : 4px;
  border-radius : 4px;
  -webkit-background-clip : padding;
  -moz-background-clip : padding;
  background-clip : padding-box;
  -moz-box-shadow: inset 0 2px 0 1px rgba(152, 152, 152, .05);
  -webkit-box-shadow: inset 0 2px 0 1px rgba(152, 152, 152, .05);
  box-shadow: inset 0 2px 0 1px rgba(152, 152, 152, .05); }

.calc .calc-item .unit-name{
  font-size: 16px;
}
.calc .calc-item .range-info{
  width: 320px;
  color: grey;
  font-size: 12px;
}
.calc .calc-item .range-info .left{
  float: left;
  width: 40px;
  text-align: center;
}
.calc .calc-item .range-info .right{
  float: right;
}
.param-title {
  width: 290px;
}