/* merchant-footer.css - footer 专用样式 */
/* footer */
.footer {
    border-top: 1px solid #f0f3f6;
    color: rgb(52, 58, 64);
    background: #fff;
    font-size: 13px;
}


.footer .author a {
    color: #0b6aa3;
    text-decoration: none;
}

@media (max-width: 767.98px) {
}
