<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width:769px) { 
.section-relate-link {
 background-color:#fafafa;
}
    }
@media screen and (max-width:768px) {
.section-relate-link {
 background-color:#fafafa;

}
    }
.section-relate-link .title {
 padding-left:10px
}
.section-relate-link .title h3 {
 color:#333;
 display:inline-block;
 font-size:16px;
 font-weight:600;
 line-height:45px;
 margin:0;
 padding-left:10px
}
.section-relate-link .content {
 background:#fff;
 border-radius:15px;
 box-shadow:0 1px 4px rgba(0,0,0,.07);
 display:flex;
 flex-wrap:wrap;
 margin:0 auto 20px;
 padding:20px 10px;
 text-align:center;
 width:92%
}
.section-relate-link .content .relate-item {
 display:inline-block;
 width:25%
}


@media screen and (min-width:769px) { 
.section-relate-link .content .relate-item {
 display:inline-block;
 width:10%
}
    }


.section-relate-link .content .relate-item .relate-img {
 height:50px;
 margin:10px auto;
 width:50px
}
.section-relate-link .content .relate-item p {
 font-size:14px
}
</pre></body></html>