@charset "utf-8";

ul,
li,
ol {
    list-style: none;
}

[class*="am-u-"] {
    padding-left: 0rem;
    padding-right: 0rem;
}

.am-container>.am-g {
    margin-left: 0px;
    margin-right: 0px;
}

.small-nav img,
.small-nav a,
.am-g.small-nav {
    border: none;
}

/*手机导航*/
.small-nav {
    font-size: 1.2rem;
}

.small-nav .am-u-sm-3 {
    text-align: center;
    margin-top: 1rem;
    width: 20%;
}

.small-nav .nav-icon {
    max-width: 5rem;
    max-height: 5rem;
    padding: 1.2rem;
    margin: 0 auto;
    border-radius: 5rem;
}

.small-nav .am-u-sm-3:last-child {
    float: left;
}

.small-nav .mini-nav-title {
    margin-top: 0.5rem;
}

.small-nav a {
    text-decoration: none !important;
}

.small-nav .nav-icon.item-exposed {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*走马灯*/
.banner-mixed {
    position: relative;
    border-top: 0.1rem solid #F5F5F5;
    border-bottom: 0.1rem #f5f5f5 solid;
    overflow: hidden;
}

.banner-news-title {
    position: relative;
    left: 1.2rem;
    padding-right: 1.2rem;
}

.banner-news li,
#banner-news li a {
    height: 3rem;
    line-height: 3rem;
}

.banner-news {
    max-width: 120rem;
    margin: 0px auto;
    overflow: hidden;
    height: 3.5rem;
    width: 100%;
    text-align: left;
    border-top: 0.1rem solid #f9f9f9;
}

.news-category-name {
    line-height: 1.1rem;
    max-width: 5rem;
    position: relative;
    top: 0.1rem;
}

.banner-news li {
    padding: 0 1rem 0 8rem;
    font-size: 1.2rem;
}

.mod-vip {
    display: none;
}

/*楼层*/
.floor {
    position: relative;
}

/*小标签*/
.aggregation .word {
    overflow: hidden;
    padding: 2rem 1.5rem;
    margin: 1.5rem;
    background: rgba(255, 255, 255, 0.6);
    width: calc(100% - 3rem);
}

.word .outer {
    margin: 0.5rem;
    width: calc(50% - 1.4rem);
    height: 2.6rem;
    line-height: 2.6rem;
    text-align: center;
    color: #666666;
    display: inline-block;
    border: 0.1rem solid #cecece;
    text-decoration: none;
    overflow: hidden;
}

/*楼层左侧*/
.aggregation .outer-con .describe {
    color: #FFFFFF;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.floor .aggregation-container {
    overflow: hidden;
    width: 18rem;
    text-align: center;
    margin: 0.6rem 0;
}

.floor .aggregation {
    overflow: hidden;
    position: relative;
}

.floor .goods-list {
    width: calc(100% - 18rem);
    float: right;
}

.aggregation .outer-con {
    padding: 1rem;
    text-align: center;
}

/*楼层商品*/
.aggregation .outer-con img,
.floor .aggregation img,
.small-nav img {
    width: 100%;
}

.slideall {
    position: relative;
}

.banner {
    width: 100%;
    overflow: hidden;
}

.banner .am-slider .am-slides li>a {
    display: block;
    max-width: 192rem;
    margin: 0 auto;
    height: 100%;
}

.banner .am-slider .am-slides li img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (min-width: 480px) {
    .small-nav img {
        max-width: 100%;
        max-height: 100%;
    }

    .small-nav {
        font-size: 1.4rem;
    }
}

