/********************默认色****************/
/* 默认文字颜色 */
.default_color {
  color: #128ee9;
}
/* 默认背景色 */
.default_bg {
  background: #128ee9;
  color: white;
}
/*激活背景色*/
.default_bg_hover:hover {
  background: #046cc2;
  color: white;
}
