/* Desktop product-detail visual layer. Keep all legacy interaction selectors in good.css/goods.js intact. */
.qmht-product-page {
    background: #f7f4f1;
    color: #403b37;
}

.qmht-product-page .wrap {
    width: 1200px;
}

.qmht-product-page .qmht-product-page-wrap {
    padding-bottom: 52px;
}

.qmht-product-page .bread {
    box-sizing: border-box;
    color: #948a83;
    font-size: 13px;
    line-height: 22px;
    margin: 22px 0 16px;
    padding: 0 4px;
}

.qmht-product-page .bread a {
    color: #81766f;
}

.qmht-product-page .bread a:hover {
    color: #c95a38;
}

.qmht-product-page .relative.wrap {
    background: #fff;
    border: 1px solid #e7dfd9;
    box-shadow: 0 12px 30px rgba(73, 57, 45, .07);
    box-sizing: border-box;
    display: flex;
    float: none;
    gap: 42px;
    margin: 0;
    padding: 32px;
}

.qmht-product-page .goodsImg {
    box-sizing: border-box;
    float: none;
    flex: 0 0 590px;
    width: 590px;
}

.qmht-product-page .goodsPic {
    align-items: center;
    background: linear-gradient(145deg, #fbfaf9, #f2eeea);
    border: 1px solid #ede6e0;
    box-sizing: border-box;
    display: flex;
    height: 468px;
    justify-content: center;
    margin: 0;
    overflow: hidden;
    width: 590px;
}

.qmht-product-page .jqzoom {
    align-items: center;
    background: transparent;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}

.qmht-product-page #pD-bimg {
    display: block;
    height: 100% !important;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
}

.qmht-product-page .myspeclist {
    box-sizing: border-box;
    height: 104px;
    margin-top: 16px;
    width: 590px;
}

.qmht-product-page .myspeclistwrap {
    height: 104px;
    margin-left: 30px;
    width: 530px;
}

.qmht-product-page .list-h {
    height: 104px;
}

.qmht-product-page .list-h li {
    align-items: center;
    background: #faf8f6;
    box-sizing: border-box;
    display: flex;
    height: 96px;
    justify-content: center;
    margin: 4px 8px 0 0;
    width: 124px;
}

.qmht-product-page .list-h li img {
    height: 100% !important;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
}

.qmht-product-page .detailbtnpre,
.qmht-product-page .detailbtnnext {
    top: 40px;
}

.qmht-product-page .goodsCon {
    box-sizing: border-box;
    float: none;
    flex: 1;
    min-width: 0;
    padding: 4px 0 0;
    width: auto;
}

.qmht-product-page .goodsCon h1 {
    color: #302a27;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: .2px;
    line-height: 1.45;
    margin: 0 0 20px;
}

