.site-header-mobile-main{
    top:51px;
}
/* 1200px 以上（大屏/桌面端 */
@media (max-width: 1200px) {
    .site-main-content{
        padding: 0px;
    }
    .site-second-header{
        top:250px;
    }

}

/* 768px ~ 1200px（平板/中屏）- 中等字体 */
/*@media (min-width: 768px) and (max-width: 1199.98px) {*/
/*    .footer-top-item-left-header {*/
/*        font-size: 32rem;*/
/*    }*/
/*}*/

/* 480px ~ 768px（小平板/大屏手机）- 偏小字体 */
/*@media (min-width: 480px) and (max-width: 767.98px) {*/
/*    .footer-top-item-left-header {*/
/*        font-size: 26rem;*/
/*    }*/
/*}*/

/* 480px 以下（小屏手机）- 最小字体 */
/*@media (max-width: 479.98px) {*/
/*    .footer-top-item-left-header {*/
/*        font-size: 20rem;*/
/*    }*/
/*}*/