<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;
}
.syruibox{
    width: 100%;
    height:auto;
}
.syruibox1{
    width: 100%;
    height:50px;
    background: #FDD100;
}
.syruibox1 h3{
  line-height: 50px;
  text-align: center;
}
.syruibox2{
    width: 100%;
    height:auto;
}
.syruibox3{
    width: 100%;
    height:50px;
}
.spanmcy{
    font-size: 16px;
    font-weight: 700;
    color:#FDD100;
    margin-right: 10px;
    margin-left: 10px;
}
.syruibox3  h3{
    color:#bea00a;
    line-height: 50px;
}
.syruibox4{
    width: 100%;
    height:auto;
    display: flex;
}
.syruibox4-1{
    width:49%;
    
}
.syruibox4-2{
    width:49%;
  margin-left:2%;
}

.syruibox5{
    width: 100%;
    height: auto;
}
.syruibox5 table{
    width: 100%;
    margin-top: 10px;
}
.syruibox5 table tr td{
    padding: 10px;
    font-size: 16px;
    border-color: #faf4f4;
}
</pre></body></html>