/* ==========================================
   移动端独立样式｜生产上线版
   说明：单独link引入，无需媒体查询，PC端不加载此文件
   ========================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* 移动端字体渲染优化 */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* 全局禁止长按选中，输入框恢复文字选择 */
html, body {
    -webkit-user-select: none;
    user-select: none;
}
input, textarea, label {
    -webkit-user-select: text;
    user-select: text;
}

body {
    background-color: #ffffff;
    color: #333;
    line-height: 1.6;
    /* IOS平滑滚动 */
    -webkit-overflow-scrolling: touch;
    font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
}

/* 通用容器 安全左右留白，防止贴屏幕边缘 */
.container {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    padding: 0 14px;
}

/* 区块大标题统一规范 */
.company-section-title {
    margin-top: 24px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #213d7a;
    margin-bottom: 24px;
}

/* ==========================================
   一、十万级洁净车间
   ========================================== */
.clean-room {
    background-color: #e6f2ff;
    padding: 30px 0;
}
.clean-room-header {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    text-align: center;
    gap: 17px;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(33, 61, 122, 0.1);
}
.clean-room-title {
    width: 40%;
    font-size: 40px;
    font-weight: 800;
    color: #213d7a;
    line-height: 1.2;
}
.clean-room-title small {
    display: block;
    font-size: 11px;
    color: #627cb6;
    letter-spacing: 1px;
    margin-top: 4px;
    text-transform: uppercase;
    font-weight: 600;
}
.clean-room-text {
    width: 55%;
    font-size: 14px;
    color: #213d7a;
    font-weight: bold;
    line-height: 1.5;
}
/* 图片纵向排列 */
.clean-room-imgs {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.clean-room-img-wrapper {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(33, 61, 122, 0.06);
}
.clean-room-imgs img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}
.clean-room-img-wrapper:active img {
    transform: scale(1.02);
}

/* ==========================================
   二、管理团队及精益体系
   ========================================== */
.team-section {
    /* padding: 30px 0; */
    background: #fff;
}
.team-grid {
    background: #eaf6fd;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 20px 14px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.team-text {
    width: 100%;
    padding: 0;
    order: 1;
}
.team-text h3 {
    text-align: center;
    font-size: 20px;
    color: #213d7a;
    font-weight: 700;
    margin-bottom: 12px;
}
.team-text p {
    text-align: center;
    font-size: 14px;
    color: #555;
    line-height: 1.7;
}
.team-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
    justify-content: space-around;
}
.team-tag {
    font-size: 13px;
    padding: 6px 12px;
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    border-radius: 30px;
    background: #f0f5ff;
    border: 1px solid #d3e2ff;
    color: #213d7a;
    transition: all 0.2s ease;
}
.team-tag:active {
    background: #213d7a;
    color: #fff;
}
.team-imgs {
    width: 100%;
    display: flex;
    gap: 10px;
    order: 2;
}
.team-img-holder {
    width: 50%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.team-imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.team-img-holder:active img {
    transform: scale(1.03);
}

/* ==========================================
   三、四大产品生产线
   ========================================== */
.production-lines {
    /* padding: 30px 0; */
    background: #fbfcfd;
    text-align: center;
}
.corporate-capsule-header {
    display: inline-flex;
    align-items: center;
    padding: 7px 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, #213d7a, #1a3061);
    color: #fff;
    margin-bottom: 28px;
    box-shadow: 0 2px 12px rgba(33, 61, 122, 0.14);
}
.corporate-capsule-header .big-italic-4 {
    font-size: 30px;
    font-style: italic;
    font-weight: 900;
    margin-right: 8px;
    line-height: 1;
}
.corporate-capsule-header .main-title-text {
    font-size: 11px;
    font-weight: 700;
}
.lines-grid {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.line-card {
    width: 48.3333333333333%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}
.line-card img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}
.line-card:active img {
    transform: scale(1.02);
}

/* ==========================================
   四、多样化产品定制（手机端·彻底独立拆分）
   ========================================== */
.custom-section {
    /* padding: 30px 0; */
    background: #fff;
}
.custom-subtitle {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin: -12px 0 28px;
}
.custom-panel {
    border-radius: 12px;
    padding: 20px 0px;
    margin-bottom: 22px;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.02);
}
.panel-dark-blue {
    background-color: #213d7a;
    color: #ffffff;
}
.panel-light-blue {
    background-color: #e6f2ff;
    color: #213d7a;
    border: 1px solid #d2e4f9;
}
.panel-title {
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* --------- 1. 卫生巾规格 --------- */
.m-sanitary-pad-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    /* justify-content: flex-start; */
    /* align-items: flex-end; */
}
.m-pad-unit {
    width: 23%;
    /* flex: 1 0 42%; */
    /* min-width: 85px; */
    text-align: center;
    transition: transform 0.2s ease;
}
.m-pad-unit:active {
    transform: translateY(-3px);
}
.m-pad-unit img {
    max-height: 80px;
    width: auto;
    margin: 0 auto 10px;
    display: block;
}
.m-pad-unit p {
    font-size: 11px;
    font-weight: 600;
}

/* --------- 2. 经期裤款式 --------- */
.m-period-pants-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    align-items: flex-end;
}
.m-pants-unit {
    width: 31%;
    /* flex: 1 0 42%; */
    min-width: 85px;
    text-align: center;
    transition: transform 0.2s ease;
}
.m-pants-unit:active {
    transform: translateY(-3px);
}
.m-pants-unit img {
    max-height: 100px;
    width: auto;
    margin: 0 auto 10px;
    display: block;
}
.m-pants-unit p {
    font-size: 12px;
    font-weight: 600;
}

/* --------- 3. 湿巾/湿厕纸包装 --------- */
.m-wipes-packaging-container {
    gap: 10px;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: center;
}
.m-wipes-unit {
    width: 47%;
    /* flex: 1 0 42%; */
    min-width: 85px;
    text-align: center;
    transition: transform 0.2s ease;
}
.m-wipes-unit:active {
    transform: translateY(-3px);
}
.m-wipes-unit img {
    max-height: 70px;
    width: auto;
    margin: 0 auto 10px;
    display: block;
}
.m-wipes-unit p {
    font-size: 12px;
    font-weight: 600;
}
.white-badge-pill {
    /* text-align: center; */
    width: 100%;
    font-size: 11px;
    padding: 5px 5px;
    border-radius: 30px;
    background: #fff;
    color: #213d7a;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

/* ==========================================
   五、一站式服务板块
   ========================================== */
.onestop-section {
    /* padding: 30px 0; */
    background: #fff;
}
.onestop-grid {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 12px;
}
.onestop-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}
.onestop-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}
.onestop-card .floating-top-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 8px 10px;
    font-size: 13px;
    text-align: center;
    background: rgba(33, 61, 122, 0.88);
    color: #fff;
    font-weight: 700;
    z-index: 2;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.onestop-card:active img {
    transform: scale(1.03);
}

/* ==========================================
   六、底部全屏流线图
   ========================================== */
.full-bleed-process {
    padding: 22px 0 0;
}
.full-bleed-process img {
    width: 100%;
    display: block;
}

/* 页面自定义通用类 */
.gai {
    object-fit: cover;
    width: 100% !important;
}
.tou{
    margin-top: 60rem;
}