/*====手机端≤767px全局修正====*/
@media screen and (max-width:767px){
html,body{overflow-x:hidden !important;}
.container{padding:0 14px !important;max-width:100% !important;}
/*产品卡片强制1列铺满屏幕*/
.col-lg-3,.col-md-3,.product-item{
    width:100% !important;
    flex:0 0 100% !important;
    margin-bottom:24px !important;
}
/*顶部导航隐藏原横排菜单，只显示汉堡按钮*/
.header-navigation > ul{display:none !important;}
.menu-toggle{display:block !important;margin-left:auto !important;}
/*首页大图、横幅取消固定宽，自适应屏幕*/
.banner-wrap,.full-width-banner{width:100% !important;padding:0 !important;}
/*按钮、内边距缩小适配手机*/
.btn{padding:9px 16px !important;font-size:14px !important;}
/*板块间距压缩，避免留白过大*/
.section-padding{padding:40px 0 !important;}
/*侧边悬浮客服缩小宽度，不溢出屏幕*/
.fixed-quote{right:6px !important;max-width:52px !important;}
}
/*====平板768~1024px适配====*/
@media (min-width:768px) and (max-width:1024px){
.col-lg-3{width:50% !important;flex:0 0 50% !important;}
.container{padding:0 20px !important;}
}