@charset "UTF-8";
/* public css */
:root {
    /* 宽度 */
    --jq_w1200: 1200px;
    --jq_color1: #022134;
    --jq_color2: #ffffff;
    --jq_color3: #333333;
    --jq_color4: #868383;
    --jq_color5: #40484b;
    --jq_color6: #f4f5f6;
    --jq_color7: #ebebeb;
    --jq_color8: #8e8f91;
    --jq_color9: #f0f0ee;
    --jq_color10: #f4f5f6;
    --jq_color11: #a9b2b4;
    --jq_color14: #007fc8;
    --jq_color16: #f6f9fc;
    --jq_color17: rgba(0,0,0,0.085);
    --jq_color19: #e60013;
    --jq_color20: #e13507;
    --jq_color24: #67c23a;
    --jq_color25: #f7f9fc;
    /* 字体大小 */
    --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_ml1: 5px;
    --jq_ml2: 10px;
    --jq_ml3: 15px;
    --jq_ml4: 20px;
    --jq_ml5: 25px;
    --jq_ml6: 30px;
    --jq_ml7: 35px;
    --jq_ml8: 40px;
    --jq_ml9: 45px;
    --jq_ml10: 50px;
    --jq_mr1: 5px;
    --jq_mr2: 10px;
    --jq_mr3: 15px;
    --jq_mr4: 20px;
    --jq_mr5: 25px;
    --jq_mr6: 30px;
    --jq_mr7: 35px;
    --jq_mr8: 40px;
    --jq_mr9: 45px;
    --jq_mr10: 50px;
    --jq_mt1: 5px;
    --jq_mt2: 10px;
    --jq_mt3: 15px;
    --jq_mt4: 20px;
    --jq_mt5: 25px;
    --jq_mt6: 30px;
    --jq_mt7: 35px;
    --jq_mt8: 40px;
    --jq_mt9: 45px;
    --jq_mt10: 50px;
    --jq_mb1: 5px;
    --jq_mb2: 10px;
    --jq_mb3: 15px;
    --jq_mb4: 20px;
    --jq_mb5: 25px;
    --jq_mb6: 30px;
    --jq_mb7: 35px;
    --jq_mb8: 40px;
    --jq_mb9: 45px;
    --jq_mb10: 50px;
    /* 内边距 */
    --jq_pl1: 5px;
    --jq_pl2: 10px;
    --jq_pl3: 15px;
    --jq_pl4: 20px;
    --jq_pl5: 25px;
    --jq_pl6: 30px;
    --jq_pl7: 35px;
    --jq_pl8: 40px;
    --jq_pl9: 45px;
    --jq_pl10: 50px;
    --jq_pr1: 5px;
    --jq_pr2: 10px;
    --jq_pr3: 15px;
    --jq_pr4: 20px;
    --jq_pr5: 25px;
    --jq_pr6: 30px;
    --jq_pr7: 35px;
    --jq_pr8: 40px;
    --jq_pr9: 45px;
    --jq_pr10: 50px;
    --jq_pt1: 5px;
    --jq_pt2: 10px;
    --jq_pt3: 15px;
    --jq_pt4: 20px;
    --jq_pt5: 25px;
    --jq_pt6: 30px;
    --jq_pt7: 35px;
    --jq_pt8: 40px;
    --jq_pt9: 45px;
    --jq_pt10: 50px;
    --jq_pb1: 5px;
    --jq_pb2: 10px;
    --jq_pb3: 15px;
    --jq_pb4: 20px;
    --jq_pb5: 25px;
    --jq_pb6: 30px;
    --jq_pb7: 35px;
    --jq_pb8: 40px;
    --jq_pb9: 45px;
    --jq_pb10: 50px;
}

html, body, .app {
    width: 100%;
    height: 100%;
    color: var(--jq_color3);
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    color: var(--jq_color3);
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.box-1200 {
    width: var(--jq_w1200);
}

/* 公共 */
/* products-table */
.products-table {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.products-table .theads {
    width: 100%;
}

.products-table .theads .ths {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--jq_color17);
    background: var(--jq_color16);
}

.products-table .theads .ths .tds {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--jq_fs2);
}

.products-table .theads .ths .tds.border {
    border: none;
    border-right: 1px solid var(--jq_color17);
}

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

.products-table .tbodys .trs {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--jq_color17);
}

.products-table .tbodys .trs .tds {
    width: 100%;
    display: flex;
    padding: var(--jq_pt1);
    align-items: center;
    font-size: var(--jq_fs2);
}

.products-table .tbodys .trs .tds .field-label {
    width: 100px;
    flex-shrink: 0;
    text-align: right;
}

.products-table .tbodys .trs .tds.center {
    justify-content: center;
    align-items: center;
}

.products-table .tbodys .trs .tds.border {
    border: none;
    border-right: 1px solid var(--jq_color17);
}

.products-table .tbodys .trs .tds.operate {
    justify-content: flex-end;
}

.products-table .tbodys .trs:nth-child(even):hover, .products-table .tbodys .trs:hover {
    background: var(--jq_color17);
}

.products-table .tbodys .trs:nth-child(even) {
    background: var(--jq_color25);
}

.products-table.border {
    border: 1px solid var(--jq_color17);
}

.products-table.pc-phone.products-table-phone {
    display: none;
}

.products-table.pc-phone.products-table-phone .tbodys {
    width: 100%;
}

.products-table.pc-phone.products-table-phone .tbodys .trs {
    display: flex;
    flex-direction: column;
}

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

.jq-common-form .form-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: var(--jq_mb4);
}

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

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

.jq-common-form .form-box .form-item .field-label {
    width: 80px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-shrink: 0;
    padding-top: 7px;
}

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