@media only screen and (min-width: 641px) {
    .home-floor {
        width: 100%;
        overflow: visible;
    }

    /*改写的公告*/
    .banner-mixed {
        height: auto;
        background: #fff;
    }

    .banner-news-title {
        font-size: 1.4rem;
        border-right: none;
        color: #666666;
        font-size: 1.4rem;
        font-weight: 600;
        left: 4px;
        padding: 0rem 1rem 0 0.7rem;
    }

    .banner-news-title::before {
        content: '';
        position: absolute;
        width: 0.3rem;
        height: 1.2rem;
        top: 0.5rem;
        left: 0;
        background: var(--color-main);
    }

    .banner-news {
        height: auto;
        width: 100%;
    }

    .banner-news li {
        padding: 0px 0px;
        height: 3rem;
        float: right;
        width: 30%;
    }

    /*楼层*/
    .outer-con .describe {
        font-size: 1.4rem;
        font-weight: 600;
    }

    .floor .aggregation img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: auto;
    }

    /*楼层 hover*/
    .word .outer:hover {
        background: #666666;
        border: 0.1rem solid #666666;
        color: #FFFFFF !important;
        -webkit-transition: background .2s ease-in;
        -moz-transition: background .2s ease-in;
        -ms-transition: background .2s ease-in;
        -o-transition: background .2s ease-in;
        transition: background .2s ease-in;
        -webkit-transition: color .2s ease-in;
        -moz-transition: color .2s ease-in;
        -ms-transition: color .2s ease-in;
        -o-transition: color .2s ease-in;
        transition: color .2s ease-in;
    }

    .floor .aggregation img {
        border-radius: var(--border-radius);
    }
}

@media only screen and (min-width: 1025px) {
    .am-container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .small-nav {
        display: none;
    }

    .banner-news {
        padding: 1rem;
    }

    /*轮播*/
    .banner {
        margin: 0 auto;
    }

    .banner .am-slider,
    .banner .am-slider .am-slides li {
        height: 47rem;
    }

    /*分类*/
    .category-content .category-list.navTwo li {
        height: 3.6rem;
    }

    .category-content .category-list.navTwo .b-category-name {
        line-height: 2.8rem;
    }

    .category-content .category-list.navTwo .category-name i img {
        width: 2.2rem;
        height: 2.2rem;
        border-radius: 2.2rem;
    }

    /*公告*/
    .banner-mixed {
        position: absolute;
        right: 0px;
        top: -45rem;
        width: 26rem;
        z-index: 11;
        border: none;
    }

    .banner-mixed .banner-news li {
        float: none;
        width: 100%;
        padding: 0px 0.3rem;
        border: none;
        height: 2.8rem;
        line-height: 2.8rem;
    }

    /*公告布局*/
    .mod-vip {
        display: block;
        padding: 1.2rem 1rem;
        background: linear-gradient(0deg, rgba(255, 255, 255) 0%, rgba(255, 255, 255, 0.6) 100%);
    }

    .m-baseinfo {
        position: relative;
        margin-bottom: 1rem;
    }

    .m-baseinfo img.user-avatar {
        display: block;
        width: 5.4rem;
        height: 5.4rem;
        border-radius: 5.4rem;
    }

    .m-baseinfo em span {
        position: absolute;
        top: 1.5rem;
        left: 6rem;
        font-size: 1.2rem;
        color: #000000;
        width: 14rem;
    }

    .member-login .btn {
        width: 100%;
        height: 3rem;
        display: inline-block;
        line-height: 3rem;
        text-align: center;
        font-size: 1.4rem;
    }

    .member-login .btn:hover {
        color: #FFFFFF !important;
        text-decoration: none;
    }

    .member-login {
        overflow: hidden;
        text-align: center;
    }

    .member-login-single {
        margin-top: 0.5rem;
    }

    .member-login-single .btn {
        width: 100%;
    }

    .member-logout {
        font-size: 1.2rem;
        color: var(--color-main);
    }

    .member-center {
        overflow: hidden;
    }

    .member-center a {
        float: left;
        margin-left: -0.1rem;
        width: 25%;
        text-align: center;
        font-size: 1.2rem;
        text-decoration: none;
    }

    .member-center a strong {
        display: block;
        font-size: 1.4rem;
        color: var(--color-main);
    }

    /*楼层*/
    .floor .goods-list {
        padding-left: 1.2rem;
    }

    .outer-con .title {
        line-height: 2.2rem;
        color: #666666;
    }

    .floor {
        position: relative;
        border: none;
    }

    .floor-keywords a {
        display: inline-block;
        vertical-align: middle;
        margin: 0px 0.5rem;
    }

    /*楼层左侧*/
    .aggregation .word {
        padding: 0.5rem 1rem;
        position: absolute;
        bottom: 0;
    }

    /*楼层颜色*/
    #floor1 .aggregation .triangle-topright {
        width: 0;
        height: 0;
        border-top: 3rem solid #68937f;
        position: absolute;
        bottom: 0px;
        border-left: 3rem solid #FFFFFF
    }

    #floor2 .aggregation .triangle-topright {
        width: 0;
        height: 0;
        border-top: 3rem solid #d17b28;
        position: absolute;
        bottom: 0px;
        border-left: 3rem solid #FFFFFF
    }

    #floor3 .aggregation .triangle-topright {
        width: 0;
        height: 0;
        border-top: 3rem solid #594e90;
        position: absolute;
        bottom: 0px;
        border-left: 3rem solid #FFFFFF
    }

    #floor4 .aggregation .triangle-topright {
        width: 0;
        height: 0;
        border-top: 3rem solid #728fb9;
        position: absolute;
        bottom: 0px;
        border-left: 3rem solid #FFFFFF
    }

    #floor5 .aggregation .triangle-topright {
        width: 0;
        height: 0;
        border-top: 3rem solid #648b6c;
        position: absolute;
        bottom: 0px;
        border-left: 3rem solid #FFFFFF
    }

    #floor6 .aggregation .triangle-topright {
        width: 0;
        height: 0;
        border-top: 3rem solid #cd6655;
        position: absolute;
        bottom: 0px;
        border-left: 3rem solid #FFFFFF
    }

    #floor7 .aggregation .triangle-topright {
        width: 0;
        height: 0;
        border-top: 3rem solid #708db7;
        position: absolute;
        bottom: 0px;
        border-left: 3rem solid #FFFFFF
    }

    #floor8 .aggregation .triangle-topright {
        width: 0;
        height: 0;
        border-top: 3rem solid #9c7b36;
        position: absolute;
        bottom: 0px;
        border-left: 3rem solid #FFFFFF
    }

    #floor9 .aggregation .triangle-topright {
        width: 0;
        height: 0;
        border-top: 3rem solid #caa463;
        position: absolute;
        bottom: 0px;
        border-left: 3rem solid #FFFFFF
    }

    #floor10 .aggregation .triangle-topright {
        width: 0;
        height: 0;
        border-top: 3rem solid #f768e8;
        position: absolute;
        bottom: 0px;
        border-left: 3rem solid #FFFFFF
    }
}

