/* 热销新品 v2 - PC 网格 + 移动端独立结构 */

/* ========== 显示切换 ========== */
.tuijian-wap-only {
    display: none;
}

.tuijian-pc-only {
    display: flex;
}

/* ========== PC 端 Grid ========== */
.section_tuijianbox-v2 {
    width: 1869px;
    max-width: 100%;
    height: auto;
    position: relative;
    margin: 80px auto 125px auto;
}

.sec_box-v2 {
    width: 100%;
}

.tuijianbox-v2 {
    width: 1869px;
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 733px 556px 556px;
    grid-template-rows: 225px 227px 212px;
    gap: 12px;
}

.tuijianbox-v2 .tuijian-card {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    text-decoration: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: background-size 0.4s;
    cursor: pointer;
}

.tuijianbox-v2 .tuijian-card:hover {
    background-size: 105% 105%;
}

.tuijian-card--order-1 { grid-column: 1; grid-row: 1 / 3; height: 464px; }
.tuijian-card--order-3 { grid-column: 2; grid-row: 1; height: 225px; }
.tuijian-card--order-4 { grid-column: 2; grid-row: 2; height: 225px; }
.tuijian-card--order-2 { grid-column: 3; grid-row: 1 / 3; height: 464px; }
.tuijian-card--order-5 { grid-column: 1; grid-row: 3; height: 212px; }
.tuijian-card--order-6 { grid-column: 2 / 4; grid-row: 3; height: 212px; }

