<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    margin: 0;
    padding: 0;
}
.seitronbox{
    width: 100%;
    height: auto;
}
.seitronbox1 h2{
    height: 50px;
    background: #3e5660;
    line-height: 50px;
    text-align: center;
    color: white;
  }
  .seitronbox2 {
    height: 50px;
    background: #3e5660;
    line-height: 50px;
    color: white;
    margin-top: 20px;
  }
  .seitronbox3 {
      height: 300px;
 display: flex;
 border: 1px solid #eeeeee;
 border-bottom: none;
  }
  .seitronbox3-1 {
      position: relative;
width: 50%;
border-right: 1px solid #eeeeee;
}
.seitronbox3-2 {
    width: 50%;
}

#seitronimg1{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.seitronbox3-2 ul{
    margin: 10px;
    margin-left: 20px;
}
#seitronbox2{
    margin-top: 0;
}
.seitronbox4{
    height:150px;
    display: flex;
    border: 1px solid #eeeeee;
}
.seitronbox4-1{
   width: 30%;
   border-right:1px solid #eeeeee;
   position: relative;
}
.seitronbox4-2{
    width: 70%;
}
#seitronimg3{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.seitronbox4-2 span{
    margin-left: 33px;
}
#seitronbox5{
    height: 250px;
}
#seitronbox4-2p{
    margin-top: 40px;
    font-weight: bold;
    color: #3e5660;
}
#seitronbox4-2p2{
    margin-top: 30px;
    font-weight: bold;
    color: #3e5660;
}
.seitronbox5{
    width: 100%;
}
.seitronbox5 table{
    width: 100%;
}
.seitronbox5 table tr td{
   padding: 10px;
   font-size: 16px;
}
.seitronbox5tabletd{
    width: 100px;
}
#seitronbox5tabletd{
   background-color: #3e5660; 
   color: white;
}
#seitronbox4-2p3{
    margin-top: 10px;
    font-weight: bold;
    color: #3e5660;
}
.seitronbox4 span{
    font-size: 14px;
}</pre></body></html>