﻿/* ==========================================
   品牌出海页面 - 1:1 复刻 yinqingli.com/branding.html
   从目标站 all.min.css 精确提取
   ========================================== */

/* ==========================================
   Banner (.ppch-banner)
   固定高度501px + 背景图 + 绝对定位内容层
   ========================================== */
.ppch-banner {
    position: relative;
    height: 501px !important;
    width: 100%;
    min-height: 501px;
    background: url(../images/branding/ppch-banner.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden !important;
}

.ppch-banner .box-wrap {
    position: absolute !important;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 40px 0 20px 0;
    z-index: 2;
}

.ppch-banner .box-wrap .sep-container {
    padding: 0 70px;
    height: 100%;
}

.ppch-banner .box-wrap .sep-container .row {
    display: flex !important;
    flex-wrap: nowrap !important;
    margin: 0 !important;
    align-items: stretch !important;
}

/* 左侧表单列 - 固定宽度 */
.ppch-banner .box-wrap .sep-container .row > .col-md-7 {
    width: 58.33333% !important;
    float: none !important;
    flex: none !important;
    padding: 0 15px 0 0 !important;
}

/* 右侧文案列 - 固定宽度 */
.ppch-banner .box-wrap .sep-container .row > .col-md-5 {
    width: 41.66667% !important;
    float: none !important;
    flex: none !important;
    padding: 0 0 0 15px !important;
}

/* ==========================================
   右侧文案区域 (.info)
   ========================================== */
.ppch-banner .box-wrap .sep-container .info {
    width: 430px !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 297px !important;
    background: url(../images/branding/corner.png) no-repeat right bottom !important;
    background-size: contain !important;
    padding: 40px 25px 20px 0 !important;
    text-align: left !important;
    margin-top: 70px !important;
    margin-left: auto !important;
    margin-right: 10px !important;
    color: #fff !important;
    display: block !important;
    position: relative !important;
    z-index: 3;
}

.ppch-banner .box-wrap .sep-container .info .title1 {
    color: #fff !important;
    font-size: 22px !important;
    margin-bottom: 22px !important;
    font-weight: 400 !important;
}

.ppch-banner .box-wrap .sep-container .info .title2 {
    color: #fff !important;
    font-size: 42px !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
}

.ppch-banner .box-wrap .sep-container .info .title3 {
    color: #f2ea12 !important;
    font-weight: bold !important;
    font-size: 92px !important;
    line-height: 1 !important;
    position: relative !important;
    top: -12px !important;
    white-space: nowrap !important;
    letter-spacing: 4px !important;
}

/* ==========================================
   左侧表单区域 (.form-box)
   ========================================== */
.ppch-banner .box-wrap .sep-container .form-box {
    background: url(../images/branding/ppch-form-bg.png) no-repeat !important;
    background-size: 100% 100% !important;
    width: 680px !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 520px !important;
    padding: 42px 45px 25px 45px !important;
    position: relative !important;
    z-index: 3;
    overflow: hidden !important;
}

/* 表单内部行 - 强制双列flex布局 */
.ppch-banner .box-wrap .sep-container .form-box .row {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0 -10px !important;
    align-items: stretch !important;
}

.ppch-banner .box-wrap .sep-container .form-box .row > [class*="col-md"] {
    width: 50% !important;
    float: none !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding: 0 10px !important;
    box-sizing: border-box !important;
}

/* 表单行间距（排除按钮行） */
.ppch-banner .box-wrap .sep-container .form-box .row:not(:last-child) {
    margin-bottom: 6px !important;
}

/* 表单内嵌套行（标签+输入框） */
.ppch-banner .box-wrap .sep-container .form-box .row .row {
    display: flex !important;
    flex-wrap: nowrap !important;
    margin: 0 !important;
    width: 100% !important;
    align-items: center !important;
}

.ppch-banner .box-wrap .sep-container .form-box .row .row > .col-md-3 {
    width: 25% !important;
    float: none !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
    padding: 0 5px 0 0 !important;
}

.ppch-banner .box-wrap .sep-container .form-box .row .row > .col-md-9 {
    width: 75% !important;
    float: none !important;
    flex: 0 0 75% !important;
    max-width: 75% !important;
    padding: 0 0 0 5px !important;
}

/* 提交按钮行 - 全宽 + 水平flex布局（按钮左 + 提示文字右） */
.ppch-banner .box-wrap .sep-container .form-box .row > .col-md-12 {
    width: 100% !important;
    float: none !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
}

.ppch-banner .box-wrap .sep-container .form-box .title {
    color: #1a7fd4 !important;
    font-size: 20px !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
    text-align: left !important;
}

.ppch-banner .box-wrap .sep-container .form-box .text {
    color: #646464 !important;
    font-size: 14px !important;
    margin-bottom: 18px !important;
    text-align: left !important;
}

.ppch-banner .box-wrap .sep-container .form-box .text .num-box {
    color: #1a7fd4 !important;
    font-size: 24px !important;
    font-weight: bold !important;
    border: 1px solid #1a7fd4 !important;
    padding: 2px 14px !important;
    display: inline-block !important;
    margin: 0 6px !important;
    letter-spacing: 5px !important;
    position: relative !important;
    top: 3px !important;
}

.ppch-banner .box-wrap .sep-container .form-box .form-group {
    margin-bottom: 0 !important;
}

.ppch-banner .box-wrap .sep-container .form-box .alias {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    padding-top: 0 !important;
    color: #000 !important;
    font-size: 14px !important;
    margin-bottom: 0 !important;
    font-weight: normal !important;
    height: 34px !important;
    line-height: 1.4 !important;
    white-space: nowrap !important;
    overflow: visible !important;
}

.ppch-banner .box-wrap .sep-container .form-box .form-group .form-control,
.ppch-banner .box-wrap .sep-container .form-box input.form-control,
.ppch-banner .box-wrap .sep-container .form-box select.form-control {
    height: 34px !important;
    padding: 5px 8px !important;
    border: 1px solid #c8c8c8 !important;
    background: linear-gradient(#fff, #e7e7e7, #d3d3d3) !important;
    color: #969696 !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    display: block !important;
}

.ppch-banner .box-wrap .sep-container .form-box .form-group .form-control option {
    color: #333 !important;
}

.ppch-banner .box-wrap .sep-container .form-box button[type="submit"],
.ppch-banner .box-wrap .sep-container .form-box .btn,
.ppch-banner .box-wrap .sep-container .form-box .btn.btn-submit {
    background: #1a7fd4 !important;
    color: #fff !important;
    outline: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    width: 260px !important;
    min-width: 260px !important;
    max-width: 260px !important;
    height: 46px !important;
    font-size: 18px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    border: none !important;
    padding: 0 !important;
    display: inline-block !important;
    flex: 0 0 auto !important;
}

.ppch-banner .box-wrap .sep-container .form-box .tt {
    float: none !important;
    display: inline-block !important;
    color: #1a7fd4 !important;
    font-size: 13px !important;
    position: static !important;
    top: auto !important;
    margin: 0 !important;
    white-space: nowrap !important;
}

/* ==========================================
   面包屑
   ========================================== */
.hdsl-body.news-detail-body {
    background: #fafafa !important;
    border-bottom: 1px solid #eee;
}
.hdsl-body .sep-breadcrums .breadcrumb {
    padding: 12px 0;
    margin: 0;
    list-style: none;
    background: transparent;
    font-size: 13px;
}
.hdsl-body .sep-breadcrums .breadcrumb li {
    display: inline-block;
    color: #999;
}
.hdsl-body .sep-breadcrums .breadcrumb li a {
    color: #666;
    text-decoration: none;
}
.hdsl-body .sep-breadcrums .breadcrumb li + li:before {
    content: '/';
    padding: 0 8px;
    color: #ccc;
}

/* ==========================================
   ppch-body 容器 - 重置全局样式影响
   ========================================== */
.ppch-body {
    background: #fff !important;
}

.ppch-body .sep-title {
    color: #3b3b3b !important;
    font-weight: bold !important;
    font-size: 32px !important;
    text-align: center !important;
    margin-bottom: 10px !important;
}

/* ==========================================
   Section 1: 核心服务 (.ppch-body .sep-section1)
   图片暗化 + 居中图标 + active切换效果
   ========================================== */
.ppch-body .sep-section1 {
    padding: 28px 0 !important;
    padding-bottom: 90px !important;
    background: #fff !important;
}

.ppch-body .sep-section1 .alias {
    color: #1a7fd4 !important;
    font-size: 20px !important;
    text-align: center !important;
    margin-bottom: 50px !important;
}

.ppch-body .sep-section1 .row {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0 -8px !important;
}

.ppch-body .sep-section1 .col-md-3 {
    width: 25% !important;
    float: none !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
    padding: 0 8px !important;
    box-sizing: border-box !important;
}

/* 卡片容器 - 相对定位，固定高度 */
.ppch-body .sep-section1 .box {
    position: relative !important;
    overflow: hidden !important;
    height: 320px !important;
    display: block !important;
}

/* 图片填满卡片 */
.ppch-body .sep-section1 .box .thumb {
    width: 100% !important;
    height: 100% !important;
    line-height: 0 !important;
    font-size: 0 !important;
}

.ppch-body .sep-section1 .box .thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    filter: brightness(0.3) !important;
    transition: filter 0.4s ease !important;
}

/* active状态：图片正常亮度 */
.ppch-body .sep-section1 .box.active .thumb img {
    filter: brightness(1) !important;
}

/* 信息层 - 绝对定位覆盖在图片上 */
.ppch-body .sep-section1 .box .info {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    display: block !important;
}

/* active状态信息层半透明白色背景 */
.ppch-body .sep-section1 .box.active .info {
    background: rgba(255, 255, 255, 0.85) !important;
}

/* 内容区 - 居中定位 */
.ppch-body .sep-section1 .box .box-s {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    text-align: center !important;
    width: 100% !important;
    padding: 0 15px !important;
    box-sizing: border-box !important;
}

/* 图标 - 白色大图标 */
.ppch-body .sep-section1 .box .box-s i {
    color: #fff !important;
    font-size: 72px !important;
    margin-bottom: 10px !important;
    display: block !important;
}

/* active时隐藏图标 */
.ppch-body .sep-section1 .box.active .info .box-s i {
    display: none !important;
}

/* 标题 - 白色（默认）/ 深色（active）*/
.ppch-body .sep-section1 .box .box-s .title {
    font-size: 18px !important;
    color: #fff !important;
    text-align: center !important;
    position: relative !important;
    margin-top: 30px !important;
    font-weight: normal !important;
}

.ppch-body .sep-section1 .box .box-s .title:before {
    content: "" !important;
    width: 36px !important;
    height: 2px !important;
    background: #fff !important;
    position: absolute !important;
    left: 50% !important;
    top: -22px !important;
    transform: translateX(-50%) !important;
}

.ppch-body .sep-section1 .box.active .info .box-s .title {
    font-weight: bold !important;
    color: #323232 !important;
}

.ppch-body .sep-section1 .box.active .info .box-s .title:before {
    display: none !important;
}

/* 描述文字 - 默认隐藏，active显示 */
.ppch-body .sep-section1 .box .box-s .summary {
    color: #fff !important;
    font-size: 14px !important;
    margin-top: 30px !important;
    padding: 0 15px !important;
    text-align: center !important;
    line-height: 1.6em !important;
    display: none !important;
    position: relative !important;
}

.ppch-body .sep-section1 .box.active .info .box-s .summary {
    display: block !important;
    color: #323232 !important;
}

.ppch-body .sep-section1 .box .box-s .summary:before {
    content: "" !important;
    width: 36px !important;
    height: 2px !important;
    background: #323232 !important;
    position: absolute !important;
    left: 50% !important;
    top: -22px !important;
    transform: translateX(-50%) !important;
}

/* hover效果：非active卡片hover时稍微提亮 */
.ppch-body .sep-section1 .box:not(.active):hover .thumb img {
    filter: brightness(0.5) !important;
}

/* ==========================================
   Section 2: 品牌出海三部曲 (.ppch-body .sep-section2)
   背景图 + 半透明白色卡片 + 橙色主题
   标签等宽双列网格 + hover效果
   ========================================== */
.ppch-body .sep-section2 {
    background: url(../images/branding/ppch-2-1.jpg) no-repeat top center !important;
    background-size: cover !important;
    padding: 70px 0 80px 0 !important;
}

.ppch-body .sep-section2 .sep-title {
    color: #3b3b3b !important;
    font-size: 32px !important;
    font-weight: bold !important;
    text-align: center !important;
    margin-bottom: 45px !important;
}

.ppch-body .sep-section2 .row {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0 -15px !important;
}

.ppch-body .sep-section2 .col-md-4 {
    width: 33.33333% !important;
    float: none !important;
    flex: 0 0 33.33333% !important;
    max-width: 33.33333% !important;
    padding: 0 15px !important;
    box-sizing: border-box !important;
}

/* 卡片 - 半透明白色 + 橙色顶部边框 */
.ppch-body .sep-section2 .box {
    background: rgba(255, 255, 255, 0.93) !important;
    height: auto !important;
    min-height: 530px !important;
    padding: 38px 20px 25px 20px !important;
    border-top: 4px solid #1a7fd4 !important;
    text-align: center !important;
    transition: all 0.35s ease !important;
    display: block !important;
    box-sizing: border-box !important;
}

.ppch-body .sep-section2 .box:hover {
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.13) !important;
    transform: translateY(-5px) !important;
}

