<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ex-box-4{
    margin: 0 -20px -20px 0;
    overflow: hidden;
}
.ex-box-4 .eb4-li{
    float: left;
    width: 216px;
    margin: 0 20px 20px 0;
    text-align: center;
}
.ex-box-4 .eb4-l-pic{
    width: 216px;
    height: 150px;
    object-fit: cover;
    margin-bottom: 6px;
}
.ex-box-4 .eb4-l-txt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
}



.special-details{
    background-color: #fff;
    padding: 20px;
}
.special-details .sd-title{
    margin-bottom: 20px;
}
.special-details .sd-t-logo{
    width: auto;
    height: 40px;
    vertical-align: middle;
}
.special-details .sd-txt{
    margin-bottom: 20px;
}
.special-details .sd-p-pic{
    width: 200px;
    height: auto;
    margin-bottom: 10px;
    margin-right: 10px;
}
.special-details-banner{
    height: 300px;
    width: 100%;
    object-fit: cover;
}


.table{
  border: 1px solid #ddd;
  border-radius: 20px;
  width: 100%;
}
.table th{
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 20px 10px;
  color: #0D5AC6;
}
.table th:last-child{
  border-right: none;
}
.table td{
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px 10px;
  line-height: 2;
}
.table td:last-child{
  border-right: none;
}
.table tr:last-child td{
  border-bottom: none;
}
.table .main{
    color: #ff6464;
}







</pre></body></html>