/* PC 导购站整理：卡片、顶栏、导航、详情主信息。>=769px 生效，不覆盖 mobile.css */

.pt-tab {
    display: inline-block;
    padding: 4px 12px;
    font-size: 13px;
    line-height: 1.4;
    color: #555;
    border-radius: 14px;
    text-decoration: none;
    border: 1px solid #e8e8e8;
    background: #fff;
}
.pt-tab:hover,
.pt-tab.current {
    color: #ce0000;
    border-color: #ce0000;
    background: #fff5f5;
    text-decoration: none;
}

@media (min-width: 769px) {
    body {
        background: #f5f6f8;
    }

    .stats-simple {
        background: #fff;
        border-bottom: 1px solid #f0f0f0;
        color: #888;
        font-size: 12px;
        text-align: right;
        padding: 6px 24px;
    }
    .stats-simple b,
    .stats-simple a {
        color: #ce0000;
        font-weight: 600;
    }

    .head_nav_met_m1156_4_60 .neck-box {
        background: #fff;
        border-bottom: 1px solid #f0f0f0;
    }
    .head_nav_met_m1156_4_60 .topbox {
        display: flex;
        align-items: center;
        gap: 20px;
        min-height: 72px;
        padding: 8px 0;
    }
    .head_nav_met_m1156_4_60 .logo-box,
    .head_nav_met_m1156_4_60 .logo-box a {
        float: none;
        display: block;
        height: auto;
        line-height: 1;
    }
    .head_nav_met_m1156_4_60 .logo-box a img {
        display: none !important;
        max-height: 48px;
        max-width: 200px;
        width: auto;
    }
    .head_nav_met_m1156_4_60 .logo-box a img:first-child {
        display: block !important;
    }
    .pt-box {
        float: none;
        margin: 0;
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .pt-box img {
        display: none;
    }
    .head_nav_met_m1156_4_60 .search-box,
    .search-box {
        float: none;
        margin: 0 0 0 auto;
    }
    .head_nav_met_m1156_4_60 .search-box form input[type=text] {
        width: 280px;
        height: 40px;
        padding: 8px 12px;
        border-color: #e5e5e5;
        border-radius: 4px 0 0 4px;
    }
    .head_nav_met_m1156_4_60 .search-box form button {
        width: 44px;
        height: 40px;
        line-height: 38px;
        border-color: #e5e5e5;
        border-radius: 0 4px 4px 0;
        color: #ce0000;
    }
    .head_nav_met_m1156_4_60 .search-box form button:hover {
        background: #ce0000;
        border-color: #ce0000;
        color: #fff;
    }

    .navbar1 {
        position: relative;
        z-index: 40;
        background-color: #fff7f7;
        background-image: linear-gradient(#ce0000, #ce0000);
        background-repeat: no-repeat;
        background-size: 100% 44px;
        background-position: top left;
        overflow: visible;
    }
    .navbar1 .nav-scroll {
        overflow: visible;
    }
    .navbar1 .navcontent1,
    .navbar1 .nav-menu {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        height: 44px;
        line-height: 44px;
        white-space: nowrap;
        padding: 0 8px;
        margin: 0 auto;
        text-align: center;
    }
    .navbar1 .navcontent1 > li,
    .navbar1 ul.navcontent1 > li {
        display: flex;
        flex: 0 0 auto;
        align-items: center;
        float: none;
        width: auto;
        height: 44px;
        line-height: 44px;
        padding: 0 12px;
        overflow: visible;
        position: static;
    }
    .navbar1 .navcontent1 > li > a {
        display: inline;
        color: #fff;
        white-space: nowrap;
    }
    .navbar1 .navcontent1 > li.active {
        background: #fff;
        border-radius: 4px;
    }
    .navbar1 .navcontent1 > li.active > a {
        color: #ce0000 !important;
        font-weight: 600;
    }
    .navbar1 .sunmenu {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 44px;
        width: 100%;
        z-index: 30;
        background: #fff7f7;
        border: 0;
        box-shadow: none;
        padding: 8px 4%;
        white-space: normal;
        text-align: center;
        line-height: 1.6;
        height: auto;
    }
    .navbar1 .navcontent1 > li:hover > .sunmenu,
    .navbar1 .sunmenu.on {
        display: block;
    }
    .navbar1 .sunmenu.on {
        background: #fff7f7;
        box-shadow: none;
    }
    .navbar1 .navcontent1 > li:hover > .sunmenu {
        background: #fff;
        box-shadow: 0 8px 16px rgba(0, 0, 0, .06);
        z-index: 31;
    }
    .navbar1:has(.sunmenu.on) {
        padding-bottom: 44px;
        box-sizing: content-box;
    }
    .navbar1 .sunmenu li,
    .navbar1 .sunmenu li.active {
        display: inline-block;
        float: none;
        width: auto;
        height: auto;
        line-height: 1.4;
        padding: 2px 4px;
        margin: 0 2px;
        background: transparent;
        border-radius: 4px;
    }
    .navbar1 li.active .sunmenu a,
    .navbar1 .sunmenu a {
        color: #333;
        font-size: 13px;
        display: inline-block;
        font-weight: 400;
        background: transparent;
        border: 1px solid transparent;
        border-radius: 14px;
        padding: 4px 12px;
    }
    .navbar1 .sunmenu a:hover {
        color: #ce0000;
    }
    .navbar1 .sunmenu li.active > a,
    .navbar1 .sunmenu li.sub-on > a {
        background: #fff !important;
        background-color: #fff !important;
        color: #ce0000 !important;
        font-weight: 700;
        border: 1px solid #ce0000;
        border-radius: 14px;
    }

    #nav {
        right: 12px;
        top: 180px;
        width: 72px;
        padding: 0;
        z-index: 20;
    }
    #nav a {
        font-size: 12px;
        padding: 6px 8px;
        background: #fff;
        border: 1px solid #eee;
        color: #666;
    }
    #nav .current a,
    #nav a:hover {
        background: #ce0000;
        color: #fff;
        border-color: #ce0000;
    }
}

