﻿/*清明节 2020-04-04 
*{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
*/

/*滚动样式***以下样式为重要样式必须有的样式***/
.mCustomScrollBox{ 
	  position: relative;
	  overflow: hidden;
	  height: 100%;
	  max-width: 100%;
	  outline: none;
	  direction: ltr;
  }

.mCSB_container{ margin-right: 30px; }

.mCSB_scrollTools{
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top:-50px;
  right: 0;
  bottom: 0;
}
.mCSB_draggerContainer{
  position: absolute;
  top: 60px;
  left: -15px;
  bottom: 10px;
  right: 0; 
  height: auto;
}
.mCSB_draggerRail{
  width: 6px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
}
.mCSB_dragger{
  cursor: pointer;
  width: 100%;
  height: 30px; 
  z-index: 1;
}
.mCSB_dragger_bar{/***改吧滚动条的高度*-----*可根据自己的需要修改***/
  position: relative;
  width: 6px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
  text-align: center;
}
.mCSB_draggerRail{/***滚动条背景的颜色*可根据自己的需要修改**/
  background-color: #e3e3e3; /*background-color: rgba(0,0,0,0.4);*/
  filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; opacity:.75;
}

.mCSB_dragger_bar{/***改吧滚动条的颜色*可根据自己的需要修改**/
  background-color: #a1a1a1; /*background-color: rgba(255,255,255,0.75);*/
  filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; opacity:.75;
}
