/**
*=================================
* 默认主题
*=================================
*/
/**
*=================================
* 选中颜色class
*=================================
*/
li.active {
  background: #C10B33 !important;
  color: #fff !important;
  border: 1px solid #C10B33 !important;
}
.dot.active {
  background: #C10B33 !important;
}
.active-border {
  border-color: #C10B33 !important;
}
.active-bg {
  background: #C10B33;
}
/**
*=================================
* 文本字体颜色class
*=================================
*/
li.bg-red {
  background: #f3ced6 !important;
}
li.bg-blue {
  background: #d9e2f9 !important;
}
/**
*=================================
* 浮动class
*=================================
*/
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
/**
*=================================
* 各类hover
*=================================
*/
.live-table tbody tr:hover:not(.center) {
  color: #C10B33;
}
.live-table tbody tr:hover:not(.center) td {
  color: #C10B33;
}
.live-table tbody tr:hover:not(.center) a {
  color: #C10B33;
}
.hover:hover {
  color: #C10B33 !important;
}
/**
*=================================
* 各类背景图替换
*=================================
*/
/**
*=================================
* 公共区
*=================================
*/
/* 添加边框 */
/* 添加字体描边 */
.overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 旋转 */
.rotate {
  transform-origin: center center;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transition: transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
}
.rotate-back {
  transform-origin: center center;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transition: transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
}
/* 滚动条样式 */
.container-detail::-webkit-scrollbar {
  width: 6px;
  height: 243px;
}
/*设置滚动条上的滚动滑块样式*/
.container-detail::-webkit-scrollbar-thumb {
  background: transparent;
}
/*鼠标位于内容上时，滚动条样式*/
.container-detail:hover::-webkit-scrollbar {
  width: 6px;
  height: 243px;
  background: #eee;
  border-radius: 6px;
}
/*鼠标位于内容上时，滚动滑块样式*/
.container-detail:hover::-webkit-scrollbar-thumb {
  background: #8A8A8A;
  border-radius: 10px;
}
/**
*=================================
* 超过文本
*=================================
*/