@media only screen and (min-width: 1260px) {

    /*楼层*/
    .floor .aggregation-container {
        width: 22.2rem;
        min-height: 1rem;
    }

    .floor .goods-list {
        width: calc(100% - 22.2rem);
        float: right;
    }
}

@media only screen and (min-width: 1600px) {
    .floor .aggregation-container {
        width: 24.2rem;
    }

    .floor .goods-list {
        width: calc(100% - 24.2rem);
    }
}

@media only screen and (max-width: 1024px) {
    .slideall {
        padding: 0 1.2rem;
    }

    .banner .am-slider .am-slides li img {
        height: 36rem;
    }

    .banner-mixed {
        padding: 1.2rem;
    }

    .slideall {
        margin-top: 1.2rem;
    }

    .banner-news {
        border: 0;
    }

    .banner-news-title {
        left: 0rem;
        padding-right: 0rem;
    }

    .floor .aggregation-container {
        overflow: hidden;
        text-align: center;
        margin: 0.6rem 0 0.6rem 0.6rem;
    }

    .floor .goods-list {
        width: calc(100% - 19.2rem);
    }

    .floor .goods-list .original-price {
        display: none;
    }
}

@media only screen and (max-width: 800px) {
    .banner .am-slider .am-slides li img {
        height: 28rem;
    }
}

