<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pc-footer {
    padding: 35px 0;
    margin: 0;
}
.service-list {
    padding: 38px;
}
.service-list .account li {
    padding: 40px 0;
    position: relative;
    transition: all 0.3s;
    border-bottom: 1px solid #EEEEEE;
}
.service-list .account li a {
    color: #FFFFFF;
}
.service-list .account li::before {
    opacity: 0;
    position: absolute;
    content: '';
    width: 32px;
    height: 19px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    background: url(../../assets/static/pngs/service-info.png) no-repeat;
    background-size: 62px 19px;
    background-position-x: -30px;
}
.service-list .account li h3 {
    line-height: 28px;
    color: #333333;
    font-size: 20px;
    transition: all 0.3s;
}
.service-list .account li:hover {
    border-bottom: 1px solid #cfe7da;
}
.service-list .account li:hover::before {
    opacity: 1;
    background-position-x: 0px;
}
.service-list .account li:hover h3 {
    color: #249259;
}
.service-list .account li p {
    line-height: 28px;
    color: #999999;
    font-size: 14px;
    margin-top: 16px;
}
.service-list .account li:first-child {
    padding-top: 0;
}
</pre></body></html>