.product-content {
    border-radius: 12px;
    margin-right: 16.6%;
    width: 1280px;
    float: right;
    margin-bottom: 80px;
    margin-right: calc((100% - 1280px)/2);
}

.right-content {
    min-height: 0px;
    width: 459px;
    margin-top: 0px;
    margin-left: 0px;
    /* height: calc(100vh - 80px); */
    background: #FFFFFF;
    /* box-shadow: -10px 0px 30px 0px rgba(0, 0, 0, 0.05); */

}

.right-content-card {
    box-shadow: -10px 0px 30px 0px rgba(0, 0, 0, 0.08);
    border-radius: 0px 0px 0px 0px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding-left: 33px;
    padding-right: 33px;
    padding-top: 45px;
    /* padding-bottom: 45px; */
}

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

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

.left-content {
    min-height: 100vh;
    /* padding-left: 27px; */
    padding-right: 27px;
    /* padding-top: 43px; */
    width: calc(100% - 491px);
    padding-bottom: 80px;
    display: inline-block;
    flex-basis: auto;
    flex-shrink: 0;
}

.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: 22px;
    color: #27292D;
    line-height: 33px;
    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: 18px;
    color: #27292D;
    line-height: 21px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.left-content h3 {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: bold;
    font-size: 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;
}

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

.contents-p-card {
    min-width: 762px;
    /* height: 81px; */
    /* background: rgba(245, 245, 245, 0.7); */

    /* padding: 15px 23px; */
    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;
}

.card-content {
    min-width: 81px;
    height: 20px;
    background: #E60012;
    border-radius: 4px 4px 4px 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: white;
    line-height: 13px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding: 10px;
    width: auto;
    margin-left: 16px;
}

.card-content-d {
    min-width: 77px;
    height: 28px;
    background: #DBDBDB;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #FFFFFF;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: bold;
    font-size: 11px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-left: 16px;
    padding: 10px;
}

.card-content img {
    width: 10px;
    height: 13px;
    margin-right: 4px;
    filter: brightness(0) invert(1);
}

.table-content {
    /* border-top: 1px dashed rgba(0, 0, 0, 0.1); */
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 20px;
    padding-bottom: 20px;
}

.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;
}

.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: 26px;
    color: #27292D;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 34px;
}

/* .feature-table {
    border: 1px dashed #ccc;
    border-radius: 4px;
    padding: 10px;
    border-collapse: collapse;
}

.feature-table td,
.feature-table th {
    border: 1px dashed #ccc;
    padding: 8px;
} */

.button-tips {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    line-height: 21px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 64px;
    margin-bottom: 19px;
}

.button-list button {
    border-radius: 4px 4px 4px 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 58px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 19px;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

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

.discount-span {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-size: 16px;
    color: #161616;
    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-family: PingFang SC, PingFang SC;
    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-family: Microsoft YaHei UI, Microsoft YaHei UI;
    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-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #737071;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    /* width: 163px; */
}

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

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

.discount-ok-button {
    height: 50px;
    background: #E60012;
    border-radius: 3px 3px 3px 3px;
    width: 100%;
    font-family: PingFang SC, PingFang SC;
    font-weight: 800;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 14px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 34px;
    margin-bottom: 16px;
}

.product-vip-card {
    width: 121px;
    height: 55px;
    border-radius: 2px 2px 2px 2px;
    background: #FAC074;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: 800;
    font-size: 16px;
    color: #FFFFFF;
    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;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 21px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding-left: 15px;
    padding-right: 4px;
    height: 21px;
}

.product-vip-card.type-1 {
    background: #FAC074;
}

.product-vip-card.type-2 {
    background: #3C89FE;
}

.product-vip-card.type-3 {
    background: #7C40F9;
}

.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: 446px;
    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;
}