jxs-product-tab{display:block}jxs-product-tab .sticky-tab-bar{position:sticky;top:var(--header-height);background-color:rgb(var(--color-tabbar-background));z-index:20;border-bottom:solid 1px rgb(var(--color-tab-background-active));border-top:solid 1px rgb(var(--color-tab-background-active));transition:top .2s ease}.section-header-is-hidden jxs-product-tab .sticky-tab-bar{top:0}jxs-product-tab .tab-bar__wrapper{--track-overflow: hidden}jxs-product-tab .tab-bar{display:flex;flex-wrap:nowrap;list-style:none;margin:0;padding:0}jxs-product-tab .tab-bar li{color:rgb(var(--color-tab-foreground));background-color:rgb(var(--color-tab-background, "transparent"));transition:all .2s ease;padding-inline:20px;padding-block:10px;line-height:normal;cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;font-weight:700;font-size:var(--tab-font-size)}jxs-product-tab .tab-bar li[active]{color:rgb(var(--color-tab-foreground-active));background-color:rgb(var(--color-tab-background-active))}@media(max-width:767px){jxs-product-tab .tab-bar li{padding-inline:10px}}jxs-product-tab .tab-content-panel{display:none;min-height:100px;padding-block:20px}jxs-product-tab .tab-content-panel[active]{display:block}jxs-product-tab .tab-content-panel .default-description h1:first-of-type,jxs-product-tab .tab-content-panel .default-description h2:first-of-type,jxs-product-tab .tab-content-panel .default-description h3:first-of-type,jxs-product-tab .tab-content-panel .default-description h4:first-of-type,jxs-product-tab .tab-content-panel .default-description h5:first-of-type,jxs-product-tab .tab-content-panel .default-description h6:first-of-type{margin-block-start:0}jxs-product-tab .tab-content-panel.type-desc table:not(.ignore-table){border-collapse:collapse}jxs-product-tab .tab-content-panel.type-desc table:not(.ignore-table),jxs-product-tab .tab-content-panel.type-desc table:not(.ignore-table) th,jxs-product-tab .tab-content-panel.type-desc table:not(.ignore-table) td{border:1px solid #ccc;padding-inline:16px;padding-block:8px}jxs-product-tab .tab-content-panel.type-desc table:not(.ignore-table) th,jxs-product-tab .tab-content-panel.type-desc table:not(.ignore-table) tr:first-child td{background-color:#f2f2f2;font-weight:700}@media(max-width:767px){jxs-product-tab .tab-content-panel{padding-inline:10px}}jxs-product-tab .tab-content-panel.type-download>ul{max-width:800px;display:flex;flex-direction:column;list-style:none;margin:0;padding:0;gap:5px}jxs-product-tab .tab-content-panel.type-download li{display:flex;gap:10px;padding-block:10px;padding-inline:10px;background-color:#f9f9f9}jxs-product-tab .tab-content-panel.type-download li:hover{background-color:#f2f2f2}jxs-product-tab .tab-content-panel.type-download li>div{flex:1}/*! 新版规格 */.product-spec-new{display:flex;width:100%;gap:60px}.product-spec-new .spec-container{flex:1;border:solid 1px rgb(0 0 0 / .1);box-shadow:0 0 10px #0000001a}.product-spec-new .spec-container table{width:100%;max-width:100%!important}.product-spec-new .side-container{width:400px;display:flex;flex-direction:column;gap:40px}.product-spec-new .empty-message{font-size:12px;color:#959595}.product-spec-new .panel-title{font-size:20px;font-weight:500;padding-block-end:10px;border-bottom:solid 2px #000;display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.product-spec-new .panel-title button{border:none;outline:none;background-color:transparent;padding:0;color:#9d9d9d;font-size:12px;line-height:1.2;cursor:pointer;white-space:nowrap}.product-spec-new .panel-title button:hover{opacity:.8}.product-spec-new .panel-content{padding-block:15px}.product-spec-new .side-container ul{list-style:none;margin:0;padding:0}.product-spec-new .side-container ul li{display:block;padding-block:5px;font-size:14px;opacity:.8}.product-spec-new .side-container ul li a{text-decoration:underline}.product-spec-new .panel-download ul li{display:flex;justify-content:space-between;gap:10px}.packing-list-image-modal .modal-content{min-height:unset}.packing-list-image-modal .modal-content img{display:block;width:100%;height:auto}.product-spec-new__index{display:none}@media(max-width:767px){.product-spec-new{flex-direction:column}.product-spec-new .side-container{width:100%}.product-spec-new__index{display:flex;width:fit-content;margin-inline:auto;list-style:none;margin-block-start:0;margin-block-end:20px;padding:0;gap:8px}.product-spec-new__index li{font-size:12px;text-align:center;background-color:#fff;padding-block:0;line-height:normal}.product-spec-new__index li:not(:last-of-type){padding-inline-end:8px;border-right:solid 1px rgb(0 0 0 / .5)}}/*! 软件升级 */.software-upgrade-list{display:flex;flex-direction:column;gap:16px}.software-upgrade-card{display:flex;align-items:stretch;gap:28px;width:100%;padding:20px;border:1px solid rgb(0 0 0 / .1);border-radius:8px;background:#fff}.software-upgrade-card__media{display:flex;align-items:center;justify-content:center;flex:0 0 220px;width:220px;color:inherit;text-decoration:none}.software-upgrade-card__media img,.software-upgrade-card__media svg{display:block;width:100%;height:auto;aspect-ratio:1 / 1;object-fit:contain}.software-upgrade-card__content{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:12px;padding-block:8px}.software-upgrade-card__title{color:inherit;font-size:20px;font-weight:700;line-height:1.3;text-decoration:none}.software-upgrade-card__title:hover{text-decoration:underline}.software-upgrade-card__description{display:-webkit-box;overflow:hidden;color:#000000b8;font-size:14px;line-height:1.6;-webkit-box-orient:vertical;-webkit-line-clamp:3}.software-upgrade-card__description>*:first-child{margin-top:0}.software-upgrade-card__description>*:last-child{margin-bottom:0}.software-upgrade-card__purchase{flex:0 0 220px;width:220px;display:flex;flex-direction:column;justify-content:center;gap:18px;padding-block:8px}.software-upgrade-card__price{display:flex;flex-direction:column;align-items:flex-end;gap:4px;font-weight:700;line-height:1.2;text-align:right}.software-upgrade-card__price-sale,.software-upgrade-card__price-regular{color:#d0021b;font-size:22px}.software-upgrade-card__price-compare{color:#00000073;font-size:14px;font-weight:400}.software-upgrade-card__action{display:flex;flex-direction:column;gap:10px}.software-upgrade-card__action form{margin:0}.software-upgrade-card__action .button,.software-upgrade-card__action .button-ATC,.software-upgrade-card__action .product-form__submit{width:100%;min-height:44px;padding-inline:18px}.software-upgrade-card__detail-link{display:inline-flex;align-items:center;justify-content:center}@media(max-width:767px){.software-upgrade-card{flex-direction:column;gap:16px;padding:16px}.software-upgrade-card__media,.software-upgrade-card__purchase{flex:none;width:100%}.software-upgrade-card__media{max-width:260px;margin-inline:auto}.software-upgrade-card__content,.software-upgrade-card__purchase{padding-block:0}.software-upgrade-card__title{font-size:18px}.software-upgrade-card__purchase{gap:12px}.software-upgrade-card__price{flex-direction:row;flex-wrap:wrap;align-items:baseline;justify-content:center;text-align:center}}.product-faqs{--pf-border-color: #e5e5e5;--pf-text-color: #232323;--pf-icon-color: #232323}.product-faqs .pf-item{border-bottom:1px solid var(--pf-border-color)}.product-faqs .pf-q{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 0;border:0;background:transparent;color:var(--pf-text-color);font:inherit;font-weight:600;font-size:16px;text-align:left;cursor:pointer;gap:16px;-webkit-user-select:none;user-select:none}.product-faqs .pf-q-text{flex:1}.product-faqs .pf-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:20px;height:20px;color:var(--pf-icon-color);transition:transform .3s ease}.product-faqs .pf-item[open] .pf-icon{transform:rotate(45deg)}.product-faqs .pf-q::-webkit-details-marker{display:none}.product-faqs .pf-q{list-style:none}.product-faqs .pf-a{display:block}.product-faqs .pf-a-inner{padding-bottom:16px;line-height:1.6;color:var(--pf-text-color);opacity:.8;font-size:14px}jxs-product-tab .tab-content-panel .default-description h1{font-size:32px}jxs-product-tab .tab-content-panel .default-description h2{font-size:28px}jxs-product-tab .tab-content-panel .default-description h3{font-size:24px}jxs-product-tab .tab-content-panel .default-description h4{font-size:20px}jxs-product-tab .tab-content-panel .default-description h5{font-size:18px}jxs-product-tab .tab-content-panel .default-description h6{font-size:16px}@media(max-width:767px){jxs-product-tab .tab-content-panel .default-description h1{font-size:26px}jxs-product-tab .tab-content-panel .default-description h2{font-size:22px}jxs-product-tab .tab-content-panel .default-description h3{font-size:20px}jxs-product-tab .tab-content-panel .default-description h4{font-size:18px}jxs-product-tab .tab-content-panel .default-description h5{font-size:16px}jxs-product-tab .tab-content-panel .default-description h6{font-size:14px}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/jxs-product-tab-content.css.map */
