/* PC 子页面宽屏布局 · 与首页 1680px 对齐（购物车/用户中心/搜索/结算等） */
body.page-pc-wide {
    --pc-page-width: 1680px;
    --pc-page-gutter: 24px;
    --pc-container: 1680px;
    background: #f4f4f4;
}

@media (min-width: 1920px) {
    body.page-pc-wide {
        --pc-page-width: 1760px;
        --pc-container: 1760px;
    }
}

body.page-pc-wide #head_wrap1,
body.page-pc-wide .search_bar,
body.page-pc-wide .navbar,
body.page-pc-wide .navbar_con .navbar,
body.page-pc-wide .main_wrap,
body.page-pc-wide .main_con,
body.page-pc-wide .common_title,
body.page-pc-wide .common_list_con,
body.page-pc-wide .common_title2,
body.page-pc-wide .order_submit,
body.page-pc-wide .list_model_banner,
body.page-pc-wide .list_model_banner_tf,
body.page-pc-wide .yhh,
body.page-pc-wide .w1200,
body.page-pc-wide .container,
body.page-pc-wide .footer,
body.page-pc-wide .pc-container,
body.page-pc-wide .pc-list-shell,
body.page-pc-wide .site-moss-promo-inner {
    width: calc(100vw - 48px) !important;
    max-width: var(--pc-page-width) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

body.page-pc-wide .pc-container,
body.page-pc-wide .pc-list-shell {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.page-pc-wide .navbar_con,
body.page-list-wide .navbar_con {
    width: 100% !important;
    max-width: none !important;
    background: #f4f4f4 !important;
    border-bottom: none !important;
}

body.page-pc-wide .navbar_con .navbar,
body.page-list-wide .navbar_con .navbar {
    background: #fff;
}

body.page-pc-wide .pc-cart-page {
    background: #f4f4f4;
}

body.page-pc-wide .pc-mall .pc-uc-layout.main_con,
body.page-pc-wide .pc-uc-page-wrap .pc-uc-layout.main_con {
    width: calc(100vw - 48px) !important;
    max-width: var(--pc-page-width) !important;
}

body.page-pc-wide .pc-uc-page-wrap {
    padding-left: 0;
    padding-right: 0;
}

body.page-pc-wide .pc-cart-page .pc-cart-head,
body.page-pc-wide .pc-cart-page .pc-cart-row.cart_list_td {
    padding-left: 24px;
    padding-right: 24px;
}

@media (max-width: 960px) {
    body.page-pc-wide #head_wrap1,
    body.page-pc-wide .search_bar,
    body.page-pc-wide .navbar_con .navbar,
    body.page-pc-wide .main_con,
    body.page-pc-wide .pc-container,
    body.page-pc-wide .pc-list-shell,
    body.page-pc-wide .pc-mall .pc-uc-layout.main_con {
        width: calc(100vw - 24px) !important;
    }
}
