.seehistory-wrapper{
  position: fixed;
  right:0px;
  z-index: 88;
  top: 20%;
}
.seehistory-wrapper ul{
    list-style: none;padding: 0;margin: 0;

}
.seehistory-wrapper ul li{
   list-style: none;background: #8C8C8C;
   padding: 0;
   margin: 0;
   width: 75px;

   color: #FFF;
   text-align: center;
   font-size: 14px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
   letter-spacing: 0.6px;
   text-align: center;margin-bottom: 4px;
   display: flex;
   align-items: center;justify-content: center;
}
.seehistory-wrapper ul > li:first-child{
    padding-top: 10px;padding-bottom: 10px; background: #a0a0a0;
}
.seehistory-wrapper ul > li:last-child{
    background: #ffc069;
}
.seehistory-wrapper ul > li:nth-child(3) a , .seehistory-wrapper ul > li:nth-child(4) a{
    padding: 3px 0px;display: flex;align-items: center;justify-content: center;
}
.seehistory-wrapper ul > li:nth-child(3) img{
    width: 20px;margin-right: 3px;
}
.seehistory-wrapper ul > li:nth-child(4) img{
    width: 20px;margin-right: 3px;
}
.seehistory-wrapper ul li img{
   width: 100%;
}
.seehistory-wrapper ul li > a{
    display: block;color: #fff;
}
.seehistory-wrapper ul li ol{
    list-style: none;padding: 0;margin: 0;

}
.seehistory-wrapper ul li ol li{
       list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #8C8C8C;
    width: 75px;
    height: 75px;
}
.seehistory-wrapper ul li ol li:hover{
    opacity: 0.85;
}
.seehistory-wrapper ul li ol li img{
   width: 75px;
   height: 75px;
   object-fit: cover;
}
@media (max-width:1600px){
    .seehistory-wrapper{
        display: none;
    }
}