@charset "UTF-8";

:root {
    --jq_w1200: 1200px;
    --jq_primary: #2A7FE7;
    --jq_warn: #ff7134;
    --jq_error: #ff0000;
    --jq_success: #36a946;
    --jq_title: #1b70d8;
    --jq_line: #94c2fa;
    --jq_hover: #428fee;
    --jq_block: #DDF6FB;
    --jq_color1: #333333;
    --jq_color2: #666666;
    --jq_color3: #999999;
    --jq_color4: #cccccc;
    --jq_color5: #dddddd;
    --jq_color6: #eeeeee;
    --jq_color7: #f5f5f5;
    --jq_color8: #ffffff;
    --jq_fs: 10px;
    --jq_fs1: 12px;
    --jq_fs2: 14px;
    --jq_fs3: 16px;
    --jq_fs4: 18px;
    --jq_fs5: 20px;
    --jq_fs6: 22px;
    --jq_fs7: 24px;
    --jq_fs8: 26px;
    --jq_fs9: 28px;
    --jq_fs10: 30px;
    --jq_fs11: 32px;
    --jq_fs12: 34px;
    --jq_fs13: 36px;
    --jq_fs14: 38px;
    --jq_fs15: 40px;
    --jq_fs16: 42px;
    /* 首页 / 元器件 B2B 视觉 tokens（内页未使用这些变量不受影响） */
    --home-radius: 14px;
    --home-radius-sm: 10px;
    --home-surface: #ffffff;
    --home-surface-muted: #f1f5f9;
    --home-page-bg: #e8edf4;
    --home-outline: rgba(42, 127, 231, 0.14);
    --home-elev-1: 0 1px 2px rgba(15, 23, 42, 0.05);
    --home-elev-2: 0 10px 40px rgba(27, 112, 216, 0.1);
}

select,
input,
input:focus {
    outline: none !important;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

html,
body,
.app {
    width: 100%;
    height: 100%;
    color: var(--jq_color1);
    font-size: var(--jq_fs2);
}

.app {
    height: auto;
    min-height: 100%;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    transition: all 0.3s;
}

a {
    color: var(--jq_color1);
    text-decoration: none;
}

a:hover {
    color: var(--jq_primary);
}

.box-1480 {
    width: var(--jq_w1480);
}

.h-100 {
    height: 100%;
}

.flex {
    display: flex;
}

.j-center {
    justify-content: center;
}

.j-between {
    justify-content: space-between;
}

.j-end {
    justify-content: flex-end;
}

.a-center {
    align-items: center;
}

.a-end {
    align-items: flex-end;
}

.button {
    width: 100%;
    height: 36px;
    background: var(--jq_primary);
    border: none;
    border-radius: 5px;
    color: var(--jq_color7);
    font-size: var(--jq_fs2);
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button.border {
    border: 1px solid var(--jq_primary);
    background: var(--jq_color7);
    color: var(--jq_primary);
}

.button.error {
    width: auto;
    background: var(--jq_error);
    color: var(--jq_color8);
    padding: 0 10px;
}

.button:hover {
    opacity: 0.8;
    color: var(--jq_color7);
}

.button.border:hover {
    color: var(--jq_primary);
    background: #ebf3fc;
}

.button[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}

.button[disabled].border {
    border: 1px solid var(--jq_color3);
    color: var(--jq_color5);
}

.button[disabled].border:hover {
    background: var(--jq_color7);
}

.bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    display: none;
}

@keyframes example1 {
    from {
        opacity: 0;
        left: -60px;
    }

    to {
        opacity: 1;
        left: 0;
    }
}

@keyframes example2 {
    from {
        opacity: 0;
        left: -60px;
    }

    to {
        opacity: 1;
        left: 0;
    }
}

@keyframes example3 {
    from {
        opacity: 0;
        left: -60px;
    }

    to {
        opacity: 1;
        left: 0;
    }
}

.banner-box {
    width: 100%;
    height: 600px;
    position: relative;
}

.banner-box .swiper {
    height: 100%;
}

.banner-box .swiper .swiper-wrapper {
    height: 100%;
}

.banner-box .swiper .swiper-wrapper .swiper-slide {
    height: 100%;
}

.banner-box .swiper .swiper-wrapper .swiper-slide video {
    position: absolute;
    z-index: 1;
}

.banner-box .swiper .swiper-wrapper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 2;
}

.banner-box .swiper .swiper-wrapper .swiper-slide a img {
    width: 100%;
    height: 100%;
}

.banner-box .swiper .swiper-wrapper .swiper-slide a .banner-text-box {
    width: var(--jq_w1200);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    top: -100px;
    color: var(--jq_color2);
    padding: 0 20px;
}

.banner-box .swiper .swiper-wrapper .swiper-slide a .banner-text-box .max-title {
    font-size: 1.75rem;
    opacity: 0;
    position: relative;
    transition: all 0.3;
}

.banner-box .swiper .swiper-wrapper .swiper-slide a .banner-text-box .max-text {
    font-size: 3rem;
    opacity: 0;
    position: relative;
    transition: all 0.3;
}

.banner-box .swiper .swiper-wrapper .swiper-slide a .banner-text-box .min-text {
    font-size: 1.2rem;
    opacity: 0;
    position: relative;
    transition: all 0.3;
}

.banner-box .swiper .swiper-button-next,
.banner-box .swiper .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: var(--jq_color2);
    opacity: 0;
    transition: all 0.3s;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-box .swiper .swiper-button-next::after,
.banner-box .swiper .swiper-button-prev::after {
    color: var(--jq_color14);
    font-size: var(--jq_fs4);
}

.banner-box .swiper:hover .swiper-button-next,
.banner-box .swiper:hover .swiper-button-prev {
    opacity: 1;
}

