/* 默认万读的展现样式信息 */
/* 首页 */
.logo {
    background: url('/statics/images/default/logo.png');
    width: 149px;
    height: 36px;
}
.conversion_profit_data_img {
    background: url('/statics/images/default/promotion/conversionPic.png');
}

.btn_active{
    background:#ef3a3a;
    color:#fff;
}
.regBnt:hover{
    color: #EE2E2E;
}
.forPassword:hover{
    color: #EE2E2E;
}
.reg_btn {
    background: #EE2E2E;
}
.normal_btn {
    background: #EE2E2E;
}

/* 左侧菜单栏 */
.user-menu__item--active{
  color: #F42F2F;
}
.user-menu__item--active:hover{
  color: #F42F2F;
}
/* 公众号管理 */
.user-menu__item .icon.icon-accountManage{
  background: url(/statics/images/default/icon_accountManage.png) center center no-repeat;
  background-size: contain;
}
.user-menu__item--active .icon.icon-accountManage{
  background: url(/statics/images/default/icon_accountManage_act.png) center center no-repeat;
  background-size: contain;
}
/* 通知公告 */
.user-menu__item .icon.icon-annunciate{
  background: url(/statics/images/default/icon_annunciate.png) center center no-repeat;
  background-size: contain;
}
.user-menu__item--active .icon.icon-annunciate{
  background: url(/statics/images/default/icon_annunciate_act.png) center center no-repeat;
  background-size: contain;
}
/* 充值统计 */
.user-menu__item .icon.icon-recharge{
  background: url(/statics/images/default/icon_recharge.png) center center no-repeat;
  background-size: contain;
}
.user-menu__item--active .icon.icon-recharge{
  background: url(/statics/images/default/icon_recharge_act.png) center center no-repeat;
  background-size: contain;
}
/* 小说列表 */
.user-menu__item .icon.icon-novel{
  background: url(/statics/images/default/icon_novel.png) center center no-repeat;
  background-size: contain;
}
.user-menu__item--active .icon.icon-novel{
  background: url(/statics/images/default/icon_novel_act.png) center center no-repeat;
  background-size: contain;
}
/* 渠道管理 */
.user-menu__item .icon.icon-channel{
  background: url(/statics/images/default/icon_channel.png) center center no-repeat;
  background-size: contain;
}
.user-menu__item--active .icon.icon-channel{
  background: url(/statics/images/default/icon_channel_act.png) center center no-repeat;
  background-size: contain;
}
/* 公众号配置 */
.user-menu__item .icon.icon-gzh{
  background: url(/statics/images/default/icon_gzh.png) center center no-repeat;
  background-size: contain;
}
.user-menu__item--active .icon.icon-gzh{
  background: url(/statics/images/default/icon_gzh_act.png) center center no-repeat;
  background-size: contain;
}
/* 促销活动 */
.user-menu__item .icon.icon-pro_activity{
  background: url(/statics/images/default/pro_activity.png) center center no-repeat;
  background-size: contain;
}
.user-menu__item--active .icon.icon-pro_activity{
  background: url(/statics/images/default/icon-pro_activity.png) center center no-repeat;
  background-size: contain;
}

/* 提现管理 */
.user-menu__item .icon.icon-remitNote{
  background: url(/statics/images/default/icon_remitNote.png) center center no-repeat;
  background-size: contain;
}
.user-menu__item--active .icon.icon-remitNote{
  background: url(/statics/images/default/icon_remitNote_act.png) center center no-repeat;
  background-size: contain;
}
/* 账户信息 */
.user-menu__item .icon.icon-account{
  background: url(/statics/images/default/icon_account.png) center center no-repeat;
  background-size: contain;
}
.user-menu__item--active .icon.icon-account{
  background: url(/statics/images/default/icon_account_act.png) center center no-repeat;
  background-size: contain;
}
/* 打款管理 */
.user-menu__item .icon.icon-withdrawing_mgmt{
  background: url(/statics/images/default/icon_withdrawing_mgmt.png) center center no-repeat;
  background-size: contain;
}
.user-menu__item--active .icon.icon-withdrawing_mgmt{
  background: url(/statics/images/default/icon_withdrawing_mgmt_act.png) center center no-repeat;
  background-size: contain;
}
/* 号主管理 */
.user-menu__item .icon.icon-advertiser{
  background: url(/statics/images/default/icon_advertiser.png) center center no-repeat;
  background-size: contain;
}
.user-menu__item--active .icon.icon-advertiser{
  background: url(/statics/images/default/icon_advertiser_act.png) center center no-repeat;
  background-size: contain;
}
/* 公众号投放查询 */
.user-menu__item .icon.icon-launch{
  background: url(/statics/images/default/icon_launch.png) center center no-repeat;
  background-size: contain;
}
.user-menu__item--active .icon.icon-launch{
  background: url(/statics/images/default/icon_launch_act.png) center center no-repeat;
  background-size: contain;
}

/* 插件样式 */
.q-btn-confirm {
    color: #fff;
    background: #fc461e;
    border: solid 1px #fc461e;
}
