/* 并入子比 .float-right 后取消独立 fixed */
.float-right .coolo-float-in-stack,
.float-right [data-coolo-float="1"]{
  position:static!important;right:auto!important;left:auto!important;bottom:auto!important;
  margin:0;box-shadow:none;border-radius:50%;width:42px;height:42px;padding:0;
  display:inline-flex!important;align-items:center;justify-content:center;
  font-size:12px;line-height:1.1;text-align:center
}
.float-right #coolo-fb-open,
.float-right .coolo-feedback-right-btn,
.float-right #coolo-i18n-toggle,
.float-right .coolo-player-toggle,
.float-right #coolo-bf-backtop{
  width:42px;height:42px;border-radius:50%;padding:0;font-size:11px
}
/* 回到顶部并入浮层后仍按滚动显隐（.show），不要强制常显 */
.float-right #coolo-bf-backtop{
  position:static!important;transform:none!important;
  opacity:0;visibility:hidden;display:flex!important;
  transition:.5s;margin-top:6px;border-radius:8px
}
.float-right #coolo-bf-backtop.show,
.float-right #coolo-bf-backtop.is-show{
  opacity:1!important;visibility:visible!important
}
.float-right .coolo-player{position:relative!important;right:auto!important;bottom:auto!important}
.float-right .coolo-player-panel{
  position:absolute;right:48px;bottom:0;margin:0;z-index:10
}
.float-right .coolo-player-bar{position:fixed!important;left:0;right:0;bottom:0}