.jq-common-form .form-box .form-item .field-value .field-value-input .textarea {
    min-height: 64px;
    height: auto;
    padding: var(--jq_pt1) var(--jq_pt2);
}

.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 {
    border: 1px solid var(--jq_color14);
}

.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 {
    border: 1px solid var(--jq_color19);
}

.jq-common-form .form-box .form-item .field-value .field-value-input .imgs {
    width: 80px;
    height: 32px;
    margin-left: var(--jq_ml1);
    flex-shrink: 0;
}

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

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

.jq-common-form .form-submit {
    width: 100%;
}

.jq-common-form .form-submit .btn {
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--jq_fs2);
    font-weight: bold;
    background: var(--jq_color14);
    border-radius: 5px;
    cursor: pointer;
    padding: 0 var(--jq_pt4);
    border: none;
    opacity: 0.8;
    color: var(--jq_color2);
}

.jq-common-form .form-submit .btn:hover {
    opacity: 1;
}

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

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

.button {
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--jq_fs2);
    font-weight: bold;
    background: var(--jq_color14);
    border-radius: 5px;
    cursor: pointer;
    padding: 0 var(--jq_pt4);
    border: none;
    opacity: 0.8;
    color: var(--jq_color2);
}

.button:hover {
    opacity: 1;
}

.button.danger {
    background: var(--jq_color19);
}

.button.info {
    background: var(--jq_color6);
}

.button.success {
    background: var(--jq_color24);
}

.wrap {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
}

.wrap .content {
    width: calc(100% - 288px);
    height: 100%;
    background-color: #f0f0f0;
    overflow: hidden auto;
}

/* 菜单 */
.menu-pc {
    width: 288px;
    height: 100%;
    background-color: var(--jq_color1);
    display: flex;
    flex-direction: column;
    position: relative;
}

.menu-pc .lang {
    width: 100%;
    padding: var(--jq_pt2);
    position: relative;
    display: flex;
    z-index: 3;
}

.menu-pc .lang a {
    width: 100%;
    color: var(--jq_color2);
    display: flex;
    align-items: center;
}

.menu-pc .lang a i {
    margin-right: var(--jq_mr2);
}

.menu-pc .lang .lang-child {
    width: 100%;
    position: absolute;
    left: 0;
    flex-direction: column;
    box-shadow: 0 10px 10px var(--jq_color2);
    display: flex;
    overflow: hidden;
    transition: all 0.3s;
    top: -1000px;
    background: var(--jq_color1);
    z-index: 2;
}

.menu-pc .lang .lang-child a {
    background-color: var(--jq_color1);
    padding: var(--jq_pt2);
    border-top: var(--jq_color2) 1px solid;
}

.menu-pc .lang .lang-child a:hover {
    background-color: var(--jq_color2);
    color: var(--jq_color1);
}

.menu-pc .lang:hover .lang-child {
    top: 44px;
}

.menu-pc .logo {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: var(--jq_pt6) 0;
}

.menu-pc .logo img {
    width: 80px;
    height: auto;
}

.menu-pc .menu {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 100px;
}

.menu-pc .menu a {
    width: 100%;
    color: var(--jq_color2);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: var(--jq_pt3) 0;
    font-size: var(--jq_fs4);
    transition: all 0.5s;
    position: relative;
    z-index: 2;
}

.menu-pc .menu a span {
    position: relative;
    z-index: 2;
}

.menu-pc .menu a:hover {
    color: var(--jq_color1);
}

.menu-pc .menu a::before {
    content: '';
    width: 0;
    height: 100%;
    background-color: var(--jq_color2);
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s;
    z-index: 1;
}

.menu-pc .menu a:hover::before {
    width: 100%;
}

.menu-pc .copyright {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: absolute;
    bottom: var(--jq_mb3);
    font-size: var(--jq_fs1);
    color: var(--jq_color4);
}

.menu-pc .copyright a {
    color: var(--jq_color4);
    margin-top: 10px;
}

.menu-pc .copyright a:hover {
    color: var(--jq_color2);
}

/* ============================================================
 * .menu-pc 视觉优化层（只改字体/字号/颜色/间距，不动 CSS 变量与数据）
 * ============================================================ */
