/* WXSSC V67.2-C6B Restore Price Center Width 1300
   只恢复价格中心主内容宽度，不碰导航、不碰接口、不碰功能 JS。
*/
:root{
  --pc2-w:1300px !important;
}

html body .wx-pc2-page,
html body.wx-price-trader-v672c6-ready .wx-pc2-page{
  width:min(1300px, calc(100vw - 40px)) !important;
  max-width:1300px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

/* 保持移动端安全边距，不影响 PC 1300 统一宽度 */
@media(max-width:900px){
  html body .wx-pc2-page,
  html body.wx-price-trader-v672c6-ready .wx-pc2-page{
    width:calc(100vw - 24px) !important;
    max-width:none !important;
  }
}
