html.magnifying > body {
  overflow-x: hidden !important;
}
@media (min-width: 1280px) {
  body {
    position: relative;
  }
  .navigator {
    margin-top: 17px;
    width: 100%;
    min-height: 48px;
    background: #A81C1A;
  }
  .navigator .navigator-container {
    padding: 14px 16px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .navigator .navigator-container .navigator-path {
    text-align: left;
  }
  .navigator .navigator-container .navigator-path .path {
    text-decoration: none;
    padding: 0 4px;
    color: #FFFFFF;
    font-size: 14px;
    flex-shrink: 0;
  }
  .pcontent {
    margin: 40px auto 72px;
    padding: 0 16px;
    display: grid;
    grid-template-columns: 22% auto;
    grid-column-gap: 32px;
  }
  .pcontent .tool-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .pcontent .tool-container .catalog-container {
    width: 100%;
    border-bottom: 1px solid #D8D8D8;
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
  }
  .pcontent .tool-container .catalog-container .catalog-title {
    width: 100%;
    height: 48px;
    background: #A81C1A;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .pcontent .tool-container .catalog-container .group:not(:first-child) {
    border-top: 1px solid #D8D8D8;
  }
  .pcontent .tool-container .catalog-container .group .group-name {
    width: 100%;
    height: 36px;
    padding: 0 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #333333;
  }
  .pcontent .tool-container .catalog-container .group .group-name a {
    color: #333333;
    text-decoration: none;
  }
  .pcontent .tool-container .catalog-container .group .group-name.stow .icon {
    transform: rotate(180deg);
  }
  .pcontent .tool-container .catalog-container .group .group-name:hover {
    color: #A81C1A;
  }
  .pcontent .tool-container .catalog-container .group .catalog-item {
    width: 100%;
    padding: 16px 34px;
    border-top: 1px solid #D8D8D8;
  }
  .pcontent .tool-container .catalog-container .group .catalog-item.stow {
    display: none;
  }
  .pcontent .tool-container .catalog-container .group .catalog-item a {
    width: 100%;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: #666666;
    font-size: 14px;
    text-decoration: none;
  }
  .pcontent .tool-container .catalog-container .group .catalog-item a:not(:last-child) {
    margin-bottom: 16px;
  }
  .pcontent .tool-container .catalog-container .group .catalog-item a::before {
    content: '·';
    margin-right: 9px;
    font-weight: 700;
    color: #666666;
    font-size: 14px;
  }
  .pcontent .tool-container .catalog-container .group .catalog-item a.expand,
  .pcontent .tool-container .catalog-container .group .catalog-item a:hover {
    color: #A81C1A;
  }
  .pcontent .tool-container .brand-container {
    margin-top: 32px;
    width: 100%;
    border-bottom: 1px solid #D8D8D8;
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
  }
  .pcontent .tool-container .brand-container .brand-title {
    width: 100%;
    height: 48px;
    background: #A81C1A;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .pcontent .tool-container .brand-container a {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 36px;
    padding: 0 16px;
    color: #666666;
    font-size: 14px;
    text-decoration: none;
  }
  .pcontent .tool-container .brand-container a::before {
    content: '·';
    margin-right: 9px;
    font-weight: 700;
    color: #666666;
    font-size: 14px;
  }
  .pcontent .tool-container .brand-container a:hover,
  .pcontent .tool-container .brand-container a.active {
    color: #A81C1A;
  }
  .pcontent .tool-container .contact-container {
    width: 100%;
    margin-top: 32px;
  }
  .pcontent .tool-container .contact-container .contact-title {
    width: 100%;
    height: 48px;
    background: #A81C1A;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .pcontent .tool-container .contact-container .contact-content {
    padding: 16px;
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item:not(:last-child) {
    margin-bottom: 18px;
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item .cus-icon {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-right: 12px;
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item .cus-icon.location {
    background-image: url("/assets/images/black-location.png");
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item .cus-icon.phone {
    background-image: url("/assets/images/black-phone.png");
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item .cus-icon.email {
    background-image: url("/assets/images/black-email.png");
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item .cus-text {
    text-decoration: none;
    color: #666666;
    font-size: 14px;
  }
  .pcontent .product-container {
    width: 100%;
  }
  .pcontent .product-container .product-name {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .pcontent .product-container .section-top {
    margin-top: 16px;
    width: 100%;
    display: grid;
    grid-template-columns: 480px auto;
    grid-column-gap: 24px;
  }
  .pcontent .product-container .section-top .album-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .pcontent .product-container .section-top .album-container .album {
    width: 100%;
    height: 480px;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    position: relative;
  }
  .pcontent .product-container .section-top .album-container .album .main-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 1px;
    overflow: hidden;
  }
  .pcontent .product-container .section-top .album-container .album .main-image .main-image-box {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .pcontent .product-container .section-top .album-container .album .main-image .main-image-box img {
    display: block;
    align-self: center;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .pcontent .product-container .section-top .album-container .album .main-image .main-image-box:hover {
    cursor: crosshair;
  }
  .pcontent .product-container .section-top .album-container .album .main-image .main-image-box .img-cover {
    position: absolute;
    z-index: 100;
    background: transparent;
  }
  .pcontent .product-container .section-top .album-container .album .prev-box,
  .pcontent .product-container .section-top .album-container .album .next-box {
    position: absolute;
    top: 224px;
    z-index: 101;
    width: 32px;
    height: 32px;
  }
  .pcontent .product-container .section-top .album-container .album .prev,
  .pcontent .product-container .section-top .album-container .album .next {
    width: 32px;
    height: 32px;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .pcontent .product-container .section-top .album-container .album .hidden {
    display: none;
  }
  .pcontent .product-container .section-top .album-container .album .prev-box {
    left: 0;
  }
  .pcontent .product-container .section-top .album-container .album .next-box {
    right: 0;
  }
  .pcontent .product-container .section-top .album-container .album-thumb-container {
    margin-top: 16px;
    width: 100%;
    overflow: hidden;
    height: 79px;
  }
  .pcontent .product-container .section-top .album-container .album-thumb-container .album-thumb {
    width: 100%;
    height: 79px;
    display: grid;
    grid-template-columns: repeat(6, 70px);
    grid-column-gap: 12px;
    grid-auto-flow: column;
  }
  .pcontent .product-container .section-top .album-container .album-thumb-container .album-thumb .thumb-item {
    width: 70px;
    height: 79px;
    position: relative;
    overflow: hidden;
  }
  .pcontent .product-container .section-top .album-container .album-thumb-container .album-thumb .thumb-item .angle-icon {
    position: absolute;
    top: 0;
    left: 30px;
    width: 0;
    height: 0;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-color: transparent;
    border-bottom-color: #D8D8D8;
    border-top-width: 5px;
    border-left-width: 5px;
    border-right-width: 5px;
    border-bottom-width: 5px;
  }
  .pcontent .product-container .section-top .album-container .album-thumb-container .album-thumb .thumb-item .thumb-image-box {
    margin-top: 9px;
    width: 100%;
    height: 70px;
    padding: 1px;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .pcontent .product-container .section-top .album-container .album-thumb-container .album-thumb .thumb-item .thumb-image-box img {
    align-self: center;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .pcontent .product-container .section-top .album-container .album-thumb-container .album-thumb .thumb-item.active .angle-icon {
    border-bottom-color: #A81C1A;
  }
  .pcontent .product-container .section-top .album-container .album-thumb-container .album-thumb .thumb-item.active .thumb-image-box {
    border-color: #A81C1A;
  }
  .pcontent .product-container .section-top .album-container-small {
    display: none;
  }
  .pcontent .product-container .section-top .intro {
    width: 100%;
    border: 1px solid #D8D8D8;
    border-radius: 8px;
    padding: 18px;
  }
  .pcontent .product-container .section-top .intro .line {
    width: 100%;
    height: 1px;
    background: #D8D8D8;
    margin: 24px auto;
  }
  .pcontent .product-container .section-top .intro .intro-section01 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 16px;
  }
  .pcontent .product-container .section-top .intro .intro-section01 .unidades {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .pcontent .product-container .section-top .intro .intro-section01 .unidades .unit-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    height: 22px;
    color: #666;
  }
  .pcontent .product-container .section-top .intro .intro-section01 .unidades .unit-price {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
    height: 34px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    font-weight: 700;
    color: #333;
    letter-spacing: 1px;
    margin-top: 5px;
  }
  .pcontent .product-container .section-top .intro .intro-section01 .unidades:first-child .unit-title {
    justify-content: flex-start;
  }
  .pcontent .product-container .section-top .intro .intro-section01 .unidades:first-child .unit-price {
    justify-content: flex-start;
  }
  .pcontent .product-container .section-top .intro .intro-section01 .unidades:last-child .unit-title {
    justify-content: flex-end;
  }
  .pcontent .product-container .section-top .intro .intro-section01 .unidades:last-child .unit-price {
    justify-content: flex-end;
  }
  .pcontent .product-container .section-top .intro .intro-section01 .unidades.active .unit-price {
    color: #A81C1A;
  }
  .pcontent .product-container .section-top .intro .intro-section02 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .pcontent .product-container .section-top .intro .intro-section02 .s02-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    height: 24px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-weight: 500;
    color: #333;
  }
  .pcontent .product-container .section-top .intro .intro-section02 .spec-tool {
    margin: 20px 0 20px 0;
    max-width: 200px;
    height: 30px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* 针对所有类型为number的input元素 */
    /* 针对Firefox浏览器 */
  }
  .pcontent .product-container .section-top .intro .intro-section02 .spec-tool select {
    height: 30px;
    width: 100%;
    border-color: #D8D8D8;
    border-radius: 6px;
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool {
    margin: 20px 0 20px 15px;
    width: 120px;
    height: 30px;
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* 针对所有类型为number的input元素 */
    /* 针对Firefox浏览器 */
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool input {
    border: none;
    outline: none;
    text-align: center;
    width: 100%;
    height: 28px;
    background: #FFFFFF;
    padding: 0 30px;
    font-size: 16px;
    color: #333333;
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    /* Chrome、Safari等WebKit内核浏览器需添加此属性 */
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    /* Chrome、Safari等WebKit内核浏览器需添加此属性 */
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool input[type="number"] {
    -moz-appearance: textfield;
    /* Firefox浏览器需添加此属性 */
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool .minus {
    position: absolute;
    z-index: 3003;
    left: -15px;
    top: -1px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    border: 1px solid #D8D8D8;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: #FFFFFF;
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool .minus.disabled {
    cursor: not-allowed;
    background: #D8D8D8;
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool .minus.disabled::before {
    color: #bbbbbb;
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool .minus::before {
    content: '-';
    font-size: 18px;
    color: #333333;
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool .plus {
    position: absolute;
    right: -15px;
    z-index: 3003;
    top: -1px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    border: 1px solid #D8D8D8;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool .plus.disabled {
    cursor: not-allowed;
    background: #D8D8D8;
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool .plus.disabled::before {
    color: #bbbbbb;
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool .plus::before {
    content: '+';
    font-size: 18px;
    color: #333333;
  }
  .pcontent .product-container .section-top .intro .intro-section03 .s03-top {
    width: 100%;
  }
  .pcontent .product-container .section-top .intro .intro-section03 .s03-top .s03t1 {
    width: 100%;
    height: 22px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #333333;
    font-size: 16px;
    margin-bottom: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .pcontent .product-container .section-top .intro .intro-section03 .s03-top .s03t2 {
    width: 100%;
    height: 22px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .pcontent .product-container .section-top .intro .intro-section03 .s03-btn {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 32px;
  }
  .pcontent .product-container .section-top .intro .intro-section03 .s03-btn .inquire-btn,
  .pcontent .product-container .section-top .intro .intro-section03 .s03-btn .cart-btn {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  .pcontent .product-container .section-top .intro .intro-section03 .s03-btn .inquire-btn {
    border: 1px solid #D8D8D8;
    color: #333333;
  }
  .pcontent .product-container .section-top .intro .intro-section03 .s03-btn .inquire-btn:hover {
    border-color: #A81C1A;
    color: #A81C1A;
  }
  .pcontent .product-container .section-top .intro .intro-section03 .s03-btn .cart-btn {
    background: rgba(168, 28, 26, 0.8);
    color: #FFFFFF;
  }
  .pcontent .product-container .section-top .intro .intro-section03 .s03-btn .cart-btn:hover {
    background: #A81C1A;
  }
  .pcontent .product-container .section-top .intro .intro-section04 {
    width: 100%;
    margin-top: 25px;
  }
  .pcontent .product-container .section-top .intro .intro-section04 .s04-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    height: 24px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-weight: 500;
    color: #333;
  }
  .pcontent .product-container .section-top .intro .intro-section04 .guaranteed-item-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .pcontent .product-container .section-top .intro .intro-section04 .guaranteed-item-container .guaranteed-item {
    margin-top: 17px;
    margin-right: 12px;
    flex-shrink: 0;
  }
  .pcontent .product-container .section-top .intro .intro-section04 .guaranteed-item-container .guaranteed-item img {
    width: auto;
    height: 24px;
  }
  .pcontent .product-container .section-top .intro .intro-section05 {
    margin-top: 13px;
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .pcontent .product-container .section-bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .pcontent .product-container .section-bottom .attr-title-container {
    margin-top: 16px;
    width: 100%;
    height: 40px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .pcontent .product-container .section-bottom .attr-title-container .attr-title-box {
    width: 100%;
    height: 33px;
    position: absolute;
    bottom: 0;
    background: rgba(168, 28, 26, 0.4);
  }
  .pcontent .product-container .section-bottom .attr-title-container .parallelogram {
    width: 200px;
    /* 设置容器的宽度 */
    height: 40px;
    /* 设置容器的高度 */
    background-color: #a81c1a;
    /* 设置背景颜色 */
    position: relative;
    /* 将容器定位为相对定位 */
  }
  .pcontent .product-container .section-bottom .attr-title-container .parallelogram::after {
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: 220px;
    content: " ";
    /* 必需属性，表示生成内容为空 */
    display: block;
    /* 转换为块级元素 */
    height: 20px;
    /* 控制上部分长度，根据需求调整比例值 */
    background-color: rgba(0, 0, 0, 0.6);
    /* 继承父元素的背景颜色 */
    transform: skew(-30deg);
    /* 旋转角度，根据需要进行调整 */
    margin-left: 13.33px;
  }
  .pcontent .product-container .section-bottom .attr-title-container .parallelogram::before {
    position: absolute;
    z-index: 101;
    width: 200px;
    content: " ";
    /* 必需属性，表示生成内容为空 */
    display: block;
    /* 转换为块级元素 */
    height: 40px;
    /* 控制上部分长度，根据需求调整比例值 */
    background-color: inherit;
    /* 继承父元素的背景颜色 */
    transform: skew(30deg);
    /* 旋转角度，根据需要进行调整 */
    margin-left: 13.33px;
  }
  .pcontent .product-container .section-bottom .attr-title-container span {
    position: absolute;
    z-index: 104;
    top: 0;
    left: 0;
    width: 200px;
    height: 40px;
    background-color: #a81c1a;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #FFFFFF;
    font-size: 16px;
    padding: 0 12px;
    font-weight: 700;
  }
  .pcontent .product-container .section-bottom .attr-table {
    margin-top: 16px;
    width: 100%;
    border-top: 1px solid #D8D8D8;
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
  }
  .pcontent .product-container .section-bottom .attr-table .attr-item {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 0;
    border-bottom: 1px solid #D8D8D8;
  }
  .pcontent .product-container .section-bottom .attr-table .attr-item .attr-name {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
    min-height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background: #F4F4F4;
    border-right: 1px solid #D8D8D8;
    padding: 0 12px;
    font-size: 16px;
    color: #333333;
  }
  .pcontent .product-container .section-bottom .attr-table .attr-item .attr-value {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 12px;
    width: 100%;
    min-height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    color: #333333;
  }
  .pcontent .product-container .section-bottom .attr-text {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 16px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    color: #333333;
    line-height: 25px;
  }
  .pcontent .product-container .section-bottom .attr-rich-text {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    margin-top: 16px;
    font-size: 16px !important;
    color: #333333 !important;
  }
  .pcontent .product-container .section-bottom .attr-rich-text img {
    width: 100% !important;
    height: auto !important;
  }
  .pcontent .product-container .section-bottom .attr-rich-text p {
    margin: 0 0 8px 0 !important;
    padding: 0 !important;
    line-height: 20px;
  }
  .pcontent .product-container .section-bottom .pitem-swiper {
    margin-top: 16px;
    width: 100%;
    height: 140px;
    border: 0.5px solid #D8D8D8;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #f7f7f7;
  }
  .pcontent .product-container .section-bottom .pitem-swiper .psw-left {
    width: 40px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .pcontent .product-container .section-bottom .pitem-swiper .psw-left:hover svg path {
    fill: #A81C1A !important;
  }
  .pcontent .product-container .section-bottom .pitem-swiper .scroll-content {
    width: 0;
    flex-grow: 1;
    height: 140px;
    padding: 16px;
    overflow-x: scroll;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
  .pcontent .product-container .section-bottom .pitem-swiper .scroll-content::-webkit-scrollbar {
    height: 1px !important;
  }
  .pcontent .product-container .section-bottom .pitem-swiper .scroll-content .sc-item {
    flex-shrink: 0;
    width: 170px;
    height: 108px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
  }
  .pcontent .product-container .section-bottom .pitem-swiper .scroll-content .sc-item:not(:last-child) {
    margin-right: 16px;
  }
  .pcontent .product-container .section-bottom .pitem-swiper .scroll-content .sc-item img {
    max-width: 100%;
    max-height: 100%;
    align-self: center;
  }
  .pcontent .product-container .section-bottom .pitem-swiper .scroll-content .sc-item:hover {
    transition-duration: 500ms;
    transform: translateY(-5px);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  }
  .pcontent .product-container .section-bottom .pitem-swiper .psw-right {
    width: 40px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .pcontent .product-container .section-bottom .pitem-swiper .psw-right:hover svg path {
    fill: #A81C1A !important;
  }
  .pcontent .product-container .section-bottom .pv {
    margin-top: 12px;
    width: 100%;
    height: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
  }
  .pcontent .product-container .section-bottom .pv .pv1,
  .pcontent .product-container .section-bottom .pv .pv2 {
    width: 100%;
    height: 34px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .pcontent .product-container .section-bottom .pv .pv1 .prefix,
  .pcontent .product-container .section-bottom .pv .pv2 .prefix {
    position: relative;
    height: 34px;
    padding: 0 12px;
    background: #A81C1A;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    margin-right: 20px;
    flex-shrink: 0;
  }
  .pcontent .product-container .section-bottom .pv .pv1 .prefix span,
  .pcontent .product-container .section-bottom .pv .pv2 .prefix span {
    color: #FFFFFF;
    font-size: 14px;
  }
  .pcontent .product-container .section-bottom .pv .pv1 .prefix .angle-icon,
  .pcontent .product-container .section-bottom .pv .pv2 .prefix .angle-icon {
    position: absolute;
    right: -12px;
    width: 0;
    height: 0;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-color: transparent;
    border-left-color: #A81C1A;
    border-top-width: 6px;
    border-left-width: 6px;
    border-right-width: 6px;
    border-bottom-width: 6px;
  }
  .pcontent .product-container .section-bottom .pv .pv1 a.pv-link,
  .pcontent .product-container .section-bottom .pv .pv2 a.pv-link {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
  }
  @keyframes slideLeftToRight {
    from {
      transform: scaleX(0);
    }
    to {
      transform: scaleX(1);
    }
  }
  .preview {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 7004;
    background: black;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .preview .pv-top-small {
    display: none;
  }
  .preview .pv-top {
    padding: 0 40px;
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .preview .pv-top .left {
    width: 20px;
    height: 40px;
  }
  .preview .pv-top .t-content {
    width: 500px;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    font-size: 14px;
    color: #FFFFFF;
  }
  .preview .pv-top .right {
    width: 20px;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .preview .pv-mid {
    padding: 0 40px;
    width: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .preview .pv-mid .left {
    width: 48px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .preview .pv-mid .pv-img-box {
    width: 45%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .preview .pv-mid .pv-img-box .pv-img-container {
    position: relative;
    width: 100%;
    padding-top: 100%;
    background: #FFFFFF;
    cursor: crosshair;
  }
  .preview .pv-mid .pv-img-box .pv-img-container .pv-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .preview .pv-mid .pv-img-box .pv-img-container .pv-img .pimg-box {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .preview .pv-mid .pv-img-box .pv-img-container .pv-img .pimg-box #pb-img {
    display: block;
    align-self: center;
    max-width: 100%;
    max-height: 100%;
  }
  .preview .pv-mid .pv-img-box .pv-img-container .pv-img .pimg-box .swiper1 {
    display: none;
  }
  .preview .pv-mid .pv-img-box .pv-img-container .t-content {
    display: none;
  }
  .preview .pv-mid .right {
    width: 48px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .preview .pv-bottom {
    width: 100%;
    height: 100px;
  }
}
@media screen and (min-width: 930px) and (max-width: 1279px) {
  .navigator {
    margin-top: 17px;
    width: 100%;
    min-height: 48px;
    background: #A81C1A;
  }
  .navigator .navigator-container {
    padding: 14px 16px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .navigator .navigator-container .navigator-path {
    text-align: left;
  }
  .navigator .navigator-container .navigator-path .path {
    text-decoration: none;
    padding: 0 4px;
    color: #FFFFFF;
    font-size: 14px;
    flex-shrink: 0;
  }
  .pcontent {
    margin: 24px auto 72px;
    padding: 0 16px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .pcontent .tool-container {
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .pcontent .tool-container .catalog-container {
    width: 100%;
    border-bottom: 1px solid #D8D8D8;
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
  }
  .pcontent .tool-container .catalog-container .catalog-title {
    width: 100%;
    height: 48px;
    background: #A81C1A;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .pcontent .tool-container .catalog-container .group:not(:first-child) {
    border-top: 1px solid #D8D8D8;
  }
  .pcontent .tool-container .catalog-container .group .group-name {
    width: 100%;
    height: 36px;
    padding: 0 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #333333;
  }
  .pcontent .tool-container .catalog-container .group .group-name a {
    color: #333333;
    text-decoration: none;
  }
  .pcontent .tool-container .catalog-container .group .group-name.stow .icon {
    transform: rotate(180deg);
  }
  .pcontent .tool-container .catalog-container .group .group-name:hover {
    color: #A81C1A;
  }
  .pcontent .tool-container .catalog-container .group .catalog-item {
    width: 100%;
    padding: 16px 34px;
    border-top: 1px solid #D8D8D8;
  }
  .pcontent .tool-container .catalog-container .group .catalog-item.stow {
    display: none;
  }
  .pcontent .tool-container .catalog-container .group .catalog-item a {
    width: 100%;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: #666666;
    font-size: 14px;
    text-decoration: none;
  }
  .pcontent .tool-container .catalog-container .group .catalog-item a:not(:last-child) {
    margin-bottom: 16px;
  }
  .pcontent .tool-container .catalog-container .group .catalog-item a::before {
    content: '·';
    margin-right: 9px;
    font-weight: 700;
    color: #666666;
    font-size: 14px;
  }
  .pcontent .tool-container .catalog-container .group .catalog-item a.expand,
  .pcontent .tool-container .catalog-container .group .catalog-item a:hover {
    color: #A81C1A;
  }
  .pcontent .tool-container .brand-container {
    margin-top: 32px;
    width: 100%;
    border-bottom: 1px solid #D8D8D8;
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
  }
  .pcontent .tool-container .brand-container .brand-title {
    width: 100%;
    height: 48px;
    background: #A81C1A;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .pcontent .tool-container .brand-container a {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 36px;
    padding: 0 16px;
    color: #666666;
    font-size: 14px;
    text-decoration: none;
  }
  .pcontent .tool-container .brand-container a::before {
    content: '·';
    margin-right: 9px;
    font-weight: 700;
    color: #666666;
    font-size: 14px;
  }
  .pcontent .tool-container .brand-container a:hover,
  .pcontent .tool-container .brand-container a.active {
    color: #A81C1A;
  }
  .pcontent .tool-container .contact-container {
    width: 100%;
    margin-top: 32px;
  }
  .pcontent .tool-container .contact-container .contact-title {
    width: 100%;
    height: 48px;
    background: #A81C1A;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .pcontent .tool-container .contact-container .contact-content {
    padding: 16px;
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item:not(:last-child) {
    margin-bottom: 18px;
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item .cus-icon {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-right: 12px;
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item .cus-icon.location {
    background-image: url("/assets/images/black-location.png");
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item .cus-icon.phone {
    background-image: url("/assets/images/black-phone.png");
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item .cus-icon.email {
    background-image: url("/assets/images/black-email.png");
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item .cus-text {
    text-decoration: none;
    color: #666666;
    font-size: 14px;
  }
  .pcontent .product-container {
    width: 100%;
  }
  .pcontent .product-container .product-name {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .pcontent .product-container .section-top {
    margin-top: 16px;
    width: 100%;
    display: grid;
    grid-template-columns: 480px auto;
    grid-column-gap: 14px;
  }
  .pcontent .product-container .section-top .album-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .pcontent .product-container .section-top .album-container .album {
    width: 100%;
    height: 480px;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    position: relative;
  }
  .pcontent .product-container .section-top .album-container .album .main-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 1px;
    overflow: hidden;
  }
  .pcontent .product-container .section-top .album-container .album .main-image .main-image-box {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .pcontent .product-container .section-top .album-container .album .main-image .main-image-box img {
    align-self: center;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .pcontent .product-container .section-top .album-container .album .main-image .main-image-box:hover {
    cursor: crosshair;
  }
  .pcontent .product-container .section-top .album-container .album .main-image .main-image-box .img-cover {
    position: absolute;
    z-index: 100;
    background: transparent;
  }
  .pcontent .product-container .section-top .album-container .album .prev-box,
  .pcontent .product-container .section-top .album-container .album .next-box {
    position: absolute;
    top: 224px;
    z-index: 101;
    width: 32px;
    height: 32px;
  }
  .pcontent .product-container .section-top .album-container .album .prev,
  .pcontent .product-container .section-top .album-container .album .next {
    width: 32px;
    height: 32px;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .pcontent .product-container .section-top .album-container .album .hidden {
    display: none;
  }
  .pcontent .product-container .section-top .album-container .album .prev-box {
    left: 0;
  }
  .pcontent .product-container .section-top .album-container .album .next-box {
    right: 0;
  }
  .pcontent .product-container .section-top .album-container .album-thumb-container {
    margin-top: 16px;
    width: 100%;
    overflow: hidden;
    height: 79px;
  }
  .pcontent .product-container .section-top .album-container .album-thumb-container .album-thumb {
    width: 100%;
    height: 79px;
    display: grid;
    grid-template-columns: repeat(6, 70px);
    grid-column-gap: 12px;
    grid-auto-flow: column;
  }
  .pcontent .product-container .section-top .album-container .album-thumb-container .album-thumb .thumb-item {
    width: 70px;
    height: 79px;
    position: relative;
    overflow: hidden;
  }
  .pcontent .product-container .section-top .album-container .album-thumb-container .album-thumb .thumb-item .angle-icon {
    position: absolute;
    top: 0;
    left: 30px;
    width: 0;
    height: 0;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-color: transparent;
    border-bottom-color: #D8D8D8;
    border-top-width: 5px;
    border-left-width: 5px;
    border-right-width: 5px;
    border-bottom-width: 5px;
  }
  .pcontent .product-container .section-top .album-container .album-thumb-container .album-thumb .thumb-item .thumb-image-box {
    margin-top: 9px;
    width: 100%;
    height: 70px;
    padding: 1px;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .pcontent .product-container .section-top .album-container .album-thumb-container .album-thumb .thumb-item .thumb-image-box img {
    align-self: center;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .pcontent .product-container .section-top .album-container .album-thumb-container .album-thumb .thumb-item.active .angle-icon {
    border-bottom-color: #A81C1A;
  }
  .pcontent .product-container .section-top .album-container .album-thumb-container .album-thumb .thumb-item.active .thumb-image-box {
    border-color: #A81C1A;
  }
  .pcontent .product-container .section-top .album-container-small {
    display: none;
  }
  .pcontent .product-container .section-top .intro {
    width: 100%;
    border: 1px solid #D8D8D8;
    border-radius: 8px;
    padding: 18px;
  }
  .pcontent .product-container .section-top .intro .line {
    width: 100%;
    height: 1px;
    background: #D8D8D8;
    margin: 24px auto;
  }
  .pcontent .product-container .section-top .intro .intro-section01 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 16px;
  }
  .pcontent .product-container .section-top .intro .intro-section01 .unidades {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .pcontent .product-container .section-top .intro .intro-section01 .unidades .unit-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    height: 22px;
    color: #666;
  }
  .pcontent .product-container .section-top .intro .intro-section01 .unidades .unit-price {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
    height: 34px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    font-weight: 700;
    color: #333;
    letter-spacing: 1px;
    margin-top: 5px;
  }
  .pcontent .product-container .section-top .intro .intro-section01 .unidades:first-child .unit-title {
    justify-content: flex-start;
  }
  .pcontent .product-container .section-top .intro .intro-section01 .unidades:first-child .unit-price {
    justify-content: flex-start;
  }
  .pcontent .product-container .section-top .intro .intro-section01 .unidades:last-child .unit-title {
    justify-content: flex-end;
  }
  .pcontent .product-container .section-top .intro .intro-section01 .unidades:last-child .unit-price {
    justify-content: flex-end;
  }
  .pcontent .product-container .section-top .intro .intro-section01 .unidades.active .unit-price {
    color: #A81C1A;
  }
  .pcontent .product-container .section-top .intro .intro-section02 {
    width: 100%;
  }
  .pcontent .product-container .section-top .intro .intro-section02 .s02-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    height: 24px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-weight: 500;
    color: #333;
  }
  .pcontent .product-container .section-top .intro .intro-section02 .spec-tool {
    margin: 20px 0 20px 0;
    width: 100%;
    height: 30px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* 针对所有类型为number的input元素 */
    /* 针对Firefox浏览器 */
  }
  .pcontent .product-container .section-top .intro .intro-section02 .spec-tool select {
    height: 30px;
    width: 100%;
    border-color: #D8D8D8;
    border-radius: 6px;
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool {
    margin: 20px 0 20px 15px;
    width: 120px;
    height: 30px;
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* 针对所有类型为number的input元素 */
    /* 针对Firefox浏览器 */
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool input {
    border: none;
    outline: none;
    text-align: center;
    width: 100%;
    height: 28px;
    background: #FFFFFF;
    padding: 0 30px;
    font-size: 16px;
    color: #333333;
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    /* Chrome、Safari等WebKit内核浏览器需添加此属性 */
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    /* Chrome、Safari等WebKit内核浏览器需添加此属性 */
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool input[type="number"] {
    -moz-appearance: textfield;
    /* Firefox浏览器需添加此属性 */
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool .minus {
    position: absolute;
    z-index: 3003;
    left: -15px;
    top: -1px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    border: 1px solid #D8D8D8;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: #FFFFFF;
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool .minus.disabled {
    cursor: not-allowed;
    background: #D8D8D8;
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool .minus.disabled::before {
    color: #bbbbbb;
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool .minus::before {
    content: '-';
    font-size: 18px;
    color: #333333;
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool .plus {
    position: absolute;
    right: -15px;
    z-index: 3003;
    top: -1px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    border: 1px solid #D8D8D8;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool .plus.disabled {
    cursor: not-allowed;
    background: #D8D8D8;
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool .plus.disabled::before {
    color: #bbbbbb;
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool .plus::before {
    content: '+';
    font-size: 18px;
    color: #333333;
  }
  .pcontent .product-container .section-top .intro .intro-section03 .s03-top {
    width: 100%;
  }
  .pcontent .product-container .section-top .intro .intro-section03 .s03-top .s03t1 {
    width: 100%;
    height: 22px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #333333;
    font-size: 16px;
    margin-bottom: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .pcontent .product-container .section-top .intro .intro-section03 .s03-top .s03t2 {
    width: 100%;
    height: 22px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .pcontent .product-container .section-top .intro .intro-section03 .s03-btn {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 32px;
  }
  .pcontent .product-container .section-top .intro .intro-section03 .s03-btn .inquire-btn,
  .pcontent .product-container .section-top .intro .intro-section03 .s03-btn .cart-btn {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  .pcontent .product-container .section-top .intro .intro-section03 .s03-btn .inquire-btn {
    border: 1px solid #D8D8D8;
    color: #333333;
  }
  .pcontent .product-container .section-top .intro .intro-section03 .s03-btn .inquire-btn:hover {
    border-color: #A81C1A;
    color: #A81C1A;
  }
  .pcontent .product-container .section-top .intro .intro-section03 .s03-btn .cart-btn {
    background: rgba(168, 28, 26, 0.8);
    color: #FFFFFF;
  }
  .pcontent .product-container .section-top .intro .intro-section03 .s03-btn .cart-btn:hover {
    background: #A81C1A;
  }
  .pcontent .product-container .section-top .intro .intro-section04 {
    width: 100%;
    margin-top: 25px;
  }
  .pcontent .product-container .section-top .intro .intro-section04 .s04-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    height: 24px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-weight: 500;
    color: #333;
  }
  .pcontent .product-container .section-top .intro .intro-section04 .guaranteed-item-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .pcontent .product-container .section-top .intro .intro-section04 .guaranteed-item-container .guaranteed-item {
    margin-top: 17px;
    margin-right: 12px;
    flex-shrink: 0;
  }
  .pcontent .product-container .section-top .intro .intro-section04 .guaranteed-item-container .guaranteed-item img {
    width: auto;
    height: 24px;
  }
  .pcontent .product-container .section-top .intro .intro-section05 {
    margin-top: 13px;
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .pcontent .product-container .section-bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .pcontent .product-container .section-bottom .attr-title-container {
    margin-top: 16px;
    width: 100%;
    height: 40px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .pcontent .product-container .section-bottom .attr-title-container .attr-title-box {
    width: 100%;
    height: 33px;
    position: absolute;
    bottom: 0;
    background: rgba(168, 28, 26, 0.4);
  }
  .pcontent .product-container .section-bottom .attr-title-container .parallelogram {
    width: 200px;
    /* 设置容器的宽度 */
    height: 40px;
    /* 设置容器的高度 */
    background-color: #a81c1a;
    /* 设置背景颜色 */
    position: relative;
    /* 将容器定位为相对定位 */
  }
  .pcontent .product-container .section-bottom .attr-title-container .parallelogram::after {
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: 220px;
    content: " ";
    /* 必需属性，表示生成内容为空 */
    display: block;
    /* 转换为块级元素 */
    height: 20px;
    /* 控制上部分长度，根据需求调整比例值 */
    background-color: rgba(0, 0, 0, 0.6);
    /* 继承父元素的背景颜色 */
    transform: skew(-30deg);
    /* 旋转角度，根据需要进行调整 */
    margin-left: 13.33px;
  }
  .pcontent .product-container .section-bottom .attr-title-container .parallelogram::before {
    position: absolute;
    z-index: 101;
    width: 200px;
    content: " ";
    /* 必需属性，表示生成内容为空 */
    display: block;
    /* 转换为块级元素 */
    height: 40px;
    /* 控制上部分长度，根据需求调整比例值 */
    background-color: inherit;
    /* 继承父元素的背景颜色 */
    transform: skew(30deg);
    /* 旋转角度，根据需要进行调整 */
    margin-left: 13.33px;
  }
  .pcontent .product-container .section-bottom .attr-title-container span {
    position: absolute;
    z-index: 104;
    top: 0;
    left: 0;
    width: 200px;
    height: 40px;
    background-color: #a81c1a;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #FFFFFF;
    font-size: 16px;
    padding: 0 12px;
    font-weight: 700;
  }
  .pcontent .product-container .section-bottom .attr-table {
    margin-top: 16px;
    width: 100%;
    border-top: 1px solid #D8D8D8;
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
  }
  .pcontent .product-container .section-bottom .attr-table .attr-item {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 0;
    border-bottom: 1px solid #D8D8D8;
  }
  .pcontent .product-container .section-bottom .attr-table .attr-item .attr-name {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
    min-height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background: #F4F4F4;
    border-right: 1px solid #D8D8D8;
    padding: 0 12px;
    font-size: 16px;
    color: #333333;
  }
  .pcontent .product-container .section-bottom .attr-table .attr-item .attr-value {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 12px;
    width: 100%;
    min-height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    color: #333333;
  }
  .pcontent .product-container .section-bottom .attr-text {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 16px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    color: #333333;
    line-height: 25px;
  }
  .pcontent .product-container .section-bottom .attr-rich-text {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    margin-top: 16px;
    font-size: 16px !important;
    color: #333333 !important;
  }
  .pcontent .product-container .section-bottom .attr-rich-text img {
    width: 100% !important;
    height: auto !important;
  }
  .pcontent .product-container .section-bottom .attr-rich-text p {
    margin: 0 0 8px 0 !important;
    padding: 0 !important;
    line-height: 20px;
  }
  .pcontent .product-container .section-bottom .pitem-swiper {
    margin-top: 16px;
    width: 100%;
    height: 140px;
    border: 0.5px solid #D8D8D8;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #f7f7f7;
  }
  .pcontent .product-container .section-bottom .pitem-swiper .psw-left {
    width: 40px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .pcontent .product-container .section-bottom .pitem-swiper .psw-left:hover svg path {
    fill: #A81C1A !important;
  }
  .pcontent .product-container .section-bottom .pitem-swiper .scroll-content {
    width: 0;
    flex-grow: 1;
    height: 140px;
    padding: 16px;
    overflow-x: scroll;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
  .pcontent .product-container .section-bottom .pitem-swiper .scroll-content::-webkit-scrollbar {
    height: 1px !important;
  }
  .pcontent .product-container .section-bottom .pitem-swiper .scroll-content .sc-item {
    flex-shrink: 0;
    width: 170px;
    height: 108px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
  }
  .pcontent .product-container .section-bottom .pitem-swiper .scroll-content .sc-item:not(:last-child) {
    margin-right: 16px;
  }
  .pcontent .product-container .section-bottom .pitem-swiper .scroll-content .sc-item img {
    max-width: 100%;
    max-height: 100%;
    align-self: center;
  }
  .pcontent .product-container .section-bottom .pitem-swiper .scroll-content .sc-item:hover {
    transition-duration: 500ms;
    transform: translateY(-5px);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  }
  .pcontent .product-container .section-bottom .pitem-swiper .psw-right {
    width: 40px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .pcontent .product-container .section-bottom .pitem-swiper .psw-right:hover svg path {
    fill: #A81C1A !important;
  }
  .pcontent .product-container .section-bottom .pv {
    margin-top: 12px;
    width: 100%;
    height: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
  }
  .pcontent .product-container .section-bottom .pv .pv1,
  .pcontent .product-container .section-bottom .pv .pv2 {
    width: 100%;
    height: 34px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .pcontent .product-container .section-bottom .pv .pv1 .prefix,
  .pcontent .product-container .section-bottom .pv .pv2 .prefix {
    position: relative;
    height: 34px;
    padding: 0 12px;
    background: #A81C1A;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    margin-right: 20px;
    flex-shrink: 0;
  }
  .pcontent .product-container .section-bottom .pv .pv1 .prefix span,
  .pcontent .product-container .section-bottom .pv .pv2 .prefix span {
    color: #FFFFFF;
    font-size: 14px;
  }
  .pcontent .product-container .section-bottom .pv .pv1 .prefix .angle-icon,
  .pcontent .product-container .section-bottom .pv .pv2 .prefix .angle-icon {
    position: absolute;
    right: -12px;
    width: 0;
    height: 0;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-color: transparent;
    border-left-color: #A81C1A;
    border-top-width: 6px;
    border-left-width: 6px;
    border-right-width: 6px;
    border-bottom-width: 6px;
  }
  .pcontent .product-container .section-bottom .pv .pv1 a.pv-link,
  .pcontent .product-container .section-bottom .pv .pv2 a.pv-link {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
  }
  @keyframes slideLeftToRight {
    from {
      transform: scaleX(0);
    }
    to {
      transform: scaleX(1);
    }
  }
  .preview {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 7004;
    background: black;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .preview .pv-top-small {
    display: none;
  }
  .preview .pv-top {
    padding: 0 40px;
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .preview .pv-top .left {
    width: 20px;
    height: 40px;
  }
  .preview .pv-top .t-content {
    width: 500px;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    font-size: 14px;
    color: #FFFFFF;
  }
  .preview .pv-top .right {
    width: 20px;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .preview .pv-mid {
    padding: 0 40px;
    width: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .preview .pv-mid .left {
    width: 48px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .preview .pv-mid .pv-img-box {
    width: 45%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .preview .pv-mid .pv-img-box .pv-img-container {
    position: relative;
    width: 100%;
    padding-top: 100%;
    background: #FFFFFF;
    cursor: crosshair;
  }
  .preview .pv-mid .pv-img-box .pv-img-container .pv-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .preview .pv-mid .pv-img-box .pv-img-container .pv-img .pimg-box {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .preview .pv-mid .pv-img-box .pv-img-container .pv-img .pimg-box #pb-img {
    display: block;
    align-self: center;
    max-width: 100%;
    max-height: 100%;
  }
  .preview .pv-mid .pv-img-box .pv-img-container .pv-img .pimg-box .swiper1 {
    display: none;
  }
  .preview .pv-mid .pv-img-box .pv-img-container .t-content {
    display: none;
  }
  .preview .pv-mid .right {
    width: 48px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .preview .pv-bottom {
    width: 100%;
    height: 100px;
  }
}
@media screen and (min-width: 640px) and (max-width: 929px) {
  .navigator {
    margin-top: 17px;
    width: 100%;
    min-height: 48px;
    background: #A81C1A;
  }
  .navigator .navigator-container {
    padding: 14px 16px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .navigator .navigator-container .navigator-path {
    text-align: left;
  }
  .navigator .navigator-container .navigator-path .path {
    text-decoration: none;
    padding: 0 4px;
    color: #FFFFFF;
    font-size: 14px;
    flex-shrink: 0;
  }
  .pcontent {
    margin: 24px auto 72px;
    padding: 0 16px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .pcontent .tool-container {
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .pcontent .tool-container .catalog-container {
    width: 100%;
    border-bottom: 1px solid #D8D8D8;
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
  }
  .pcontent .tool-container .catalog-container .catalog-title {
    width: 100%;
    height: 48px;
    background: #A81C1A;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .pcontent .tool-container .catalog-container .group:not(:first-child) {
    border-top: 1px solid #D8D8D8;
  }
  .pcontent .tool-container .catalog-container .group .group-name {
    width: 100%;
    height: 36px;
    padding: 0 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #333333;
  }
  .pcontent .tool-container .catalog-container .group .group-name a {
    color: #333333;
    text-decoration: none;
  }
  .pcontent .tool-container .catalog-container .group .group-name.stow .icon {
    transform: rotate(180deg);
  }
  .pcontent .tool-container .catalog-container .group .group-name:hover {
    color: #A81C1A;
  }
  .pcontent .tool-container .catalog-container .group .catalog-item {
    width: 100%;
    padding: 16px 34px;
    border-top: 1px solid #D8D8D8;
  }
  .pcontent .tool-container .catalog-container .group .catalog-item.stow {
    display: none;
  }
  .pcontent .tool-container .catalog-container .group .catalog-item a {
    width: 100%;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: #666666;
    font-size: 14px;
    text-decoration: none;
  }
  .pcontent .tool-container .catalog-container .group .catalog-item a:not(:last-child) {
    margin-bottom: 16px;
  }
  .pcontent .tool-container .catalog-container .group .catalog-item a::before {
    content: '·';
    margin-right: 9px;
    font-weight: 700;
    color: #666666;
    font-size: 14px;
  }
  .pcontent .tool-container .catalog-container .group .catalog-item a.expand,
  .pcontent .tool-container .catalog-container .group .catalog-item a:hover {
    color: #A81C1A;
  }
  .pcontent .tool-container .brand-container {
    margin-top: 32px;
    width: 100%;
    border-bottom: 1px solid #D8D8D8;
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
  }
  .pcontent .tool-container .brand-container .brand-title {
    width: 100%;
    height: 48px;
    background: #A81C1A;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .pcontent .tool-container .brand-container a {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 36px;
    padding: 0 16px;
    color: #666666;
    font-size: 14px;
    text-decoration: none;
  }
  .pcontent .tool-container .brand-container a::before {
    content: '·';
    margin-right: 9px;
    font-weight: 700;
    color: #666666;
    font-size: 14px;
  }
  .pcontent .tool-container .brand-container a:hover,
  .pcontent .tool-container .brand-container a.active {
    color: #A81C1A;
  }
  .pcontent .tool-container .contact-container {
    width: 100%;
    margin-top: 32px;
  }
  .pcontent .tool-container .contact-container .contact-title {
    width: 100%;
    height: 48px;
    background: #A81C1A;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .pcontent .tool-container .contact-container .contact-content {
    padding: 16px;
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item:not(:last-child) {
    margin-bottom: 18px;
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item .cus-icon {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-right: 12px;
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item .cus-icon.location {
    background-image: url("/assets/images/black-location.png");
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item .cus-icon.phone {
    background-image: url("/assets/images/black-phone.png");
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item .cus-icon.email {
    background-image: url("/assets/images/black-email.png");
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item .cus-text {
    text-decoration: none;
    color: #666666;
    font-size: 14px;
  }
  .pcontent .product-container {
    width: 100%;
  }
  .pcontent .product-container .product-name {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .pcontent .product-container .section-top {
    margin-top: 16px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .pcontent .product-container .section-top .album-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .pcontent .product-container .section-top .album-container .album {
    width: 100%;
    padding-top: 100%;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    position: relative;
  }
  .pcontent .product-container .section-top .album-container .album .main-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 1px;
    overflow: hidden;
  }
  .pcontent .product-container .section-top .album-container .album .main-image .main-image-box {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .pcontent .product-container .section-top .album-container .album .main-image .main-image-box img {
    align-self: center;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .pcontent .product-container .section-top .album-container .album .main-image .main-image-box .img-cover {
    position: absolute;
    z-index: 100;
    background: transparent;
  }
  .pcontent .product-container .section-top .album-container .album .prev-box,
  .pcontent .product-container .section-top .album-container .album .next-box {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    z-index: 101;
    width: 32px;
    height: 32px;
  }
  .pcontent .product-container .section-top .album-container .album .prev,
  .pcontent .product-container .section-top .album-container .album .next {
    width: 32px;
    height: 32px;
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .pcontent .product-container .section-top .album-container .album .prev-box {
    left: 0;
  }
  .pcontent .product-container .section-top .album-container .album .next-box {
    right: 0;
  }
  .pcontent .product-container .section-top .album-container .album-thumb-container {
    display: none;
  }
  .pcontent .product-container .section-top .album-container-small {
    display: none;
  }
  .pcontent .product-container .section-top .intro {
    margin-top: 16px;
    width: 100%;
    border: 1px solid #D8D8D8;
    border-radius: 8px;
    padding: 18px;
  }
  .pcontent .product-container .section-top .intro .line {
    width: 100%;
    height: 1px;
    background: #D8D8D8;
    margin: 24px auto;
  }
  .pcontent .product-container .section-top .intro .intro-section01 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 16px;
  }
  .pcontent .product-container .section-top .intro .intro-section01 .unidades {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .pcontent .product-container .section-top .intro .intro-section01 .unidades .unit-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    height: 22px;
    color: #666;
  }
  .pcontent .product-container .section-top .intro .intro-section01 .unidades .unit-price {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
    height: 34px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    font-weight: 700;
    color: #333;
    letter-spacing: 1px;
    margin-top: 5px;
  }
  .pcontent .product-container .section-top .intro .intro-section01 .unidades:first-child .unit-title {
    justify-content: flex-start;
  }
  .pcontent .product-container .section-top .intro .intro-section01 .unidades:first-child .unit-price {
    justify-content: flex-start;
  }
  .pcontent .product-container .section-top .intro .intro-section01 .unidades:last-child .unit-title {
    justify-content: flex-end;
  }
  .pcontent .product-container .section-top .intro .intro-section01 .unidades:last-child .unit-price {
    justify-content: flex-end;
  }
  .pcontent .product-container .section-top .intro .intro-section01 .unidades.active .unit-price {
    color: #A81C1A;
  }
  .pcontent .product-container .section-top .intro .intro-section02 {
    width: 100%;
  }
  .pcontent .product-container .section-top .intro .intro-section02 .s02-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    height: 24px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-weight: 500;
    color: #333;
  }
  .pcontent .product-container .section-top .intro .intro-section02 .spec-tool {
    margin: 20px 0 20px 0;
    width: 100%;
    height: 30px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* 针对所有类型为number的input元素 */
    /* 针对Firefox浏览器 */
  }
  .pcontent .product-container .section-top .intro .intro-section02 .spec-tool select {
    height: 30px;
    width: 100%;
    border-color: #D8D8D8;
    border-radius: 6px;
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool {
    margin: 20px 0 20px 15px;
    width: 120px;
    height: 30px;
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* 针对所有类型为number的input元素 */
    /* 针对Firefox浏览器 */
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool input {
    border: none;
    outline: none;
    text-align: center;
    width: 100%;
    height: 28px;
    background: #FFFFFF;
    padding: 0 30px;
    font-size: 16px;
    color: #333333;
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    /* Chrome、Safari等WebKit内核浏览器需添加此属性 */
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    /* Chrome、Safari等WebKit内核浏览器需添加此属性 */
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool input[type="number"] {
    -moz-appearance: textfield;
    /* Firefox浏览器需添加此属性 */
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool .minus {
    position: absolute;
    z-index: 3003;
    left: -15px;
    top: -1px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    border: 1px solid #D8D8D8;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: #FFFFFF;
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool .minus.disabled {
    cursor: not-allowed;
    background: #D8D8D8;
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool .minus.disabled::before {
    color: #bbbbbb;
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool .minus::before {
    content: '-';
    font-size: 18px;
    color: #333333;
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool .plus {
    position: absolute;
    right: -15px;
    z-index: 3003;
    top: -1px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    border: 1px solid #D8D8D8;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool .plus.disabled {
    cursor: not-allowed;
    background: #D8D8D8;
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool .plus.disabled::before {
    color: #bbbbbb;
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool .plus::before {
    content: '+';
    font-size: 18px;
    color: #333333;
  }
  .pcontent .product-container .section-top .intro .intro-section03 .s03-top {
    width: 100%;
  }
  .pcontent .product-container .section-top .intro .intro-section03 .s03-top .s03t1 {
    width: 100%;
    height: 22px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #333333;
    font-size: 16px;
    margin-bottom: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .pcontent .product-container .section-top .intro .intro-section03 .s03-top .s03t2 {
    width: 100%;
    height: 22px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .pcontent .product-container .section-top .intro .intro-section03 .s03-btn {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 32px;
  }
  .pcontent .product-container .section-top .intro .intro-section03 .s03-btn .inquire-btn,
  .pcontent .product-container .section-top .intro .intro-section03 .s03-btn .cart-btn {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  .pcontent .product-container .section-top .intro .intro-section03 .s03-btn .inquire-btn {
    border: 1px solid #D8D8D8;
    color: #333333;
  }
  .pcontent .product-container .section-top .intro .intro-section03 .s03-btn .inquire-btn:hover {
    border-color: #A81C1A;
    color: #A81C1A;
  }
  .pcontent .product-container .section-top .intro .intro-section03 .s03-btn .cart-btn {
    background: rgba(168, 28, 26, 0.8);
    color: #FFFFFF;
  }
  .pcontent .product-container .section-top .intro .intro-section03 .s03-btn .cart-btn:hover {
    background: #A81C1A;
  }
  .pcontent .product-container .section-top .intro .intro-section04 {
    width: 100%;
    margin-top: 25px;
  }
  .pcontent .product-container .section-top .intro .intro-section04 .s04-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    height: 24px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-weight: 500;
    color: #333;
  }
  .pcontent .product-container .section-top .intro .intro-section04 .guaranteed-item-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .pcontent .product-container .section-top .intro .intro-section04 .guaranteed-item-container .guaranteed-item {
    margin-top: 17px;
    margin-right: 12px;
    flex-shrink: 0;
  }
  .pcontent .product-container .section-top .intro .intro-section04 .guaranteed-item-container .guaranteed-item img {
    width: auto;
    height: 24px;
  }
  .pcontent .product-container .section-top .intro .intro-section05 {
    margin-top: 13px;
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .pcontent .product-container .section-bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .pcontent .product-container .section-bottom .attr-title-container {
    margin-top: 16px;
    width: 100%;
    height: 40px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .pcontent .product-container .section-bottom .attr-title-container .attr-title-box {
    width: 100%;
    height: 33px;
    position: absolute;
    bottom: 0;
    background: rgba(168, 28, 26, 0.4);
  }
  .pcontent .product-container .section-bottom .attr-title-container .parallelogram {
    width: 200px;
    /* 设置容器的宽度 */
    height: 40px;
    /* 设置容器的高度 */
    background-color: #a81c1a;
    /* 设置背景颜色 */
    position: relative;
    /* 将容器定位为相对定位 */
  }
  .pcontent .product-container .section-bottom .attr-title-container .parallelogram::after {
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: 220px;
    content: " ";
    /* 必需属性，表示生成内容为空 */
    display: block;
    /* 转换为块级元素 */
    height: 20px;
    /* 控制上部分长度，根据需求调整比例值 */
    background-color: rgba(0, 0, 0, 0.6);
    /* 继承父元素的背景颜色 */
    transform: skew(-30deg);
    /* 旋转角度，根据需要进行调整 */
    margin-left: 13.33px;
  }
  .pcontent .product-container .section-bottom .attr-title-container .parallelogram::before {
    position: absolute;
    z-index: 101;
    width: 200px;
    content: " ";
    /* 必需属性，表示生成内容为空 */
    display: block;
    /* 转换为块级元素 */
    height: 40px;
    /* 控制上部分长度，根据需求调整比例值 */
    background-color: inherit;
    /* 继承父元素的背景颜色 */
    transform: skew(30deg);
    /* 旋转角度，根据需要进行调整 */
    margin-left: 13.33px;
  }
  .pcontent .product-container .section-bottom .attr-title-container span {
    position: absolute;
    z-index: 104;
    top: 0;
    left: 0;
    width: 200px;
    height: 40px;
    background-color: #a81c1a;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #FFFFFF;
    font-size: 16px;
    padding: 0 12px;
    font-weight: 700;
  }
  .pcontent .product-container .section-bottom .attr-table {
    margin-top: 16px;
    width: 100%;
    border-top: 1px solid #D8D8D8;
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
  }
  .pcontent .product-container .section-bottom .attr-table .attr-item {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 0;
    border-bottom: 1px solid #D8D8D8;
  }
  .pcontent .product-container .section-bottom .attr-table .attr-item .attr-name {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
    min-height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background: #F4F4F4;
    border-right: 1px solid #D8D8D8;
    padding: 0 12px;
    font-size: 16px;
    color: #333333;
  }
  .pcontent .product-container .section-bottom .attr-table .attr-item .attr-value {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 12px;
    width: 100%;
    min-height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    color: #333333;
  }
  .pcontent .product-container .section-bottom .attr-text {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 16px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    color: #333333;
    line-height: 25px;
  }
  .pcontent .product-container .section-bottom .attr-rich-text {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    margin-top: 16px;
    font-size: 16px !important;
    color: #333333 !important;
  }
  .pcontent .product-container .section-bottom .attr-rich-text img {
    width: 100% !important;
    height: auto !important;
  }
  .pcontent .product-container .section-bottom .attr-rich-text p {
    margin: 0 0 8px 0 !important;
    padding: 0 !important;
    line-height: 20px;
  }
  .pcontent .product-container .section-bottom .pitem-swiper {
    margin-top: 16px;
    width: 100%;
    height: 140px;
    border: 0.5px solid #D8D8D8;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #f7f7f7;
  }
  .pcontent .product-container .section-bottom .pitem-swiper .psw-left {
    width: 40px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .pcontent .product-container .section-bottom .pitem-swiper .psw-left:hover svg path {
    fill: #A81C1A !important;
  }
  .pcontent .product-container .section-bottom .pitem-swiper .scroll-content {
    width: 0;
    flex-grow: 1;
    height: 140px;
    padding: 16px;
    overflow-x: scroll;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
  .pcontent .product-container .section-bottom .pitem-swiper .scroll-content::-webkit-scrollbar {
    height: 1px !important;
  }
  .pcontent .product-container .section-bottom .pitem-swiper .scroll-content .sc-item {
    flex-shrink: 0;
    width: 170px;
    height: 108px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
  }
  .pcontent .product-container .section-bottom .pitem-swiper .scroll-content .sc-item:not(:last-child) {
    margin-right: 16px;
  }
  .pcontent .product-container .section-bottom .pitem-swiper .scroll-content .sc-item img {
    max-width: 100%;
    max-height: 100%;
    align-self: center;
  }
  .pcontent .product-container .section-bottom .pitem-swiper .scroll-content .sc-item:hover {
    transition-duration: 500ms;
    transform: translateY(-5px);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  }
  .pcontent .product-container .section-bottom .pitem-swiper .psw-right {
    width: 40px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .pcontent .product-container .section-bottom .pitem-swiper .psw-right:hover svg path {
    fill: #A81C1A !important;
  }
  .pcontent .product-container .section-bottom .pv {
    margin-top: 12px;
    width: 100%;
    height: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
  }
  .pcontent .product-container .section-bottom .pv .pv1,
  .pcontent .product-container .section-bottom .pv .pv2 {
    width: 100%;
    height: 34px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .pcontent .product-container .section-bottom .pv .pv1 .prefix,
  .pcontent .product-container .section-bottom .pv .pv2 .prefix {
    position: relative;
    height: 34px;
    padding: 0 12px;
    background: #A81C1A;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    margin-right: 20px;
    flex-shrink: 0;
  }
  .pcontent .product-container .section-bottom .pv .pv1 .prefix span,
  .pcontent .product-container .section-bottom .pv .pv2 .prefix span {
    color: #FFFFFF;
    font-size: 14px;
  }
  .pcontent .product-container .section-bottom .pv .pv1 .prefix .angle-icon,
  .pcontent .product-container .section-bottom .pv .pv2 .prefix .angle-icon {
    position: absolute;
    right: -12px;
    width: 0;
    height: 0;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-color: transparent;
    border-left-color: #A81C1A;
    border-top-width: 6px;
    border-left-width: 6px;
    border-right-width: 6px;
    border-bottom-width: 6px;
  }
  .pcontent .product-container .section-bottom .pv .pv1 a.pv-link,
  .pcontent .product-container .section-bottom .pv .pv2 a.pv-link {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
  }
  @keyframes slideLeftToRight {
    from {
      transform: scaleX(0);
    }
    to {
      transform: scaleX(1);
    }
  }
  .preview {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 7004;
    background: black;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .preview .pv-top {
    display: none;
  }
  .preview .pv-top-small {
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px;
  }
  .preview .pv-top-small .left {
    width: 60px;
    height: 30px;
    background-image: linear-gradient(0deg, #2e2e2e, #404040);
    border-radius: 2px;
    color: #ccc;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    cursor: pointer;
  }
  .preview .pv-top-small .right {
    cursor: pointer;
    width: 60px;
    height: 30px;
    background-image: linear-gradient(0deg, #2e2e2e, #404040);
    border-radius: 2px;
    color: #ccc;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 12px;
  }
  .preview .pv-top-small .right svg {
    display: none;
  }
  .preview .pv-mid {
    width: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .preview .pv-mid .left {
    display: none;
  }
  .preview .pv-mid .pv-img-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
  .preview .pv-mid .pv-img-box .pv-img-container {
    position: relative;
    width: 100%;
    padding-top: 100%;
    background: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .preview .pv-mid .pv-img-box .pv-img-container .pv-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .preview .pv-mid .pv-img-box .pv-img-container .pv-img .pimg-box {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .preview .pv-mid .pv-img-box .pv-img-container .pv-img .pimg-box #pb-img {
    display: none;
  }
  .preview .pv-mid .pv-img-box .pv-img-container .pv-img .pimg-box .swiper1 {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .preview .pv-mid .pv-img-box .pv-img-container .pv-img .pimg-box .swiper1 .swiper-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
  .preview .pv-mid .pv-img-box .pv-img-container .pv-img .pimg-box .swiper1 .swiper-wrapper .swiper-slide {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    max-height: 100%;
    height: auto !important;
  }
  .preview .pv-mid .pv-img-box .pv-img-container .t-content {
    position: absolute;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #FF6A00;
    font-size: 12px;
    color: #FFFFFF;
    border-radius: 15px;
    padding: 0 15px;
    bottom: 30px;
  }
  .preview .pv-mid .pv-img-box .pv-img-container .t-content span {
    font-size: 12px;
    color: #FFFFFF;
  }
  .preview .pv-mid .pv-img-box .pv-img-container .t-content svg {
    margin-right: 4px;
  }
  .preview .pv-mid .right {
    display: none;
  }
}
@media (max-width: 639px) {
  .navigator {
    margin-top: 60px;
    width: 100%;
    min-height: 48px;
    background: #A81C1A;
  }
  .navigator .navigator-container {
    padding: 14px 16px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .navigator .navigator-container .navigator-path {
    text-align: left;
  }
  .navigator .navigator-container .navigator-path .path {
    text-decoration: none;
    padding: 0 4px;
    color: #FFFFFF;
    font-size: 14px;
    flex-shrink: 0;
  }
  .pcontent {
    margin: 16px auto 32px;
    padding: 0 16px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .pcontent .tool-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .pcontent .tool-container .catalog-container {
    width: 100%;
    border-bottom: 1px solid #D8D8D8;
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
  }
  .pcontent .tool-container .catalog-container .catalog-title {
    width: 100%;
    height: 48px;
    background: #A81C1A;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .pcontent .tool-container .catalog-container .group:not(:first-child) {
    border-top: 1px solid #D8D8D8;
  }
  .pcontent .tool-container .catalog-container .group .group-name {
    width: 100%;
    height: 36px;
    padding: 0 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #333333;
  }
  .pcontent .tool-container .catalog-container .group .group-name a {
    color: #333333;
    text-decoration: none;
  }
  .pcontent .tool-container .catalog-container .group .group-name.stow .icon {
    transform: rotate(180deg);
  }
  .pcontent .tool-container .catalog-container .group .group-name:hover {
    color: #A81C1A;
  }
  .pcontent .tool-container .catalog-container .group .catalog-item {
    width: 100%;
    padding: 16px 34px;
    border-top: 1px solid #D8D8D8;
  }
  .pcontent .tool-container .catalog-container .group .catalog-item.stow {
    display: none;
  }
  .pcontent .tool-container .catalog-container .group .catalog-item a {
    width: 100%;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: #666666;
    font-size: 14px;
    text-decoration: none;
  }
  .pcontent .tool-container .catalog-container .group .catalog-item a:not(:last-child) {
    margin-bottom: 16px;
  }
  .pcontent .tool-container .catalog-container .group .catalog-item a::before {
    content: '·';
    margin-right: 9px;
    font-weight: 700;
    color: #666666;
    font-size: 14px;
  }
  .pcontent .tool-container .catalog-container .group .catalog-item a.expand,
  .pcontent .tool-container .catalog-container .group .catalog-item a:hover {
    color: #A81C1A;
  }
  .pcontent .tool-container .brand-container {
    margin-top: 32px;
    width: 100%;
    border-bottom: 1px solid #D8D8D8;
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
  }
  .pcontent .tool-container .brand-container .brand-title {
    width: 100%;
    height: 48px;
    background: #A81C1A;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .pcontent .tool-container .brand-container a {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 36px;
    padding: 0 16px;
    color: #666666;
    font-size: 14px;
    text-decoration: none;
  }
  .pcontent .tool-container .brand-container a::before {
    content: '·';
    margin-right: 9px;
    font-weight: 700;
    color: #666666;
    font-size: 14px;
  }
  .pcontent .tool-container .brand-container a:hover,
  .pcontent .tool-container .brand-container a.active {
    color: #A81C1A;
  }
  .pcontent .tool-container .contact-container {
    width: 100%;
    margin-top: 32px;
  }
  .pcontent .tool-container .contact-container .contact-title {
    width: 100%;
    height: 48px;
    background: #A81C1A;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .pcontent .tool-container .contact-container .contact-content {
    padding: 16px;
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item:not(:last-child) {
    margin-bottom: 18px;
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item .cus-icon {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-right: 12px;
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item .cus-icon.location {
    background-image: url("/assets/images/black-location.png");
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item .cus-icon.phone {
    background-image: url("/assets/images/black-phone.png");
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item .cus-icon.email {
    background-image: url("/assets/images/black-email.png");
  }
  .pcontent .tool-container .contact-container .contact-content .cus-item .cus-text {
    text-decoration: none;
    color: #666666;
    font-size: 14px;
  }
  .pcontent .product-container {
    width: 100%;
  }
  .pcontent .product-container .product-name {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .pcontent .product-container .section-top {
    margin-top: 16px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .pcontent .product-container .section-top .album-container {
    display: none;
  }
  .pcontent .product-container .section-top .album-container-small {
    width: 100%;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    overflow: hidden;
  }
  .pcontent .product-container .section-top .album-container-small .swiper {
    position: relative;
    --swiper-pagination-color: #A81C1A;
  }
  .pcontent .product-container .section-top .album-container-small .swiper .swiper-wrapper {
    height: 100%;
    padding: 16px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
  .pcontent .product-container .section-top .album-container-small .swiper .swiper-wrapper .swiper-slide {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .pcontent .product-container .section-top .album-container-small .swiper .swiper-wrapper .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    align-self: center;
  }
  .pcontent .product-container .section-top .album-container-small .swiper .swiper-pagination-bullet {
    background: rgba(168, 28, 26, 0.4);
    opacity: 1 !important;
  }
  .pcontent .product-container .section-top .album-container-small .swiper .swiper-pagination-bullet-active {
    width: 15px;
    background: #A81C1A !important;
    border-radius: 4px;
  }
  .pcontent .product-container .section-top .intro {
    margin-top: 16px;
    width: 100%;
    border: 1px solid #D8D8D8;
    border-radius: 8px;
    padding: 18px;
  }
  .pcontent .product-container .section-top .intro .line {
    width: 100%;
    height: 1px;
    background: #D8D8D8;
    margin: 24px auto;
  }
  .pcontent .product-container .section-top .intro .intro-section01 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 8px;
  }
  .pcontent .product-container .section-top .intro .intro-section01 .unidades {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .pcontent .product-container .section-top .intro .intro-section01 .unidades .unit-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    height: 22px;
    color: #666;
  }
  .pcontent .product-container .section-top .intro .intro-section01 .unidades .unit-price {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
    height: 34px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    letter-spacing: 1px;
  }
  .pcontent .product-container .section-top .intro .intro-section01 .unidades:first-child .unit-title {
    justify-content: flex-start;
  }
  .pcontent .product-container .section-top .intro .intro-section01 .unidades:first-child .unit-price {
    justify-content: flex-start;
  }
  .pcontent .product-container .section-top .intro .intro-section01 .unidades:last-child .unit-title {
    justify-content: flex-end;
  }
  .pcontent .product-container .section-top .intro .intro-section01 .unidades:last-child .unit-price {
    justify-content: flex-end;
  }
  .pcontent .product-container .section-top .intro .intro-section01 .unidades.active .unit-price {
    color: #A81C1A;
  }
  .pcontent .product-container .section-top .intro .intro-section02 {
    width: 100%;
  }
  .pcontent .product-container .section-top .intro .intro-section02 .s02-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    height: 24px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-weight: 500;
    color: #333;
  }
  .pcontent .product-container .section-top .intro .intro-section02 .spec-tool {
    margin: 20px 0 20px 0;
    width: 100%;
    height: 30px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* 针对所有类型为number的input元素 */
    /* 针对Firefox浏览器 */
  }
  .pcontent .product-container .section-top .intro .intro-section02 .spec-tool select {
    height: 30px;
    width: 100%;
    border-color: #D8D8D8;
    border-radius: 6px;
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool {
    margin: 20px 0 20px 15px;
    width: 120px;
    height: 30px;
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* 针对所有类型为number的input元素 */
    /* 针对Firefox浏览器 */
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool input {
    border: none;
    outline: none;
    text-align: center;
    width: 100%;
    height: 28px;
    background: #FFFFFF;
    padding: 0 30px;
    font-size: 16px;
    color: #333333;
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    /* Chrome、Safari等WebKit内核浏览器需添加此属性 */
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    /* Chrome、Safari等WebKit内核浏览器需添加此属性 */
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool input[type="number"] {
    -moz-appearance: textfield;
    /* Firefox浏览器需添加此属性 */
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool .minus {
    position: absolute;
    z-index: 3003;
    left: -15px;
    top: -1px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    border: 1px solid #D8D8D8;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: #FFFFFF;
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool .minus.disabled {
    cursor: not-allowed;
    background: #D8D8D8;
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool .minus.disabled::before {
    color: #bbbbbb;
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool .minus::before {
    content: '-';
    font-size: 18px;
    color: #333333;
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool .plus {
    position: absolute;
    right: -15px;
    z-index: 3003;
    top: -1px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    border: 1px solid #D8D8D8;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool .plus.disabled {
    cursor: not-allowed;
    background: #D8D8D8;
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool .plus.disabled::before {
    color: #bbbbbb;
  }
  .pcontent .product-container .section-top .intro .intro-section02 .calc-tool .plus::before {
    content: '+';
    font-size: 18px;
    color: #333333;
  }
  .pcontent .product-container .section-top .intro .intro-section03 .s03-top {
    width: 100%;
  }
  .pcontent .product-container .section-top .intro .intro-section03 .s03-top .s03t1 {
    width: 100%;
    height: 22px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #333333;
    font-size: 16px;
    margin-bottom: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .pcontent .product-container .section-top .intro .intro-section03 .s03-top .s03t2 {
    width: 100%;
    height: 22px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .pcontent .product-container .section-top .intro .intro-section03 .s03-btn {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 32px;
  }
  .pcontent .product-container .section-top .intro .intro-section03 .s03-btn .inquire-btn,
  .pcontent .product-container .section-top .intro .intro-section03 .s03-btn .cart-btn {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  .pcontent .product-container .section-top .intro .intro-section03 .s03-btn .inquire-btn {
    border: 1px solid #D8D8D8;
    color: #333333;
  }
  .pcontent .product-container .section-top .intro .intro-section03 .s03-btn .inquire-btn:hover {
    border-color: #A81C1A;
    color: #A81C1A;
  }
  .pcontent .product-container .section-top .intro .intro-section03 .s03-btn .cart-btn {
    background: rgba(168, 28, 26, 0.8);
    color: #FFFFFF;
  }
  .pcontent .product-container .section-top .intro .intro-section03 .s03-btn .cart-btn:hover {
    background: #A81C1A;
  }
  .pcontent .product-container .section-top .intro .intro-section04 {
    width: 100%;
    margin-top: 25px;
  }
  .pcontent .product-container .section-top .intro .intro-section04 .s04-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    height: 24px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-weight: 500;
    color: #333;
  }
  .pcontent .product-container .section-top .intro .intro-section04 .guaranteed-item-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .pcontent .product-container .section-top .intro .intro-section04 .guaranteed-item-container .guaranteed-item {
    margin-top: 17px;
    margin-right: 12px;
    flex-shrink: 0;
  }
  .pcontent .product-container .section-top .intro .intro-section04 .guaranteed-item-container .guaranteed-item img {
    width: auto;
    height: 24px;
  }
  .pcontent .product-container .section-top .intro .intro-section05 {
    margin-top: 13px;
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .pcontent .product-container .section-bottom {
    margin-top: 16px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .pcontent .product-container .section-bottom .attr-title-container {
    margin-top: 16px;
    width: 100%;
    height: 40px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .pcontent .product-container .section-bottom .attr-title-container .attr-title-box {
    width: 100%;
    height: 33px;
    position: absolute;
    bottom: 0;
    background: rgba(168, 28, 26, 0.4);
  }
  .pcontent .product-container .section-bottom .attr-title-container .parallelogram {
    width: 200px;
    /* 设置容器的宽度 */
    height: 40px;
    /* 设置容器的高度 */
    background-color: #a81c1a;
    /* 设置背景颜色 */
    position: relative;
    /* 将容器定位为相对定位 */
  }
  .pcontent .product-container .section-bottom .attr-title-container .parallelogram::after {
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: 220px;
    content: " ";
    /* 必需属性，表示生成内容为空 */
    display: block;
    /* 转换为块级元素 */
    height: 20px;
    /* 控制上部分长度，根据需求调整比例值 */
    background-color: rgba(0, 0, 0, 0.6);
    /* 继承父元素的背景颜色 */
    transform: skew(-30deg);
    /* 旋转角度，根据需要进行调整 */
    margin-left: 13.33px;
  }
  .pcontent .product-container .section-bottom .attr-title-container .parallelogram::before {
    position: absolute;
    z-index: 101;
    width: 200px;
    content: " ";
    /* 必需属性，表示生成内容为空 */
    display: block;
    /* 转换为块级元素 */
    height: 40px;
    /* 控制上部分长度，根据需求调整比例值 */
    background-color: inherit;
    /* 继承父元素的背景颜色 */
    transform: skew(30deg);
    /* 旋转角度，根据需要进行调整 */
    margin-left: 13.33px;
  }
  .pcontent .product-container .section-bottom .attr-title-container span {
    position: absolute;
    z-index: 104;
    top: 0;
    left: 0;
    width: 200px;
    height: 40px;
    background-color: #a81c1a;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #FFFFFF;
    font-size: 16px;
    padding: 0 12px;
    font-weight: 700;
  }
  .pcontent .product-container .section-bottom .attr-table {
    margin-top: 16px;
    width: 100%;
    border-top: 1px solid #D8D8D8;
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
  }
  .pcontent .product-container .section-bottom .attr-table .attr-item {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 0;
    border-bottom: 1px solid #D8D8D8;
  }
  .pcontent .product-container .section-bottom .attr-table .attr-item .attr-name {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
    min-height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background: #F4F4F4;
    border-right: 1px solid #D8D8D8;
    padding: 0 12px;
    font-size: 16px;
    color: #333333;
  }
  .pcontent .product-container .section-bottom .attr-table .attr-item .attr-value {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 12px;
    width: 100%;
    min-height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    color: #333333;
  }
  .pcontent .product-container .section-bottom .attr-text {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 16px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    color: #333333;
    line-height: 25px;
  }
  .pcontent .product-container .section-bottom .attr-rich-text {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    margin-top: 16px;
    font-size: 16px !important;
    color: #333333 !important;
  }
  .pcontent .product-container .section-bottom .attr-rich-text img {
    width: 100% !important;
    height: auto !important;
  }
  .pcontent .product-container .section-bottom .attr-rich-text p {
    margin: 0 0 8px 0 !important;
    padding: 0 !important;
    line-height: 20px;
  }
  .pcontent .product-container .section-bottom .pitem-swiper {
    margin-top: 16px;
    width: 100%;
    height: 140px;
    border: 0.5px solid #D8D8D8;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #f7f7f7;
  }
  .pcontent .product-container .section-bottom .pitem-swiper .psw-left {
    width: 40px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .pcontent .product-container .section-bottom .pitem-swiper .psw-left:hover svg path {
    fill: #A81C1A !important;
  }
  .pcontent .product-container .section-bottom .pitem-swiper .scroll-content {
    width: 0;
    flex-grow: 1;
    height: 140px;
    padding: 16px;
    overflow-x: scroll;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
  .pcontent .product-container .section-bottom .pitem-swiper .scroll-content::-webkit-scrollbar {
    height: 1px !important;
  }
  .pcontent .product-container .section-bottom .pitem-swiper .scroll-content .sc-item {
    flex-shrink: 0;
    width: 170px;
    height: 108px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
  }
  .pcontent .product-container .section-bottom .pitem-swiper .scroll-content .sc-item:not(:last-child) {
    margin-right: 16px;
  }
  .pcontent .product-container .section-bottom .pitem-swiper .scroll-content .sc-item img {
    max-width: 100%;
    max-height: 100%;
    align-self: center;
  }
  .pcontent .product-container .section-bottom .pitem-swiper .psw-right {
    width: 40px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .pcontent .product-container .section-bottom .pitem-swiper .psw-right:hover svg path {
    fill: #A81C1A !important;
  }
  .pcontent .product-container .section-bottom .pv {
    margin-top: 12px;
    width: 100%;
    height: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
  }
  .pcontent .product-container .section-bottom .pv .pv1,
  .pcontent .product-container .section-bottom .pv .pv2 {
    width: 100%;
    height: 34px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .pcontent .product-container .section-bottom .pv .pv1 .prefix,
  .pcontent .product-container .section-bottom .pv .pv2 .prefix {
    height: 34px;
    width: 100%;
    background: #A81C1A;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    margin-right: 20px;
    flex-shrink: 0;
  }
  .pcontent .product-container .section-bottom .pv .pv1 .prefix span,
  .pcontent .product-container .section-bottom .pv .pv2 .prefix span {
    color: #FFFFFF;
    font-size: 14px;
  }
  .pcontent .product-container .section-bottom .pv .pv1 .prefix .angle-icon,
  .pcontent .product-container .section-bottom .pv .pv2 .prefix .angle-icon {
    display: none;
  }
  .pcontent .product-container .section-bottom .pv .pv1 a.pv-link,
  .pcontent .product-container .section-bottom .pv .pv2 a.pv-link {
    display: none;
  }
  @keyframes slideLeftToRight {
    from {
      transform: scaleX(0);
    }
    to {
      transform: scaleX(1);
    }
  }
  .preview {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1999999999;
    background: black;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .preview .pv-top {
    display: none;
  }
  .preview .pv-top-small {
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px;
  }
  .preview .pv-top-small .left {
    cursor: pointer;
    width: 60px;
    height: 30px;
    background-image: linear-gradient(0deg, #2e2e2e, #404040);
    border-radius: 2px;
    color: #ccc;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 12px;
  }
  .preview .pv-top-small .right {
    cursor: pointer;
    width: 60px;
    height: 30px;
    background-image: linear-gradient(0deg, #2e2e2e, #404040);
    border-radius: 2px;
    color: #ccc;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 12px;
  }
  .preview .pv-top-small .right svg {
    display: none;
  }
  .preview .pv-mid {
    width: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .preview .pv-mid .left {
    display: none;
  }
  .preview .pv-mid .pv-img-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
  .preview .pv-mid .pv-img-box .pv-img-container {
    position: relative;
    width: 100%;
    padding-top: 100%;
    background: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .preview .pv-mid .pv-img-box .pv-img-container .pv-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .preview .pv-mid .pv-img-box .pv-img-container .pv-img .pimg-box {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .preview .pv-mid .pv-img-box .pv-img-container .pv-img .pimg-box #pb-img {
    display: none;
  }
  .preview .pv-mid .pv-img-box .pv-img-container .pv-img .pimg-box .swiper1 {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .preview .pv-mid .pv-img-box .pv-img-container .pv-img .pimg-box .swiper1 .swiper-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
  .preview .pv-mid .pv-img-box .pv-img-container .pv-img .pimg-box .swiper1 .swiper-wrapper .swiper-slide {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    max-height: 100%;
    height: auto !important;
  }
  .preview .pv-mid .pv-img-box .pv-img-container .t-content {
    position: absolute;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #FF6A00;
    font-size: 12px;
    color: #FFFFFF;
    border-radius: 15px;
    padding: 0 15px;
    bottom: 30px;
  }
  .preview .pv-mid .pv-img-box .pv-img-container .t-content span {
    font-size: 12px;
    color: #FFFFFF;
  }
  .preview .pv-mid .pv-img-box .pv-img-container .t-content svg {
    margin-right: 4px;
  }
  .preview .pv-mid .right {
    display: none;
  }
}
/*# sourceMappingURL=product-detail.css.map */