@charset "utf-8";
.next-bar{ z-index: 999; position: fixed; bottom: 50%;  width: 100%; display: flex; padding: 20px 0; justify-content: space-between; }
.next-bar div{ margin: 0; }
.next-bar a{ color: #333; font-weight: 800; display: flex; align-items: center; opacity: 0.5; }

.next-bar img{ width: 23px; height: 20px; }

.prev img{left: 0; background-color: #dadada; padding: 20px 10px; border-radius: 0 10px 10px 0; }
.next img{ background-color: #dadada; padding: 10px;  padding: 20px 10px; border-radius: 10px 0 0 10px; }

.prev span{ padding-left: 10px; }