/* 图标圆圈 */
.ppch-body .sep-section2 .box .thumb {
    margin-bottom: 18px !important;
}

.ppch-body .sep-section2 .box .thumb i {
    width: 96px !important;
    height: 96px !important;
    text-align: center !important;
    line-height: 94px !important;
    font-size: 34px !important;
    margin: 0 auto !important;
    border: 2px solid #1a7fd4 !important;
    border-radius: 50% !important;
    color: #1a7fd4 !important;
    display: inline-block !important;
    transition: all 0.4s ease !important;
    box-shadow: 0 0 12px rgba(240, 132, 33, 0.18) !important;
}

/* hover时图标填充 */
.ppch-body .sep-section2 .box:hover .thumb i {
    color: #fff !important;
    background: #1a7fd4 !important;
}

/* 标题 - 橙色 */
.ppch-body .sep-section2 .box .title {
    color: #1a7fd4 !important;
    font-size: 22px !important;
    text-align: center !important;
    margin-bottom: 12px !important;
    line-height: 1.45 !important;
}

/* 描述文字 */
.ppch-body .sep-section2 .box .text {
    color: #444 !important;
    font-size: 13px !important;
    text-align: center !important;
    padding: 0 10px !important;
    margin-bottom: 22px !important;
    line-height: 1.75 !important;
}

