.printing .title-wrapper{background-color:#f5f5f5}.printing .title-wrapper .title-content{display:flex;background-color:#fff}.printing .title-wrapper .title-content .title-left{width:50%;padding:4%;display:flex;flex-direction:column;justify-content:center}.printing .title-wrapper .title-content .title-left .title{position:relative}.printing .title-wrapper .title-content .title-left .title::after{content:'';position:absolute;bottom:-12px;left:0;width:60px;height:4px;background-color:var(--primary-color)}.printing .title-wrapper .title-content .title-left .desc{line-height:1.6}.printing .title-wrapper .title-content .title-right{width:50%;aspect-ratio:4 / 3;max-width:800px;border-bottom-left-radius:50px;overflow:hidden}.printing .title-wrapper .title-content .title-right img{width:100%;height:100%;object-fit:cover}.printing .title-wrapper .information-list{display:flex;gap:48px}.printing .title-wrapper .information-list .information-item{width:calc(100% / 3 - 48px * 2 / 3)}.printing .title-wrapper .information-list .information-item .image-wrapper{width:100%;aspect-ratio:4 / 3;overflow:hidden;border-radius:16px;margin-bottom:24px;background-color:#fff}.printing .title-wrapper .information-list .information-item .image-wrapper img{width:100%;height:100%;object-fit:contain}.printing .title-wrapper .information-list .information-item .item-title{text-align:center}.printing .title-wrapper .information-list .information-item .desc{line-height:1.6;color:#666}@media screen and (max-width:992px){.printing .title-wrapper .title-content{flex-direction:column}.printing .title-wrapper .title-content .title-left,.printing .title-wrapper .title-content .title-right{width:100%}.printing .title-wrapper .title-content .title-left{padding:24px 16px}.printing .title-wrapper .title-content .title-right{max-width:none;border-bottom-left-radius:0}.printing .title-wrapper .information-list{flex-direction:column;gap:32px}.printing .title-wrapper .information-list .information-item{width:100%}}