<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer_link {
    background: rgba(0, 89, 255, 1);
    height: 239px;
    border-bottom: 1px solid #2B7DFF;
}

.footer_link_content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 43px;
    box-sizing: border-box;
    display: flex;
}

.footer_logo {
    width: 313px;
    height: 61px;
}

.footer_link_help {
    margin-left: 200px;
    /*width: 120px;*/
    height: 151px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.footer_link_phone {
    margin-left: 200px;
    height: 85px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}


.footer_link_phone ul li{
    line-height: 40px;
    height: 40px;
}

.footer_link_help ul li{
    line-height: 26px;
    height: 26px;
}

/*ç‰ˆæƒ*/

.copyright {
    height: 68px;
    background: rgba(0, 89, 255, 1);
    color: rgba(255, 255, 255, 1);
}

.copyright_content {
    width: 1200px;
    margin: 0 auto;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright_one,
.copyright_two,
.copyright_three {
    display: flex;
    align-items: center;
}

.copyright_one span {
    margin-left: 8px;
    font-size: 10px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
}

.copyright_two span {
    margin-left: 8px;
    font-size: 10px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
}

.copyright_three {
    font-size: 10px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
}
</pre></body></html>