/* 标签容器 - Flex 双列布局，隐藏残留<br> */
.ppch-body .sep-section2 .box .boxs {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 8px 10px !important;
    width: 100% !important;
    max-width: 340px !important;
    margin: 0 auto !important;
}

/* 隐藏 boxs 内残留的 <br> 标签 */
.ppch-body .sep-section2 .box .boxs br {
    display: none !important;
}

/* 标签 - 等宽双列 */
.ppch-body .sep-section2 .box .boxs span {
    display: block !important;
    flex: 0 0 calc(50% - 5px) !important;
    max-width: calc(50% - 5px) !important;
    border: 1px solid #bbb !important;
    text-align: center !important;
    padding: 7px 6px !important;
    position: relative !important;
    z-index: 1 !important;
    color: #555 !important;
    font-size: 11px !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

/* 标签hover - 橙色填充白字 */
.ppch-body .sep-section2 .box .boxs span:hover {
    background: #1a7fd4 !important;
    border-color: #1a7fd4 !important;
    color: #fff !important;
}

/* 奇数个标签时，最后一个跨两列居中 */
.ppch-body .sep-section2 .box .boxs span:last-child:nth-child(odd) {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

/* ==========================================
   CTA Banner (.ppch-body .hf-banner)
   ========================================== */
.ppch-body .hf-banner {
    background: url(../images/hf-banner2.jpg) no-repeat center center !important;
    background-size: cover !important;
    padding: 65px 0 !important;
    text-align: center !important;
    position: relative !important;
    margin-bottom: 0 !important;
}

.ppch-body .hf-banner::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important;
    background: rgba(0,0,0,0.48) !important;
}

.ppch-body .hf-banner .sep-container {
    position: relative !important;
    z-index: 1 !important;
}

.ppch-body .hf-banner .hf-title {
    font-size: 32px !important;
    color: #fff !important;
    font-weight: bold !important;
    margin-bottom: 14px !important;
}

.ppch-body .hf-banner .hf-text {
    font-size: 16px !important;
    color: #ddd !important;
    margin-bottom: 30px !important;
}

.ppch-body .hf-banner .hf-more {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px;
    padding: 13px 38px !important;
    background: #fff !important;
    color: #1a7fd4 !important;
    font-size: 17px !important;
    font-weight: bold !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transition: all 0.3s ease !important;
}

.ppch-body .hf-banner .hf-more:hover {
    background: #1a7fd4 !important;
    color: #fff !important;
}

.ppch-body .hf-banner .hf-more img {
    width: auto !important;
    height: 14px !important;
    margin-left: 0 !important;
}

/* ==========================================
   Section 3: 白鲸文化产品服务体系 (.ppch-body .sep-section3-new)
   ========================================== */
.ppch-body .sep-section3-new {
    padding: 77px 0 67px 0 !important;
    background: #f7f7f7 !important;
}

.ppch-body .sep-section3-new .sep-title {
    font-size: 32px !important;
    color: #3b3b3b !important;
    font-weight: bold !important;
    text-align: center !important;
    margin-bottom: 54px !important;
}

.ppch-body .sep-section3-new .thumb1 {
    text-align: center !important;
    margin-bottom: 36px !important;
}

.ppch-body .sep-section3-new .thumb1 img {
    max-width: 85% !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
}

.ppch-body .sep-section3-new .row {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0 -15px !important;
    align-items: flex-start !important;
}

.ppch-body .sep-section3-new .col-md-8 {
    width: 100% !important;
    float: none !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 0 15px !important;
    box-sizing: border-box !important;
}

.ppch-body .sep-section3-new .col-md-4 {
    width: 33.33333% !important;
    float: none !important;
    flex: 0 0 33.33333% !important;
    max-width: 33.33333% !important;
    padding: 0 15px !important;
    box-sizing: border-box !important;
}

.ppch-body .sep-section3-new .thumb2 {
    text-align: center !important;
    padding: 0 !important;
    line-height: 0 !important;
}

.ppch-body .sep-section3-new .thumb2 img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
    border-radius: 4px !important;
}