.menu-pc {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
                 "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue",
                 Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* ---------- 语言切换器重设计（胶囊按钮 + 浮层面板） ---------- */
.menu-pc .lang {
    padding: 18px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    overflow: visible;
}

/* 触发按钮：圆角胶囊 */
.menu-pc .lang > a {
    width: 100%;
    height: 38px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    font-size: 13px;
    letter-spacing: 0.4px;
    cursor: pointer;
    transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
    position: relative;
    box-sizing: border-box;
}
.menu-pc .lang > a i {
    margin-right: 2px;
    font-size: 14px;
    opacity: 0.9;
}

/* 右侧下拉箭头（CSS 三角） */
.menu-pc .lang > a::after {
    content: '';
    width: 6px;
    height: 6px;
    margin-left: auto;
    border-right: 1.5px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.7);
    transform: rotate(45deg) translate(-2px, -2px);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.menu-pc .lang:hover > a {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.28);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
.menu-pc .lang:hover > a::after {
    transform: rotate(-135deg) translate(-2px, -2px);
    border-color: #ffffff;
}

/* 下拉浮层面板 */
.menu-pc .lang .lang-child {
    top: auto;
    bottom: auto;
    left: 20px;
    right: 20px;
    width: auto;
    transform: translateY(-6px);
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(180deg, #053049 0%, #022134 100%);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.32), 0 2px 8px rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 6px 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0s linear 0.22s;
    z-index: 20;
}

/* 下拉项 */
.menu-pc .lang .lang-child a {
    background: transparent;
    border-top: none;
    padding: 10px 16px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    letter-spacing: 0.3px;
    position: relative;
    transition: background 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
}
.menu-pc .lang .lang-child a::before {
    content: '';
    width: 3px;
    height: 0;
    background: var(--jq_color14);
    border-radius: 2px;
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    transition: height 0.2s ease;
}
.menu-pc .lang .lang-child a:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    padding-left: 22px;
}
.menu-pc .lang .lang-child a:hover::before {
    height: 18px;
}

/* 悬停打开面板 */
.menu-pc .lang:hover .lang-child {
    top: 60px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0s linear 0s;
}

/* Logo 区域更舒展 */
.menu-pc .logo {
    padding: 36px 0 28px;
}
.menu-pc .logo img {
    width: 96px;
}

/* 主菜单：略小字号 + 字距，层级更精致 */
.menu-pc .menu {
    margin-top: 40px;
}
.menu-pc .menu a {
    color: rgba(255, 255, 255, 0.82);
    padding: 14px 0;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.8px;
    transition: color 0.35s ease, letter-spacing 0.35s ease, font-weight 0.35s ease;
}
.menu-pc .menu a:hover {
    font-weight: 500;
    letter-spacing: 1.2px;
}

/* 版权区：极简、弱化 */
.menu-pc .copyright {
    font-size: 11px;
    line-height: 1.7;
    letter-spacing: 0.2px;
    padding: 0 16px;
    color: rgba(255, 255, 255, 0.42);
}
.menu-pc .copyright a {
    color: rgba(255, 255, 255, 0.56);
    margin-top: 6px;
    font-size: 11px;
    letter-spacing: 0.2px;
    transition: color 0.2s ease;
}
.menu-pc .copyright a:hover {
    color: #ffffff;
}

.menu-phone {
    width: 100%;
    height: 60px;
    background: var(--jq_color1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 0 var(--jq_pt4);
}

.menu-phone .logo {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
}

.menu-phone .logo img {
    width: 100%;
    /* height: 100%; */
}

.menu-phone .menuCheckLang {
    height: 100%;
    display: flex;
    align-items: center;
}

.menu-phone .menuCheckLang .menu-check {
    width: 18px;
    height: 16px;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-right: var(--jq_mr4);
    cursor: pointer;
    flex-shrink: 0;
}

.menu-phone .menuCheckLang .menu-check span {
    width: 100%;
    height: 2px;
    background-color: var(--jq_color2);
    position: absolute;
    top: 7px;
}

.menu-phone .menuCheckLang .menu-check::before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: var(--jq_color2);
    position: absolute;
    top: 0px;
}

.menu-phone .menuCheckLang .menu-check::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: var(--jq_color2);
    position: absolute;
    bottom: 0px;
}

.menu-phone .menuCheckLang .lang {
    width: 100%;
    height: 100%;
    padding: var(--jq_pt2);
    position: relative;
    display: flex;
    z-index: 3;
    align-items: center;
}

.menu-phone .menuCheckLang .lang a {
    width: 100%;
    color: var(--jq_color2);
    display: flex;
    align-items: center;
}

.menu-phone .menuCheckLang .lang a i {
    margin-right: var(--jq_mr2);
}

.menu-phone .menuCheckLang .lang .lang-child {
    width: 100%;
    position: absolute;
    left: 0;
    flex-direction: column;
    box-shadow: 0 10px 10px var(--jq_color2);
    display: flex;
    overflow: hidden;
    transition: all 0.3s;
    top: -1000px;
    background: var(--jq_color1);
    z-index: 2;
}

.menu-phone .menuCheckLang .lang .lang-child a {
    background-color: var(--jq_color1);
    padding: var(--jq_pt2);
    border-top: var(--jq_color2) 1px solid;
}

.menu-phone .menuCheckLang .lang .lang-child a:hover {
    background-color: var(--jq_color2);
    color: var(--jq_color1);
}

.menu-phone .menuCheckLang .lang:hover .lang-child {
    top: 60px;
}

.menu-phone .menu {
    width: 100%;
    position: absolute;
    left: 0;
    top: 60px;
    display: none;
    flex-direction: column;
    background: var(--jq_color5);
}

.menu-phone .menu a {
    width: 100%;
    color: var(--jq_color2);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: var(--jq_pt3) 0;
    font-size: var(--jq_fs4);
    transition: all 0.5s;
    position: relative;
    z-index: 2;
}

.menu-phone .menu a span {
    position: relative;
    z-index: 2;
}

.menu-phone .menu a:hover {
    color: var(--jq_color5);
}

.menu-phone .menu a::before {
    content: '';
    width: 0;
    height: 100%;
    background-color: var(--jq_color2);
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s;
    z-index: 1;
}

.menu-phone .menu a:hover::before {
    width: 100%;
}

.menu-phone .menu.active {
    display: flex;
}

/* AppBanner */
.banner-box {
    width: 100%;
    height: 500px;
    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 a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 30px;
}

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

/* 产品列表 */
.product-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-box .product-title {
    width: 100%;
    height: 168px;
    background: url("icon/7.jpg") no-repeat left top;
    background-size: cover;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    padding: 0 var(--jq_pt6);
    justify-content: center;
    color: var(--jq_color2);
}

.product-box .product-title .max-title {
    font-size: var(--jq_fs4);
}

.product-box .product-title .min-title {
    font-size: var(--jq_fs2);
    margin-top: var(--jq_mt2);
}

.product-box .product-title.brand-title {
    background: url("icon/6.jpg") no-repeat left top;
    background-size: cover;
}

.product-box .product-title.aboutus-title {
    background: url("icon/3.jpg") no-repeat left top;
    background-size: cover;
}

.product-box .product-title.contact-title {
    background: url("icon/4.jpg") no-repeat left top;
    background-size: cover;
}

.product-box .product-title.news-title {
    background: url("icon/news-bg1.jpg") no-repeat left top;
    background-size: cover;
}