.tuijianzhezhao--blue {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(227deg, #092a8a00, #092a8a3d);
    pointer-events: none;
}

.tuijianzhezhao--orange {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(227deg, rgba(255, 120, 0, 0), rgba(255, 93, 0, 0.35));
    pointer-events: none;
}

.tuijian-card__content--v,
.tuijian-card__content--h {
    position: absolute;
    left: 50px;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 40px;
    width: auto;
    box-sizing: border-box;
}

.tuijian-card__content--v {
    max-width: calc(100% - 100px);
}

.tuijian-card__content--h {
    max-width: 55%;
}

.tuijian-card__title-row {
    align-items: flex-end;
    gap: 12px;
}

.tuijian-card__title-row .leftboxtext2 {
    margin-top: 0;
}

.tuijian-card__content--v .rightboxtext3box {
    margin-top: 10px;
}

.tuijian-card__content--h .tuijian-card__model {
    margin-bottom: 8px;
}

.tuijian-card__content--h .leftboxtext2 {
    margin-top: 0;
    margin-bottom: 9px;
}

.tuijian-card__content--h .rightboxtext3box {
    margin-top: 0;
}

.tuijian-card__model {
    white-space: nowrap;
}

/* 设计稿：装饰线上方 30px，下方距卡片底边 40px（padding-bottom 控制） */
.tuijianbox-v2 .rightboxtext3box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.tuijianbox-v2 .line_tuijian {
    margin: 30px 0 0 0;
    flex-shrink: 0;
}

.tuijianbox-v2 .leftboxtext3pc {
    margin-top: 0;
}

.line_tuijian--white {
    background-color: #fff !important;
}

.tuijianbox-v2 .tuijian-card:hover .line_tuijian {
    width: 100%;
}

@media screen and (max-width: 1920px) {
    .section_tuijianbox-v2 {
        width: 97.45vw;
        margin: 80px auto 112px auto;
    }

    .tuijianbox-v2 {
        width: 97.45vw;
        grid-template-columns: 38.18vw 28.96vw 28.96vw;
        grid-template-rows: 11.72vw 11.82vw 11.04vw;
        gap: 0.625vw;
    }

    .tuijian-card--order-1,
    .tuijian-card--order-2 { height: 24.17vw; }
    .tuijian-card--order-3,
    .tuijian-card--order-4 { height: 11.72vw; }
    .tuijian-card--order-5,
    .tuijian-card--order-6 { height: 11.04vw; }

    .tuijian-card__content--v,
    .tuijian-card__content--h {
        left: 2.6vw;
        padding-bottom: 2.08vw;
    }

    .tuijianbox-v2 .line_tuijian {
        margin-top: 30px;
    }
    .leftboxtext1{
        width: auto;
        height: auto;
        overflow-wrap: break-word;
        color: rgba(255, 255, 255, 1);
        /* font-size: 0.83vw; */
        text-align: left;
        white-space: nowrap;
        line-height: 1;
        font-size: 16px;
        font-family: OpenSansRoman-SemiBold;
    }
    .leftboxtext2{
        width: auto;
        height: auto;
        overflow-wrap: break-word;
        color: rgba(255, 255, 255, 1);
        /* font-size: 1.5vw; */
        font-size: 30px;
        font-weight: 500;
        text-align: left;
        white-space: nowrap;
        line-height: 1;
        font-family: 'Anton-Regular';
        letter-spacing: 1px;
    }
    .leftboxtext3{
        width: auto;
        height: auto;
        overflow-wrap: break-word;
        color: rgba(255, 255, 255, 1);
        /* font-size: 0.72vw; */
        font-weight: 500;
        text-align: left;
        line-height: 22px;
        /* margin-top: 1vw; */
    }
    .rightboxtext1{
        width: auto;
        height: auto;
        overflow-wrap: break-word;
        color: rgba(255, 255, 255, 1);
        /* font-size: 0.83vw; */
        font-weight: 400;
        text-align: left;
        white-space: nowrap;
        line-height: 1;
    }
    .rightboxtext2{
        width: auto;
        height: auto;
        overflow-wrap: break-word;
        color: rgba(255, 255, 255, 1);
        /* font-size: 1.5vw; */
        font-weight: 500;
        text-align: left;
        white-space: nowrap;
        line-height: 1;
        font-family: 'Anton-Regular';
        letter-spacing: 1px;
    }
    .rightboxtext3{
        width: 200px;
        height: auto;
        overflow-wrap: break-word;
        color: rgba(255, 255, 255, 1);
        /* font-size: 0.72vw; */
        font-weight: 500;
        text-align: left;
        line-height: 20px;
    }

}

@media screen and (max-width: 1360px) {
    .tuijian-pc-only.sec_box-v2 {
        width: 94vw;
        margin: 0 auto;
    }

    .section_tuijianbox-v2 {
        width: 94vw;
        margin: 80px auto 70px auto;
    }

    .tuijianbox-v2 {
        width: 94vw;
        /* 用 fr 单位保持 733:556:556 比例，避免列宽超出容器 */
        grid-template-columns: 1.319fr 1fr 1fr;
        /* 行高用 minmax 保证最小可读高度 */
        grid-template-rows: minmax(145px, 13.5vw) minmax(145px, 13.5vw) minmax(130px, 12.5vw);
        gap: 12px;
    }

    /* 让卡片高度跟随 grid 行自动伸缩，不再使用固定 vw 高度 */
    .tuijian-card--order-1,
    .tuijian-card--order-2 { height: 100%; }

    .tuijian-card--order-3,
    .tuijian-card--order-4 { height: 100%; }

    .tuijian-card--order-5,
    .tuijian-card--order-6 { height: 100%; }

    .tuijian-card__content--v,
    .tuijian-card__content--h {
        left: 2.6vw;
        padding-bottom: 2.08vw;
    }

    .tuijianbox-v2 .line_tuijian {
        margin-top: 20px;
    }
    .leftboxtext2 {
        font-size: 20px !important;
    }
    .tuijian-card__content--h .tuijian-card__model {
        font-size: 12px;
    }
    .rightboxtext3 {
        font-size: 12px;
        line-height: 18px;
    }

    .leftboxtext2{

        font-size: 20px !important;
    }
    .leftboxtext1{
        font-family: OpenSansRoman-SemiBold;
    }
}

/* 1100px 以下进一步压缩字号与间距，防止横版卡片文字溢出 */
@media screen and (max-width: 1100px) {
    .tuijianbox-v2 .leftboxtext2 {
        font-size: 22px;
    }

    .tuijianbox-v2 .leftboxtext1 {
        font-size: 13px;
    }

    .tuijianbox-v2 .leftboxtext3,
    .tuijianbox-v2 .rightboxtext3 {
        font-size: 12px;
        line-height: 18px;
    }

    .tuijianbox-v2 .line_tuijian {
        margin-top: 14px;
    }

    /* 横版卡片内容区适当加宽 */
    .tuijianbox-v2 .tuijian-card__content--h {
        max-width: 62%;
    }
}

/* ========== 移动端 ≤960px ========== */
@media screen and (max-width: 960px) {
    .tuijian-pc-only {
        display: none !important;
    }
    .tuijian-wap-only {
        display: flex !important;
        width: 100%;
        margin: 0;
        padding: 12vw 0 0 0;
    }

    .tuijian_zongbox {
        padding: 12vw 0;
        background-color: #f7f8fa;
        margin-bottom: 0vw;
    }


    .tuijianbox-wap {
        width: 314px;
        max-width: 87.3vw;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
    }

    .tuijian-wap-card {
        display: block;
        position: relative;
        width: 100%;
        overflow: hidden;
        border-radius: 10px;
        margin-bottom: 16px;
        text-decoration: none;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .tuijian-wap-card--v {
        height: 200px;
    }

    .tuijian-wap-card--h {
        height: 126px;
    }

    .tuijian-wap-card__mask {
        position: absolute;
        inset: 0;
        z-index: 1;
        pointer-events: none;
    }

    .tuijian-wap-card__mask--blue {
        background: linear-gradient(227deg, #092a8a00, #092a8a3d);
    }

    .tuijian-wap-card__mask--orange {
        background: linear-gradient(227deg, rgba(255, 120, 0, 0), rgba(255, 93, 0, 0.35));
    }

    .tuijian-wap-card__body {
        position: absolute;
        left: 16px;
        bottom: 16px;
        z-index: 9;
        color: #fff;
        max-width: calc(100% - 32px);
    }

    /* 竖版：主标题+型号同行，描述下一行 */
    .tuijian-wap-card__body--v {
        display: flex;
        flex-direction: column;
    }

    .tuijian-wap-card__title-row {
        display: flex;
        align-items: flex-end;
        gap: 9px;
        flex-wrap: nowrap;
    }

    .tuijian-wap-card__body--v .tuijian-wap-card__main {
        font-size: 18px;
        font-weight: 500;
        line-height: 1;
        white-space: nowrap;
        font-family: 'Anton-Regular';
    }

    .tuijian-wap-card__body--v .tuijian-wap-card__model {
        font-size: 12px;
        line-height: 1;
        white-space: nowrap;
    }

    .tuijian-wap-card__body--v .tuijian-wap-card__desc {
        margin-top: 9px;
        font-size: 12px;
        line-height: 17px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* 横版：型号→主标题→描述 */
    .tuijian-wap-card__body--h {
        display: flex;
        flex-direction: column;
        max-width: 58%;
    }

    .tuijian-wap-card__body--h .tuijian-wap-card__model {
        font-size: 12px;
        line-height: 1;
        margin-bottom: 8px;
        white-space: nowrap;
    }

    .tuijian-wap-card__body--h .tuijian-wap-card__main {
        font-size: 18px;
        font-weight: 500;
        line-height: 1;
        margin-bottom: 9px;
        white-space: nowrap;
        /*font-family: 'Anton-Regular';*/
        font-family: 'Anton-Regular';

    }

    .tuijian-wap-card__body--h .tuijian-wap-card__desc {
        font-size: 12px;
        line-height: 17px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media screen and (max-width: 480px) {
    .tuijian_zongbox .text_7 {
        font-size: 32px;
        line-height: 36px;
    }
    .tuijian-wap-only {
        padding: 10vw 0 0 0;
    }
}

.tuijian-card__content {
    color: #ffffff;
}
.line_tuijian {
    width: 2.5vw;
    height: 3px;
    margin: 0.83vw 0 0 0;
    background-color: #ff5d00;
    border-radius: 5px;
    transition: all 0.2s;
}
.line_tuijian--white {
    background-color: #fff !important;
}
.leftboxtext2{
    font-family: 'Anton-Regular';
}
.leftboxtext1{
    font-family: OpenSansRoman-SemiBold;
}






.tuijianbox{
    width: 1870px;
    height: 450px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    z-index: 0;
}
.tuijianbox_leftbox{
    width: 731px;
    height: 450px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all 0.4s;
    cursor:pointer;
}
.tuijianbox_leftbox:hover{
    background-size: 105% 105%;

}
.tuijianzhezhao{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}
.tuijianbox_leftboxson{
    width:max-content;
    position: absolute;
    bottom: 35px;
    left: 50px;
    z-index: 9;
}
.rexiao_product {
    left: 58.5px;
}
.tuijianbox_rightbox{
    width: 1139px;
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}
.tuijianbox_righttopbox{
    width: 1124.6px;
    height: 223.5px;
    display: flex;
    justify-content: space-between;
}
.tuijianbox_righttop{
    width: 554.4px;
    height: 223.5px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all 0.4s;
    cursor:pointer;
}
.tuijianbox_righttop:hover{
    background-size: 105% 105%;
}
.rightsonbox{
    position: absolute;
    width: max-content;
    left: 50px;
    bottom: 35px;
    z-index: 9;
}
.tuijianbox_rightbottombox{
    width: 1124.6px;
    height: 212.3px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all 0.4s;
}
.tuijianbox_rightbottombox:hover{
    background-size: 105% 105%;

}
.tuijianbox_rightbottomboxadd{
    display:none;
}
.leftboxtext1{
    width: auto;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    /*font-weight: NaN;*/
    text-align: left;
    white-space: nowrap;
    line-height: 1;
    letter-spacing: 1px;
}
.leftboxtext2{
    width: auto;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 30px;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 1;
    margin-top: 11px;
    font-family: 'Anton-Regular';
    letter-spacing: 1px;
}
.rightboxtext3box{
    width:max-content;
    display:flex;
    flex-direction:column;
    margin-top: 5px;
}
.leftboxtext3{
    width: auto;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    line-height: 20px;
}
.leftboxtext3pc{
    line-height: 22px;
    margin-top: 15px;
}
.leftboxtext3wap{
    display:none;
}
.rightboxtext1{
    width: 106px;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
    line-height: 1;
    letter-spacing: 1px;
}
.rightboxtext2{
    width: 239px;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 30px;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 1;
    margin-top: 12px;
    letter-spacing: 1px;
    font-family: 'Anton-Regular';
}
.rightboxtext3{
    width: 200px;
    height: auto;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    line-height: 20px;
}