/* 季景引擎全站品牌补充样式 */
.nav-search .logo-big img {
    width: auto;
    max-width: 28rem;
    max-height: 6rem;
}
.shop-navigation {
    border-bottom-color: #dce6f1;
}
.shop-navigation .am-nav > li > a.active,
.shop-navigation .am-nav > li > a:hover,
.shop-navigation .am-nav > li > a:focus {
    color: #0b67f0;
}
.footer-nav-content {
    border-top-color: #dce6f1;
}
.am-footer-default {
    background: #f4f7fb;
}
.footer-nav-title {
    color: #071a33;
}
.footer-filing-content {
    color: #64778b;
}
.detail-content h2,
.detail-content h3 {
    color: #071a33;
}
.detail-content p,
.detail-content li {
    color: #556b80;
    line-height: 1.9;
}
*:focus-visible {
    outline: .2rem solid #10b8a6;
    outline-offset: .2rem;
}
@media only screen and (max-width: 640px) {
    .top-nav-left-site-logo img {
        max-width: 15rem;
    }
}