@media (min-width: 769px) and (max-width: 1399px) {
    #nav {
        display: none;
    }
}

@media (min-width: 769px) {
    .geo-cite.geo-home,
    .geo-cite.geo-home p {
        text-align: left !important;
    }
    .geo-cite.geo-home {
        background: transparent;
        border: 0;
        box-shadow: none;
        max-width: 1200px;
        margin: 8px auto 0;
        padding: 0 15px;
        font-size: 13px;
        color: #888;
        line-height: 1.6;
    }
    .geo-cite.geo-home p {
        margin: 0;
    }

    .hot_list_met_m1156_4_43 {
        background: #f5f6f8;
    }
    .hot_list_met_m1156_4_43 .groom-box {
        padding: 12px 0 28px;
    }
    .hot_list_met_m1156_4_43 .title-name h3 {
        font-size: 20px;
        font-weight: 600;
        color: #222;
    }
    .hot_list_met_m1156_4_43 .title-move {
        display: none;
    }
    .hot_list_met_m1156_4_43 .groom-cut {
        overflow: visible;
        margin: 0 -8px;
        text-align: left;
    }
    .hot_list_met_m1156_4_43 .groom-cut ul,
    .groom-cut-wraper {
        display: flex;
        flex-wrap: wrap;
        width: auto;
    }
    .hot_list_met_m1156_4_43 .groom-cut ul li,
    .groom-cut-slide {
        float: none;
        width: 20%;
        padding: 8px;
        margin: 0 0 8px;
        box-sizing: border-box;
        list-style: none;
    }
    .hot_list_met_m1156_4_43 .groom-cut ul li a {
        display: block;
        background: #fff;
        border: 0;
        border-radius: 8px;
        padding: 0 0 10px;
        overflow: hidden;
        box-shadow: 0 1px 4px rgba(0, 0, 0, .06);
        transition: box-shadow .2s, transform .2s;
    }
    .hot_list_met_m1156_4_43 .groom-cut ul li a:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 18px rgba(0, 0, 0, .08);
    }
    .hot_list_met_m1156_4_43 .groom-cut ul li:nth-child(n) a {
        border-top: 0;
    }
    .hot_list_met_m1156_4_43 .groom-cut ul li a img {
        display: block;
        width: 100%;
        margin: 0 0 10px;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        background: #fafafa;
        border-radius: 8px 8px 0 0;
        max-width: none;
    }
    .hot_list_met_m1156_4_43 .groom-cut ul li a b,
    .hot_list_met_m1156_4_43 .groom-cut ul li a b a {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 40px;
        line-height: 20px;
        font-size: 14px;
        font-weight: 400;
        color: #333;
        padding: 0 10px;
        text-align: left;
    }
    .hot_list_met_m1156_4_43 .groom-cut ul li a i {
        display: none;
    }
    .hot_list_met_m1156_4_43 .groom-cut ul li a p {
        margin: 6px 10px 0;
        text-align: left;
        color: #ce0000;
    }
    .hot_list_met_m1156_4_43 .groom-cut ul li a p span:first-child {
        font-size: 16px;
        font-weight: 700;
        color: #ce0000;
    }
    .del {
        color: #bbb !important;
        font-size: 12px !important;
        margin-left: 6px;
        text-decoration: line-through;
    }
    .xiaoliang {
        text-align: left;
        padding: 2px 10px 0;
        margin: 0;
        color: #999 !important;
        font-size: 12px;
    }
    .recommend-date {
        text-align: left;
        padding: 0 10px 4px;
        color: #aaa !important;
    }

    .buy-board {
        background: #fff8f6;
        border: 1px solid #ffd7cc;
        border-radius: 8px;
        padding: 16px 18px 18px;
        margin: 12px 0 16px;
    }
    .buy-board .price,
    .buy-board .bg-grey-100 {
        background: transparent !important;
        padding: 0 !important;
        color: #ce0000;
    }
    .buy-board #price,
    .buy-board .font-size-30 {
        font-size: 36px;
        font-weight: 700;
        color: #ce0000;
        line-height: 1.1;
    }
    .buy-board .font-size-18 {
        font-size: 18px;
        font-weight: 700;
        color: #ce0000;
    }
    .buy-board .quan {
        display: inline-block;
        background: #ce0000;
        color: #fff;
        padding: 2px 8px;
        border-radius: 3px;
        font-size: 13px;
        margin-right: 8px;
    }
    .buy-board .quan a {
        color: #fff;
    }
    .buy-board .time {
        color: #888;
        font-size: 13px;
    }
    .buy-board .product-tocart {
        display: inline-block;
        min-width: 200px;
        height: 48px;
        line-height: 48px;
        padding: 0 28px;
        margin-top: 14px;
        font-size: 18px;
        border-radius: 4px;
        text-align: center;
    }
    .buy-board .form-control-label {
        color: #888;
    }
    .product-text h1 {
        font-size: 22px;
        line-height: 1.4;
        font-weight: 600;
        color: #222;
        margin-bottom: 6px;
    }
    .product-text .t {
        color: #999;
        font-size: 13px;
    }
}

@media (min-width: 769px) and (max-width: 1199px) {
    .hot_list_met_m1156_4_43 .groom-cut ul li,
    .groom-cut-slide {
        width: 25%;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .hot_list_met_m1156_4_43 .groom-cut ul li,
    .groom-cut-slide {
        width: 33.333%;
    }
}