.ppch-body .sep-section3-new ul {
    list-style: none !important;
    padding: 0 0 0 30px !important;
    margin: 0 !important;
}

.ppch-body .sep-section3-new ul li {
    list-style: none !important;
    text-align: left !important;
    margin-bottom: 30px !important;
    color: #3b3b3b !important;
    font-size: 16px !important;
}

.ppch-body .sep-section3-new ul li img {
    vertical-align: middle !important;
    padding-right: 10px !important;
    max-width: 30px !important;
}

.ppch-body .sep-section3-new ul li a {
    color: #3b3b3b !important;
    font-size: 16px !important;
    text-decoration: none !important;
}

.ppch-body .sep-section3-new ul li a:hover {
    color: #1a7fd4 !important;
}

.ppch-body .sep-section3-new ul li a:hover span {
    color: #1a7fd4 !important;
}

.ppch-body .sep-section3-new ul li span {
    color: #3b3b3b !important;
    font-size: 12px !important;
}

/* ==========================================
   响应式适配
   ========================================== */

@media screen and (max-width: 1200px) {
    .ppch-banner .box-wrap .sep-container { padding: 0 30px !important; }
    .ppch-banner .box-wrap .sep-container .info { width: 360px !important; }
    .ppch-banner .box-wrap .sep-container .info .title2 { font-size: 34px !important; }
    .ppch-banner .box-wrap .sep-container .info .title3 { font-size: 76px !important; }
    .ppch-banner .box-wrap .sep-container .form-box { width: 550px !important; height: auto !important; background-size: contain !important; }
}

