.product-desc {
    background: #FFFFFF;
}

.product-content {
    border-radius: 12px;
    width: 100%;
    max-width: min(1700px, calc(100% - 200px));
    margin: 0 auto;
    font-size: clamp(12px, 1vw, 16px);
    background: #FFFFFF;
    box-sizing: border-box;
    padding-bottom: 50px;
}

.right-content {
    min-height: 0px;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    background: #FFFFFF;
    flex-shrink: 0;
}

.right-content-card {
    width: 100%;
    padding-top: 38px;
    position: sticky;
    top: 66px;
}

/* 默认吸底 */
.right-content.sticky-bottom {
    position: inherit;
    align-self: flex-end;
}

/* 吸顶状态 */
.right-content .sticky-top {
    position: fixed;
    top: 66px;
    right: 16.6%;
    z-index: 10;
}

.sticky-div {
    position: sticky;
    top: 66px;
    will-change: transform;
}

.left-content {
    min-height: 100vh;
    width: 100%;
    box-sizing: border-box;
    flex-shrink: 1;
}

.left-content h1.lable {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: bold;
    font-size: 22px;
    color: #27292D;
    line-height: 33px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.left-content h1 {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: bold;
    font-size: 20px;
    color: #27292D;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.left-content h2 {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: bold;
    font-size: 16px;
    color: #27292D;
    text-align: left;
    font-style: normal;
    text-transform: none;
    line-height: 30px;
}

.left-content .service_name {
    color: #27272A;
    font-weight: 400;
}

.left-content h3 {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: bold;
    font-size: clamp(12px, 1vw, 16px);
    color: #989DA5;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.left-content ul {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: bold;
    font-size: 14px;
    color: #27292D;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.product-container {
    border-radius: 8px;
    padding: 0 30px;
    margin-top: 38px;
    margin-bottom: auto;
    background: rgba(249,250,251,0.8);
}

.product-detail {
    background: #ffffff;
    border-radius: 8px;
    padding: 0 30px;
    margin-top: 33px;
    margin-bottom: auto;
}

.contents-p {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-size: clamp(12px, 0.96vw, 15px);
    color: #48494B;
    line-height: 1.8;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.contents-p-card {
    min-width: 0;
    max-width: 100%;
    width: 100%;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: bold;
    font-size: 14px;
    color: #27292D;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    box-sizing: border-box;
    word-wrap: break-word;
}

.service_type {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: clamp(14px, 0.8vw, 28px);
    color: #2B2B2B;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding: 10px 0 5px 0;
}

.card-content {
    max-width: 67px;
    height: 26px;
    background: #E60012;
    border-radius: 4px;
    border: 1px solid rgba(230, 0, 18, 0.3);
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: bold;
    font-size: 11px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    width: auto;
    text-transform: none;
    margin-left: 10px;
    padding: 5px 8px;
    flex-shrink: 0;
    white-space: nowrap;
    display: inline-flex;
    vertical-align: middle;
}

.card-content-zizhi,
.card-content-d {
    font-size: clamp(12px, 0.7vw, 15px);
}

.card-content-zizhi span,
.card-content span,
.card-content-d span {
    font-size: 11px;
}

.card-detail-d, .card-detail-zizhi {
    width: 77px;
    height: 28px;
    background: #166FFB;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #FFFFFF;
    margin-left: 10px;
}

.card-detail-d span, .card-detail-zizhi span {
    color: #FFFFFF;
    font-size: 11px;
}

.card-content img {
    margin-right: 3px;
    filter: brightness(0) invert(1);
}

.table-content {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    grid-template-columns: clamp(160px, 0.6vw, 172px) auto !important;
    padding: 28px 0;
}

.table-content-detail {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    grid-template-columns: clamp(160px, 0.6vw, 172px) auto !important;
    padding: 28px 0;
}

.table-detail {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    grid-template-columns: clamp(160px, 0.6vw, 172px) auto !important;
    padding: 22px 0;
}

.product-logo {
    width: clamp(100px, 4.6vw, 120px);
    height: clamp(100px, 4.6vw, 120px);
}

.chanpin-desc {
    border-bottom: none;
}

.product-desc-content {
    overflow-x: auto;
}

.product-desc-content h1,
.product-desc-content h2,
.product-desc-content h3,
.product-desc-content p {
    all: unset;
    all: initial;
}

.product-desc-content h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

.product-desc-content h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

.product-desc-content img,
.product-desc-content table,
.product-desc-content iframe {
    max-width: 100% !important;
    box-sizing: border-box;
    word-break: break-word;
    overflow-x: auto;
    height: auto;
    display: block;
}

.product-desc-content img {
    image-rendering: high-quality;
    -webkit-image-rendering: high-quality;
}

.product-desc-conten table {
    display: block;
    overflow-x: auto;
}

.product-desc-content p {
    display: block;
    margin: 0 0 1rem 0;
    width: 100%;
    line-height: 1.6;
    white-space: normal;
    word-wrap: break-word;
    font-size: 1rem;
    font-weight: normal;
    color: #333;
}

.right-content h1 {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: bold;
    font-size: clamp(32px, 0.8vw, 36px);
    color: #27292D;
    line-height: 41px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: inline;
    margin: 0;
    vertical-align: middle;
}

.button-tips {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: bold;
    font-size: clamp(16px, 0.7vw, 18px);
    color: #000000;
    line-height: 21px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: clamp(15px, 0.6vw, 26px);
    margin-bottom: clamp(15px, 0.6vw, 26px);
}

.product-price {
    margin-top: clamp(25px, 0.6vw, 30px) !important;
    margin-bottom: clamp(10px, 0.6vw, 20px) !important;
}

.guige {
    margin-top: 24px;
}

.service-provider-info {
    background: #F9FAFB;
    border-radius: 4px;
    padding: 16px 20px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.service-provider-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 4px 0;
}

.service-provider-label {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: bold;
    font-size: clamp(12px, 0.8vw, 14px);
    color: #27272A;
    white-space: nowrap;
}

.service-provider-value {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: normal;
    font-size: clamp(12px, 0.8vw, 14px);
    color: #27272A;
    word-break: break-word;
}

.button-list {
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.button-list::-webkit-scrollbar {
    display: none;
}

.button-list button {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 62px;
    padding: clamp(12px, 1.5vw, 16px) clamp(20px, 1.9vw, 28px);
    margin-bottom: clamp(10px, 0.6vw, 26px);
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.button-list button.active {
    border-color: #E60012;
    color: #E60012;
}

.guige-name{
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: bold;
    
}

.guige-price {
    font-family: 'Roboto-Medium';
}

.actual_price {
    font-size: 24px;
    font-family: 'Roboto-Bold';
}

.original-span {
    font-family: 'Roboto-Medium';
    font-size: clamp(12px, 0.9vw, 16px);
    color: #191919;
    line-height: 14px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    height: 15px;
}

.discount-span {
    font-family: 'Roboto-Medium';
    font-size: clamp(11px, 0.9vw, 13px);
    color: #76767F;
    line-height: 14px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    height: 15px;
}

.discount {
    padding-bottom: 20px;
    border-bottom: 1px solid #E2E4E8;
    margin-top: 58px;
}

.discount-right .discount-span {
    font-weight: 500;
    font-size: 14px;
    color: #E60012;
    line-height: 16px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    height: 16px;
}

.discount-button {
    font-weight: 400;
    font-size: 12px;
    color: #8B8B8B;
    line-height: 14px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    height: 15px;
}

.discount-button:hover {
    border: 0 !important;
}

.discount-button.active {
    color: #E60012;
}

.discount-button.active img {
    transform: rotate(180deg);
}

.discount-button span {
    height: 14px;
}

.discount-button img {
    height: 8px;
    width: 8px;
    margin-left: 5px;
    transition: all 0.3s ease;
}

.discount-desc {
    font-weight: 500;
    font-size: 14px;
    color: #737071;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.discount-desc p {
    margin-bottom: 5px;
    color: #ff5200;
}

.coupon-count {
    width: 75px;
    height: 24px;
    font-weight: bold;
    text-align: center;
    font-style: normal;
    text-transform: none;
    background: linear-gradient(133deg, #FF4300 0%, #FF7401 100%);
    border-radius: 4px 4px 4px 4px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 2;
}

.go_touse,
.coupon_price {
    margin-left: 6px;
    width: 75px;
    height: 17px;
    font-weight: 800;
    font-size: 14px;
    color: #E60012;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.desc-num {
    font-weight: normal;
    font-size: 28px;
    color: #E60012;
    line-height: 33px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    height: 33px;
}

.total_price {
    margin-top: 21px;
    padding-top: 22px;
    border-top: 1px solid rgba(230, 230, 234, 1);
}

.go-order {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.discount-ok-button {
    height: clamp(37px, 2.2vw, 50px);
    background: #E60012;
    border-radius: 0;
    width: 80%;
    font-weight: 800;
    font-size: clamp(14px, 0.7vw, 18px);
    color: #FFFFFF;
    line-height: 14px;
    text-align: center;
    font-style: normal;
    margin-top: clamp(15px, 0.6vw, 30px);
}

.payment-sticky-container {
    margin-top: 28px;
    background: #F9FAFB;
    border-radius: 8px;
    padding: clamp(16px, 1.5vw, 20px);
    position: sticky;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.05);
    flex-shrink: 0;
}

.product-vip-card {
    border-radius: 12px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: 800;
    font-size: clamp(12px, 0.7vw, 16px);
    line-height: 19px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.product-vip-card .right-span {
    position: absolute;
    top: 0;
    right: 0;
    font-family: PingFang SC, PingFang SC;
    font-weight: 800;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding-right: 4px;
}

.product-vip-card.type-1 {
    color: #FFA023;
    border: 1px solid #FFB022;
}

.product-vip-card.type-2 {
    color: #2476FF;
    border: 1px solid #2476FF;
}

.product-vip-card.type-3 {
    color: #7C40F9;
    border: 1px solid #7C40F9;
}

.product-vip-card.type-4 {
    background: #FFF1EB;
    border-radius: 4px;
    width: 248px;
    height: 30px;
    margin-top: 14px;
}

.product-vip-card.type-4 span {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #FF5000;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.product-vip-card.type-1 .right-span {
    background: url(../img/frame_3.svg);
    color: #6B4A20;
}

.product-vip-card.type-2 .right-span {
    background: url(../img/frame_2.svg);
}

.product-vip-card.type-3 .right-span {
    background: url(../img/frame_1.svg);
}

.discount-hidden {
    display: none;
}

.discount-li-a {
    width: 421px;
    height: 138px;
    background: #FF0401;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #D47171;
    display: block;
}

.glide__bullets {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 10px auto;
}

.discount-dialog {
    display: none;
}

.glide__bullet {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #D9D9D9;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

.glide__bullet:hover {
    background-color: #999;
}

.glide__bullet.glide__bullet--active {
    background-color: #E60012;
}

.dialog-card {
    width: 616px;
    height: 535px;
    background: #F9F9F9;
    border-radius: 6px 6px 6px 6px;
    padding: 15px;
    padding-right: 0;
    padding-left: 0;
}

.discount-card {
    width: 289px;
    height: 109px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    padding: 16px;
    margin-right: 9px;
    margin-bottom: 6px;
}

.dialog-card .title {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding: 30px;
}

.discount-card .title-2 {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: bold;
    font-size: 17px;
    color: #312B2C;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 8px;
}

.discount-card .desc {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 12px;
    color: rgba(49, 43, 44, 0.5);
    line-height: 14px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.discount-data {
    border-left: 1px dashed rgba(0, 0, 0, 0.1);
    padding-left: 14px;
}

.discount-money {
    padding-right: 14px;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 12px;
    color: #6C6C6C;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.select-button {
    border: 1px solid #D9D9D9;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.select-button.active {
    border: 1px solid transparent;
    width: 16px;
    height: 16px;
    background: #E60012;
    border-radius: 50%;
}

.select-button.active::before {
    content: '';
    display: block;
    position: absolute;
    width: 50%;
    height: 60%;
    background: url(../img/commerce-6-2_icon2.svg);
    filter: brightness(0) invert(1);
    background-size: 100%;
    background-repeat: no-repeat;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dialog-button {
    width: 64px;
    height: 31px;
    background: #FBFBFB;
    border-radius: 40px 40px 40px 40px;
    border: 1px solid #E9E9E9;
    margin-left: 7px;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.dialog-button.active {
    width: 64px;
    height: 31px;
    background: #E60012;
    border-radius: 40px 40px 40px 40px;
    border: 1px solid #E9E9E9;
    margin-left: 7px;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

@media (min-width: 1910px) {
    .product-content {
        max-width: 1700px;
    }

    .left-content {
        max-width: 1188px;
    }

    .right-content {
        max-width: 464px;
    }

    .product-vip-card {
        width: 144px;
        height: 62px;
    }

    .product-vip-card .right-span {
        font-size: 14px;
        line-height: 21px;
        padding-left: 15px;
        height: 21px;
    }
}

@media (min-width: 1590px) and (max-width: 1909px) {

    .product-content {
        max-width: 1466px;
    }

    .left-content {
        max-width: 1024px;
    }

    .right-content {
        max-width: 400px;
    }

    .product-vip-card {
        width: 123px;
        height: 53px;
    }

    .product-vip-card .right-span {
        font-size: 12px;
        line-height: 18px;
        padding-left: 13px;
        height: 18px;
    }
}

@media (min-width: 1270px) and (max-width: 1589px) {

    .product-content {
        max-width: 1172px;
    }

    .left-content {
        max-width: 820px;
    }

    .right-content {
        max-width: 320px;
    }

    .product-vip-card {
        width: 98px;
        height: 42px;
    }

    .product-vip-card .right-span {
        font-size: 10px;
        line-height: 15px;
        padding-left: 10px;
        height: 15px;
    }
}

