/* origem: site/0127.css */
/* SOURCE: /assets/refactor-v943/css/site/0321.css */
html body.pc .banner-bottom--floating{
  position:fixed!important;
  left:50%!important;
  right:auto!important;
  transform:translateX(-50%)!important;
  width:min(1170px,calc(100vw - 20px))!important;
  max-width:1170px!important;
  box-sizing:border-box!important;
  overflow:visible!important;
}
html body.pc .banner-bottom--floating #banner-bottom--close,
html body.pc .banner-bottom--floating .banner-bottom--close,
html body.pc .banner-bottom--floating .banner-bottom-close,
html body.pc .banner-bottom--floating [data-banner-close],
html body.pc .banner-bottom--floating > button:last-of-type{
  position:absolute!important;
  left:auto!important;
  right:0!important;
  top:-38px!important;
  bottom:auto!important;
  transform:none!important;
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
  min-height:38px!important;
  margin:0!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#444!important;
  background:#f2f2f2!important;
  border:1px solid #dedede!important;
  border-bottom:0!important;
  border-radius:5px 5px 0 0!important;
  box-shadow:2px -4px 10px rgba(0,0,0,.29)!important;
  font-size:24px!important;
  font-weight:400!important;
  line-height:1!important;
  text-align:center!important;
  box-sizing:border-box!important;
  z-index:2147483647!important;
}
@media(max-width:1190px){
  html body.pc .banner-bottom--floating{
    width:calc(100vw - 20px)!important;
    max-width:none!important;
  }
}

