#last_pays
 {
  background: rgba(0, 0, 0, 0.7);
  font-size: 11px;
  color: #FFFFFF;
  overflow: hidden;
  position: fixed;
  left: 101%;
  right: -1px;
  bottom: -1px;
  height: 70px;
  z-index: 9999;
  -webkit-transition: all 1s ease-out 0.5s;
  -moz-transition: all 1s ease-out 0.5s;
  -o-transition: all 1s ease-out 0.5s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
 }
#last_pays.show_last_pays
 {
  left: 0%;
 }
#last_pays #info_block
 {
  background: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  text-align: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 15px 0;
  width: 60px;
 }
#last_pays #info_block span
 {
  background: #FF0000;
  border-radius: 15px;
  cursor: pointer;
  display: inline-block;
  margin: 4px 0 0 0;
  padding: 4px 7px;
 }

#last_pays #scroll_left,#last_pays #scroll_right
 {
  background: rgba(255, 255, 255, 0.1);
  font-size: 50px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  line-height: 70px;
 }
#last_pays #scroll_left:hover,#last_pays #scroll_right:hover,#last_pays #pays_list .last-pay-item:hover
 {
  background: rgba(255, 255, 255, 0.3);
 }
#last_pays #scroll_left:hover,#last_pays #scroll_right:hover
 {
  cursor: pointer;
 }
#last_pays #scroll_left
 {
  left: 60px;
 }
#last_pays #scroll_right
 {
  right: 0;
 }

#last_pays #pays_list
 {
  overflow: hidden;
  overflow-anchor: none;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 100px;
  right: 40px;
  bottom: 0;
 }
#last_pays #pays_list .last-pay-item
 {
  vertical-align: top;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  padding: 10px 0 10px 15px;
  line-height: 13px;
  width: 190px;
  height: 70px;
 }
#last_pays #pays_list .last-pay-icon
 {
  background: #07153B;
  border: 2px solid #f6eec9;
  border-radius: 100%;
  box-sizing: border-box;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  float: left;
  font-size: 22px;
  margin: 0 10px 0 0;
  width: 50px;
  height: 50px;
 }
#last_pays #pays_list .last-pay-time
 {
  text-overflow: ellipsis;
  color: #f5ac43;
  display: block;
  overflow: hidden;
  height: 13px;
 }
#last_pays #pays_list .last-pay-text
 {
  color: #FFFFFF;
  display: block;
  overflow: hidden;
  height: 40px;
 }
#last_pays #pays_list .last-pay-name
 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
 color: #ef9c78;
 }
#last_pays #pays_list .last-pay-action,#last_pays #pays_list .last-pay-amount
 {
  display: block;
  white-space: nowrap;
 }