.product-box .product-title.help-title {
    background: url("icon/8.jpg") no-repeat left top;
    background-size: cover;
}

.product-box .product-title.application-title {
    background: url("icon/5.jpg") no-repeat left top;
    background-size: cover;
}

.product-box .product-main {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.product-box .product-main .tab-box {
    width: 100%;
    padding: var(--jq_pl6);
    background: var(--jq_color6);
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}

.product-box .product-main .tab-box .tab-active {
    width: 100%;
    height: 44px;
    display: flex;
}

.product-box .product-main .tab-box .tab-active a {
    height: 100%;
    padding: 0 var(--jq_pl9);
    background: var(--jq_color7);
    margin-right: var(--jq_mr4);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

.product-box .product-main .tab-box .tab-active a:hover {
    background: var(--jq_color8);
}

.product-box .product-main .tab-box .tab-active a.active {
    background: var(--jq_color14);
    color: var(--jq_color2);
}

.product-box .product-main .tab-box .tab-main {
    width: 100%;
    flex-shrink: 0;
}

.product-box .product-main .tab-box .tab-main .tab-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.product-box .product-main .tab-box .tab-main .tab-content a {
    margin-right: var(--jq_mr4);
    margin-top: var(--jq_mt4);
    font-size: var(--jq_fs2);
}

.product-box .product-main .tab-box .tab-main .content-active.hidden {
    display: none;
}

.product-box .product-main .tab-box .tab-main .prodeuct-search {
    width: 100%;
    margin: 20px 0;
}

.product-box .product-main .tab-box .tab-main .prodeuct-search .search-input {
    width: 50%;
    height: 36px;
    border: 1px solid var(--jq_color9);
    outline: none;
    display: flex;
}

.product-box .product-main .tab-box .tab-main .prodeuct-search .search-input input {
    width: 100%;
    height: 100%;
    padding: 0 var(--jq_pl2);
    border: none;
    outline: none;
}

.product-box .product-main .tab-box .tab-main .prodeuct-search .search-input button {
    width: 80px;
    height: 100%;
    background: var(--jq_color14);
    border: none;
    color: var(--jq_color2);
    flex-shrink: 0;
    cursor: pointer;
}

.product-box .product-main .product-list-box {
    width: 100%;
    height: 100%;
    background: var(--jq_color2);
    display: flex;
    flex-direction: column;
    padding-bottom: var(--jq_pb4);
}

.product-box .product-main .product-list-box .prod-list-type {
    width: 100%;
    padding: var(--jq_pl2);
    display: flex;
    justify-content: flex-end;
}

.product-box .product-main .product-list-box .prod-list-type a {
    margin-left: var(--jq_ml2);
    color: var(--jq_color5);
}

.product-box .product-main .product-list-box .prod-list-type a i {
    font-size: var(--jq_fs6);
}

.product-box .product-main .product-list-box .product-list {
    width: 100%;
    display: none;
    flex-wrap: wrap;
    padding: 0 var(--jq_pt2);
}

.product-box .product-main .product-list-box .product-list .product-list-item {
    width: calc(100% / 4 - 20px);
    margin: var(--jq_mt2);
    display: flex;
    border: 1px solid var(--jq_color9);
    padding: var(--jq_pt2);
    transition: all 0.3s;
    cursor: pointer;
}

.product-box .product-main .product-list-box .product-list .product-list-item:hover {
    border: 1px solid var(--jq_color8);
}

.product-box .product-main .product-list-box .product-list .product-list-item .img {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}

.product-box .product-main .product-list-box .product-list .product-list-item .img img {
    width: 100%;
    height: 100%;
}

.product-box .product-main .product-list-box .product-list .product-list-item .text {
    width: calc(100% - 80px);
    padding-left: var(--jq_pl2);
    display: flex;
    flex-direction: column;
}

.product-box .product-main .product-list-box .product-list .product-list-item .text .max {
    font-weight: bold;
}

.product-box .product-main .product-list-box .product-list .product-list-item .text .min {
    width: 100%;
    font-size: var(--jq_fs2);
    display: flex;
    flex-direction: column;
}

.product-box .product-main .product-list-box .product-list-table {
    margin-bottom: var(--jq_mb4);
    display: none;
}

.product-box .product-main .product-list-box .product-list.list-block {
    display: flex;
}

.product-box .product-main .product-list-box .product-list-table.list-block {
    display: flex;
}

.product-box .product-main .product-detail-box {
    width: 100%;
    background: var(--jq_color2);
    display: flex;
    flex-direction: column;
    padding: var(--jq_pt4);
}

.product-box .product-main .product-detail-box .product-detail-main {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.product-box .product-main .product-detail-box .product-detail-main .product-detail-pic {
    width: 260px;
    height: 260px;
    border: 1px solid var(--jq_color9);
    margin-right: 20px;
    padding: var(--jq_pt2);
}

.product-box .product-main .product-detail-box .product-detail-main .product-detail-pic .product-detail-banner {
    width: 100%;
    height: 100%;
}

.product-box .product-main .product-detail-box .product-detail-main .product-detail-basicInfo {
    width: calc((100% - 280px) / 2);
    height: 500px;
    border: 1px solid var(--jq_color9);
    margin-right: 20px;
    padding: var(--jq_pt2);
}

.product-box .product-main .product-detail-box .product-detail-main .product-detail-basicInfo .basicInfor-title {
    font-size: var(--jq_fs4);
    font-weight: bold;
    margin-bottom: var(--jq_mb2);
}

.product-box .product-main .product-detail-box .product-detail-main .product-detail-basicInfo .basicInfo-list-box {
    width: 100%;
    height: calc(100% - 35px);
    overflow: hidden auto;
}

.product-box .product-main .product-detail-box .product-detail-main .product-detail-basicInfo .basicInfo-list-box .basicInfo-list {
    width: 100%;
    display: flex;
    margin-bottom: var(--jq_mb2);
    font-size: var(--jq_fs2);
}

.product-box .product-main .product-detail-box .product-detail-main .product-detail-basicInfo .basicInfo-list-box .basicInfo-list .field-label {
    /* width: 100px; */
    text-align: right;
    margin-right: var(--jq_mr2);
    font-weight: bold;
    flex-shrink: 0;
}

.product-box .product-main .product-detail-box .product-detail-main .product-detail-basicInfo .basicInfo-list-box .basicInfo-list .field-value {
    width: calc(100% - 100px);
}

.product-box .product-main .product-detail-box .product-detail-main .product-detail-from {
    width: calc((100% - 280px) / 2);
    height: 500px;
    border: 1px solid var(--jq_color9);
    padding: var(--jq_pt2);
}

.product-box .product-main .product-detail-box .product-detail-main .product-detail-from .product-detail-from-title {
    font-size: var(--jq_fs4);
    font-weight: bold;
    margin-bottom: var(--jq_mb2);
    flex-shrink: 0;
}

.product-box .product-main .product-detail-box .product-detail-main .product-detail-from .product-detail-from-box {
    height: calc(100% - 35px);
    overflow: hidden auto;
}

.product-box .product-main .product-detail-box .product-detail-main .product-detail-from .form-submit {
    display: flex;
    justify-content: center;
}

.product-box .product-main .product-detail-box .product-other {
    width: 100%;
    margin-top: var(--jq_mt4);
    display: flex;
    flex-direction: column;
}

.product-box .product-main .product-detail-box .product-other .product-other-title {
    font-size: var(--jq_fs4);
    font-weight: bold;
    margin-bottom: var(--jq_mb2);
}

.product-box .product-main .product-detail-box .product-other .product-other-main {
    width: 100%;
    padding-bottom: var(--jq_pb4);
}

.page-box {
    width: 100%;
    padding: var(--jq_pl4px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.page-box a {
    height: 30px;
    padding: 0 var(--jq_pl2);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--jq_color9);
    margin-right: var(--jq_mr2);
    transition: all 0.3s;
}

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

.page-box a.active {
    background: var(--jq_color8);
    color: var(--jq_color2);
}

.brand-type-tab {
    width: 100%;
    background: var(--jq_color2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    padding-bottom: 0;
}

.brand-type-tab .title {
    font-size: var(--jq_fs3);
    font-weight: bold;
}

.brand-type-tab .tab a i {
    font-size: var(--jq_fs5);
    margin-left: 5px;
}

.brand-type-tab .tab a.active {
    color: var(--jq_color14);
}

.brand-letter {
    width: 100%;
    background: var(--jq_color2);
    padding: 10px 20px 0 20px;
    display: flex;
    flex-wrap: wrap;
}

.brand-letter a {
    width: 30px;
    height: 30px;
    background: var(--jq_color6);
    font-size: var(--jq_fs3);
    border: 1px solid var(--jq_color6);
    margin-right: 10px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand-letter a:hover {
    border: 1px solid var(--jq_color1);
}

.brand-letter a.active {
    background: var(--jq_color1);
    color: var(--jq_color2);
}

.brand-typelist {
    width: 100%;
    background: var(--jq_color2);
    display: flex;
    flex-direction: column;
}

.brand-typelist .typelist-label {
    width: 100%;
}

.brand-typelist .typelist-label .list-label {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.brand-typelist .typelist-label .list-label .title {
    padding: 10px 20px;
    font-weight: bold;
}

.brand-typelist .typelist-label .list-label .list-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.brand-typelist .typelist-label .list-label .list-box a {
    width: calc(100% / 4);
    padding: 10px 20px;
}

.brand-typelist .typelist-label .list-label .list-box a:hover {
    text-decoration: underline;
}

.brand-typelist .typelist-img {
    width: 100%;
}

.brand-typelist .typelist-img .list-img {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.brand-typelist .typelist-img .list-img .title {
    padding: 10px 20px;
    padding-bottom: 0px;
    font-weight: bold;
}

.brand-typelist .typelist-img .list-img .list-box {
    width: 100%;
}

.brand-box {
    width: 100%;
    background: var(--jq_color2);
    display: flex;
    flex-wrap: wrap;
    padding: var(--jq_pt2);
}

.brand-box .brand-list {
    width: calc(100% / 4 - 20px);
    margin-bottom: var(--jq_mb2);
    border: 1px solid var(--jq_color9);
    padding: var(--jq_pt2);
    display: flex;
    flex-direction: column;
    margin: var(--jq_mt2);
    transition: all 0.3s;
}

.brand-box .brand-list:hover {
    border: 1px solid var(--jq_color8);
}

.brand-box .brand-list .img {
    width: 100%;
    height: 80px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    padding: 10px;
}

.brand-box .brand-list .img img {
    max-width: 100%;
    max-height: 100%;
}

.brand-box .brand-list .title {
    width: 100%;
    font-size: var(--jq_fs4);
    font-weight: bold;
}

.brand-box .brand-list .text1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: var(--jq_mt3);
    font-size: var(--jq_fs2);
}

.brand-box .brand-list .text2 {
    width: 100%;
    margin-top: var(--jq_mt3);
    font-size: var(--jq_fs1);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.brand-box .brand-list .more {
    width: 100%;
    margin-top: var(--jq_mt3);
    font-size: var(--jq_fs2);
}

.brand-box .brand-list .more a {
    color: var(--jq_color14);
}

.aboutus-box {
    width: 100%;
    background: var(--jq_color2);
    display: flex;
    flex-direction: column;
}

.aboutus-box .aboutus-tab {
    width: 100%;
    height: 52px;
    background: var(--jq_color10);
    display: flex;
    padding: 0 40px;
    align-items: center;
}

.aboutus-box .aboutus-tab a {
    height: 100%;
    padding: 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutus-box .aboutus-tab a.active {
    color: var(--jq_color14);
    background: var(--jq_color2);
    border-bottom: 2px solid var(--jq_color14);
}

.aboutus-box .aboutus-main {
    width: 100%;
    display: flex;
    padding: var(--jq_pt8);
}

.aboutus-box .aboutus-main .aboutus-content {
    width: calc(100% - 250px);
    padding-right: var(--jq_pl2);
    font-size: var(--jq_fs2);
}

.aboutus-box .aboutus-main .aboutus-content p {
    /* text-indent: 2em; */
    margin-bottom: var(--jq_mb4);
    line-height: 26px;
}

.aboutus-box .aboutus-main .aboutus-content p.bold {
    font-weight: bold;
}

.aboutus-box .aboutus-main .aboutus-content span.title {
    font-weight: bold;
}

.aboutus-box .aboutus-main .aboutus-img {
    width: 250px;
    padding: 0 var(--jq_pl2);
    flex-shrink: 0;
}

.aboutus-box .aboutus-main .aboutus-img img {
    width: 100%;
}

.aboutus-box .aboutus-main .join-content {
    width: calc(100% - 250px);
    padding-right: var(--jq_pl2);
    font-size: var(--jq_fs2);
}

.aboutus-box .aboutus-main .join-content .join-tips {
    width: 100%;
    display: flex;
    font-size: var(--jq_fs3);
    font-weight: bold;
}

.aboutus-box .aboutus-main .join-content .join-process {
    width: 100%;
    display: flex;
    margin: var(--jq_mt2) 0;
}

.aboutus-box .aboutus-main .join-content .join-main {
    width: 100%;
}

.aboutus-box .aboutus-main .join-content .join-main .join-item {
    width: 100%;
}

.aboutus-box .aboutus-main .join-content .join-main .join-item .join-item-title {
    width: 100%;
    display: flex;
    font-weight: bold;
    padding: var(--jq_pt2) 0;
    align-items: center;
    border-bottom: 1px solid var(--jq_color9);
    cursor: pointer;
}

.aboutus-box .aboutus-main .join-content .join-main .join-item .join-item-title i {
    margin-right: var(--jq_mr2);
    transition: all 0.3s;
}

.aboutus-box .aboutus-main .join-content .join-main .join-item .join-item-title.active i {
    transform: rotate(90deg);
}

.aboutus-box .aboutus-main .join-content .join-main .join-item .join-item-content {
    width: 100%;
    padding-top: var(--jq_pt2);
    background: var(--jq_color9);
    padding: var(--jq_pl2);
    display: none;
}

.aboutus-box .aboutus-main .join-content .join-main .join-item .join-item-content p {
    /* text-indent: 2em; */
    margin-bottom: var(--jq_mb2);
    line-height: 20px;
}

.aboutus-box .aboutus-main .join-content .join-main .join-item .join-item-content p.bold {
    font-weight: bold;
}

.aboutus-box .aboutus-main .join-content .join-main .join-item .join-item-content span {
    font-weight: bold;
}

.aboutus-box .aboutus-main .join-content .join-main .join-item .join-item-content.active {
    display: block;
}

.aboutus-box .news-main {
    width: 100%;
    display: flex;
    padding: var(--jq_pt8);
    justify-content: space-between;
}

.aboutus-box .news-main .news-list {
    width: calc(100% - 260px);
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    padding-right: var(--jq_pr4);
}

.aboutus-box .news-main .news-list .news-list-title {
    width: 100%;
    font-size: var(--jq_fs3);
    font-weight: bold;
    margin-bottom: var(--jq_mb2);
}

.aboutus-box .news-main .news-list .news-list-main {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: var(--jq_mb4);
}

.aboutus-box .news-main .news-list .news-list-main .news-list-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: var(--jq_pl2) 0;
}

.aboutus-box .news-main .news-list .news-list-main .news-list-item .text {
    white-space: initial;
    padding-right: var(--jq_pr2);
}

.aboutus-box .news-main .news-recommend {
    width: 260px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.aboutus-box .news-main .news-recommend .news-recommend-title {
    width: 100%;
    font-size: var(--jq_fs3);
    font-weight: bold;
    margin-bottom: var(--jq_mb2);
}

.aboutus-box .news-main .news-recommend .news-recommend-main {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.aboutus-box .news-main .news-recommend .news-recommend-main a {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: var(--jq_mb4);
}

.aboutus-box .news-main .news-recommend .news-recommend-main a .img {
    width: 100%;
}

.aboutus-box .news-main .news-recommend .news-recommend-main a .img img {
    width: 100%;
}

.aboutus-box .news-main .news-recommend .news-recommend-main a .text {
    width: 100%;
    font-size: var(--jq_fs2);
    white-space: initial;
}

/* —— 资讯列表页：极简纵向布局（推荐卡片条 + 正文列表），与详情页双栏互不干扰 —— */
/* 与 .aboutus-tab 同宽左右内边距(40px)，取消居中窄栏，使列表与分类标签左缘对齐 */
.aboutus-box .news-main.news-main--list {
    flex-direction: column;
    align-items: stretch;
    gap: 2.25rem;
    width: 100%;
    max-width: none;
    margin: 0;
    box-sizing: border-box;
    padding: var(--jq_pt8) 40px;
}

.aboutus-box .news-main.news-main--list .news-highlight {
    width: 100%;
    flex-shrink: 0;
    padding: 1.25rem 1.25rem 1.5rem;
    background: #f8fafc;
    border: 1px solid #e8ecf1;
    border-radius: 12px;
    box-sizing: border-box;
}

.aboutus-box .news-main.news-main--list .news-highlight__head {
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #e2e8f0;
}

.aboutus-box .news-main.news-main--list .news-highlight__title {
    margin: 0;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
}

.aboutus-box .news-main.news-main--list .news-highlight__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
}

.aboutus-box .news-main.news-main--list .news-highlight__card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #eef2f6;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.aboutus-box .news-main.news-main--list .news-highlight__card:hover {
    border-color: #cbd5e1;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    transform: translateY(-2px);
}

.aboutus-box .news-main.news-main--list .news-highlight__media {
    aspect-ratio: 16 / 10;
    background: #f1f5f9;
    overflow: hidden;
}

.aboutus-box .news-main.news-main--list .news-highlight__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.aboutus-box .news-main.news-main--list .news-highlight__card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0.75rem 0.875rem 0.875rem;
    font-size: var(--jq_fs2);
    line-height: 1.45;
    font-weight: 500;
    color: #1e293b;
}

.aboutus-box .news-main.news-main--list .news-list-panel {
    width: 100%;
    flex-shrink: 0;
    padding: 0;
}

.aboutus-box .news-main.news-main--list .news-list-panel__head {
    margin-bottom: 0.75rem;
}

.aboutus-box .news-main.news-main--list .news-list-panel__title {
    margin: 0;
    font-size: var(--jq_fs3);
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.aboutus-box .news-main.news-main--list .news-list-panel__body {
    border: 1px solid #e8ecf1;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    margin-bottom: var(--jq_mb4);
}

.aboutus-box .news-main.news-main--list .news-list-panel__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 1rem 1.25rem;
    text-decoration: none;
    color: #1e293b;
    border-bottom: 1px solid #f1f5f9;
    transition: background 0.15s ease;
}

.aboutus-box .news-main.news-main--list .news-list-panel__row:last-child {
    border-bottom: none;
}

.aboutus-box .news-main.news-main--list .news-list-panel__row:hover {
    background: #f8fafc;
}

.aboutus-box .news-main.news-main--list .news-list-panel__row-title {
    flex: 1;
    min-width: 0;
    font-size: var(--jq_fs2);
    line-height: 1.55;
    font-weight: 500;
}

.aboutus-box .news-main.news-main--list .news-list-panel__row-time {
    flex-shrink: 0;
    font-size: 0.8125rem;
    color: #94a3b8;
    font-variant-numeric: tabular-nums;
}

.aboutus-box .news-main .news-detail {
    width: calc(100% - 260px);
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    padding-right: var(--jq_pr8);
}

.aboutus-box .news-main .news-detail .title-time-source {
    width: 100%;
    padding: var(--jq_pl4) 0;
    margin-bottom: var(--jq_mb4);
    border-bottom: 1px solid var(--jq_color9);
}

.aboutus-box .news-main .news-detail .title-time-source .news-detail-title {
    width: 100%;
    font-size: var(--jq_fs5);
    font-weight: bold;
}

.aboutus-box .news-main .news-detail .title-time-source .time-source {
    margin-top: var(--jq_mt2);
    font-size: var(--jq_fs2);
    color: var(--jq_color8);
}

.aboutus-box .news-main .news-detail .news-detail-content {
    font-size: var(--jq_fs2);
}

.aboutus-box .news-main .news-detail .news-detail-content p {
    margin: var(--jq_mb4) 0;
}

.contact-box {
    width: 100%;
    background: var(--jq_color2);
    display: flex;
    padding: var(--jq_pt4) var(--jq_pl2);
}

.contact-box .contact-wrap {
    width: calc(50% - 20px);
    display: flex;
    flex-direction: column;
    margin-right: 20px;
    flex-shrink: 0;
}

.contact-box .contact-wrap .contact-item {
    width: 100%;
}

.contact-box .contact-wrap .contact-item .contact-item-title {
    margin: var(--jq_mt2) 0;
}

.contact-box .contact-wrap .contact-item .contact-item-title.notMt {
    margin-top: 0;
}

.contact-box .contact-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 var(--jq_mt2);
}

.contact-box .contact-item .contact-item-title {
    width: 100%;
    font-size: var(--jq_fs3);
    font-weight: bold;
    margin-bottom: var(--jq_mb2);
    flex-shrink: 0;
}

.contact-box .contact-item .contact-main {
    width: 100%;
    height: 100%;
    border: 1px solid var(--jq_color9);
    padding: var(--jq_pt2);
    line-height: 28px;
}

.contact-box .contact-item .contact-main .text {
    width: 100%;
    display: flex;
    margin-bottom: var(--jq_mb2);
}

.contact-box .contact-item .contact-main .text .field-label {
    font-size: var(--jq_fs2);
    font-weight: bold;
    flex-shrink: 0;
}

.contact-box .contact-item .contact-main .text .field-value {
    font-size: var(--jq_fs2);
}

.contact-box .contact-item .contact-main .text .field-value img {
    width: 100px;
}

.typeList {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: var(--jq_color2);
}

.typeList .typelist-items {
    width: 100%;
    border: 1px solid var(--jq_color17);
    margin-bottom: var(--jq_mb4);
}

.typeList .typelist-items .typelist-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid var(--jq_color17);
    font-size: var(--jq_fs4);
}

.typeList .typelist-items .typelist-content {
    width: 100%;
    padding: 20px;
    display: flex;
}

.typeList .typelist-items .typelist-content .imgModelBelong {
    display: flex;
}

.typeList .typelist-items .typelist-content .imgModelBelong .modelBelong {
    padding-left: var(--jq_pl2);
}

.typeList .typelist-items .typelist-content .img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border: 1px solid var(--jq_color17);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: var(--jq_pt1);
}

.typeList .typelist-items .typelist-content .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.typeList .typelist-items .typelist-content .brief-content {
    width: calc(100% - 210px);
    padding-left: 20px;
    font-size: var(--jq_fs2);
    line-height: 24px;
}

.typeList .typelist-items .typelist-content.typelist-content-max {
    display: flex;
}

.typeList .typelist-items .typelist-content-min {
    display: none;
}

.typeList .typelist-items .typelist-content.products {
    flex-wrap: wrap;
}

.typeList .typelist-items .typelist-content.products .page-box {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: var(--jq_mt4);
}

.help-main {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: var(--jq_pt4);
}

.help-main .help-tips {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.help-main .help-tips .max {
    font-size: var(--jq_fs2);
    font-weight: bold;
}

.help-main .help-tips .min {
    font-size: var(--jq_fs1);
    margin-top: var(--jq_mt2);
}

.help-main .help-table, .help-main .help-from {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: var(--jq_mt4);
}

.help-main .help-table .table-button {
    margin-top: var(--jq_mt2);
}

.help-main .help-from {
    border: 1px solid var(--jq_color9);
    padding: var(--jq_pt2);
}

.application-box {
    width: 100%;
    background: var(--jq_color2);
    display: flex;
    flex-wrap: wrap;
    padding: var(--jq_pt4);
}

.application-box .application-item {
    width: calc(100% / 4 - 40px);
    margin: var(--jq_mt4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--jq_color11);
    padding: var(--jq_pt4);
    position: relative;
    overflow: hidden;
}

.application-box .application-item .text {
    font-size: var(--jq_fs4);
    font-weight: bold;
    color: var(--jq_color2);
}

.application-box .application-item .tips {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 1000px;
    left: 0;
    transition: all 0.3s;
    background: var(--jq_color1);
    color: var(--jq_color2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--jq_pt4);
}

.application-box .application-item .tips .tips-title {
    font-size: var(--jq_fs4);
    font-weight: bold;
    margin-bottom: var(--jq_mb2);
}

.application-box .application-item .tips .tips-text {
    font-size: var(--jq_fs2);
}

.application-box .application-item:hover .tips {
    top: 0;
}

.application-box .application-detail-item {
    width: calc(100% / 4 - 40px);
    height: 200px;
    margin: var(--jq_mt4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--jq_color11);
    position: relative;
    overflow: hidden;
}

.application-box .application-detail-item .img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.application-box .application-detail-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.application-box .application-detail-item .text {
    width: 100%;
    font-size: var(--jq_fs2);
    color: var(--jq_color2);
    background: var(--jq_color1);
    position: absolute;
    left: 0;
    bottom: 0;
    white-space: initial;
    padding: var(--jq_pt2);
    opacity: 0.8;
}

/* ============================================================
 * .product-box 区域视觉统一（字体 / 字号 / 颜色）
 *   - 不改任何 CSS 变量与业务数据
 *   - 仅在作用域内做覆盖，统一主内容区的字体表现
 * ============================================================ */
.product-box {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
                 "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue",
                 Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color: var(--jq_color3);
    font-size: 15px;
    line-height: 1.7;
}

/* Hero 标题区：放大主标题 + 弱化副标题 */
.product-box .product-title {
    padding: 0 40px;
}
.product-box .product-title .max-title {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.3;
}
.product-box .product-title .min-title {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.4px;
    margin-top: 12px;
    opacity: 0.92;
}

/* Tab 区域：按钮/链接字号统一 */
.product-box .product-main .tab-box .tab-active a {
    font-size: 15px;
    letter-spacing: 0.3px;
}
.product-box .product-main .tab-box .tab-main .tab-content a {
    font-size: 14px;
    color: var(--jq_color5);
    letter-spacing: 0.2px;
    line-height: 1.8;
    transition: color 0.2s ease;
}
.product-box .product-main .tab-box .tab-main .tab-content a:hover {
    color: var(--jq_color14);
}

/* 搜索输入框统一字号 */
.product-box .product-main .tab-box .tab-main .prodeuct-search .search-input input,
.product-box .product-main .tab-box .tab-main .prodeuct-search .search-input button {
    font-size: 14px;
    letter-spacing: 0.3px;
}

/* 应用领域卡片 */
.application-box .application-item .text {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.application-box .application-item .tips .tips-title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.4px;
}
.application-box .application-item .tips .tips-text {
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 0.2px;
    opacity: 0.92;
}
.application-box .application-detail-item .text {
    font-size: 14px;
    letter-spacing: 0.3px;
    padding: 12px 16px;
}

/* 动画代码 */
@keyframes example1 {
    from {
        opacity: 0;
        left: -60px;
    }
    to {
        opacity: 1;
        left: inherit;
    }
}

@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-max-text {
    width: 100%;
    font-size: 54px;
    /*color: var(--jq_color2);*/
    /*margin-bottom: 30px;*/
    /*white-space: pre-wrap;*/
    position: relative;
    left: -60px;
}

.banner-min-text {
    width: 100%;
    font-size: 34px;
    color: var(--jq_color20);
    margin-bottom: 10px;
    white-space: pre-wrap;
    position: relative;
    left: -60px;
}

.banner-en-text {
    width: 100%;
    font-size: 18px;
    color: var(--jq_color2);
    margin-bottom: 10px;
    white-space: pre-wrap;
    position: relative;
    left: -60px;
}

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

.swiper-slide-active .banner-min-text {
    animation-name: example2;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
}

.swiper-slide-active .banner-en-text {
    animation-name: example3;
    animation-duration: 1.4s;
    animation-fill-mode: forwards;
}

.highlight {
    background-color: yellow;
    /* 高亮背景色 */
    font-weight: bold;
    /* 加粗字体 */
}

.rfqTd {
    width: calc((100% - 100px) / 6) !important;
    flex-shrink: 0 !important;
}
