<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.rangeSlide{}
.rangeSlide .slider{ width:100%; height:14px; margin-top:1px; background:#fafafa; position:relative; border:1px solid #dedede; border-radius:6px 6px 6px 6px;}
.rangeSlide .slider .btn{ position:absolute; font-family:Arial, Helvetica, sans-serif; border-radius:4px 4px 4px 4px; left:40%; top:-5px; height:21px; width:14px; background:#fff; border:1px solid #ccc; cursor:pointer; color:#ddd; line-height:20px; text-align:center; z-index:3; -moz-user-select: none; /*火狐*/
   -webkit-user-select: none;  /*webkit浏览器*/
   -ms-user-select: none;   /*IE10*/
   -khtml-user-select: none; /*早期浏览器*/
   user-select: none;}
.rangeSlide .text{ width:100%; padding-top:4px;position:relative; height:20px;}
.rangeSlide .text div{ float:left; text-align:center; position:absolute; white-space:nowrap; font-size:12px;}
.rangeSlide .text div.now{ font-weight:bold; color:#009CF1}
.rangeSlide .slider .progress{ z-index:1; background:#009cf1; height:8px; width:40%; position:absolute; top:3px; left:3px; border-radius:4px 0px 0px 4px;}
.rangeSlide.style2 .slider{ float:left; width:480px;}
.rangeSlide.style2 .leftBtn{ width:14px; height:14px; border-radius:6px 6px 6px 6px; cursor:pointer; text-align:center; float:left; margin-right:6px; border:1px solid #cecece; background:#fafafa; color:#666; line-height:16px; -moz-user-select: none; /*火狐*/
   -webkit-user-select: none;  /*webkit浏览器*/
   -ms-user-select: none;   /*IE10*/
   -khtml-user-select: none; /*早期浏览器*/
   user-select: none;}
.rangeSlide.style2 .leftBtn:hover{ background:#f1f1f1; color:#009cf1; border:1px solid #009cf1;}
.rangeSlide.style2 .operateBtn{ width:16px; height:16px; border-radius:8px 8px 8px 8px; cursor:pointer; text-align:center; float:left;  border:1px solid #cecece; background:#fafafa; color:#666; line-height:16px;margin-right:6px; -moz-user-select: none; /*火狐*/
   -webkit-user-select: none;  /*webkit浏览器*/
   -ms-user-select: none;   /*IE10*/
   -khtml-user-select: none; /*早期浏览器*/
   user-select: none;}
.rangeSlide.style2 .operateBtn:hover{ background:#f1f1f1; color:#009cf1; border:1px solid #009cf1;}
.rangeSlide.style2 .operateBtn.rightBtn{margin-left:6px;}
.rangeSlide.style2 .inputBox{ float:left;}
.rangeSlide.style2 .inputBox .resultVal{ width:32px; height:16px; border:1px solid #ccc; background:#fafafa; text-align:center; border-radius:3px 3px 3px 3px;}
</pre></body></html>