/********************默认色****************/
/* 默认文字颜色 */
.default_color{
    color: #FFA800;
}
/* 默认背景色 */
.default_bg{
    background: #FFA800;
    color: white;
}
/*激活背景色*/
.default_bg_hover:hover{
    background: rgb(235,148,0);
    color: white;
}