.banner-box .swiper .swiper-wrapper .swiper-slide.swiper-slide-active a .banner-text-box .max-title {
    animation-name: example1;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.banner-box .swiper .swiper-wrapper .swiper-slide.swiper-slide-active a .banner-text-box .max-text {
    animation-name: example2;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

.banner-box .swiper .swiper-wrapper .swiper-slide.swiper-slide-active a .banner-text-box .min-text {
    animation-name: example3;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}

.page-box {
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: center;
}

.page-box a {
    padding: 0 10px;
    min-width: 34px;
    height: 34px;
    border: 1px solid var(--jq_color5);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    margin: 0 5px;
}

.page-box a:hover {
    border: 1px solid var(--jq_primary);
}

.page-box a.active {
    border: 1px solid var(--jq_primary);
    background: var(--jq_primary);
    color: var(--jq_color8);
}

.crumbs-box {
    width: 100%;
    display: flex;
    align-items: center;
}

.crumbs-box .crumbs {
    width: var(--jq_w1400);
    display: flex;
}

.crumbs-box .crumbs a {
    font-size: var(--jq_fs1);
    padding: 10px 0;
    padding-right: 10px;
}

.crumbs-box .crumbs a::after {
    content: '/';
    margin-left: 10px;
}

.crumbs-box .crumbs a:last-child {
    color: var(--jq_color3);
}

.crumbs-box .crumbs a:last-child::after {
    content: '';
}

.jq-common-form {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.jq-common-form .form-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jq-common-form .form-box .form-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    font-size: var(--jq_fs2);
}

.jq-common-form .form-box .form-item .field-label {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    font-size: var(--jq_fs4);
}

.jq-common-form .form-box .form-item .field-label span {
    color: var(--jq_error);
    margin-left: 4px;
}

.jq-common-form .form-box .form-item .field-value {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.jq-common-form .form-box .form-item .field-value .field-value-input {
    width: 100%;
    display: flex;
}

.jq-common-form .form-box .form-item .field-value .field-value-input .input,
.jq-common-form .form-box .form-item .field-value .field-value-input .textarea,
.jq-common-form .form-box .form-item .field-value .field-value-input .select {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 1px solid var(--jq_color5);
    outline: none;
    font-size: var(--jq_fs2);
    border-radius: 4px;
    transition: all 0.3s;
    background: #f6f6f6;
}

.jq-common-form .form-box .form-item .field-value .field-value-input .textarea {
    min-height: 240px;
    height: auto;
    padding: 10px;
    background: #f6f6f6;
}

.jq-common-form .form-box .form-item .field-value .field-value-input .input:hover,
.jq-common-form .form-box .form-item .field-value .field-value-input .textarea:hover,
.jq-common-form .form-box .form-item .field-value .field-value-input .select:hover {
    border: 1px solid var(--jq_primary);
}

.jq-common-form .form-box .form-item .field-value .field-value-input .input.error,
.jq-common-form .form-box .form-item .field-value .field-value-input .textarea.error,
.jq-common-form .form-box .form-item .field-value .field-value-input .select.error {
    border: 1px solid var(--jq_error);
}

.jq-common-form .form-box .form-item .field-value .field-value-input .imgs {
    width: 120px;
    height: 40px;
    margin-left: 10px;
    flex-shrink: 0;
}

.jq-common-form .form-box .form-item .field-value .field-value-error {
    width: 100%;
    font-size: var(--jq_fs2);
    color: var(--jq_error);
    margin-top: 2px;
    display: none;
}

.jq-common-form .form-box .form-item .field-value .field-value-error.active {
    display: block;
}

.jq-common-form .form-box .form-item.w50 {
    width: calc(50% - 20px);
}

.jq-common-form .form-submit {
    width: 100%;
    display: flex;
    justify-content: center;
}

.jq-common-form .form-submit .button {
    width: 140px;
    height: 52px;
    margin: 0 10px;
}

.jq-common-form .form-submit .button.error {
    width: 100%;
    height: 32px;
    background: var(--jq_error);
    color: var(--jq_color8);
    margin: 0;
    margin-bottom: 10px;
}

.input,
.textarea {
    width: 100%;
    height: 32px;
    padding: 0 var(--jq_pt2);
    border: 1px solid var(--jq_color17);
    outline: none;
    font-size: var(--jq_fs2);
    border-radius: 4px;
    transition: all 0.3s;
    padding: 0 10px;
}

.textarea {
    min-height: 64px;
    height: auto;
    padding: var(--jq_pt1) var(--jq_pt2);
}

.input:hover,
.textarea:hover {
    border: 1px solid var(--jq_color14);
}

.input.error,
.textarea.error {
    border: 1px solid var(--jq_color19);
}

.public-table {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 5px;
    background: var(--jq_color8);
}

.public-table .theads {
    width: 100%;
    height: 46px;
    flex-shrink: 0;
}

.public-table .theads .ths {
    width: 100%;
    height: 100%;
    background: #e8e8e8;
    display: flex;
}

.public-table .theads .ths .tds {
    width: 100%;
    padding: 5px 16px;
    display: flex;
    align-items: center;
    font-weight: bold;
}

.public-table .tbodys {
    width: 100%;
}

.public-table .tbodys .trs {
    width: 100%;
    display: flex;
    border-bottom: 1px solid var(--jq_color6);
}

.public-table .tbodys .trs:hover {
    background: var(--jq_color6);
}

.public-table .tbodys .trs .tds {
    width: 100%;
    padding: 10px 16px;
    display: flex;
    align-items: center;
}

.public-table .tbodys .trs .tds a:hover {
    text-decoration: underline;
}

.public-table .tbodys .trs .tds>.img {
    width: 68px;
    height: 68px;
}

.public-table .tbodys .trs .tds>.img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .public-table .theads .ths,
    .public-table .tbodys .trs {
        display: flex;
        align-items: stretch;
    }

    .public-table .theads .ths .tds,
    .public-table .tbodys .trs .tds {
        width: auto;
        flex: 1 1 0;
        min-width: 0;
        padding: 10px 8px;
        justify-content: center;
        text-align: center;
        overflow-wrap: anywhere;
        word-break: break-word;
    }
}

.public-table.border {
    border: 1px solid var(--jq_color6);
}

.public-table.border .tbodys .trs:last-child {
    border: none;
}

.public-table.borderAndTd {
    border: 1px solid var(--jq_color7);
}

.public-table.borderAndTd .theads .ths .tds {
    border-right: 1px solid var(--jq_color7);
}

.public-table.borderAndTd .theads .ths .tds:last-child {
    border-right: none;
}

.public-table.borderAndTd .tbodys .trs .tds {
    border-right: 1px solid var(--jq_color7);
}

.public-table.borderAndTd .tbodys .trs .tds:last-child {
    border-right: none;
}

.public-table.h-100 {
    height: 100%;
}

.public-table.h-100 .tbodys {
    height: calc(100% - 46px);
    overflow: hidden auto;
}

.public-table.deals .theads .ths {
    background: #b3d7fb;
}

.public-table.discount .theads .ths {
    background: #3172dc;
}

.public-table.discount .theads .ths .tds {
    color: var(--jq_color2);
}

.public-table.popular .theads .ths {
    background: #304d82;
}

.public-table.popular .theads .ths .tds {
    color: var(--jq_color2);
}

.public-table.rfq .theads .ths {
    background: #e9f0fe;
}

.del-text {
    text-decoration: line-through;
}

.now-price {
    color: var(--jq_color13);
}

.header-box {
    width: 100%;
    display: flex;
    justify-content: center;
}

.header-box .header {
    width: var(--jq_w1200);
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-box .header .logo {
    width: 160px;
    flex-shrink: 0;
}

.header-box .header .logo img {
    width: 100%;
    max-height: 80px;
}

.header-box .header .search-box {
    width: 100%;
    height: 38px;
    padding: 0 20px;
    display: flex;
    justify-content: center;
}

.header-box .header .search-box .search {
    width: 80%;
    height: 100%;
    display: flex;
    border: 1px solid var(--jq_primary);
    border-radius: 10px;
    overflow: hidden;
}

.header-box .header .search-box .search .input {
    width: 100%;
    height: 100%;
    padding: 0 10px;
}

.header-box .header .search-box .search .icon {
    width: 60px;
    height: 38px;
    background: var(--jq_primary);
    color: var(--jq_color8);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    flex-shrink: 0;
    border: none;
    outline: none;
}

.header-box .header .tel-lang {
    width: 520px;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-box .header .tel-lang .tel {
    display: flex;
    flex-shrink: 0;
}

.header-box .header .tel-lang .tel .tel-item {
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.header-box .header .tel-lang .tel .tel-item .icon {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.header-box .header .tel-lang .tel .tel-item .icon i {
    font-size: 26px;
    color: var(--jq_primary);
}

.header-box .header .tel-lang .tel .tel-item .number {
    font-size: var(--jq_fs3);
    color: var(--jq_color2);
}

.header-box .header .tel-lang .lang {
    width: 100px;
    height: 32px;
    display: flex;
    position: relative;
    flex-shrink: 0;
}

.header-box .header .tel-lang .lang .lang-item {
    width: 100%;
    height: 100%;
    /* background: var(--jq_primary); */
    color: #666;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.header-box .header .tel-lang .lang .lang-item i {
    font-size: 12px;
    transform: rotate(90deg);
}

.header-box .header .tel-lang .lang .lang-child {
    width: 100%;
    background: var(--jq_primary);
    position: absolute;
    left: 0;
    top: 30px;
    border-radius: 0 0 5px 5px;
    display: none;
    flex-direction: column;
    overflow: hidden;
    border-top: 1px solid var(--jq_color8);
    z-index: 99;
}

.header-box .header .tel-lang .lang .lang-child .child-item {
    width: 100%;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    color: var(--jq_color8);
}

.header-box .header .tel-lang .lang .lang-child .child-item:hover {
    background: var(--jq_hover);
}

.header-box .header .tel-lang .lang:hover .lang-item {
    border-radius: 5px 5px 0 0;
}

.header-box .header .tel-lang .lang:hover .lang-item i {
    transform: rotate(0deg);
}

.header-box .header .tel-lang .lang:hover .lang-child {
    display: flex;
}

.menu-box {
    width: 100%;
    height: 50px;
    background: var(--jq_primary);
    display: flex;
    justify-content: center;
}

.menu-box .menu {
    width: var(--jq_w1200);
    height: 100%;
    display: flex;
}

.menu-box .menu .menu-item {
    height: 100%;
    position: relative;
    display: flex;
}

.menu-box .menu .menu-item>a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--jq_color8);
    font-size: var(--jq_fs4);
    padding: 0 40px;
}

.menu-box .menu .menu-item>a:hover {
    background: var(--jq_hover);
}

.menu-box .menu .menu-item .menu-child {
    min-width: 100%;
    width: fit-content;
    position: absolute;
    left: 0;
    top: 50px;
    display: none;
    flex-direction: column;
    background: var(--jq_hover);
    z-index: 10;
}

.menu-box .menu .menu-item .menu-child>a {
    min-width: 100%;
    width: fit-content;
    white-space: nowrap;
    padding: 8px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--jq_fs3);
    color: var(--jq_color8);
    position: relative;
    word-break: break-all;
}

.menu-box .menu .menu-item .menu-child>a .iconfont {
    font-size: var(--jq_fs1);
    position: absolute;
    left: 5px;
    opacity: 0;
}

.menu-box .menu .menu-item .menu-child>a:hover .iconfont {
    left: 10px;
    opacity: 1;
}

.menu-box .menu .menu-item:hover {
    background: var(--jq_hover);
}

.menu-box .menu .menu-item:hover .menu-child {
    display: flex;
}

.phone-header {
    width: 100%;
    height: 50px;
    display: none;
    padding: 0 10px;
}

.phone-header .menu-check {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.phone-header .menu-check .iconfont {
    font-size: var(--jq_fs7);
    color: var(--jq_color3);
}

.phone-header .search-box {
    width: 100%;
    height: 100%;
    padding: 5px 0;
    display: flex;
    padding-left: 20px;
}

.phone-header .search-box .search {
    width: 100%;
    height: 100%;
    border: 1px solid var(--jq_primary);
    border-radius: 5px;
    display: flex;
}

.phone-header .search-box .search .input {
    width: 100%;
    height: 100%;
}

.phone-header .search-box .search .button {
    width: 60px;
    height: 100%;
    border-radius: 0 5px 5px 0;
    flex-shrink: 0;
}

.phone-menu-box {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    overflow: hidden auto;
    display: none;
}

.phone-menu-box::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.phone-menu-box .phone-menu-close {
    height: 50px;
    display: flex;
    padding: 0 10px;
    align-items: center;
    flex-shrink: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
}

.phone-menu-box .phone-menu-close .iconfont {
    font-size: var(--jq_fs7);
    color: var(--jq_primary);
}

.phone-menu-box .phone-menu {
    width: 70%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    background: var(--jq_color8);
    padding-top: 50px;
    overflow: hidden auto;
    display: flex;
    flex-direction: column;
}

.phone-menu-box .phone-menu .menu-item {
    width: 100%;
    padding: 15px 30px;
    border-bottom: 1px solid var(--jq_color7);
    font-size: var(--jq_fs4);
}

.phone-menu-box .phone-menu .phone-menu-lang {
    width: 100%;
    margin-top: auto;
    flex-shrink: 0;
}

.phone-menu-box .phone-menu .phone-menu-lang-toggle {
    width: 100%;
    padding: 15px 30px;
    border: none;
    border-bottom: 1px solid var(--jq_color8);
    font-size: var(--jq_fs4);
    background: var(--jq_primary);
    color: var(--jq_color8);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-align: left;
}

.phone-menu-box .phone-menu .phone-menu-lang-label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.phone-menu-box .phone-menu .phone-menu-lang-label .iconfont {
    font-size: var(--jq_fs3);
}

.phone-menu-box .phone-menu .phone-menu-lang-arrow {
    font-size: 12px;
    transform: rotate(90deg);
    transition: transform 0.2s ease;
}

.phone-menu-box .phone-menu .phone-menu-lang.is-open .phone-menu-lang-arrow {
    transform: rotate(0deg);
}

.phone-menu-box .phone-menu .phone-menu-lang-child {
    display: none;
    flex-direction: column;
    background: var(--jq_primary);
}

.phone-menu-box .phone-menu .phone-menu-lang.is-open .phone-menu-lang-child {
    display: flex;
}

.phone-menu-box .phone-menu .phone-menu-lang-item {
    width: 100%;
    padding: 12px 30px 12px 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    font-size: var(--jq_fs4);
    color: var(--jq_color8);
}

.phone-menu-box .phone-menu .phone-menu-lang-item.is-active {
    font-weight: 600;
    background: var(--jq_hover);
}

.phone-menu-box .phone-menu .phone-menu-lang-item:hover {
    background: var(--jq_hover);
}

.phone-banner {
    display: none;
    width: 100%;
    height: 200px;
    position: relative;
}

.phone-banner .swiper {
    width: 100%;
    height: 100%;
}

.phone-banner .swiper .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.phone-banner .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
}

.phone-banner .swiper .swiper-wrapper .swiper-slide video {
    position: absolute;
    z-index: 1;
}

.phone-banner .swiper .swiper-wrapper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 2;
}

.phone-banner .swiper .swiper-wrapper .swiper-slide a img {
    width: 100%;
    height: 100%;
}

.phone-banner .swiper .swiper-wrapper .swiper-slide a .banner-text-box {
    width: var(--jq_w1200);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    top: -100px;
    color: var(--jq_color2);
    padding: 0 20px;
}

.phone-banner .swiper .swiper-wrapper .swiper-slide a .banner-text-box .max-title {
    font-size: 1.75rem;
    opacity: 0;
    position: relative;
    transition: all 0.3;
}

.phone-banner .swiper .swiper-wrapper .swiper-slide a .banner-text-box .max-text {
    font-size: 3rem;
    opacity: 0;
    position: relative;
    transition: all 0.3;
}

.phone-banner .swiper .swiper-wrapper .swiper-slide a .banner-text-box .min-text {
    font-size: 1.2rem;
    opacity: 0;
    position: relative;
    transition: all 0.3;
}

.phone-banner .swiper .swiper-button-next,
.phone-banner .swiper .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: var(--jq_color2);
    opacity: 0;
    transition: all 0.3s;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.phone-banner .swiper .swiper-button-next::after,
.phone-banner .swiper .swiper-button-prev::after {
    color: var(--jq_color14);
    font-size: var(--jq_fs4);
}

.phone-banner .swiper:hover .swiper-button-next,
.phone-banner .swiper:hover .swiper-button-prev {
    opacity: 1;
}

.footer-box {
    width: 100%;
    background: var(--jq_primary);
    display: flex;
    justify-content: center;
}

.footer-box .footer {
    width: var(--jq_w1200);
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
}

.footer-box .footer .menu-company-copyright {
    width: calc(100% - 160px);
    display: flex;
    flex-direction: column;
}

.footer-box .footer .menu-company-copyright .footer-menu-box {
    display: flex;
    height: 40px;
}

.footer-box .footer .menu-company-copyright .footer-menu-box>a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--jq_color8);
    font-size: var(--jq_fs3);
    margin-right: 40px;
    position: relative;
}

.footer-box .footer .menu-company-copyright .footer-menu-box>a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: var(--jq_color8);
    bottom: 0;
    left: 50%;
    transition: all 0.3s;
}

.footer-box .footer .menu-company-copyright .footer-menu-box>a:hover::after {
    width: 100%;
    left: 0;
}

.footer-box .footer .menu-company-copyright .company-box {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    color: var(--jq_color8);
    line-height: 28px;
}

.footer-box .footer .menu-company-copyright .company-box .name {
    font-size: var(--jq_fs3);
}

.footer-box .footer .menu-company-copyright .company-box .tel-email span {
    margin-right: 10px;
}

.footer-box .footer .menu-company-copyright .logo {
    width: 120px;
    height: 40px;
    margin-top: 20px;
}

.footer-box .footer .menu-company-copyright .logo a {
    width: 100%;
    height: 100%;
}

.footer-box .footer .menu-company-copyright  .logo a img {
    width: 120px;
    height: 40px;
    object-fit: contain;
    background-color: #fff;
}

.footer-box .footer .menu-company-copyright .copyright {
    margin-top: 20px;
    display: flex;
}

.footer-box .footer .menu-company-copyright .copyright span,
.footer-box .footer .menu-company-copyright .copyright a {
    color: var(--jq_color8);
    margin-right: 10px;
}

.footer-box .footer .menu-company-copyright .copyright a:hover {
    text-decoration: underline;
}

.footer-box .footer .code-box {
    width: 160px;
    display: flex;
    flex-direction: column;
}

.footer-box .footer .code-box .img {
    width: 100%;
    height: 160px;
}

.footer-box .footer .code-box .img img {
    width: 100%;
    height: 100%;
}