@media only screen and (max-width: 640px) {
    .banner-mixed {
        padding: 0;
    }

    .slideall {
        border-bottom: 1px solid #f0f0f0;
        margin-top: 0.7rem;
    }

    .banner-news-title {
        line-height: 3rem;
        height: 3rem;
        color: #333333;
        max-width: 7.2rem;
        float: left;
    }

    .banner-news li {
        padding-left: 1rem;
    }

    .banner-news li strong {
        display: none;
    }

    .am-footer {
        padding-bottom: 7rem;
    }

    .banner .am-slider .am-slides li img {
        height: 20rem;
    }

    /*楼层*/
    .home-floor .items-nav-title {
        margin-bottom: 0.5rem;
    }

    .floor .aggregation-container {
        width: calc(100% - 1.2rem);
        height: auto;
        margin: 0 0.6rem;
        border-radius: var(--border-radius);
    }

    .floor .aggregation {
        margin-bottom: 0.6rem;
    }

    .floor .goods-list {
        padding-left: 0;
        width: 100%;
    }

    .floor .word {
        padding: 1rem;
    }

    .floor .aggregation {
        background-color: transparent !important;
    }

    .floor .aggregation .category-bg-images {
        filter: blur(3rem);
        object-fit: cover;
        position: absolute;
        left: 0;
        top: -50%;
        width: 100%;
        z-index: -1;
    }
}

@media only screen and (min-width: 641px) {

    /*楼层左侧*/
    .aggregation .word {
        padding: 0.5rem 1rem;
        position: absolute;
        bottom: 0;
    }
}

/* ============================================================ */
/* 印刷定制商城首页专属样式 - home-print- 前缀 */
/* ============================================================ */

/* ---- 通用变量与区块头部 ---- */
.home-print-section-header {
    text-align: center;
    padding: 4rem 0 3rem;
}

.home-print-section-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 1rem;
    position: relative;
    display: inline-block;
}

.home-print-section-title::after {
    content: '';
    display: block;
    width: 5rem;
    height: 0.3rem;
    background: #2c5f8a;
    margin: 1rem auto 0;
    border-radius: 0.2rem;
}

.home-print-section-subtitle {
    font-size: 1.6rem;
    color: #666;
    margin: 0;
}

/* ---- 通用按钮样式 ---- */
.home-print-btn-primary {
    display: inline-block;
    padding: 1.2rem 3.5rem;
    background: #e8a838;
    color: #1a1a2e;
    font-size: 1.6rem;
    font-weight: 600;
    border-radius: 0.5rem;
    text-decoration: none;
    transition: all 0.3s;
    border: 0.2rem solid #e8a838;
}

.home-print-btn-primary:hover {
    background: #d4952e;
    border-color: #d4952e;
    color: #1a1a2e;
    text-decoration: none;
    transform: translateY(-0.2rem);
    box-shadow: 0 0.5rem 1.5rem rgba(232, 168, 56, 0.4);
}

.home-print-btn-outline {
    display: inline-block;
    padding: 1.2rem 3.5rem;
    background: transparent;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    border-radius: 0.5rem;
    text-decoration: none;
    transition: all 0.3s;
    border: 0.2rem solid rgba(255, 255, 255, 0.6);
}

.home-print-btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
    color: #fff;
    text-decoration: none;
    transform: translateY(-0.2rem);
}

.home-print-btn-ghost {
    display: inline-block;
    padding: 1.2rem 3.5rem;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.6rem;
    font-weight: 400;
    border-radius: 0.5rem;
    text-decoration: none;
    transition: all 0.3s;
    border: 0.2rem solid transparent;
}

.home-print-btn-ghost:hover {
    color: #fff;
    text-decoration: none;
}

.home-print-btn-lg {
    padding: 1.5rem 4rem;
    font-size: 1.8rem;
}

/* ---- 模块2：六大主营产品分类入口 ---- */
.home-print-category {
    background: #f7f8fa;
    padding: 0 0 5rem;
}

.home-print-category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.home-print-category-card {
    display: block;
    background: #fff;
    border-radius: 0.8rem;
    padding: 3rem 2rem;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
    border: 0.1rem solid #e8e8e8;
    position: relative;
    overflow: hidden;
}

.home-print-category-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.3rem;
    background: #2c5f8a;
    transform: scaleX(0);
    transition: transform 0.3s;
}