@media screen and (max-width: 992px) {
    .ppch-banner { height: auto !important; min-height: 500px !important; }
    .ppch-banner .box-wrap { position: relative !important; padding: 30px 0 !important; }
    .ppch-banner .box-wrap .sep-container .row {
        flex-direction: column !important;
        flex-wrap: wrap !important;
    }
    .ppch-banner .box-wrap .sep-container .row > .col-md-7,
    .ppch-banner .box-wrap .sep-container .row > .col-md-5 {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin-bottom: 20px;
    }
    .ppch-banner .box-wrap .sep-container .info {
        width: 100% !important; height: auto !important; margin-top: 20px !important; margin-bottom: 20px !important;
        background: transparent !important; padding: 20px !important;
    }
    .ppch-banner .box-wrap .sep-container .form-box {
        width: 100% !important; height: auto !important; background: #fff !important;
        box-shadow: 0 4px 20px rgba(0,0,0,0.15); border-radius: 8px;
    }
    .ppch-banner .box-wrap .sep-container .form-box button[type="submit"],
    .ppch-banner .box-wrap .sep-container .form-box .btn,
    .ppch-banner .box-wrap .sep-container .form-box .btn.btn-submit {
        margin-left: 0 !important; width: 100% !important; max-width: none !important;
    }
    .ppch-banner .box-wrap .sep-container .form-box .tt {
        float: none !important; display: block !important; text-align: center !important; top: 0 !important;
    }

    .ppch-body .sep-section1 .col-md-3 {
        width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .ppch-body .sep-section2 .col-md-4 {
        width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .ppch-body .sep-section3-new .col-md-8,
    .ppch-body .sep-section3-new .col-md-4 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .ppch-body .sep-section3-new .thumb2 { margin-bottom: 25px !important; }
}

@media screen and (max-width: 768px) {
    .ppch-banner .box-wrap .sep-container .info { display: none !important; }
    .ppch-banner .box-wrap .sep-container .form-box { padding: 25px 20px !important; }
    .ppch-banner .box-wrap .sep-container .form-box .alias { text-align: left !important; height: auto !important; }

    .ppch-body .sep-section1 .col-md-3 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .ppch-body .sep-section1 .box .box-s i { font-size: 48px !important; }
    .ppch-body .sep-section1 .box .box-s .title { font-size: 15px !important; }

    .ppch-body .sep-section2 .col-md-4 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .ppch-body .sep-section2 .box { height: auto !important; padding: 25px 20px !important; }

    .ppch-body .sep-section3-new { padding: 40px 0 35px !important; }
    .ppch-body .sep-section3-new .thumb1 img { max-width: 95% !important; }

    /* 移动端表单字段全宽 */
    .ppch-banner .box-wrap .sep-container .form-box .row > [class*="col-md"] {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

@media screen and (max-width: 576px) {
    .ppch-body .sep-section1 .box .box-s i { font-size: 36px !important; }
    .ppch-body .sep-section1 .box .box-s .summary { font-size: 12px !important; padding: 0 10px !important; }
    .ppch-body .sep-section2 .box .thumb i { width: 80px !important; height: 80px !important; line-height: 80px !important; font-size: 28px !important; }
}
