<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.leib-w{
  width: 100%;
  background: #f5f5f5;
}
.leib-c{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  background: #ffffff;
  min-height: 600px;
}
.leib-tap{
  padding: 30px 0;
}
.leib-tap ul{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 20px;
  list-style: none;
}
.leib-tap ul li{
  padding: 8px 15px;
  background: #84acd8;
  color: #Ffffff;
  width: 100px;
  text-align: center;
}
.leib-tap ul li a{
  color: #ffffff;
}
.leib-tap ul li:hover{
  
  background: #2478d4 !important;
}
.active{
  background: #2478d4 !important;
}
.leib-lis ul{
  width: 98%;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  list-style-type: none;
  padding: 0 1%;
}
.leib-lis ul li{
  width: 19%;
  margin: 0;
  margin-right: 1.25%;
  margin-bottom: 20px;
  
}
.leib-lis ul li img{
  width: 100%;
}
.leib-lis ul li:nth-of-type(5n){
  margin-right: 0;
}
.leib-lis ul li p{
  display: flex;
  padding: 0 10px;
  flex-direction: row;
  justify-content: space-between;
}
.leib-lis ul li p span{
  color: #333333;
}
.leib-lis ul li p span:nth-of-type(2){
  color: #2478d4;
}</pre></body></html>