.home-print-category-card:hover {
    transform: translateY(-0.5rem);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
    border-color: #2c5f8a;
    text-decoration: none;
}

.home-print-category-card:hover::before {
    transform: scaleX(1);
}

.home-print-category-icon-wrap {
    margin-bottom: 1.5rem;
}

.home-print-category-icon {
    font-size: 4rem;
    display: inline-block;
}

.home-print-category-name {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 0.8rem;
}

.home-print-category-desc {
    font-size: 1.4rem;
    color: #888;
    margin: 0 0 1.5rem;
}

.home-print-category-link {
    font-size: 1.4rem;
    color: #2c5f8a;
    font-weight: 500;
}

.home-print-category-link i {
    transition: transform 0.3s;
}

.home-print-category-card:hover .home-print-category-link i {
    transform: translateX(0.3rem);
}

/* ---- 模块3a/3b：热门产品推荐区 ---- */
.home-print-hot-products {
    background: #fff;
    padding: 0 0 4rem;
}

.home-print-custom-products {
    background: #f7f8fa;
    padding: 0 0 4rem;
}

.home-print-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.home-print-product-card {
    display: block;
    background: #fff;
    border-radius: 0.8rem;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.3s;
    border: 0.1rem solid #eee;
    box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.04);
}

.home-print-product-card:hover {
    transform: translateY(-0.4rem);
    box-shadow: 0 0.8rem 2.4rem rgba(0, 0, 0, 0.1);
    border-color: #2c5f8a;
    text-decoration: none;
}

.home-print-product-img-wrap {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-print-product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

.home-print-product-card:hover .home-print-product-img {
    transform: scale(1.06);
}

.home-print-product-info {
    padding: 1.2rem 1.5rem 1.5rem;
}

.home-print-product-name {
    font-size: 1.4rem;
    font-weight: 500;
    color: #333;
    margin: 0 0 0.8rem;
    line-height: 1.4;
    height: 2.8rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.home-print-product-price {
    display: flex;
    align-items: baseline;
    gap: 0.2rem;
}

.home-print-product-price-symbol {
    font-size: 1.2rem;
    color: #e8a838;
    font-weight: 600;
}

.home-print-product-price-val {
    font-size: 1.8rem;
    color: #e8a838;
    font-weight: 700;
    line-height: 1;
}

.home-print-products-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 6rem 0;
    color: #999;
    font-size: 1.6rem;
}

.home-print-products-more {
    text-align: center;
    margin-top: 3rem;
}

/* 移动端适配 - 产品网格 */
@media only screen and (max-width: 1024px) {
    .home-print-products-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
}

@media only screen and (max-width: 640px) {
    .home-print-products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .home-print-product-info {
        padding: 0.8rem 1rem 1rem;
    }

    .home-print-product-name {
        font-size: 1.3rem;
        height: 2.4rem;
    }

    .home-print-product-price-val {
        font-size: 1.5rem;
    }

    .home-print-section-header {
        padding: 3rem 0 2rem;
    }
}

/* ---- 模块4：定制流程说明区 ---- */
.home-print-process {
    background: #fff;
    padding: 0 0 6rem;
}

.home-print-process-steps {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
}

.home-print-process-step {
    flex: 0 0 auto;
    width: 16rem;
    text-align: center;
    padding: 2rem 1rem;
    position: relative;
}

.home-print-step-number {
    font-size: 4rem;
    font-weight: 800;
    color: #e8e8e8;
    line-height: 1;
    margin-bottom: 1rem;
}

.home-print-step-icon {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #2c5f8a, #1a3a5c);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    transition: transform 0.3s;
}

.home-print-process-step:hover .home-print-step-icon {
    transform: scale(1.1);
}

.home-print-step-icon i {
    font-size: 2.4rem;
    color: #fff;
}

.home-print-step-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0 0 0.8rem;
}

.home-print-step-desc {
    font-size: 1.3rem;
    color: #888;
    margin: 0;
    line-height: 1.6;
}

.home-print-process-arrow {
    flex: 0 0 auto;
    padding: 5rem 0.5rem 0;
    color: #ccc;
    font-size: 2rem;
}

