/* Web Font */
html[lang=zh-HK] .more::after {top: auto;}
html[lang=zh-HK] .specs-section .specification-section .techspecs-copy li.font-text {
    font-family: "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 15px;
}

.page-ecosystem .section-audio .accordion-content .row p.systemfont:lang(zh-HK) {
    font-size: 15px;
    font-family: "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

.page-specs .specs-section .tabnav .tabnav-link {
    letter-spacing: -.022em;
}

@media only screen and (max-width: 735px) {
    .page-specs .specs-section .tabnav .tabnav-link {
        padding: 10px 6px 10px 6px;
    }
}

/*Optimized*/
.m-left{
    margin-left: 6px;
    top: -3px;
    position: relative;
}

.m-bottom{
    margin-bottom: 0;
}

@media only screen and (max-width: 1068px){
    .m-left{
        margin-left: 5px;
    }   
}


@media only screen and (max-width: 735px) {
    .m-bottom{
        margin-bottom: 24px;
    }
}

/*compressor*/
@media only screen and (max-width: 1068px) {
    .section-footer .column:first-of-type .chiclets {
        margin-top: 76px;
    }
}

@media only screen and (max-width: 735px) {
    .section-footer .column:first-of-type .chiclets {
        margin-top:52px
    }
}