.qmht-product-page .good_prcarea {
    background: linear-gradient(110deg, #fbf1ec, #fff9f6);
    border-left: 3px solid #ce5a38;
    box-sizing: border-box;
    min-height: 104px;
    padding: 18px 22px;
}

.qmht-product-page .good_prcarea .prcarea {
    color: #c84f2d;
    float: none;
    line-height: 1;
}

.qmht-product-page .good_prcarea .prcarea span {
    color: #c84f2d;
    font-size: 18px;
    top: -10px;
}

.qmht-product-page .good_prcarea .prcarea i {
    color: #c84f2d;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
}

.qmht-product-page .good_prcarea .countdown {
    color: #756a63;
    float: none;
    margin: 8px 0 0;
}

.qmht-product-page .good_prcarea .c6 {
    color: #756a63;
    line-height: 1.7;
    margin: 6px 0 0;
}

.qmht-product-page .deliverytime {
    background: #fbfaf8;
    border: 1px solid #ebe3dc;
    color: #665e58;
    line-height: 1.7;
    margin: 16px 0 18px;
    padding: 13px 16px;
}

.qmht-product-page .deliverytime img {
    max-height: 21px;
    max-width: 30px;
    object-fit: contain;
    vertical-align: middle;
}

.qmht-product-page .buyarea {
    border-top: 1px solid #eee7e1;
    padding-top: 16px;
}

.qmht-product-page .goodsCon .buyarea p {
    margin: 0 0 10px;
}

.qmht-product-page .buyarea .col {
    color: #756a63;
    font-size: 14px;
    width: 62px;
}

.qmht-product-page .prodSpec {
    width: calc(100% - 62px);
}

.qmht-product-page .prodSpec a {
    border: 1px solid #dcd2ca;
    border-radius: 2px;
    color: #554d47;
    margin: 0 8px 8px 0;
    padding: 4px 10px;
    transition: border-color .16s ease, background-color .16s ease, color .16s ease;
}

.qmht-product-page .prodSpec a:hover,
.qmht-product-page .prodSpec a.select,
.qmht-product-page .prodSpec a.no.select {
    background: #fff6f1;
    border-color: #c95534;
    color: #a94327;
}

.qmht-product-page .disabledSelect,
.qmht-product-page .prodSpec .disabledSelect,
.qmht-product-page .prodSpec .disabledSelect:hover {
    background: #f6f3f0;
    border-color: #eee8e2;
    color: #c6bbb3;
}

.qmht-product-page .goodsCon .num input {
    border-color: #ded4cd;
    border-radius: 2px;
    height: 28px;
    line-height: 28px;
}

.qmht-product-page .subtract,
.qmht-product-page .plus {
    margin-top: 2px;
}

.qmht-product-page .btnaddcart,
.qmht-product-page .btnaddcart_soldout {
    border-radius: 2px;
    box-shadow: 0 8px 15px rgba(196, 75, 42, .18);
    box-sizing: border-box;
    float: none;
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0 0 62px;
    min-width: 190px;
    padding: 12px 28px;
    text-align: center;
}

.qmht-product-page .btnaddcart {
    background: #c95534;
}

.qmht-product-page .btnaddcart:hover {
    background: #af4225;
}

.qmht-product-page .btnaddcart_soldout {
    background: #a9a19b;
    box-shadow: none;
}

.qmht-product-page .quicknav {
    background: #fff;
    border: 1px solid #e7dfd9;
    box-shadow: 0 5px 16px rgba(73, 57, 45, .04);
    height: 54px;
    margin: 30px 0 20px;
}

.qmht-product-page .quicknav a {
    border-right: 1px solid #eee8e2;
    color: #5f5650;
    font-size: 15px;
    line-height: 54px;
    padding: 0 30px;
}

.qmht-product-page .quicknav a:hover {
    background: #fff6f1;
    color: #bd4b2c;
}

.qmht-product-page .proactivityinfo,
.qmht-product-page .probaseinfo,
.qmht-product-page .prosizeinfo,
.qmht-product-page .prodetailinfo {
    background: #fff;
    border: 1px solid #e7dfd9;
    box-shadow: 0 5px 16px rgba(73, 57, 45, .04);
    box-sizing: border-box;
    margin: 0 0 20px;
    padding: 0 32px 30px;
    text-align: left;
}

.qmht-product-page .prodetailtt {
    align-items: center;
    background: none !important;
    border-bottom: 1px solid #eee6df;
    box-sizing: border-box;
    color: #3f3732;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    height: auto;
    letter-spacing: .3px;
    margin: 0 0 20px;
    padding: 22px 0 16px;
    text-indent: 0;
    width: 100%;
}

.qmht-product-page .proactivityinfo .bd {
    color: #665e58;
    line-height: 1.8;
}

.qmht-product-page .proactivityinfo p {
    box-sizing: border-box;
    color: #665e58;
    line-height: 1.8;
    margin: 12px 0;
    width: 100%;
}

.qmht-product-page .probaseinfo ul {
    margin: 0;
    width: 100%;
}

.qmht-product-page .probaseinfo li {
    box-sizing: border-box;
    color: #5e554f;
    font-size: 14px;
    line-height: 1.55;
    padding: 9px 20px 9px 0;
    width: 33.333%;
}

.qmht-product-page .prosizeinfo {
    text-align: center;
}

.qmht-product-page .prosizeinfo .prodetailtt {
    text-align: left;
}

.qmht-product-page .prosizeinfo p {
    margin: 12px auto;
    max-width: 100%;
    overflow: hidden;
}

.qmht-product-page .prosizeinfo img,
.qmht-product-page .prodetailinfo .center img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100% !important;
    object-fit: contain;
}

.qmht-product-page .prodetailinfo {
    margin-bottom: 18px;
}

.qmht-product-page .brandinfo {
    align-items: stretch;
    border: 1px solid #e6ddd6;
    box-sizing: border-box;
    display: flex;
    margin: 0 auto 28px;
    max-width: 100%;
    width: 100%;
}

.qmht-product-page .brandinfo .logo {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex: 0 0 255px;
    justify-content: center;
    padding: 22px;
    width: 255px;
}

.qmht-product-page .prodetailinfo .bd .brandinfo .logo img {
    height: auto;
    margin: 0;
    max-height: 100px;
    max-width: 100%;
    object-fit: contain;
    width: auto;
}

.qmht-product-page .brandinfo .fr {
    background: #fbf8f5;
    box-sizing: border-box;
    flex: 1;
    float: none;
    height: auto;
    line-height: 1.8;
    min-height: 150px;
    padding: 20px 26px;
    width: auto;
}

.qmht-product-page .brandinfo h2 {
    color: #443a34;
    font-size: 18px;
    margin: 0 0 8px;
    padding: 0;
    text-align: left;
}

.qmht-product-page .brandinfo p {
    color: #6e645d;
    margin: 0;
}

.qmht-product-page .prodetailinfo .center {
    color: #5e554f;
    line-height: 1.8;
    max-width: 100%;
    overflow: hidden;
}

.qmht-product-page .prodetailinfo .center p {
    margin: 0 auto 16px;
    max-width: 100%;
}

.qmht-product-page .prodetailinfo .center table {
    max-width: 100% !important;
}

.qmht-product-page .gotop {
    border-color: #9b8f86;
    color: #625850;
    font-size: 16px;
    height: auto;
    line-height: 1;
    margin: 12px 0 0;
    padding: 13px 34px;
    width: auto;
}

.qmht-product-page .gotop:hover {
    background: #5c5048;
    border-color: #5c5048;
    color: #fff;
}

@media (max-width: 1220px) {
    .qmht-product-page .wrap {
        width: 960px;
    }

    .qmht-product-page .relative.wrap {
        gap: 30px;
        padding: 24px;
    }

    .qmht-product-page .goodsImg {
        flex-basis: 500px;
        width: 500px;
    }

    .qmht-product-page .goodsPic,
    .qmht-product-page .myspeclist {
        width: 500px;
    }

    .qmht-product-page .myspeclistwrap {
        width: 440px;
    }

    .qmht-product-page .list-h li {
        width: 107px;
    }
}