/* ---- 模块5：工艺与材质展示区 ---- */
.home-print-craft {
    background: #f7f8fa;
    padding: 0 0 6rem;
}

.home-print-craft-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.home-print-craft-card {
    background: #fff;
    border-radius: 0.8rem;
    padding: 2.5rem 2rem;
    text-align: center;
    transition: all 0.3s;
    border: 0.1rem solid #e8e8e8;
}

.home-print-craft-card:hover {
    transform: translateY(-0.3rem);
    box-shadow: 0 0.8rem 2.5rem rgba(0, 0, 0, 0.08);
}

.home-print-craft-icon {
    width: 5rem;
    height: 5rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, #eef4fb, #dce8f5);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.home-print-craft-icon i {
    font-size: 2.2rem;
    color: #2c5f8a;
}

.home-print-craft-card h4 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0 0 0.8rem;
}

.home-print-craft-card p {
    font-size: 1.3rem;
    color: #888;
    margin: 0;
    line-height: 1.6;
}

/* ---- 模块6：应用场景区 ---- */
.home-print-scenes {
    background: #fff;
    padding: 0 0 6rem;
}

.home-print-scenes-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
}

.home-print-scene-card {
    background: #f7f8fa;
    border-radius: 0.8rem;
    padding: 2.5rem 2rem;
    text-align: center;
    transition: all 0.3s;
    border: 0.1rem solid #e8e8e8;
}

.home-print-scene-card:hover {
    background: #fff;
    transform: translateY(-0.3rem);
    box-shadow: 0 0.8rem 2.5rem rgba(0, 0, 0, 0.08);
    border-color: #2c5f8a;
}

.home-print-scene-icon {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #2c5f8a, #1a3a5c);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.home-print-scene-icon i {
    font-size: 2rem;
    color: #fff;
}

.home-print-scene-card h4 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0 0 0.8rem;
}

.home-print-scene-card p {
    font-size: 1.3rem;
    color: #888;
    margin: 0 0 1.5rem;
    line-height: 1.6;
}

.home-print-scene-link {
    font-size: 1.3rem;
    color: #2c5f8a;
    font-weight: 500;
    text-decoration: none;
}

.home-print-scene-link:hover {
    text-decoration: underline;
}

/* ---- 模块7：服务优势区 ---- */
.home-print-advantages {
    background: linear-gradient(135deg, #1a1a2e 0%, #2c5f8a 100%);
    padding: 0 0 6rem;
}

.home-print-advantages .home-print-section-title {
    color: #fff;
}

.home-print-advantages .home-print-section-title::after {
    background: #e8a838;
}

.home-print-advantages .home-print-section-subtitle {
    color: rgba(255, 255, 255, 0.7);
}

.home-print-advantages-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
}

.home-print-advantage-card {
    text-align: center;
    padding: 2.5rem 1.5rem;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 0.8rem;
    transition: all 0.3s;
    border: 0.1rem solid rgba(255, 255, 255, 0.1);
}

.home-print-advantage-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-0.3rem);
}

.home-print-advantage-icon {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background: rgba(232, 168, 56, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.home-print-advantage-icon i {
    font-size: 2.2rem;
    color: #e8a838;
}

.home-print-advantage-card h4 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
    margin: 0 0 0.8rem;
}

.home-print-advantage-card p {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    line-height: 1.6;
}

/* ---- 模块8：案例展示区 ---- */
.home-print-cases {
    background: #f7f8fa;
    padding: 0 0 6rem;
}

.home-print-cases-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.home-print-case-card {
    background: #fff;
    border-radius: 0.8rem;
    overflow: hidden;
    transition: all 0.3s;
    border: 0.1rem solid #e8e8e8;
}

.home-print-case-card:hover {
    transform: translateY(-0.3rem);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
}

.home-print-case-img {
    height: 20rem;
    overflow: hidden;
}

.home-print-case-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #e8e8e8, #d0d0d0);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #999;
    transition: all 0.3s;
}

