<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer3 {
    background: rgb(84, 141, 212);
}

.footer3 * {
    box-sizing: border-box;
}

.footer3 img {
    max-width: 100%;
    display: block;
    border: 0;
    width: 180px;
    height: 146px;
    object-fit: cover;
}

.footer3TopContent {
    border-bottom: 1px solid rgba(141, 179, 226, 0.99);
    padding: 50px 0;
}

.footer3Content {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 0;
}

.footer3Content:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.footer3ContentLeft {
    display: inline-block;
    vertical-align: top;
    width: 25%;
}

.footer3ContentCenter {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    color: #fff;
    padding: 10px;
    padding-left: 40px;
    border-left: 1px dashed rgb(141, 179, 226);
}

.footer3ContentCenter .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 26px;
}

.footer3ContentCenter .content {
    font-size: 14px;
}

.footer3ContentCenter .content p {
    line-height: 1.75;
    font-size: 14px;
    margin: 0;
}

.footer3ContentRight {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 0;
}

.footer3ContentItem {
    font-size: 14px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    color: #fff;
}

.footer3ContentItem img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.footer3ContentItem .text {
    padding: 10px;
    font-weight: bold;
}

.footer3Bottom {
    font-size: 14px;
    color: #fff;
    padding: 16px;
}

.footer3Bottom .footer3Content {
    font-size: 14px;
}</pre></body></html>