﻿.range-slider {
    height: 108px;
    margin: 1px auto 9px;
    overflow: hidden;
    position: relative;
    width: 80px
}

.input_range {
    background-color: transparent;
    height: 100px;
    outline: none;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 80px
}

.input_range::-webkit-slider-thumb {
    border-radius: 0;
    outline: 0;
    pointer-events: all;
    position: relative;
    z-index: 1
}


.input_range::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    background: linear-gradient(180deg, #ededed 0, #dedede);
    pointer-events: all;
    position: relative;
    width: 11px;
    z-index: 10
}


.input_range::-moz-range-track {
    background-color: rgba(0, 0, 0, .15);
    border: 0;
    position: relative;
    z-index: -1
}

.input_range:last-of-type::-moz-range-track {
    -moz-appearance: none;
    appearance: none;
    background: none transparent;
    border: 0
}



        /* 111 */

        [type=range] {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
           
            width: 100%;
        }


        [type=range] {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
           
            width: 100%;
        }

        [type=range]:focus {
            outline: none
        }

        /* 最大值默认颜色 */
        [type=range]::-webkit-slider-runnable-track {
            cursor: pointer;
            height: 4px;
            -webkit-transition: all .2s ease;
            transition: all .2s ease;
            width: 100%;
            -webkit-box-shadow: 0 0 0 transparent, 0 0 0 hsla(0, 0%, 5%, 0);
            box-shadow: 0 0 0 transparent, 0 0 0 hsla(0, 0%, 5%, 0);
            /*background: #9c9c9c;*/
            background: transparent;
            border: 0 solid #000;
            border-radius: 5px
        }



        /* 按钮颜色 */
        [type=range]::-webkit-slider-thumb {
            -webkit-box-shadow: 0 0 0 #111, 0 0 0 #1e1e1e;
            box-shadow: 0 0 0 #111, 0 0 0 #1e1e1e;
            background: #005a9c;
            border: 0 solid #fff;
            cursor: pointer;
            width: 14px;
            height: 25px;
            -webkit-appearance: none;
            appearance: none;
            margin-top: -11px;
            background: url(../images/scoll.png) no-repeat center center;
        }

        /* 最小值的颜色 */
        [type=range]:focus::-webkit-slider-runnable-track {
            /*background: #9c9c9c;*/
            background: transparent;
        }
        
        /*控制火狐颜色背景颜色*/
        [type=range]::-moz-range-track {
            cursor: pointer;
            height: 4px;
            -webkit-transition: all .2s ease;
            transition: all .2s ease;
            width: 100%;
            box-shadow: 0 0 0 transparent, 0 0 0 hsla(0, 0%, 5%, 0);
            background: #9c9c9c;
            background: transparent;
            border: 0 solid #000;
            border-radius: 5px
        }
        /*控制火狐颜色背景按钮颜色*/
        [type=range]::-moz-range-thumb {
           
           
            border: 0 solid #fff;
            border-radius: 0px;
            cursor: pointer;
            width: 14px;
            height: 24px;
            background: url(../images/scoll.png) no-repeat center center; background-size: cover;
        }
        
        /*控制ie颜色背景颜色*/
        [type=range]::-ms-track {
            cursor: pointer;
            height: 4px;
            -webkit-transition: all .2s ease;
            transition: all .2s ease;
            width: 100%;
            background: transparent;
            border-color: transparent;
            border-width: 4px 0;
            color: transparent
        }
        
        /*ie默认背景竖条颜色颜色*/
        [type=range]::-ms-fill-lower {
            background: #9c9c9c;
            background: transparent;
        }

        [type=range]::-ms-fill-lower,
        [type=range]::-ms-fill-upper {
            box-shadow: 0 0 0 transparent, 0 0 0 hsla(0, 0%, 5%, 0);
            border: 0 solid #000;
            border-radius: 10px
        }
        /*ie默认背景竖条颜色颜色*/
        [type=range]::-ms-fill-upper {
            background: #9c9c9c;
            background: transparent;
        }
        /*ie按钮颜色*/
        [type=range]::-ms-thumb {
            box-shadow: 0 0 0 #111, 0 0 0 #1e1e1e;
            background: url(../images/scoll.png) no-repeat center center;
            border: 0 solid #fff;
            border-radius: 0px;
            cursor: pointer;
            width: 14px;
            height: 25px;
        }
        
         /*ie按钮滑动背景条颜色*/
        [type=range]:focus::-ms-fill-lower {
            background: #9c9c9c;
            background: transparent;
        }
        /*ie按钮滑动背景条颜色*/
        [type=range]:focus::-ms-fill-upper {
            background:#9c9c9c;
            background: transparent;
        }



        
/*      .randerbox{width: 100%;height: 100%;position: absolute;top:0;left: 0;}*/
.rander_num{
    font-size: 14px;
    position: absolute;
    width: 46px;height: 22px;background: #fff;padding: 0 5px;    box-sizing: border-box;color: #404040;
}

.randerbox01 .rander_num{top: 0;left:25px;}
.randerbox02 .rander_num{bottom: 0;left:25px;}

.randerblock{width: 40px;height: 230px;position: relative; margin-left: 10px; background: url(../images/gray_line.jpg) 6px 0 repeat-y;}
.input_range{height: 40px;width: 230px;top:95px;left:-106px;}
.max_num,.min_num{display: none;}

@media only screen and (max-width:1024px) {
.randerblock{height: 140px;}
.input_range{width: 140px; top: 50px; left: -62px;}
.pro_chose{height: 140px;}
}


.ie9 .randerblock{background: none;}
.ie9 .input_range{display: none;}
.ie9 .max_num,.ie9 .min_num{display:block;margin-bottom: 10px;font-size: 12px;}
.ie9 .rander_num{position: static;}
.ie9 .randerblock{width: 100%;}
.ie9 .randerbox01{position: absolute;top:30px;left: 0;width: 100%;}
.ie9 .randerbox02{position: absolute;bottom:30px;left: 0;width: 100%;}

@media screen and(-ms-high-contrast:active),(-ms-high-contrast:none){
.randerblock{background: none;}
.input_range{display: none;}
.max_num,.min_num{display:block;margin-bottom: 10px;font-size: 12px;}
.rander_num{position: static;}
.randerblock{width: 100%;}
.randerbox01{position: absolute;top:30px;left: 0;width: 100%;}
.randerbox02{position: absolute;bottom:30px;left: 0;width: 100%;}


}