.footer-box .footer .code-box .text {
    font-size: var(--jq_fs4);
    color: var(--jq_color8);
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

@keyframes example1 {
    from {
        opacity: 0;
        left: -60px;
    }

    to {
        opacity: 1;
        left: initial;
    }
}

@keyframes example2 {
    from {
        opacity: 0;
        left: -60px;
    }

    to {
        opacity: 1;
        left: 0;
    }
}

@keyframes example3 {
    from {
        opacity: 0;
        left: -60px;
    }

    to {
        opacity: 1;
        left: 0;
    }
}

.banner-box .swiper .swiper-wrapper .swiper-slide.swiper-slide-active a .banner-text-box .max-title {
    animation-name: example1;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.banner-box .swiper .swiper-wrapper .swiper-slide.swiper-slide-active a .banner-text-box .max-text {
    animation-name: example2;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

.banner-box .swiper .swiper-wrapper .swiper-slide.swiper-slide-active a .banner-text-box .min-text {
    animation-name: example3;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}

.content-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--jq_color7);
}

/* 仅首页主内容区含 type-banner-product 时使用独立背景，其它内页保持原浅灰底 */
.content-box:has(.type-banner-product) {
    background: linear-gradient(180deg, var(--home-page-bg) 0%, #e2e8f0 48%, var(--home-page-bg) 100%);
    padding: 20px 0 36px;
}

.content-box .content-wrap {
    width: var(--jq_w1200);
    display: flex;
    flex-direction: column;
    gap: 0;
}

.content-box .content-wrap .common-title {
    width: 100%;
    min-height: 36px;
    height: auto;
    font-size: var(--jq_fs5);
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #1e293b;
    display: flex;
    align-items: center;
    padding: 4px 12px 14px 16px;
    margin-bottom: 2px;
    position: relative;
    border-bottom: 1px solid rgba(42, 127, 231, 0.2);
}

.content-box .content-wrap .common-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 12px;
    width: 4px;
    border-radius: 2px;
    background: linear-gradient(180deg, var(--jq_primary) 0%, var(--jq_hover) 100%);
}

.content-box .content-wrap .type-banner-product {
    width: 100%;
    height: 760px;
    background: var(--home-surface);
    border: 1px solid var(--home-outline);
    box-shadow: var(--home-elev-1), var(--home-elev-2);
    margin-bottom: 24px;
    border-radius: var(--home-radius);
    padding: 14px 16px 18px;
    display: flex;
    overflow: hidden;
}

.content-box .content-wrap .type-banner-product .type-box {
    width: 270px;
    height: 100%;
    overflow: hidden auto;
    display: flex;
    flex-direction: column;
    background: var(--home-surface-muted);
    border-radius: var(--home-radius-sm);
    padding: 8px 6px;
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.content-box .content-wrap .type-banner-product .type-box a {
    width: 100%;
    padding: 9px 12px;
    margin: 2px 0;
    font-weight: 600;
    font-size: var(--jq_fs2);
    color: #334155;
    border-radius: 8px;
    line-height: 1.35;
}

.content-box .content-wrap .type-banner-product .type-box a:hover {
    background: var(--home-surface);
    color: var(--jq_primary);
    box-shadow: var(--home-elev-1);
}

.content-box .content-wrap .type-banner-product .banner-product {
    width: calc(100% - 270px);
    height: 100%;
    padding-left: 14px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.content-box .content-wrap .type-banner-product .banner-product .banner {
    width: 100%;
    height: 360px;
    border-radius: var(--home-radius-sm);
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: var(--home-elev-1);
}

.content-box .content-wrap .type-banner-product .banner-product .banner .swiper {
    height: 100%;
}

.content-box .content-wrap .type-banner-product .banner-product .banner .swiper .swiper-wrapper {
    height: 100%;
}

.content-box .content-wrap .type-banner-product .banner-product .banner .swiper .swiper-wrapper .swiper-slide {
    height: 100%;
}

.content-box .content-wrap .type-banner-product .banner-product .banner .swiper .swiper-wrapper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 2;
}

.content-box .content-wrap .type-banner-product .banner-product .banner .swiper .swiper-wrapper .swiper-slide a img {
    width: 100%;
    height: 100%;
}

.content-box .content-wrap .type-banner-product .banner-product .banner .swiper .swiper-wrapper .swiper-slide a .banner-text-box {
    width: var(--jq_w1200);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    color: var(--jq_color2);
    padding: 0 20px;
}

.content-box .content-wrap .type-banner-product .banner-product .banner .swiper .swiper-wrapper .swiper-slide a .banner-text-box .max-title {
    font-size: 1.75rem;
    opacity: 0;
    position: relative;
    transition: all 0.3s;
    animation-name: example1;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.content-box .content-wrap .type-banner-product .banner-product .banner .swiper .swiper-wrapper .swiper-slide a .banner-text-box .max-text {
    font-size: 3rem;
    opacity: 0;
    position: relative;
    transition: all 0.3s;
}

.content-box .content-wrap .type-banner-product .banner-product .banner .swiper .swiper-wrapper .swiper-slide a .banner-text-box .min-text {
    font-size: 1.2rem;
    opacity: 0;
    position: relative;
    transition: all 0.3s;
}

.content-box .content-wrap .type-banner-product .banner-product .banner .swiper .swiper-button-next,
.content-box .content-wrap .type-banner-product .banner-product .banner .swiper .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: var(--jq_primary);
    color: var(--jq_color8);
    opacity: 0;
    transition: all 0.3s;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-box .content-wrap .type-banner-product .banner-product .banner .swiper .swiper-button-next::after,
.content-box .content-wrap .type-banner-product .banner-product .banner .swiper .swiper-button-prev::after {
    color: var(--jq_color14);
    font-size: var(--jq_fs4);
}

.content-box .content-wrap .type-banner-product .banner-product .banner .swiper:hover .swiper-button-next,
.content-box .content-wrap .type-banner-product .banner-product .banner .swiper:hover .swiper-button-prev {
    opacity: 1;
}

.content-box .content-wrap .type-banner-product .banner-product .product {
    width: 100%;
    height: calc(100% - 360px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content-box .content-wrap .type-banner-product .banner-product .product .product-item {
    width: calc(25% - 10px);
    height: calc(50% - 10px);
    border: 1px solid rgba(15, 23, 42, 0.08);
    margin-top: 12px;
    border-radius: var(--home-radius-sm);
    overflow: hidden;
    padding: 8px 10px;
    display: flex;
    flex-direction: column;
    background: var(--home-surface);
    box-shadow: var(--home-elev-1);
}

.content-box .content-wrap .type-banner-product .banner-product .product .product-item .img {
    width: 100%;
    height: calc(100% - 48px);
}

.content-box .content-wrap .type-banner-product .banner-product .product .product-item .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.content-box .content-wrap .type-banner-product .banner-product .product .product-item .max-text {
    height: 24px;
    line-height: 24px;
    display: flex;
    align-items: center;
    white-space: normal;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #0f172a;
}

.content-box .content-wrap .type-banner-product .banner-product .product .product-item .min-text {
    height: 24px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: var(--jq_color3);
    white-space: normal;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.content-box .content-wrap .type-banner-product .banner-product .product .product-item:hover {
    border-color: var(--jq_primary);
    box-shadow: var(--home-elev-2);
}

.content-box .content-wrap .type-banner-product .banner-product .product .product-item:hover .img img {
    transform: scale(1.05);
}

.content-box .content-wrap .featured-product {
    width: 100%;
    height: 340px;
    background: var(--home-surface);
    border: 1px solid var(--home-outline);
    box-shadow: var(--home-elev-1), var(--home-elev-2);
    margin-bottom: 24px;
    border-radius: var(--home-radius);
    padding: 14px 18px 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content-box .content-wrap .featured-product .featured-product-box {
    width: 100%;
    height: calc(100% - 48px);
}

.content-box .content-wrap .featured-product .featured-product-box .swiper {
    height: 100%;
}

.content-box .content-wrap .featured-product .featured-product-box .swiper-slide {
    height: 100%;
    padding-right: 10px;
}

.content-box .content-wrap .featured-product .featured-product-box .swiper-slide a {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: var(--home-radius-sm);
    overflow: hidden;
    padding: 8px 10px;
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    background: var(--home-surface-muted);
    box-shadow: var(--home-elev-1);
}

.content-box .content-wrap .featured-product .featured-product-box .swiper-slide a .img {
    width: 100%;
    height: calc(100% - 48px);
}

.content-box .content-wrap .featured-product .featured-product-box .swiper-slide a .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.content-box .content-wrap .featured-product .featured-product-box .swiper-slide a .max-text {
    height: 24px;
    line-height: 24px;
    display: flex;
    align-items: center;
    white-space: normal;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #0f172a;
}

.content-box .content-wrap .featured-product .featured-product-box .swiper-slide a .min-text {
    height: 24px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: var(--jq_color3);
    white-space: normal;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.content-box .content-wrap .featured-product .featured-product-box .swiper-slide a:hover {
    border-color: var(--jq_primary);
    background: var(--home-surface);
    box-shadow: var(--home-elev-2);
}

.content-box .content-wrap .featured-product .featured-product-box .swiper-slide a:hover .img img {
    transform: scale(1.03);
}

.content-box .content-wrap .brand-distribution {
    width: 100%;
    height: 340px;
    background: var(--home-surface);
    border: 1px solid var(--home-outline);
    box-shadow: var(--home-elev-1), var(--home-elev-2);
    margin-bottom: 24px;
    border-radius: var(--home-radius);
    padding: 14px 18px 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content-box .content-wrap .brand-distribution .brand-distribution-box {
    width: 100%;
    height: calc(100% - 48px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content-box .content-wrap .brand-distribution .brand-distribution-box .product-item {
    width: calc(100% / 6 - 10px);
    height: calc(50% - 10px);
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    padding: 6px;
    border-radius: var(--home-radius-sm);
    background: var(--home-surface-muted);
    border: 1px solid rgba(15, 23, 42, 0.06);
    transition: box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.content-box .content-wrap .brand-distribution .brand-distribution-box .product-item .img {
    width: 100%;
    height: calc(100% - 24px);
    border: 1px solid rgba(15, 23, 42, 0.06);
    overflow: hidden;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--home-surface);
}

.content-box .content-wrap .brand-distribution .brand-distribution-box .product-item .img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.content-box .content-wrap .brand-distribution .brand-distribution-box .product-item .max-text {
    height: 24px;
    line-height: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    white-space: normal;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.content-box .content-wrap .brand-distribution .brand-distribution-box .product-item:hover {
    border-color: var(--jq_primary);
    background: var(--home-surface);
    box-shadow: var(--home-elev-2);
}

.content-box .content-wrap .brand-distribution .brand-distribution-box .product-item:hover .img {
    border-color: var(--jq_primary);
}

.content-box .content-wrap .brand-distribution .brand-distribution-box .product-item:hover .img img {
    transform: scale(1.05);
}

.content-box .content-wrap .hot-parts {
    width: 100%;
    background: var(--home-surface);
    border: 1px solid var(--home-outline);
    box-shadow: var(--home-elev-1), var(--home-elev-2);
    margin-bottom: 24px;
    border-radius: var(--home-radius);
    padding: 14px 18px 18px;
    display: flex;
    flex-direction: column;
}

.content-box .content-wrap .hot-parts .hot-parts-box {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
    margin-top: 4px;
}

.content-box .content-wrap .hot-parts .hot-parts-box a {
    width: auto;
    min-height: 44px;
    height: auto;
    background: var(--home-surface-muted);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: var(--home-radius-sm);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 8px 10px;
    font-size: var(--jq_fs2);
    font-weight: 600;
    color: #0f172a;
    text-align: center;
    line-height: 1.3;
    word-break: break-word;
    box-shadow: var(--home-elev-1);
}

.content-box .content-wrap .hot-parts .hot-parts-box a:hover {
    background: var(--jq_primary);
    border-color: var(--jq_primary);
    color: var(--jq_color8);
    box-shadow: var(--home-elev-2);
}

.content-box .content-wrap .home-news {
    width: 100%;
    background: var(--home-surface);
    border: 1px solid var(--home-outline);
    box-shadow: var(--home-elev-1), var(--home-elev-2);
    margin-bottom: 24px;
    border-radius: var(--home-radius);
    padding: 14px 18px 22px;
    display: flex;
    flex-direction: column;
}

.content-box .content-wrap .home-news .home-news-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding-top: 8px;
}

.content-box .content-wrap .home-news .home-news-box a {
    flex: 1 1 0;
    min-width: 0;
    width: 0;
    height: 420px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 12px;
    border-radius: var(--home-radius-sm);
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: var(--home-surface-muted);
    box-shadow: var(--home-elev-1);
    transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.2s ease, background 0.2s ease;
}

.content-box .content-wrap .home-news .home-news-box a:hover {
    background: var(--home-surface);
    border-color: var(--jq_primary);
    box-shadow: var(--home-elev-2);
    transform: translateY(-4px);
}

.content-box .content-wrap .home-news .home-news-box a .img {
    width: 100%;
    height: 250px;
    overflow: hidden;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.content-box .content-wrap .home-news .home-news-box a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-box .content-wrap .home-news .home-news-box a .title {
    width: 100%;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex-shrink: 0;
    font-size: var(--jq_fs3);
    font-weight: 700;
    color: #0f172a;
    line-height: 1.35;
}

.content-box .content-wrap .home-news .home-news-box a .time-look {
    width: 100%;
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    color: var(--jq_color3);
}

.content-box .content-wrap .home-news .home-news-box a .describe {
    width: 100%;
    margin-top: 10px;
    color: var(--jq_color3);
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.content-box .content-wrap .home-news .home-news-box a:hover .img img {
    transform: scale(1.05);
}

.content-box .content-wrap .home-news .home-news-box a:hover .title {
    color: var(--jq_primary);
}

.content-box .content-wrap .product-type-box {
    width: 100%;
    display: flex;
    padding: 10px 0;
}

.content-box .content-wrap .product-type-box .product-type {
    width: 270px;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--jq_primary);
}

.content-box .content-wrap .product-type-box .product-type .title {
    width: 100%;
    font-size: var(--jq_fs4);
    color: var(--jq_color8);
    font-weight: bold;
    background: var(--jq_primary);
    padding: 10px;
}

.content-box .content-wrap .product-type-box .product-type .list-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px;
    padding-top: 0;
}

.content-box .content-wrap .product-type-box .product-type .list-box a {
    width: 100%;
    padding: 5px 0px;
    font-weight: bold;
}

.content-box .content-wrap .product-type-box .product-type-child {
    width: calc(100% - 270px);
    padding-left: 20px;
}

.content-box .content-wrap .product-type-box .product-type-child .one-child {
    width: 100%;
    margin-bottom: 10px;
}

.content-box .content-wrap .product-type-box .product-type-child .one-child>a {
    width: 100%;
    padding: 5px 0px;
    font-weight: bold;
    font-size: var(--jq_fs3);
}

.content-box .content-wrap .product-type-box .product-type-child .one-child .two-child {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.content-box .content-wrap .product-type-box .product-type-child .one-child .two-child a {
    padding: 10px 20px;
    margin-right: 10px;
    margin-top: 10px;
    background: var(--jq_color6);
}

.content-box .content-wrap .product-type-box .product-type-child .one-child .two-child a:hover {
    background: var(--jq_primary);
    color: var(--jq_color8);
}

.content-box .content-wrap .product-detail-box {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.content-box .content-wrap .product-detail-box .basic-price-box {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
}

.content-box .content-wrap .product-detail-box .basic-price-box .basic-box {
    width: calc(100% - 415px);
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    background: var(--jq_color8);
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px var(--jq_color6);
    overflow: hidden;
}

.content-box .content-wrap .product-detail-box .basic-price-box .basic-box .title {
    width: 100%;
    font-size: var(--jq_fs8);
    color: var(--jq_primary);
    font-weight: bold;
    margin-bottom: 10px;
}

.content-box .content-wrap .product-detail-box .basic-price-box .basic-box .basic {
    width: 100%;
    display: flex;
}

.content-box .content-wrap .product-detail-box .basic-price-box .basic-box .basic .img {
    width: 250px;
    display: flex;
    flex-direction: column;
}

.content-box .content-wrap .product-detail-box .basic-price-box .basic-box .basic .img .max-img {
    width: 100%;
    /* height: 250px; */
    border: 1px solid var(--jq_color5);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.content-box .content-wrap .product-detail-box .basic-price-box .basic-box .basic .img .max-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-box .content-wrap .product-detail-box .basic-price-box .basic-box .basic .img .min-img {
    width: 100%;
    /* height: 50px; */
    display: flex;
}

.content-box .content-wrap .product-detail-box .basic-price-box .basic-box .basic .img .min-img a {
    width: calc(100% / 4 - 10px);
    /* height: 50px; */
    border: 1px solid var(--jq_color5);
    margin-right: 10px;
}

.content-box .content-wrap .product-detail-box .basic-price-box .basic-box .basic .img .min-img a img {
    width: 100%;
    height: 100%;
}

.content-box .content-wrap .product-detail-box .basic-price-box .basic-box .basic .parameter {
    width: calc(100% - 250px);
    padding-left: 20px;
    display: flex;
    flex-direction: column;
}

.content-box .content-wrap .product-detail-box .basic-price-box .basic-box .basic .parameter .parameter-item {
    width: 100%;
    display: flex;
    margin-bottom: 5px;
}

.content-box .content-wrap .product-detail-box .basic-price-box .basic-box .basic .parameter .parameter-item .label {
    width: 100px;
    color: var(--jq_color3);
}

.content-box .content-wrap .product-detail-box .basic-price-box .basic-box .basic .parameter .parameter-item .value {
    width: calc(100% - 100px);
    padding-left: 5px;
}

.content-box .content-wrap .product-detail-box .basic-price-box .basic-box .basic .parameter .parameter-item .value .share {
    margin-right: 5px;
    color: var(--jq_color3);
}

.content-box .content-wrap .product-detail-box .basic-price-box .basic-box .basic .parameter .parameter-item .value .share .iconfont {
    font-size: var(--jq_fs6);
}

.content-box .content-wrap .product-detail-box .basic-price-box .basic-box .basic .parameter .parameter-item .value .share:hover {
    color: var(--jq_primary);
}

.content-box .content-wrap .product-detail-box .basic-price-box .basic-box .basic .parameter .btn-box {
    width: 100px;
}

.content-box .content-wrap .product-detail-box .basic-price-box .price-box {
    width: 395px;
    background: var(--jq_color8);
    border-radius: 10px;
    box-shadow: 0 0 10px var(--jq_color6);
    overflow: hidden;
}

.content-box .content-wrap .product-detail-box .basic-price-box .price-box>.title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: var(--jq_fs4);
    /* color: var(--jq_color8); */
    padding: 0 10px;
    /* background: var(--jq_primary); */
}

.content-box .content-wrap .product-detail-box .basic-price-box .price-box .price {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.content-box .content-wrap .product-detail-box .basic-price-box .price-box .price .number {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.content-box .content-wrap .product-detail-box .basic-price-box .price-box .price .number span {
    width: 60px;
    flex-shrink: 0;
}

.content-box .content-wrap .product-detail-box .basic-price-box .price-box .price .number .input-button {
    width: 100%;
    border: 1px solid var(--jq_primary);
    border-radius: 5px;
    display: flex;
    overflow: hidden;
    align-items: center;
}

.content-box .content-wrap .product-detail-box .basic-price-box .price-box .price .number .input-button .input {
    border: none;
}

.content-box .content-wrap .product-detail-box .basic-price-box .price-box .price .number .input-button .button {
    width: 100px;
    min-height: 32px;
    height: auto;
    border-radius: 0;
    font-size: var(--jq_fs2);
    flex-shrink: 0;
    padding: 0 5px;
}

.content-box .content-wrap .product-detail-box .basic-price-box .price-box .price .price-table {
    width: 100%;
    margin-bottom: 10px;
}

.content-box .content-wrap .product-detail-box .new-product-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: var(--jq_color8);
    border-radius: 10px;
    box-shadow: 0 0 10px var(--jq_color6);
    overflow: hidden;
    margin-bottom: 20px;
}

.content-box .content-wrap .product-detail-box .new-product-box>.title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: var(--jq_fs4);
    color: var(--jq_color8);
    padding: 0 10px;
    background: var(--jq_primary);
}

.content-box .content-wrap .product-detail-box .new-product-box .new-product {
    width: 100%;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content-box .content-wrap .product-detail-box .basic-price-box .basic-box .basic .parameter .parameter-item .value .cat-path-sep {
    color: var(--jq_color3);
    margin: 0 2px;
}

.content-box .content-wrap .product-detail-box .new-product-box .new-product .product-item {
    width: calc(100% / 4 - 10px);
    height: auto;
    min-height: 118px;
    border: 1px solid var(--jq_color6);
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
}

.content-box .content-wrap .product-detail-box .new-product-box .new-product .product-item .img {
    width: 100px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.content-box .content-wrap .product-detail-box .new-product-box .new-product .product-item .img img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    flex-shrink: 0;
}

.content-box .content-wrap .product-detail-box .new-product-box .new-product .product-item .title-model-btn {
    width: calc(100% - 100px);
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100px;
}

.content-box .content-wrap .product-detail-box .new-product-box .new-product .product-item .title-model-btn .tit {
    width: 100%;
    margin-bottom: 4px;
}

.content-box .content-wrap .product-detail-box .new-product-box .new-product .product-item .title-model-btn .mfg {
    width: 100%;
    font-size: var(--jq_fs1);
    color: var(--jq_color3);
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content-box .content-wrap .product-detail-box .new-product-box .new-product .product-item .title-model-btn .tit a {
    font-weight: bold;
    font-size: var(--jq_fs3);
}

.content-box .content-wrap .product-detail-box .new-product-box .new-product .product-item .title-model-btn .model {
    width: 100%;
    margin-bottom: 5px;
}

.content-box .content-wrap .product-detail-box .new-product-box .new-product .product-item .title-model-btn .btn {
    width: 80px;
}

.content-box .content-wrap .product-detail-box .new-product-box .new-product .product-item .title-model-btn .btn .button {
    height: 28px;
    font-size: var(--jq_fs1);
}

.content-box .content-wrap .product-detail-box .new-product-box .new-product .product-item:hover {
    border: 1px solid var(--jq_primary);
}

.content-box .content-wrap .product-detail-box .new-product-box .new-product .product-item:hover .title-model-btn .tit a {
    color: var(--jq_primary);
}

.content-box .content-wrap .manufacturers-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.content-box .content-wrap .manufacturers-box .title {
    width: 100%;
    font-size: var(--jq_fs5);
    font-weight: bold;
    color: var(--jq_primary);
    margin-bottom: 20px;
}

.content-box .content-wrap .manufacturers-box .letter {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.content-box .content-wrap .manufacturers-box .letter a {
    padding: 5px 20px;
    border: 1px solid var(--jq_color5);
    border-radius: 5px;
    margin-right: 10px;
}

.content-box .content-wrap .manufacturers-box .letter a:hover {
    border: 1px solid var(--jq_primary);
}

.content-box .content-wrap .manufacturers-box .letter a.active {
    border: 1px solid var(--jq_primary);
    background-color: var(--jq_primary);
    color: var(--jq_color8);
}

.content-box .content-wrap .manufacturers-box .list-box {
    width: 100%;
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content-box .content-wrap .manufacturers-box .list-box .list-item {
    width: calc(100% / 6 - 10px);
    height: 62px;
    margin-bottom: 10px;
    border: 1px solid var(--jq_color5);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 5px;
    overflow: hidden;
    background: var(--jq_color8);
}

.content-box .content-wrap .manufacturers-box .list-box .list-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.content-box .content-wrap .manufacturers-box .list-box .list-item:hover {
    border: 1px solid var(--jq_primary);
}

.content-box .content-wrap .manufacturers-box .list-box .list-item:hover img {
    transform: scale(1.05);
}

.content-box .content-wrap .rfq-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.content-box .content-wrap .rfq-box>.title {
    width: 100%;
    font-size: var(--jq_fs5);
    font-weight: bold;
    color: var(--jq_primary);
    margin-bottom: 20px;
}

.content-box .content-wrap .rfq-box .rfq-main {
    width: var(--jq_w1200);
    display: flex;
    flex-direction: column;
}

.content-box .content-wrap .rfq-box .rfq-main .rfq-upload-process {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.content-box .content-wrap .rfq-box .rfq-main .rfq-upload-process .rfq-upload {
    width: 490px;
    height: 115px;
    border: 1px solid var(--jq_primary);
    border-radius: 5px;
    padding: 20px;
    display: flex;
    flex-shrink: 0;
}

.content-box .content-wrap .rfq-box .rfq-main .rfq-upload-process .rfq-upload .upload-add {
    width: 115px;
    height: 75px;
    border: 1px dashed var(--jq_color5);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    flex-shrink: 0;
}

.content-box .content-wrap .rfq-box .rfq-main .rfq-upload-process .rfq-upload .upload-add i {
    font-size: 30px;
    color: var(--jq_color6);
}

.content-box .content-wrap .rfq-box .rfq-main .rfq-upload-process .rfq-upload .upload-add input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
}

.content-box .content-wrap .rfq-box .rfq-main .rfq-upload-process .rfq-upload .upload-add:hover {
    border: 1px dashed var(--jq_primary);
}

.content-box .content-wrap .rfq-box .rfq-main .rfq-upload-process .rfq-upload .upload-add:hover i {
    color: var(--jq_primary);
}

.content-box .content-wrap .rfq-box .rfq-main .rfq-upload-process .rfq-upload .upload-content {
    width: 100%;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content-box .content-wrap .rfq-box .rfq-main .rfq-upload-process .rfq-upload .upload-content .upload-title {
    font-size: var(--jq_fs4);
    color: var(--jq_color1);
    font-weight: bold;
}

.content-box .content-wrap .rfq-box .rfq-main .rfq-upload-process .rfq-upload .upload-content .upload-text {
    font-size: var(--jq_fs1);
    color: var(--jq_color3);
}

.content-box .content-wrap .rfq-box .rfq-main .rfq-upload-process .rfq-upload .upload-content .upload-operate {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.content-box .content-wrap .rfq-box .rfq-main .rfq-upload-process .rfq-upload .upload-content .upload-operate a {
    color: var(--jq_color1);
}

.content-box .content-wrap .rfq-box .rfq-main .rfq-upload-process .rfq-upload .upload-content .upload-operate a:hover {
    color: var(--jq_primary);
    text-decoration: underline;
}

.content-box .content-wrap .rfq-box .rfq-main .rfq-upload-process .rfq-upload:hover .upload-add {
    border: 1px dashed var(--jq_primary);
}

.content-box .content-wrap .rfq-box .rfq-main .rfq-upload-process .rfq-upload:hover .upload-add i {
    color: var(--jq_primary);
}

.content-box .content-wrap .rfq-box .rfq-main .rfq-upload-process .rfq-process {
    width: 100%;
    padding-left: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.content-box .content-wrap .rfq-box .rfq-main .rfq-upload-process .rfq-process .process-item {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.content-box .content-wrap .rfq-box .rfq-main .rfq-upload-process .rfq-process .process-item .icon-box {
    width: 68px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.content-box .content-wrap .rfq-box .rfq-main .rfq-upload-process .rfq-process .process-item .icon-box .before-round {
    width: 9px;
    height: 18px;
    background: var(--jq_color5);
    position: absolute;
    right: -45px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0 9px 9px 0;
}

.content-box .content-wrap .rfq-box .rfq-main .rfq-upload-process .rfq-process .process-item .icon-box .before-round::before {
    content: "";
    width: 8px;
    height: 8px;
    background: var(--jq_color5);
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -4px;
    border-radius: 4px;
}

.content-box .content-wrap .rfq-box .rfq-main .rfq-upload-process .rfq-process .process-item .icon-box .before-round::after {
    content: "";
    width: 8px;
    height: 8px;
    background: var(--jq_color5);
    position: absolute;
    left: 40px;
    top: 50%;
    margin-top: -4px;
    border-radius: 4px;
}

.content-box .content-wrap .rfq-box .rfq-main .rfq-upload-process .rfq-process .process-item .icon-box .after-round {
    width: 9px;
    height: 18px;
    background: var(--jq_color5);
    position: absolute;
    right: -36px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 9px 0 0 9px;
}

.content-box .content-wrap .rfq-box .rfq-main .rfq-upload-process .rfq-process .process-item .icon-box .after-round::before {
    content: "";
    width: 8px;
    height: 8px;
    background: var(--jq_color5);
    position: absolute;
    left: -40px;
    top: 50%;
    margin-top: -4px;
    border-radius: 4px;
}

.content-box .content-wrap .rfq-box .rfq-main .rfq-upload-process .rfq-process .process-item .icon-box .after-round::after {
    content: "";
    width: 8px;
    height: 8px;
    background: var(--jq_color5);
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -4px;
    border-radius: 4px;
}

.content-box .content-wrap .rfq-box .rfq-main .rfq-upload-process .rfq-process .process-item .icon-box .icon {
    width: 68px;
    height: 68px;
    background: none;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-box .content-wrap .rfq-box .rfq-main .rfq-upload-process .rfq-process .process-item .icon-box .icon::before {
    content: "";
    width: 60px;
    height: 60px;
    background: var(--jq_color5);
    border-radius: 50%;
    position: absolute;
    left: 4px;
    top: 4px;
}

.content-box .content-wrap .rfq-box .rfq-main .rfq-upload-process .rfq-process .process-item .icon-box .icon i {
    font-size: 30px;
    color: var(--jq_color8);
    position: relative;
    z-index: 1;
}

.content-box .content-wrap .rfq-box .rfq-main .rfq-upload-process .rfq-process .process-item .icon-box .icon i.icon-wenben {
    left: 3px;
}

.content-box .content-wrap .rfq-box .rfq-main .rfq-upload-process .rfq-process .process-item .text {
    font-size: var(--jq_fs1);
    color: var(--jq_color3);
    margin-top: 5px;
}

.content-box .content-wrap .rfq-box .rfq-main .rfq-upload-process .rfq-process .process-item:last-child .before-round,
.content-box .content-wrap .rfq-box .rfq-main .rfq-upload-process .rfq-process .process-item:last-child .after-round {
    display: none;
}

.content-box .content-wrap .rfq-box .rfq-main .rfq-upload-process .rfq-process .process-item.active .before-round {
    background: var(--jq_primary);
}

.content-box .content-wrap .rfq-box .rfq-main .rfq-upload-process .rfq-process .process-item.active .before-round::before,
.content-box .content-wrap .rfq-box .rfq-main .rfq-upload-process .rfq-process .process-item.active .before-round::after {
    background: var(--jq_primary);
}

.content-box .content-wrap .rfq-box .rfq-main .rfq-upload-process .rfq-process .process-item.active .after-round {
    background: var(--jq_primary);
}

.content-box .content-wrap .rfq-box .rfq-main .rfq-upload-process .rfq-process .process-item.active .after-round::before,
.content-box .content-wrap .rfq-box .rfq-main .rfq-upload-process .rfq-process .process-item.active .after-round::after {
    background: var(--jq_primary);
}

.content-box .content-wrap .rfq-box .rfq-main .rfq-upload-process .rfq-process .process-item.active .icon {
    background: var(--jq_color11);
}

.content-box .content-wrap .rfq-box .rfq-main .rfq-upload-process .rfq-process .process-item.active .icon::before {
    background: var(--jq_primary);
}

.content-box .content-wrap .rfq-box .rfq-main .rfq-upload-process .rfq-process .process-item.active .icon i {
    color: var(--jq_color8);
}

.content-box .content-wrap .rfq-box .rfq-main .rfq-upload-process .rfq-process .process-item.active .text {
    color: var(--jq_primary);
    font-weight: bold;
}

.content-box .content-wrap .rfq-box .rfq-main .rfq-upload-process .rfq-process .process-item.now .before-round {
    background: var(--jq_primary);
}

.content-box .content-wrap .rfq-box .rfq-main .rfq-upload-process .rfq-process .process-item.now .before-round::before,
.content-box .content-wrap .rfq-box .rfq-main .rfq-upload-process .rfq-process .process-item.now .before-round::after {
    background: var(--jq_primary);
}

.content-box .content-wrap .rfq-box .rfq-main .rfq-upload-process .rfq-process .process-item.now .after-round {
    background: var(--jq_primary);
}

.content-box .content-wrap .rfq-box .rfq-main .rfq-upload-process .rfq-process .process-item.now .after-round::before,
.content-box .content-wrap .rfq-box .rfq-main .rfq-upload-process .rfq-process .process-item.now .after-round::after {
    background: var(--jq_primary);
}

.content-box .content-wrap .rfq-box .rfq-main .rfq-table-form .public-table {
    display: flex;
}

.content-box .content-wrap .rfq-box .rfq-main .rfq-table-form .phone-table {
    display: none;
}

.content-box .content-wrap .rfq-box .rfq-main .table-add {
    width: 100%;
    margin: 20px 0;
    display: flex;
    justify-content: flex-end;
}

.content-box .content-wrap .rfq-box .rfq-main .tips {
    padding: 30px 0;
    color: var(--jq_color5);
}

.content-box .content-wrap .rfq-box .rfq-main .tips a {
    color: var(--jq_color1);
}

.content-box .content-wrap .rfq-box .rfq-main .tips a:hover {
    text-decoration: underline;
}

.content-box .content-wrap .rfq-box .rfq-main .rfq-submit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-box .content-wrap .rfq-box .rfq-main .rfq-submit .tips {
    padding: 10px 0;
}

.content-box .content-wrap .rfq-box .rfq-main .rfq-submit .submit {
    width: 140px;
}

.content-box .content-wrap .rfq-box .rfq-main .rfq-submit .submit .button {
    height: 42px;
}

.content-box .content-wrap .news-box {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.content-box .content-wrap .news-box .news-list {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.content-box .content-wrap .news-box .news-list .list-item {
    width: 100%;
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid var(--jq_color6);
}

.content-box .content-wrap .news-box .news-list .list-item .img {
    width: 180px;
    height: 180px;
}

.content-box .content-wrap .news-box .news-list .list-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-box .content-wrap .news-box .news-list .list-item .tit-describe-time-look-share {
    width: calc(100% - 180px);
    padding-left: 20px;
    display: flex;
    flex-direction: column;
}

.content-box .content-wrap .news-box .news-list .list-item .tit-describe-time-look-share .tit {
    width: 100%;
    font-size: var(--jq_fs5);
    color: var(--jq_primary);
    margin-bottom: 5px;
}

.content-box .content-wrap .news-box .news-list .list-item .tit-describe-time-look-share .tit:hover {
    text-decoration: underline;
}

.content-box .content-wrap .news-box .news-list .list-item .tit-describe-time-look-share .describe {
    width: 100%;
    color: var(--jq_color3);
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px;
}

.content-box .content-wrap .news-box .news-list .list-item .tit-describe-time-look-share .time-look {
    width: 100%;
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    color: var(--jq_color3);
    margin-bottom: 5px;
}

.content-box .content-wrap .news-box .news-list .list-item .tit-describe-time-look-share .shares {
    width: 100%;
    display: flex;
    align-items: center;
}

.content-box .content-wrap .news-box .news-list .list-item .tit-describe-time-look-share .shares .share {
    margin-right: 5px;
    color: var(--jq_color3);
}

.content-box .content-wrap .news-box .news-list .list-item .tit-describe-time-look-share .shares .share .iconfont {
    font-size: var(--jq_fs6);
}

.content-box .content-wrap .news-box .news-list .list-item .tit-describe-time-look-share .shares .share:hover {
    color: var(--jq_primary);
}

.content-box .content-wrap .news-box .news-list .list-item:hover .img img {
    transform: scale(1.05);
}

.content-box .content-wrap .newsDetail-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
}

.content-box .content-wrap .newsDetail-box .title {
    width: 100%;
    font-size: var(--jq_fs6);
    color: var(--jq_primary);
    margin-bottom: 5px;
}

.content-box .content-wrap .newsDetail-box .time-look {
    width: 100%;
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    color: var(--jq_color3);
    margin-bottom: 5px;
}

.content-box .content-wrap .newsDetail-box .shares {
    width: 100%;
    display: flex;
    align-items: center;
}

.content-box .content-wrap .newsDetail-box .shares .share {
    margin-right: 5px;
    color: var(--jq_color3);
}

.content-box .content-wrap .newsDetail-box .shares .share .iconfont {
    font-size: var(--jq_fs6);
}

.content-box .content-wrap .newsDetail-box .shares .share:hover {
    color: var(--jq_primary);
}

.content-box .content-wrap .newsDetail-box .detail-content {
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid var(--jq_primary);
    margin-top: 20px;
}

.content-box .content-wrap .newsDetail-box .detail-content img {
    width: 100%;
}

.content-box .content-wrap .newsDetail-box .prev-next {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.content-box .content-wrap .newsDetail-box .prev-next a {
    padding: 10px 20px;
    background: var(--jq_color4);
    max-width: calc(100% / 2 - 10px);
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.content-box .content-wrap .newsDetail-box .prev-next a:hover {
    background: var(--jq_primary);
    color: var(--jq_color8);
}

.content-box .content-wrap .aboutUs-box .title {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.content-box .content-wrap .aboutUs-box .shares {
    justify-content: center;
}

.content-box .content-wrap .aboutUs-box .contactUs-form {
    width: 100%;
}

.content-box .content-wrap .aboutUs-box .contactUs-form .form-title {
    width: 100%;
    font-size: var(--jq_fs6);
    color: var(--jq_primary);
    margin: 30px 0;
    display: flex;
    justify-content: center;
}

.content-box .content-wrap .aboutUs-box .contactUs-map {
    width: 100%;
    height: 600px;
    margin-top: 30px;
}

.content-box.white {
    background: var(--jq_color8);
}

.title-brand-package {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.title-brand-package .title {
    color: var(--jq_primary);
}

.title-brand-package .title a {
    font-size: var(--jq_fs3);
    color: var(--jq_primary);
}

.title-brand-package .brand {
    color: var(--jq_color2);
}

.title-brand-package .package {
    color: var(--jq_color2);
}

.model-types-pdf {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.model-types-pdf a {
    color: var(--jq_primary);
}

.model-types-pdf .pdf {
    display: flex;
    flex-direction: row;
}

.model-types-pdf .pdf a {
    color: var(--jq_error);
    margin-right: 5px;
}

.sendGoods {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.sendGoods .fast {
    padding: 5px 10px;
    background: var(--jq_color4);
    display: flex;
    margin-bottom: 5px;
    border-radius: 5px;
    color: var(--jq_primary);
}

.tb-rfq {
    width: 100%;
    display: flex;
}

.tb-rfq .input {
    margin-right: 10px;
    border: 1px solid var(--jq_primary);
}

.tb-rfq .button {
    height: 32px;
    font-size: var(--jq_fs2);
}

/* ========= 产品列表页（分类 / 搜索 / 品牌列表）：结构不变，仅视觉重设计 =========
   选择器：content-wrap 下 product-type-box 的直接子级 public-table.border（与详情页内嵌表格区分） */

.content-box:has(.content-wrap > .product-type-box > .public-table.border) {
    background: linear-gradient(180deg, var(--home-page-bg) 0%, #e2e8f0 100%);
    padding: 16px 0 40px;
}

.content-box .content-wrap:has(> .product-type-box > .public-table.border) > .crumbs-box {
    margin-bottom: 14px;
}

.content-box .content-wrap:has(> .product-type-box > .public-table.border) > .crumbs-box .crumbs {
    width: 100%;
    max-width: var(--jq_w1200);
    padding: 10px 16px;
    background: var(--home-surface);
    border-radius: var(--home-radius-sm);
    border: 1px solid var(--home-outline);
    box-shadow: var(--home-elev-1);
    flex-wrap: wrap;
    row-gap: 6px;
    align-items: center;
}

.content-box .content-wrap:has(> .product-type-box > .public-table.border) > .crumbs-box .crumbs a {
    padding: 4px 0;
    font-size: var(--jq_fs2);
    color: #475569;
}

.content-box .content-wrap:has(> .product-type-box > .public-table.border) > .crumbs-box .crumbs a:hover {
    color: var(--jq_primary);
}

.content-box .content-wrap:has(> .product-type-box > .public-table.border) > .crumbs-box .crumbs a:last-child {
    color: #64748b;
    font-weight: 500;
}

.content-box .content-wrap > .product-type-box:has(> .public-table.border) {
    width: 100%;
}

.content-box .content-wrap > .product-type-box > .public-table.border {
    border: 1px solid var(--home-outline);
    border-radius: var(--home-radius);
    box-shadow: var(--home-elev-1), var(--home-elev-2);
    overflow: hidden;
    background: var(--home-surface);
}

.content-box .content-wrap > .product-type-box > .public-table.border .theads {
    height: auto;
    min-height: 48px;
}

.content-box .content-wrap > .product-type-box > .public-table.border .theads .ths {
    background: linear-gradient(180deg, #f1f5f9 0%, #e8edf3 100%);
    border-bottom: 1px solid rgba(42, 127, 231, 0.2);
}

.content-box .content-wrap > .product-type-box > .public-table.border .theads .ths .tds {
    padding: 12px 14px;
    font-size: var(--jq_fs1);
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #475569;
    text-transform: none;
}

.content-box .content-wrap > .product-type-box > .public-table.border .tbodys .trs {
    border-bottom: 1px solid #e8edf3;
    transition: background 0.2s ease, box-shadow 0.2s ease;
}

.content-box .content-wrap > .product-type-box > .public-table.border .tbodys .trs:nth-child(even) {
    background: #fafbfc;
}

.content-box .content-wrap > .product-type-box > .public-table.border .tbodys .trs:hover {
    background: #eff6ff;
    box-shadow: inset 3px 0 0 var(--jq_primary);
}

.content-box .content-wrap > .product-type-box > .public-table.border .tbodys .trs .tds {
    padding: 14px 14px;
    align-items: center;
}

.content-box .content-wrap > .product-type-box > .public-table.border .tbodys .trs .tds > .img {
    width: 72px;
    height: 72px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
    box-shadow: var(--home-elev-1);
}

.content-box .content-wrap > .product-type-box > .public-table.border .tbodys .trs .tds > .img img {
    object-fit: contain;
    padding: 4px;
}

.content-box .content-wrap > .product-type-box > .public-table.border .title-brand-package {
    gap: 4px;
}

.content-box .content-wrap > .product-type-box > .public-table.border .title-brand-package .title a {
    font-size: var(--jq_fs3);
    font-weight: 700;
    color: #0f172a;
    letter-spacing: 0.03em;
    text-decoration: none;
}

.content-box .content-wrap > .product-type-box > .public-table.border .title-brand-package .title a:hover {
    color: var(--jq_primary);
    text-decoration: none;
}

.content-box .content-wrap > .product-type-box > .public-table.border .title-brand-package .brand,
.content-box .content-wrap > .product-type-box > .public-table.border .title-brand-package .package {
    font-size: var(--jq_fs1);
    color: #64748b;
    line-height: 1.45;
}

.content-box .content-wrap > .product-type-box > .public-table.border .model-types-pdf .model {
    color: #475569;
    line-height: 1.5;
}

.content-box .content-wrap > .product-type-box > .public-table.border .sendGoods .fast {
    background: rgba(42, 127, 231, 0.12);
    color: var(--jq_primary);
    font-weight: 600;
    font-size: var(--jq_fs1);
    border: 1px solid rgba(42, 127, 231, 0.25);
}

.content-box .content-wrap > .product-type-box > .public-table.border .sendGoods .inventory {
    font-size: var(--jq_fs1);
    color: #64748b;
}

.content-box .content-wrap > .product-type-box > .public-table.border .tb-rfq {
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.content-box .content-wrap > .product-type-box > .public-table.border .tb-rfq .input {
    flex: 1 1 72px;
    min-width: 64px;
    max-width: 120px;
    height: 36px;
    margin-right: 0;
    border-radius: 8px;
    border: 1px solid #cbd5e1;
    padding: 0 10px;
    font-weight: 600;
    background: #fff;
}

.content-box .content-wrap > .product-type-box > .public-table.border .tb-rfq .input:hover,
.content-box .content-wrap > .product-type-box > .public-table.border .tb-rfq .input:focus {
    border-color: var(--jq_primary);
    outline: none;
}

.content-box .content-wrap > .product-type-box > .public-table.border .tb-rfq .button {
    height: 36px;
    min-width: 88px;
    padding: 0 14px;
    border-radius: 8px;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(42, 127, 231, 0.25);
}

.content-box .content-wrap:has(> .product-type-box > .public-table.border) #pagination-container {
    margin-top: 22px;
    padding: 4px 0 8px;
}

/* ========= 产品详情页：与列表页一致的设计语言，DOM / 数据不变 ========= */

.content-box:has(.content-wrap > .product-detail-box) {
    background: linear-gradient(180deg, var(--home-page-bg) 0%, #e2e8f0 100%);
    padding: 16px 0 40px;
}

.content-box .content-wrap:has(> .product-detail-box) > .crumbs-box {
    margin-bottom: 14px;
}

.content-box .content-wrap:has(> .product-detail-box) > .crumbs-box .crumbs {
    width: 100%;
    max-width: var(--jq_w1200);
    padding: 10px 16px;
    background: var(--home-surface);
    border-radius: var(--home-radius-sm);
    border: 1px solid var(--home-outline);
    box-shadow: var(--home-elev-1);
    flex-wrap: wrap;
    row-gap: 6px;
    align-items: center;
}

.content-box .content-wrap:has(> .product-detail-box) > .crumbs-box .crumbs a {
    padding: 4px 0;
    font-size: var(--jq_fs2);
    color: #475569;
}

.content-box .content-wrap:has(> .product-detail-box) > .crumbs-box .crumbs a:hover {
    color: var(--jq_primary);
}

.content-box .content-wrap:has(> .product-detail-box) > .crumbs-box .crumbs a:last-child {
    color: #64748b;
    font-weight: 500;
}

.content-box .content-wrap .product-detail-box {
    gap: 22px;
}

.content-box .content-wrap .product-detail-box .basic-price-box {
    margin-bottom: 0;
    align-items: stretch;
}

.content-box .content-wrap .product-detail-box .basic-price-box .basic-box {
    border: 1px solid var(--home-outline);
    box-shadow: var(--home-elev-1), var(--home-elev-2);
    border-radius: var(--home-radius);
    padding: 18px 20px 20px;
}

.content-box .content-wrap .product-detail-box .basic-price-box .basic-box .title {
    font-size: var(--jq_fs7);
    font-weight: 700;
    color: #0f172a;
    letter-spacing: 0.04em;
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(42, 127, 231, 0.18);
}

.content-box .content-wrap .product-detail-box .basic-price-box .basic-box .basic .img .max-img {
    border-radius: var(--home-radius-sm);
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
    box-shadow: var(--home-elev-1);
}

.content-box .content-wrap .product-detail-box .basic-price-box .basic-box .basic .img .max-img img {
    object-fit: contain;
    padding: 10px;
}

.content-box .content-wrap .product-detail-box .basic-price-box .basic-box .basic .img .min-img a {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.content-box .content-wrap .product-detail-box .basic-price-box .basic-box .basic .img .min-img a:hover {
    border-color: var(--jq_primary);
    box-shadow: var(--home-elev-1);
}

.content-box .content-wrap .product-detail-box .basic-price-box .basic-box .basic .parameter .parameter-item {
    margin-bottom: 0;
    padding: 10px 0;
    border-bottom: 1px solid #eef2f7;
}

.content-box .content-wrap .product-detail-box .basic-price-box .basic-box .basic .parameter .parameter-item:last-of-type {
    border-bottom: none;
}

.content-box .content-wrap .product-detail-box .basic-price-box .basic-box .basic .parameter .parameter-item .label {
    color: #64748b;
    font-weight: 600;
    font-size: var(--jq_fs2);
}

.content-box .content-wrap .product-detail-box .basic-price-box .basic-box .basic .parameter .parameter-item .value {
    color: #1e293b;
    font-weight: 500;
}

.content-box .content-wrap .product-detail-box .basic-price-box .basic-box .basic .parameter .btn-box .button {
    border-radius: 8px;
    font-weight: 600;
    box-shadow: 0 2px 10px rgba(42, 127, 231, 0.28);
}

.content-box .content-wrap .product-detail-box .basic-price-box .price-box {
    border: 1px solid var(--home-outline);
    box-shadow: var(--home-elev-1), var(--home-elev-2);
    border-radius: var(--home-radius);
    background: var(--home-surface);
}

.content-box .content-wrap .product-detail-box .basic-price-box .price-box > .title {
    height: auto;
    min-height: 48px;
    line-height: 1.35;
    padding: 12px 16px;
    font-weight: 700;
    font-size: var(--jq_fs4);
    color: #334155;
    background: linear-gradient(180deg, #f1f5f9 0%, #e8edf3 100%);
    border-bottom: 1px solid rgba(42, 127, 231, 0.18);
}

.content-box .content-wrap .product-detail-box .basic-price-box .price-box .price {
    padding: 14px 16px 16px;
}

.content-box .content-wrap .product-detail-box .basic-price-box .price-box .price .number {
    padding: 8px 12px;
    margin-bottom: 12px;
    background: var(--home-surface-muted);
    border-radius: 8px;
    font-weight: 600;
    color: #475569;
}

.content-box .content-wrap .product-detail-box .public-table.border {
    border: 1px solid var(--home-outline);
    border-radius: var(--home-radius-sm);
    box-shadow: var(--home-elev-1);
    overflow: hidden;
    background: var(--home-surface);
}

.content-box .content-wrap .product-detail-box .public-table.border .theads .ths {
    background: linear-gradient(180deg, #f1f5f9 0%, #e8edf3 100%);
    border-bottom: 1px solid rgba(42, 127, 231, 0.2);
}

.content-box .content-wrap .product-detail-box .public-table.border .theads .ths .tds {
    padding: 12px 14px;
    font-size: var(--jq_fs1);
    font-weight: 700;
    color: #475569;
    letter-spacing: 0.03em;
}

.content-box .content-wrap .product-detail-box .price-table .public-table.border .theads .ths .tds {
    white-space: nowrap;
}

.content-box .content-wrap .product-detail-box .price-table .public-table.border .theads .ths .tds:nth-child(2),
.content-box .content-wrap .product-detail-box .price-table .public-table.border .theads .ths .tds:nth-child(3),
.content-box .content-wrap .product-detail-box .price-table .public-table.border .tbodys .trs .tds:nth-child(2),
.content-box .content-wrap .product-detail-box .price-table .public-table.border .tbodys .trs .tds:nth-child(3) {
    flex: 1;
    width: auto;
    min-width: 0;
}

.content-box .content-wrap .product-detail-box .public-table.border .tbodys .trs {
    border-bottom: 1px solid #e8edf3;
    transition: background 0.2s ease;
}

.content-box .content-wrap .product-detail-box .public-table.border .tbodys .trs:nth-child(even) {
    background: #fafbfc;
}

.content-box .content-wrap .product-detail-box .public-table.border .tbodys .trs:hover {
    background: #eff6ff;
}

.content-box .content-wrap .product-detail-box .public-table.border .tbodys .trs .tds {
    padding: 12px 14px;
}

.content-box .content-wrap .product-detail-box .parameter-pdf-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: visible;
    border: 1px solid var(--home-outline);
    box-shadow: var(--home-elev-1), var(--home-elev-2);
    border-radius: var(--home-radius);
    padding: 16px 18px 20px;
    background: var(--home-surface);
    margin-bottom: 0;
    box-sizing: border-box;
}

.content-box .content-wrap .product-detail-box .parameter-pdf-box .tab-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
    min-height: 48px;
    margin: 0 0 16px;
    padding: 0;
    border-bottom: 2px solid rgba(42, 127, 231, 0.22);
    gap: 8px 10px;
    box-sizing: border-box;
}

.content-box .content-wrap .product-detail-box .parameter-pdf-box .tab-box a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    height: auto;
    padding: 10px 20px;
    margin: 0;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    background: #f1f5f9;
    font-weight: 600;
    font-size: var(--jq_fs3);
    line-height: 1.35;
    color: #475569;
    text-decoration: none;
    flex: 0 0 auto;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
}

.content-box .content-wrap .product-detail-box .parameter-pdf-box .tab-box a:hover {
    background: rgba(42, 127, 231, 0.12);
    color: var(--jq_primary);
    border-color: rgba(42, 127, 231, 0.28);
}

.content-box .content-wrap .product-detail-box .parameter-pdf-box .tab-box a.active {
    z-index: 1;
    background: var(--jq_primary);
    color: #fff;
    border-color: var(--jq_primary);
}

.content-box .content-wrap .product-detail-box .parameter-pdf-box .tab-box a.active:hover {
    color: #fff;
    filter: brightness(1.03);
}

.content-box .content-wrap .product-detail-box .new-product-box {
    border: 1px solid var(--home-outline);
    box-shadow: var(--home-elev-1), var(--home-elev-2);
    border-radius: var(--home-radius);
    background: var(--home-surface);
    margin-bottom: 0;
}

.content-box .content-wrap .product-detail-box .new-product-box > .title {
    height: auto;
    min-height: 48px;
    line-height: 1.35;
    padding: 14px 18px;
    font-size: var(--jq_fs5);
    font-weight: 700;
    background: linear-gradient(90deg, var(--jq_primary) 0%, var(--jq_hover) 100%);
    border-radius: var(--home-radius) var(--home-radius) 0 0;
}

.content-box .content-wrap .product-detail-box .new-product-box .new-product {
    padding: 16px 14px 18px;
}

.content-box .content-wrap .product-detail-box .new-product-box .new-product .product-item {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: var(--home-radius-sm);
    box-shadow: var(--home-elev-1);
    background: var(--home-surface-muted);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.content-box .content-wrap .product-detail-box .new-product-box .new-product .product-item:hover {
    background: var(--home-surface);
    border-color: var(--jq_primary);
    box-shadow: var(--home-elev-2);
}

.content-box .content-wrap .product-detail-box .new-product-box .new-product .product-item .img img {
    object-fit: contain;
    border-radius: 8px;
    border: 1px solid rgba(15, 23, 42, 0.06);
    background: #fff;
}

.content-box .content-wrap .product-detail-box .new-product-box .new-product .product-item .title-model-btn .tit a {
    font-weight: 700;
    color: #0f172a;
}

.content-box .content-wrap .product-detail-box .new-product-box .new-product .product-item .title-model-btn .btn .button {
    border-radius: 8px;
    font-weight: 600;
}

/* ========= 全部分类 categoryAll（product.blade）：与列表/详情一致，DOM 不变 =========
   特征：product-type-box 下首子元素为 .product-type（与仅含 public-table 的列表页区分） */

.content-box:has(.content-wrap > .product-type-box > .product-type) {
    background: linear-gradient(180deg, var(--home-page-bg) 0%, #e2e8f0 100%);
    padding: 16px 0 40px;
}

.content-box .content-wrap:has(> .product-type-box > .product-type) > .crumbs-box {
    margin-bottom: 14px;
}

.content-box .content-wrap:has(> .product-type-box > .product-type) > .crumbs-box .crumbs {
    width: 100%;
    max-width: var(--jq_w1200);
    padding: 10px 16px;
    background: var(--home-surface);
    border-radius: var(--home-radius-sm);
    border: 1px solid var(--home-outline);
    box-shadow: var(--home-elev-1);
    flex-wrap: wrap;
    row-gap: 6px;
    align-items: center;
}

.content-box .content-wrap:has(> .product-type-box > .product-type) > .crumbs-box .crumbs a {
    padding: 4px 0;
    font-size: var(--jq_fs2);
    color: #475569;
}

.content-box .content-wrap:has(> .product-type-box > .product-type) > .crumbs-box .crumbs a:hover {
    color: var(--jq_primary);
}

.content-box .content-wrap:has(> .product-type-box > .product-type) > .crumbs-box .crumbs a:last-child {
    color: #64748b;
    font-weight: 500;
}

.content-box .content-wrap > .product-type-box:has(> .product-type) {
    padding: 0;
    background: var(--home-surface);
    border: 1px solid var(--home-outline);
    border-radius: var(--home-radius);
    box-shadow: var(--home-elev-1), var(--home-elev-2);
    overflow: hidden;
    align-items: stretch;
}

.content-box .content-wrap .product-type-box:has(> .product-type) .product-type {
    border: none;
    border-right: 1px solid rgba(15, 23, 42, 0.08);
    background: var(--home-surface-muted);
}

.content-box .content-wrap .product-type-box:has(> .product-type) .product-type .title {
    padding: 14px 14px;
    font-size: var(--jq_fs4);
    font-weight: 700;
    background: linear-gradient(90deg, var(--jq_primary) 0%, var(--jq_hover) 100%);
}

.content-box .content-wrap .product-type-box:has(> .product-type) .product-type .list-box {
    padding: 12px 10px 16px;
}

.content-box .content-wrap .product-type-box:has(> .product-type) .product-type .list-box a {
    padding: 9px 12px;
    margin: 3px 0;
    border-radius: 8px;
    font-weight: 600;
    font-size: var(--jq_fs2);
    color: #334155;
    line-height: 1.35;
}

.content-box .content-wrap .product-type-box:has(> .product-type) .product-type .list-box a:hover {
    background: var(--home-surface);
    color: var(--jq_primary);
    box-shadow: var(--home-elev-1);
}

.content-box .content-wrap .product-type-box:has(> .product-type) .product-type-child {
    padding: 16px 20px 22px 22px;
    background: var(--home-surface);
}

.content-box .content-wrap .product-type-box:has(> .product-type) .product-type-child .one-child {
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e8edf3;
}

.content-box .content-wrap .product-type-box:has(> .product-type) .product-type-child .one-child:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.content-box .content-wrap .product-type-box:has(> .product-type) .product-type-child .one-child > a {
    display: inline-block;
    padding: 10px 14px;
    margin-bottom: 10px;
    border-radius: 8px;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    border: 1px solid rgba(15, 23, 42, 0.08);
    font-weight: 700;
    font-size: var(--jq_fs3);
    color: #0f172a;
}

.content-box .content-wrap .product-type-box:has(> .product-type) .product-type-child .one-child > a:hover {
    border-color: var(--jq_primary);
    color: var(--jq_primary);
}

.content-box .content-wrap .product-type-box:has(> .product-type) .product-type-child .one-child .two-child {
    gap: 0;
}

.content-box .content-wrap .product-type-box:has(> .product-type) .product-type-child .one-child .two-child a {
    padding: 8px 14px;
    margin-right: 8px;
    margin-top: 8px;
    border-radius: 8px;
    background: var(--home-surface-muted);
    border: 1px solid rgba(15, 23, 42, 0.08);
    font-weight: 600;
    font-size: var(--jq_fs2);
    color: #475569;
    box-shadow: none;
}

.content-box .content-wrap .product-type-box:has(> .product-type) .product-type-child .one-child .two-child a:hover {
    background: var(--jq_primary);
    border-color: var(--jq_primary);
    color: var(--jq_color8);
    box-shadow: var(--home-elev-2);
}

/* ========= 新闻列表 /news（news.blade）：与其它内页一致，DOM 不变 ========= */

.content-box:has(.content-wrap > .news-box) {
    background: linear-gradient(180deg, var(--home-page-bg) 0%, #e2e8f0 100%);
    padding: 16px 0 40px;
}

.content-box .content-wrap:has(> .news-box) > .crumbs-box {
    margin-bottom: 14px;
}

.content-box .content-wrap:has(> .news-box) > .crumbs-box .crumbs {
    width: 100%;
    max-width: var(--jq_w1200);
    padding: 10px 16px;
    background: var(--home-surface);
    border-radius: var(--home-radius-sm);
    border: 1px solid var(--home-outline);
    box-shadow: var(--home-elev-1);
    flex-wrap: wrap;
    row-gap: 6px;
    align-items: center;
}

.content-box .content-wrap:has(> .news-box) > .crumbs-box .crumbs a {
    padding: 4px 0;
    font-size: var(--jq_fs2);
    color: #475569;
}

.content-box .content-wrap:has(> .news-box) > .crumbs-box .crumbs a:hover {
    color: var(--jq_primary);
}

.content-box .content-wrap:has(> .news-box) > .crumbs-box .crumbs a:last-child {
    color: #64748b;
    font-weight: 500;
}

.content-box .content-wrap .news-box {
    background: var(--home-surface);
    border: 1px solid var(--home-outline);
    border-radius: var(--home-radius);
    box-shadow: var(--home-elev-1), var(--home-elev-2);
    padding: 18px 20px 22px;
    gap: 4px;
}

.content-box .content-wrap .news-box .news-list {
    gap: 14px;
}

.content-box .content-wrap .news-box .news-list .list-item {
    padding: 16px 18px;
    border-bottom: none;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: var(--home-radius-sm);
    background: var(--home-surface-muted);
    box-shadow: var(--home-elev-1);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.content-box .content-wrap .news-box .news-list .list-item:hover {
    background: var(--home-surface);
    border-color: var(--jq_primary);
    box-shadow: var(--home-elev-2);
    transform: translateY(-2px);
}

.content-box .content-wrap .news-box .news-list .list-item .img {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: var(--home-elev-1);
}

.content-box .content-wrap .news-box .news-list .list-item .img img {
    object-fit: cover;
}

.content-box .content-wrap .news-box .news-list .list-item .tit-describe-time-look-share .tit {
    font-size: var(--jq_fs5);
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
}

.content-box .content-wrap .news-box .news-list .list-item .tit-describe-time-look-share .tit:hover {
    text-decoration: none;
    color: var(--jq_primary);
}

.content-box .content-wrap .news-box .news-list .list-item .tit-describe-time-look-share .describe {
    color: #64748b;
    line-height: 1.55;
    margin-bottom: 8px;
}

.content-box .content-wrap .news-box .news-list .list-item .tit-describe-time-look-share .time-look {
    color: #94a3b8;
    font-size: var(--jq_fs1);
    margin-top: 4px;
    margin-bottom: 8px;
}

.content-box .content-wrap .news-box .news-list .list-item .tit-describe-time-look-share .shares .share {
    padding: 4px;
    border-radius: 6px;
    transition: background 0.2s ease, color 0.2s ease;
}

.content-box .content-wrap .news-box .news-list .list-item .tit-describe-time-look-share .shares .share:hover {
    background: rgba(42, 127, 231, 0.1);
}

.content-box .content-wrap .news-box #pagination-container {
    margin-top: 20px;
    padding-top: 8px;
    border-top: 1px solid #e8edf3;
}

/* ========= 资讯详情 /newsDetail/…（newsDetail.blade）：与列表一致，DOM 不变 ========= */

.content-box:has(.content-wrap > .newsDetail-box) {
    background: linear-gradient(180deg, var(--home-page-bg) 0%, #e2e8f0 100%);
    padding: 16px 0 40px;
}

.content-box .content-wrap:has(> .newsDetail-box) > .crumbs-box {
    margin-bottom: 14px;
}

.content-box .content-wrap:has(> .newsDetail-box) > .crumbs-box .crumbs {
    width: 100%;
    max-width: var(--jq_w1200);
    padding: 10px 16px;
    background: var(--home-surface);
    border-radius: var(--home-radius-sm);
    border: 1px solid var(--home-outline);
    box-shadow: var(--home-elev-1);
    flex-wrap: wrap;
    row-gap: 6px;
    align-items: center;
}

.content-box .content-wrap:has(> .newsDetail-box) > .crumbs-box .crumbs a {
    padding: 4px 0;
    font-size: var(--jq_fs2);
    color: #475569;
}

.content-box .content-wrap:has(> .newsDetail-box) > .crumbs-box .crumbs a:hover {
    color: var(--jq_primary);
}

.content-box .content-wrap:has(> .newsDetail-box) > .crumbs-box .crumbs a:last-child {
    color: #64748b;
    font-weight: 500;
}

.content-box .content-wrap .newsDetail-box {
    padding: 22px 24px 28px;
    background: var(--home-surface);
    border: 1px solid var(--home-outline);
    border-radius: var(--home-radius);
    box-shadow: var(--home-elev-1), var(--home-elev-2);
    gap: 6px;
}

.content-box .content-wrap .newsDetail-box .title {
    font-size: var(--jq_fs7);
    font-weight: 700;
    color: #0f172a;
    line-height: 1.35;
    margin-bottom: 12px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(42, 127, 231, 0.2);
}

.content-box .content-wrap .newsDetail-box .time-look {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 8px 0;
    color: #64748b;
    font-size: var(--jq_fs2);
}

.content-box .content-wrap .newsDetail-box .shares {
    padding: 4px 0 12px;
    gap: 6px;
    flex-wrap: wrap;
}

.content-box .content-wrap .newsDetail-box .shares .share {
    margin-right: 4px;
    padding: 6px 8px;
    border-radius: 8px;
    color: #64748b;
    transition: background 0.2s ease, color 0.2s ease;
}

.content-box .content-wrap .newsDetail-box .shares .share:hover {
    background: rgba(42, 127, 231, 0.1);
    color: var(--jq_primary);
}

.content-box .content-wrap .newsDetail-box .detail-content {
    padding: 24px 0 8px;
    margin-top: 8px;
    border-top: 1px solid #e8edf3;
    color: #334155;
    font-size: var(--jq_fs2);
    line-height: 1.75;
}

/* 软文/API 入库 HTML 常见 max-width + margin:auto，正文会变成 ~800px 居中窄栏 */
.content-box .content-wrap .newsDetail-box .detail-content *[style*="max-width"] {
    max-width: 100% !important;
}

.content-box .content-wrap .newsDetail-box .detail-content > div,
.content-box .content-wrap .newsDetail-box .detail-content > article,
.content-box .content-wrap .newsDetail-box .detail-content > section {
    width: auto !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box;
}

.content-box .content-wrap .newsDetail-box .detail-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 12px 0;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: var(--home-elev-1);
}

.content-box .content-wrap .newsDetail-box .prev-next {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid #e8edf3;
    gap: 12px;
    flex-wrap: wrap;
}

.content-box .content-wrap .newsDetail-box .prev-next a {
    padding: 12px 16px;
    max-width: calc(50% - 6px);
    flex: 1 1 280px;
    border-radius: var(--home-radius-sm);
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: var(--home-surface-muted);
    color: #334155;
    font-weight: 600;
    font-size: var(--jq_fs2);
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.content-box .content-wrap .newsDetail-box .prev-next a.next {
    align-items: flex-end;
    text-align: right;
}

.content-box .content-wrap .newsDetail-box .prev-next a .prev-next-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #94a3b8;
    margin-bottom: 4px;
}

.content-box .content-wrap .newsDetail-box .prev-next a .prev-next-title,
.content-box .content-wrap .newsDetail-box .prev-next a span {
    display: block;
    margin-top: 0;
    font-weight: 500;
    color: #64748b;
    font-size: var(--jq_fs1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.content-box .content-wrap .newsDetail-box .prev-next a:hover {
    background: var(--jq_primary);
    border-color: var(--jq_primary);
    color: var(--jq_color8);
    box-shadow: var(--home-elev-2);
}

.content-box .content-wrap .newsDetail-box .prev-next a:hover .prev-next-label,
.content-box .content-wrap .newsDetail-box .prev-next a:hover .prev-next-title,
.content-box .content-wrap .newsDetail-box .prev-next a:hover span {
    color: rgba(255, 255, 255, 0.9);
}

.content-box .content-wrap .newsDetail-box .prev-next a.is-disabled,
.content-box .content-wrap .newsDetail-box .prev-next a[href="javascript:void(0);"] {
    opacity: 0.45;
    cursor: default;
    pointer-events: none;
}

.content-box .content-wrap .newsDetail-box .prev-next a.is-disabled:hover,
.content-box .content-wrap .newsDetail-box .prev-next a[href="javascript:void(0);"]:hover {
    background: var(--home-surface-muted);
    border-color: rgba(15, 23, 42, 0.08);
    color: #334155;
    box-shadow: none;
}

.content-box .content-wrap .newsDetail-box .prev-next a.is-disabled:hover .prev-next-label,
.content-box .content-wrap .newsDetail-box .prev-next a.is-disabled:hover .prev-next-title,
.content-box .content-wrap .newsDetail-box .prev-next a[href="javascript:void(0);"]:hover .prev-next-label,
.content-box .content-wrap .newsDetail-box .prev-next a[href="javascript:void(0);"]:hover .prev-next-title,
.content-box .content-wrap .newsDetail-box .prev-next a[href="javascript:void(0);"]:hover span {
    color: inherit;
}

/* ========= 全站顶栏 / 主导航 / 页脚（不改模板，覆盖原样式）========= */

.header-box {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border-bottom: 1px solid rgba(15, 23, 42, 0.07);
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05);
}

.header-box .header {
    height: 88px;
}

.header-box .header .search-box .search {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.header-box .header .search-box .search:focus-within {
    border-color: var(--jq_primary);
    box-shadow: 0 0 0 3px rgba(42, 127, 231, 0.18);
}

.header-box .header .search-box .search .icon {
    border-radius: 0 11px 11px 0;
}

.header-box .header .tel-lang .tel .tel-item .number,
.header-box .header .tel-lang .tel .tel-item a.number {
    font-weight: 600;
    color: #334155;
}

.header-box .header .tel-lang .lang .lang-item {
    border: 1px solid #e2e8f0;
    background: #fff;
    font-weight: 600;
    color: #475569;
    border-radius: 8px;
}

.header-box .header .tel-lang .lang .lang-child {
    border-radius: 0 0 10px 10px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.18);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.header-box .header .tel-lang .lang .lang-child .child-item {
    padding: 8px 0;
}

.menu-box {
    height: 52px;
    background-color: #0f1a2c;
    background-image:
        radial-gradient(260% 460% at 4% 50%, var(--jq_primary) 0%, rgba(15, 26, 44, 0) 96%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0%, rgba(0, 0, 0, 0.18) 100%);
    background-blend-mode: soft-light, normal;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.28);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

@supports (color: color-mix(in srgb, red, blue)) {
    .menu-box {
        background-color: color-mix(in srgb, var(--jq_primary) 40%, #0b1220);
        background-image:
            radial-gradient(
                260% 520% at 4% 50%,
                color-mix(in srgb, var(--jq_primary) 96%, #0b1220) 0%,
                color-mix(in srgb, var(--jq_primary) 82%, #0b1220) 38%,
                color-mix(in srgb, var(--jq_primary) 58%, #0b1220) 70%,
                color-mix(in srgb, var(--jq_primary) 34%, #0b1220) 100%
            ),
            linear-gradient(
                90deg,
                color-mix(in srgb, var(--jq_primary) 60%, #0b1220) 0%,
                color-mix(in srgb, var(--jq_primary) 30%, #0b1220) 100%
            );
        background-blend-mode: normal, normal;
    }
}

.menu-box .menu .menu-item > a {
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 0 28px;
    font-size: var(--jq_fs3);
}

.menu-box .menu .menu-item .menu-child {
    top: 52px;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.28);
    overflow: hidden;
    background: #0f1a2c;
}

@supports (color: color-mix(in srgb, red, blue)) {
    .menu-box .menu .menu-item .menu-child {
        background: color-mix(in srgb, var(--jq_primary) 95%, #0b1220);
    }
}

.menu-box .menu .menu-item .menu-child > a {
    padding: 10px 22px;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.menu-box .menu .menu-item .menu-child > a:last-child {
    border-bottom: none;
}

.phone-header {
    background: #fff;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.06);
}

.phone-header .search-box .search {
    border-radius: 10px;
    overflow: hidden;
}

.phone-menu-box .phone-menu {
    box-shadow: 4px 0 20px rgba(15, 23, 42, 0.15);
}

.footer-box {
    background-color: #0f1a2c;
    background-image:
        radial-gradient(200% 240% at 4% -10%, var(--jq_primary) 0%, rgba(15, 26, 44, 0) 96%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(0, 0, 0, 0.28) 100%);
    background-blend-mode: soft-light, normal;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 -6px 24px rgba(15, 23, 42, 0.18);
}

@supports (color: color-mix(in srgb, red, blue)) {
    .footer-box {
        background-color: color-mix(in srgb, var(--jq_primary) 40%, #0b1220);
        background-image:
            radial-gradient(
                210% 260% at 4% -10%,
                color-mix(in srgb, var(--jq_primary) 96%, #0b1220) 0%,
                color-mix(in srgb, var(--jq_primary) 78%, #0b1220) 32%,
                color-mix(in srgb, var(--jq_primary) 52%, #0b1220) 66%,
                color-mix(in srgb, var(--jq_primary) 30%, #0b1220) 100%
            ),
            linear-gradient(
                180deg,
                color-mix(in srgb, var(--jq_primary) 60%, #0b1220) 0%,
                color-mix(in srgb, var(--jq_primary) 26%, #0b1220) 100%
            );
        background-blend-mode: normal, normal;
    }
}

.footer-box .footer {
    padding: 28px 0 32px;
}

.footer-box .footer .menu-company-copyright .footer-menu-box {
    height: auto;
    min-height: 40px;
    flex-wrap: wrap;
    gap: 8px 6px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-box .footer .menu-company-copyright .footer-menu-box > a {
    margin-right: 0;
    padding: 0 16px;
    height: 36px;
    border-radius: 8px;
    font-weight: 600;
    font-size: var(--jq_fs2);
    color: rgba(255, 255, 255, 0.95);
}

.footer-box .footer .menu-company-copyright .footer-menu-box > a:hover::after {
    width: 0;
    left: 50%;
}

.footer-box .footer .menu-company-copyright .footer-menu-box > a:hover {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.footer-box .footer .menu-company-copyright .company-box {
    margin-top: 22px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.88);
}

.footer-box .footer .menu-company-copyright .company-box .name {
    font-size: var(--jq_fs4);
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-bottom: 4px;
}

.footer-box .footer .menu-company-copyright .company-box .address,
.footer-box .footer .menu-company-copyright .company-box .tel-email {
    font-size: var(--jq_fs2);
    color: rgba(255, 255, 255, 0.78);
}

.footer-box .footer .menu-company-copyright .company-box .tel-email .email {
    color: rgba(255, 255, 255, 0.95);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.footer-box .footer .menu-company-copyright .logo {
    margin-top: 18px;
}

.footer-box .footer .menu-company-copyright .logo a img {
    border-radius: 6px;
    padding: 4px;
}

.footer-box .footer .menu-company-copyright .copyright {
    margin-top: 22px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    flex-wrap: wrap;
    gap: 8px 12px;
    font-size: var(--jq_fs1);
    color: rgba(255, 255, 255, 0.65);
}

.footer-box .footer .menu-company-copyright .copyright span,
.footer-box .footer .menu-company-copyright .copyright a {
    color: rgba(255, 255, 255, 0.7);
    margin-right: 0;
}

.footer-box .footer .menu-company-copyright .copyright a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-box .footer .code-box {
    padding: 14px 12px 16px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    align-self: flex-start;
}

.footer-box .footer .code-box .img {
    height: 152px;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.35);
    background: #fff;
}

.footer-box .footer .code-box .text {
    font-size: var(--jq_fs2);
    font-weight: 600;
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.92);
}

/* ========= 品牌列表 /brand（manufacturers-box，仅 brand.blade）========= */

.content-box:has(.content-wrap > .manufacturers-box) {
    background: linear-gradient(180deg, var(--home-page-bg) 0%, #e2e8f0 100%);
    padding: 16px 0 40px;
}

.content-box .content-wrap:has(> .manufacturers-box) > .crumbs-box {
    margin-bottom: 14px;
}

.content-box .content-wrap:has(> .manufacturers-box) > .crumbs-box .crumbs {
    width: 100%;
    max-width: var(--jq_w1200);
    padding: 10px 16px;
    background: var(--home-surface);
    border-radius: var(--home-radius-sm);
    border: 1px solid var(--home-outline);
    box-shadow: var(--home-elev-1);
    flex-wrap: wrap;
    row-gap: 6px;
    align-items: center;
}

.content-box .content-wrap:has(> .manufacturers-box) > .crumbs-box .crumbs a {
    padding: 4px 0;
    font-size: var(--jq_fs2);
    color: #475569;
}

.content-box .content-wrap:has(> .manufacturers-box) > .crumbs-box .crumbs a:hover {
    color: var(--jq_primary);
}

.content-box .content-wrap:has(> .manufacturers-box) > .crumbs-box .crumbs a:last-child {
    color: #64748b;
    font-weight: 500;
}

.content-box .content-wrap .manufacturers-box {
    margin-bottom: 0;
    padding: 20px 22px 24px;
    background: var(--home-surface);
    border: 1px solid var(--home-outline);
    border-radius: var(--home-radius);
    box-shadow: var(--home-elev-1), var(--home-elev-2);
    gap: 6px;
}

.content-box .content-wrap .manufacturers-box .title {
    font-size: var(--jq_fs5);
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 16px;
    padding: 4px 4px 14px 16px;
    position: relative;
    border-bottom: 1px solid rgba(42, 127, 231, 0.2);
    letter-spacing: 0.04em;
}

.content-box .content-wrap .manufacturers-box .title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 14px;
    width: 4px;
    border-radius: 2px;
    background: linear-gradient(180deg, var(--jq_primary) 0%, var(--jq_hover) 100%);
}

.content-box .content-wrap .manufacturers-box .letter {
    margin-bottom: 18px;
    gap: 8px 10px;
    padding: 4px 0 8px;
}

.content-box .content-wrap .manufacturers-box .letter a {
    padding: 8px 16px;
    margin-right: 0;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 8px;
    font-weight: 600;
    font-size: var(--jq_fs2);
    color: #475569;
    background: var(--home-surface-muted);
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.content-box .content-wrap .manufacturers-box .letter a:hover {
    border-color: var(--jq_primary);
    color: var(--jq_primary);
    background: #fff;
    box-shadow: var(--home-elev-1);
}

.content-box .content-wrap .manufacturers-box .letter a.active {
    border-color: var(--jq_primary);
    background: var(--jq_primary);
    color: var(--jq_color8);
    box-shadow: 0 4px 14px rgba(42, 127, 231, 0.35);
}

.content-box .content-wrap .manufacturers-box .list-box {
    justify-content: flex-start;
    gap: 12px;
    padding-top: 4px;
}

.content-box .content-wrap .manufacturers-box .list-box .list-item {
    flex: 0 0 calc((100% - 60px) / 6);
    width: calc((100% - 60px) / 6);
    max-width: calc((100% - 60px) / 6);
    height: 68px;
    margin-bottom: 0;
    padding: 8px 10px;
    border-radius: var(--home-radius-sm);
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: var(--home-surface-muted);
    box-shadow: var(--home-elev-1);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.content-box .content-wrap .manufacturers-box .list-box .list-item img {
    object-fit: contain;
}

.content-box .content-wrap .manufacturers-box .list-box .list-item:hover {
    border-color: var(--jq_primary);
    background: #fff;
    box-shadow: var(--home-elev-2);
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    body .content-box .content-wrap .manufacturers-box {
        padding: 16px 12px 20px;
    }

    body .content-box .content-wrap .manufacturers-box .list-box {
        gap: 10px;
        justify-content: flex-start;
    }

    body .content-box .content-wrap .manufacturers-box .list-box .list-item {
        flex: 0 0 calc(50% - 5px);
        width: calc(50% - 5px);
        max-width: calc(50% - 5px);
    }
}

/* ========== 询价页 /rfq ========== */
.content-box.white:has(.rfq-box) {
    background: linear-gradient(180deg, #f4f7fc 0%, #eef2f8 100%);
}

.content-box.white:has(.rfq-box) .content-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px 16px 40px;
}

.content-box.white:has(.rfq-box) .crumbs-box {
    margin-bottom: 16px;
    padding: 12px 18px;
    border-radius: var(--home-radius-sm);
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
    box-shadow: var(--home-elev-1);
}

.content-box.white:has(.rfq-box) .crumbs-box .crumbs {
    font-size: var(--jq_fs3);
    color: var(--jq_color3);
}

.content-box.white:has(.rfq-box) .crumbs-box .crumbs a {
    color: var(--jq_primary);
}

.content-box.white:has(.rfq-box) .crumbs-box .crumbs a:hover {
    text-decoration: underline;
}

.content-box.white:has(.rfq-box) .rfq-box {
    border-radius: var(--home-radius);
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
    box-shadow: var(--home-elev-2);
    overflow: hidden;
}

.content-box.white:has(.rfq-box) .rfq-box > .title {
    margin: 0;
    padding: 16px 20px;
    font-size: var(--jq_fs2);
    font-weight: 700;
    color: var(--jq_color1);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    background: linear-gradient(180deg, #fafbfe 0%, #f4f7fc 100%);
}

body .content-box.white:has(.rfq-box) .content-wrap .rfq-box .rfq-main {
    width: 100%;
    max-width: 100%;
    padding: 20px 20px 24px;
    box-sizing: border-box;
}

body .content-box.white:has(.rfq-box) .content-wrap .rfq-box .rfq-main .rfq-upload-process {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 24px;
    padding: 16px;
    border-radius: var(--home-radius-sm);
    border: 1px dashed rgba(42, 127, 231, 0.35);
    background: rgba(42, 127, 231, 0.04);
}

body .content-box.white:has(.rfq-box) .content-wrap .rfq-box .rfq-main .rfq-upload-process .rfq-upload {
    width: auto;
    flex: 1 1 280px;
    max-width: 100%;
    height: auto;
    min-height: 115px;
    border-radius: var(--home-radius-sm);
    border-color: rgba(15, 23, 42, 0.12);
    background: #fff;
    box-shadow: var(--home-elev-1);
}

body .content-box.white:has(.rfq-box) .content-wrap .rfq-box .rfq-main .rfq-upload-process .rfq-upload .upload-add {
    border-radius: var(--home-radius-sm);
}

body .content-box.white:has(.rfq-box) .content-wrap .rfq-box .rfq-main .rfq-upload-process .rfq-process {
    flex: 2 1 min(360px, 100%);
    min-width: 0;
    padding-left: 0;
}

body .content-box.white:has(.rfq-box) .content-wrap .rfq-box .rfq-main .rfq-table-form {
    margin-bottom: 20px;
}

body .content-box.white:has(.rfq-box) .public-table.borderAndTd {
    border-radius: var(--home-radius-sm);
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.1);
    box-shadow: var(--home-elev-1);
}

body .content-box.white:has(.rfq-box) .public-table.borderAndTd .theads .ths {
    background: linear-gradient(180deg, #fafbfe 0%, #f4f7fc 100%);
}

body .content-box.white:has(.rfq-box) .public-table.borderAndTd .theads .ths .tds {
    border-color: rgba(15, 23, 42, 0.08);
    color: var(--jq_color1);
    font-weight: 600;
}

body .content-box.white:has(.rfq-box) .public-table.borderAndTd .tbodys .trs .tds {
    border-color: rgba(15, 23, 42, 0.08);
}

body .content-box.white:has(.rfq-box) .public-table.borderAndTd .tbodys .trs:hover {
    background: rgba(42, 127, 231, 0.04);
}

body .content-box.white:has(.rfq-box) .public-table.borderAndTd .tbodys .trs .tds .input {
    border-radius: 8px;
    border: 1px solid rgba(15, 23, 42, 0.12);
}

body .content-box.white:has(.rfq-box) .public-table.borderAndTd .tbodys .trs .tds .input:focus {
    border-color: var(--jq_primary);
    box-shadow: 0 0 0 3px rgba(42, 127, 231, 0.15);
    outline: none;
}

body .content-box.white:has(.rfq-box) .jq-common-form .form-box .form-item .field-label {
    color: var(--jq_color2);
    font-weight: 500;
}

body .content-box.white:has(.rfq-box) .jq-common-form .form-box .form-item .field-value .field-value-input .textarea {
    min-height: 100px;
    border-radius: var(--home-radius-sm);
}

body .content-box.white:has(.rfq-box) .jq-common-form .form-box .verificationCode-item .field-value-input {
    align-items: center;
    gap: 10px;
}

body .content-box.white:has(.rfq-box) .jq-common-form .form-box .verificationCode-item .field-value-input .verificationCode {
    flex: 0 0 auto;
    width: 120px;
    max-width: 120px;
}

body .content-box.white:has(.rfq-box) .jq-common-form .form-box .verificationCode-item .field-value-input .verificationCodeImage .imgs {
    display: block;
    width: auto;
    height: 40px;
    margin-left: 0;
    cursor: pointer;
}

body .content-box.white:has(.rfq-box) .content-wrap .rfq-box .rfq-main .table-add .button {
    width: auto;
    height: 32px;
    padding: 0 16px;
    border-radius: var(--home-radius-sm);
}

body .content-box.white:has(.rfq-box) .content-wrap .rfq-box .rfq-main .rfq-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
    padding-top: 20px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

body .content-box.white:has(.rfq-box) .content-wrap .rfq-box .rfq-main .rfq-submit .submit {
    width: auto;
}

body .content-box.white:has(.rfq-box) .content-wrap .rfq-box .rfq-main .rfq-submit .submit .button {
    min-width: 200px;
    height: 44px;
    border-radius: 999px;
    font-size: var(--jq_fs3);
    font-weight: 600;
    background: var(--jq_primary);
    color: #fff;
    border: none;
    box-shadow: 0 4px 14px rgba(42, 127, 231, 0.35);
}

body .content-box.white:has(.rfq-box) .content-wrap .rfq-box .rfq-main .rfq-submit .submit .button:hover {
    filter: brightness(1.05);
}

.seemb10-rfq-modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(15, 23, 42, 0.45);
    backdrop-filter: blur(4px);
}

.seemb10-rfq-modal-backdrop.is-open {
    display: flex;
}

.seemb10-rfq-modal {
    width: min(420px, 100%);
    padding: 32px 28px 28px;
    background: #fff;
    border-radius: var(--home-radius);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: var(--home-elev-2);
    text-align: center;
    animation: seemb10RfqModalIn 0.24s ease-out;
}

@keyframes seemb10RfqModalIn {
    from {
        opacity: 0;
        transform: translateY(12px) scale(0.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.seemb10-rfq-modal__icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seemb10-rfq-modal__icon .iconfont {
    font-size: 28px;
    line-height: 1;
}

.seemb10-rfq-modal__icon.is-success {
    background: rgba(42, 127, 231, 0.12);
    color: var(--jq_primary);
}

.seemb10-rfq-modal__icon.is-error {
    background: rgba(239, 68, 68, 0.12);
    color: var(--jq_error);
}

.seemb10-rfq-modal__title {
    margin: 0 0 10px;
    font-size: var(--jq_fs4);
    font-weight: 700;
    color: var(--jq_color1);
}

.seemb10-rfq-modal__msg {
    margin: 0 0 24px;
    font-size: var(--jq_fs2);
    color: var(--jq_color2);
    line-height: 1.6;
    word-break: break-word;
}

.seemb10-rfq-modal__btn {
    width: auto;
    min-width: 140px;
    height: 40px;
    margin: 0 auto;
    padding: 0 24px;
    border-radius: var(--home-radius-sm);
    box-shadow: 0 4px 14px rgba(42, 127, 231, 0.25);
}

.seemb10-rfq-modal-backdrop.is-error .seemb10-rfq-modal__btn {
    background: var(--jq_error);
    box-shadow: 0 4px 14px rgba(239, 68, 68, 0.25);
}

@media (max-width: 768px) {
    body .content-box.white:has(.rfq-box) .content-wrap {
        padding: 16px 12px 28px;
    }

    body .content-box.white:has(.rfq-box) .rfq-box .rfq-main {
        padding: 16px 14px 20px;
    }

    body .content-box.white:has(.rfq-box) .rfq-upload-process {
        flex-direction: column;
    }
}

.cus_info_window {
    background: var(--jq_primary);
    padding: 10px;
    color: var(--jq_color8);
    font-size: var(--jq_fs3);
}