.home-print-case-card:hover .home-print-case-placeholder {
    background: linear-gradient(135deg, #2c5f8a, #1a3a5c);
    color: #fff;
}

.home-print-case-placeholder i {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.home-print-case-placeholder span {
    font-size: 1.4rem;
}

.home-print-case-info {
    padding: 2rem;
}

.home-print-case-info h4 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0 0 0.8rem;
}

.home-print-case-info p {
    font-size: 1.3rem;
    color: #888;
    margin: 0;
    line-height: 1.6;
}

/* ---- 模块9：底部咨询引导区 ---- */
.home-print-cta {
    background: linear-gradient(135deg, #e8a838 0%, #d4952e 100%);
    padding: 6rem 0;
    text-align: center;
}

.home-print-cta-content {}

.home-print-cta-title {
    font-size: 3.2rem;
    font-weight: 800;
    color: #1a1a2e;
    margin: 0 0 1.5rem;
}

.home-print-cta-desc {
    font-size: 1.8rem;
    color: rgba(26, 26, 46, 0.75);
    margin: 0 0 3rem;
}

.home-print-cta-btns {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.home-print-cta-btns .home-print-btn-primary {
    background: #1a1a2e;
    color: #fff;
    border-color: #1a1a2e;
}

.home-print-cta-btns .home-print-btn-primary:hover {
    background: #2c3e6e;
    border-color: #2c3e6e;
    box-shadow: 0 0.5rem 1.5rem rgba(26, 26, 46, 0.4);
}

.home-print-cta-btns .home-print-btn-outline {
    color: #1a1a2e;
    border-color: #1a1a2e;
}

.home-print-cta-btns .home-print-btn-outline:hover {
    background: rgba(26, 26, 46, 0.1);
}

.home-print-cta-contact {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.home-print-cta-contact span {
    font-size: 1.5rem;
    color: rgba(26, 26, 46, 0.7);
}

.home-print-cta-contact span i {
    margin-right: 0.5rem;
    color: #1a1a2e;
}

/* ---- 响应式适配 ---- */
@media only screen and (max-width: 1200px) {
    .home-print-craft-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .home-print-scenes-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .home-print-advantages-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 1024px) {
    .home-print-category-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }

    .home-print-process-steps {
        flex-wrap: wrap;
    }

    .home-print-process-arrow {
        display: none;
    }

    .home-print-process-step {
        width: 33.33%;
    }
}

@media only screen and (max-width: 768px) {
    .home-print-section-header {
        padding: 3rem 0 2rem;
    }

    .home-print-section-title {
        font-size: 2.2rem;
    }

    .home-print-section-subtitle {
        font-size: 1.4rem;
    }

    .home-print-btn-primary,
    .home-print-btn-outline,
    .home-print-btn-ghost {
        padding: 1rem 2.5rem;
        font-size: 1.4rem;
    }

    .home-print-btn-lg {
        padding: 1.2rem 3rem;
        font-size: 1.6rem;
    }

    .home-print-category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .home-print-category-card {
        padding: 2rem 1.5rem;
    }

    .home-print-craft-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .home-print-scenes-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .home-print-advantages-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .home-print-cases-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .home-print-process-step {
        width: 50%;
    }

    .home-print-cta {
        padding: 4rem 0;
    }

    .home-print-cta-title {
        font-size: 2.4rem;
    }

    .home-print-cta-desc {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 640px) {

    .home-print-btn-primary,
    .home-print-btn-outline,
    .home-print-btn-ghost {
        padding: 0.8rem 2rem;
        font-size: 1.3rem;
    }

    .home-print-category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .home-print-category-icon {
        font-size: 3rem;
    }

    .home-print-category-name {
        font-size: 1.6rem;
    }

    .home-print-category-desc {
        font-size: 1.2rem;
    }

    .home-print-craft-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-print-scenes-grid {
        grid-template-columns: 1fr;
    }

    .home-print-advantages-grid {
        grid-template-columns: 1fr;
    }

    .home-print-cases-grid {
        grid-template-columns: 1fr;
    }

    .home-print-process-step {
        width: 100%;
    }

    .home-print-cta-contact {
        flex-direction: column;
        gap: 1rem;
    }

    .home-print-cta-title {
        font-size: 2rem;
    }
}