/* style of spu floating box */
#spuFloating{
  padding: 0;
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0px;
  left:0;
  right:0;
  z-index: 9001;
}
#spuFloating .spuFloating__box__item {
  text-align: center;
  margin: 0 auto;
}
#spuFloating .spuFloating__box__item a{
  display: block;
}
#spuFloating .spuFloating__box__item img{
  width:100%;
  vertical-align: bottom;
}
#spuFloating .spuFloating__box #close {
  position: absolute;
  top: 64%;
  right: 2px;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background-color: #fff;
  border-radius: 24px;
  text-align: center;
  z-index: 9999;
}

#spuFloating .spuFloating__box #close:before,
#spuFloating .spuFloating__box #close:after {
content: "";
display: inline-block;
line-height: 30px;
vertical-align: middle;
}

#spuFloating .spuFloating__box #close:after {
content: "¡ß";
color: #777;
font-family: sans-serif;
font-size: 24px;
}
#spuFloating .spuFloating__box #close:hover{
  cursor: pointer;
}

_::-webkit-full-page-media, _:future, :root #spuFloating .spuFloating__box #close:before,
_::-webkit-full-page-media, _:future, :root #spuFloating .spuFloating__box #close:after { 
    line-height: 26px;
}
_::-webkit-full-page-media, _:future, :root #spuFloating .spuFloating__box #close:after {
  font-size: 28px;
}