/* ===== 产品中心页面（100%还原好医生官网详情页布局）===== */

/* Banner轮播 */
.products-banner-swiper {
    width: 100%;
    height: 500px;
}
.products-banner-img {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
}
.products-banner-swiper .swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
    border-radius: 50% !important;
    background: rgba(0,0,0,0.4) !important;
    border: 2px solid rgba(255,255,255,0.8) !important;
    box-shadow: 0 0 4px rgba(0,0,0,0.3) !important;
    opacity: 1 !important;
    margin: 0 4px !important;
}
.products-banner-swiper .swiper-pagination-bullet-active {
    background: #fff !important;
    border-color: #fff !important;
}
.products-banner-swiper .swiper-button-prev,
.products-banner-swiper .swiper-button-next {
    width: 44px !important;
    height: 44px !important;
    background: rgba(0,0,0,0.35) !important;
    border-radius: 50% !important;
    border: 2px solid rgba(255,255,255,0.9) !important;
    color: #fff !important;
    box-shadow: 0 0 15px rgba(0,0,0,0.3) !important;
}
.products-banner-swiper .swiper-button-prev::after,
.products-banner-swiper .swiper-button-next::after {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #fff !important;
}

/* ===== 页面容器 ===== */
.products-page {
    width: 100%;
    box-sizing: border-box;
    padding-top: 104px;
    padding-bottom: 90px;
    background: #f0f6f8;
}
.products-page-inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}

/* ===== 快捷导航 ===== */
.products-快捷-nav {
    margin: 30px 0 0;
    padding: 20px 0;
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    overflow: hidden;
}
.products-nav-list {
    list-style: none;
    padding: 10px 0;
    margin: 0 20px;
    display: flex;
    gap: 0;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    justify-content: space-between;
}
.products-nav-list::-webkit-scrollbar {
    height: 6px;
}
.products-nav-list::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}
.products-nav-list::-webkit-scrollbar-track {
    background: #f0f0f0;
}
.products-nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 8px;
    transition: all 0.3s;
    min-width: 220px;
    flex-shrink: 0;
}
.products-nav-link:hover {
    background: #f0f8f0;
}
.products-nav-link:hover .products-nav-img {
    transform: scale(1.25);
}
.products-nav-img {
    width: 180px;
    height: 180px;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    transition: transform 0.3s;
}

/* ===== 产品列表 ===== */
.products-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.products-item {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

/* ===== 产品信息区 ===== */
.product-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: -22px;
}
.product-info .info {
    width: 610px;
    box-sizing: border-box;
    padding-top: 100px;
    flex-shrink: 0;
    margin-top:-145px;
}
.product-info .tag {
    display: inline-block;
    min-width: 80px;
    height: 32px;
    box-sizing: border-box;
    padding: 0 14px;
    background: #e23c32;
    border-radius: 6px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.product-title {
    font-family: 'Noto Sans SC', sans-serif;
    color: #333;
    font-size: 36px;
    font-weight: normal;
    line-height: 54px;
    padding: 22px 0;
    margin: 0;
}

/* ===== product-text-lines ===== */
.product-text-lines {
    font-size: 16px;
    color: #333;
}
.product-text-lines p {
    line-height: 30px;
    padding: 14px 0;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    border-top: 1px solid rgba(51, 51, 51, 0.08);
    margin: 0;
    box-sizing: border-box;
}
.product-text-lines p:empty {
    display: none;
}
.product-text-lines p:last-of-type {
    border-bottom: 1px solid rgba(51, 51, 51, 0.08);
}
.product-text-lines p strong,
.product-text-lines p b {
    font-weight: 700;
}
.product-text-lines p span {
    font-size: inherit;
    color: inherit;
}
.product-text-lines .pline-label {
    flex: 0 0 6.5em;
    box-sizing: border-box;
    font-weight: 700;
    color: #333;
    font-size: 16px;
    line-height: 30px;
    white-space: nowrap;
    text-align: justify;
    text-align-last: justify;
    text-justify: inter-ideograph;
}
.product-text-lines .pline-label b,
.product-text-lines .pline-label strong,
.product-text-lines .pline-label span {
    font-weight: 700;
    color: inherit;
    font-size: inherit;
    background: none;
}
.product-text-lines .pline-content {
    flex: 1;
    min-width: 0;
    color: #333;
    line-height: 30px;
    word-break: break-word;
}
.product-text-lines .pline-content.single {
    flex: 1 1 100%;
}
.product-text-lines .pline-content img {
    max-width: 100%;
    height: auto;
}
.product-text-lines .products-spec-tab {
    display: inline-block;
    padding: 5px 16px;
    border: 1px solid #ddd;
    border-radius: 20px;
    font-size: 13px;
    color: #555;
    cursor: pointer;
    transition: all 0.3s;
    background: #f0f6f8;
    margin-right: 6px;
    margin-bottom: 4px;
    vertical-align: middle;
    text-indent: 0;
    white-space: nowrap;
}
.product-text-lines .products-spec-tab:hover {
    border-color: #2e7d32;
    color: #2e7d32;
}
.product-text-lines .products-spec-tab.active {
    background: url(/res/runsheng/images/detail_productinfo_bg2.png) no-repeat right bottom;
    border-color: #2e7d32;
}
.product-sub {
    color: #2e7d32;
    line-height: 24px;
    padding: 12px 0;
    border-top: 1px solid rgba(51, 51, 51, 0.12);
    margin: 0;
    font-size: 16px;
}

/* ===== 购买渠道 ===== */
.online-shop {
    width: calc(100% + 20px);
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.online-shop::before {
    display: none;
}
.shop-item {
    margin-right: 16px;
    text-align: center;
    margin-bottom: 10px;
}
.logo-code {
    width: 110px;
    height: 110px;
    background: #ffffff;
    border-radius: 10px;
    border: solid 1px #cacfd1;
    box-sizing: border-box;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.logo-code img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}
.logo-code span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #2e7d32;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 700;
    display: block;
}
.shop-buy-btn {
    display: inline-block;
    text-align: center;
    line-height: 26px;
    width: 96px;
    background: #e23c32;
    border-radius: 4px;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    margin-top: 10px;
    transition: all 0.3s;
}
.shop-buy-btn:hover {
    background: #c43028;
    color: #fff;
}

/* ===== 右侧图片区 ===== */
.product-img {
    width: 590px;
    height: 590px;
    border-radius: 10px;
    position: relative;
    margin-left: 20px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.product-img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 37%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
}
.products-item-swiper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.products-item-swiper .swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.products-item-swiper .swiper-slide img {
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}
.products-item-swiper .swiper-pagination-bullet-active {
    background: #2e7d32;
}
.spec-img-area {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.spec-img-item {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.spec-img {
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
.products-item-noimg {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #aaa;
    font-size: 14px;
}

/* ===== 产品说明盒子 ===== */
.product-detail-box {
    width: 100%;
    background: #fff url('/res/runsheng/images/detail_productinfo_bg.png') no-repeat top center / 100% auto;
    border-radius: 10px;
    margin-top: -40px;
    box-sizing: border-box;
}
.product-detail {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 14px 56px 50px;
}
.product-detail::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('/res/runsheng/images/detail_productinfo_bg2.png') no-repeat right bottom;
    opacity: 0.55;
    filter: blur(0.5px);
    pointer-events: none;
    z-index: 0;
}
.product-detail > * {
    position: relative;
    z-index: 1;
}
.product-detail h3 {
    line-height: 104px;
    color: #e23c32;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 24px;
    font-weight: 700;
}
.product-detail h3::after {
    content: "";
    width: 100%;
    height: 4px;
    background: linear-gradient(to left, transparent 0%, transparent 50%, #c3c3c3 50%, #c3c3c3 100%);
    background-repeat: repeat-x;
    background-size: 4px 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.detail-rich {
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.detail-rich p {
    line-height: 30px;
    color: #333;
    font-size: 16px;
    margin-bottom: 12px;
    border-top: 1px solid rgba(51, 51, 51, 0.08);
}
.detail-rich p:last-of-type {
    border-bottom: 1px solid rgba(51, 51, 51, 0.08);
}
.detail-rich span {
    line-height: 30px;
    color: #333;
    font-size: 16px;
    margin-bottom: 12px;
}
.detail-rich img,
.detail-rich video {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

/* ===== 产品说明面板（扩展字段驱动）===== */
.prod-info {
    font-size: 16px;
    color: #333;
    margin-top: -30px;
}
.prod-row {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 16px 0;
    box-sizing: border-box;
}
.prod-label {
    flex: 0 0 6.5em;
    font-weight: 700;
    color: #333;
    line-height: 30px;
    white-space: nowrap;
}
.prod-value {
    flex: 1;
    min-width: 0;
    line-height: 30px;
    word-break: break-word;
}
.prod-richtext p {
    margin: 0 0 10px;
    line-height: 30px;
}
.prod-richtext p:last-child {
    margin-bottom: 0;
}
.prod-richtext img {
    max-width: 100%;
    height: auto;
    display: block;
}
.prod-text-desc p {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    line-height: 30px;
    padding: 10px 0;
    margin: 0;
    box-sizing: border-box;
}
.prod-text-desc .pline-label {
    flex: 0 0 6.5em;
    font-weight: 700;
    color: #333;
    font-size: 16px;
    line-height: 30px;
    white-space: nowrap;
    text-align: justify;
    text-align-last: justify;
    text-justify: inter-ideograph;
}
.prod-text-desc .pline-content {
    flex: 1;
    min-width: 0;
    color: #333;
    line-height: 30px;
    word-break: break-word;
}
.prod-text-desc .pline-content img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* 图片缩略图网格（产品说明 + 案例介绍共用） */
.prod-img-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    max-width: 972px;
    margin: 0 auto;
}
.prod-img-box {
    display: inline-block;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    overflow: hidden;
    background: #f7f7f7;
    transition: box-shadow 0.3s;
    text-decoration: none;
    cursor: pointer;
}
.prod-img-box:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.prod-preview-img {
    width: 180px;
    height: 140px;
    object-fit: cover;
    display: block;
}

/* 视频（产品说明 + 案例介绍共用） */
.prod-video-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.prod-video-item {
    max-width: 640px;
}
.prod-video {
    width: 100%;
    border-radius: 6px;
    background: #000;
    display: block;
}

/* 文件 */
.prod-file-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.prod-file-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    background: #f8f9fa;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: all 0.3s;
    margin: 0 8px 8px 0;
}
.prod-file-link:hover {
    background: #e8f5e9;
    color: #1a6b3c;
}
.prod-file-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 22px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    overflow: hidden;
    flex-shrink: 0;
}
.prod-file-pdf { background: #e25445; }
.prod-file-doc { background: #2b579a; }
.prod-file-xls { background: #217346; }
.prod-file-ppt { background: #d24726; }
.prod-file-txt { background: #6e6e6e; }
.prod-file-fil { background: #5b8fb0; }
.prod-file-name {
    word-break: break-all;
}

/* ===== 图片当前窗口遮罩层预览样式（支持左右切换、键盘、计数器）===== */
.img-preview-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.88);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.2s ease;
}
.img-preview-box {
    position: relative;
    max-width: 85vw;
    max-height: 90vh;
    padding: 10px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-preview-box img {
    max-width: 80vw;
    max-height: 85vh;
    width: auto;
    height: auto;
    display: block;
    border-radius: 4px;
    user-select: none;
}
.img-preview-close {
    position: absolute;
    top: -44px;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(255,255,255,0.15);
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    transition: background 0.3s;
    z-index: 10;
}
.img-preview-close:hover {
    background: rgba(255,255,255,0.35);
}
.img-preview-prev,
.img-preview-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.12);
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}
.img-preview-prev { left: -70px; }
.img-preview-next { right: -70px; }
.img-preview-prev:hover,
.img-preview-next:hover {
    background: rgba(255,255,255,0.3);
}
.img-preview-prev.disabled,
.img-preview-next.disabled {
    opacity: 0.25;
    cursor: not-allowed;
}
.img-preview-prev.disabled:hover,
.img-preview-next.disabled:hover {
    background: rgba(255,255,255,0.12);
}
.img-preview-counter {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 14px;
    background: rgba(0,0,0,0.45);
    padding: 5px 16px;
    border-radius: 20px;
    letter-spacing: 1px;
    user-select: none;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* ===== 案例介绍面板：多案例切换工具栏（显示案例标题）===== */   /* ← 修改：整块重写 */
.case-switch-tool {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0 0;
    margin-top: 24px;
    border-top: 1px solid rgba(51, 51, 51, 0.08);
    position: relative;
    gap: 12px;
}
.case-switch-tool a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s;
    cursor: pointer;
    padding: 8px 14px;
    border-radius: 6px;
    max-width: 45%;          /* ← 修改：限制最大宽度，防止超长标题撑破布局 */
    flex-shrink: 1;
}
.case-switch-tool a:hover {
    color: #2e7d32;
    background: rgba(46, 125, 50, 0.06);
}
.case-switch-tool a .arrow {
    flex-shrink: 0;
    font-size: 14px;
    color: #999;
    transition: color 0.3s;
}
.case-switch-tool a:hover .arrow {
    color: #2e7d32;
}
.case-switch-tool a .case-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
}
.case-switch-tool .case-counter {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
    color: #888;
    background: #f5f5f5;
    padding: 4px 14px;
    border-radius: 20px;
    letter-spacing: 1px;
    white-space: nowrap;
}
/* 案例标题隐藏（【xxx】不在页面显示） */
.case-title-hidden {
    display: none !important;
}

/* ===== 文献资料区域 ===== */
.product-detail-box.docs-box {
    margin-top: -40px;
}
.product-detail-box:not(.docs-box) ~ .product-detail-box.docs-box {
    margin-top: 40px;
}

/* ===== 案例介绍面板间距 ===== */
.product-detail-box.case-box {
    margin-top: -40px;
}
.product-detail-box:not(.case-box) ~ .product-detail-box.case-box {
    margin-top: 40px;
}

.docs-list {
    column-count: 2;
    column-gap: 24px;
}
.doc-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 6px;
    text-decoration: none;
    color: #1a6b3c;
    font-size: 14px;
    transition: all 0.3s;
    break-inside: avoid;
    margin-bottom: 12px;
}
.doc-link:hover {
    background: #e8f5e9;
    color: #14532e;
}
.doc-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 24px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    border-radius: 4px;
    flex-shrink: 0;
}
.doc-pdf { background: #e25445; }
.doc-doc { background: #2b579a; }
.doc-xls { background: #217346; }
.doc-ppt { background: #d24726; }
.doc-img { background: #7b6bb5; }
.doc-txt { background: #6e6e6e; }
.doc-fil { background: #5b8fb0; }

/* ===== 底部翻页工具 ===== */
.products-foot-tool {
    height: 60px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
    padding: 0 30px;
    margin-top: 30px;
}
.products-foot-tool a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.5s;
}
.products-foot-tool a:hover {
    color: #2e7d32;
}
.products-foot-tool a .arrow {
    font-size: 14px;
    color: #000;
    transition: all 0.5s;
}
.products-foot-tool a:hover .arrow {
    color: #2e7d32;
}
.products-foot-tool .name {
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.products-foot-tool .back-list {
    font-weight: 500;
}

/* ===== 响应式 ===== */
@media (max-width: 1300px) {
    .products-page-inner { padding: 0 20px; }
    .product-info .info { width: 50%; }
    .product-img { width: 45%; height: auto; min-height: 500px; }
}
@media (max-width: 1024px) {
    .product-info {
        flex-direction: column-reverse;
        gap: 30px;
        margin-top: 0;
    }
    .product-info .info {
        width: 100%;
        padding-top: 20px;
    }
    .product-img {
        width: 100%;
        max-width: 500px;
        height: 500px;
        margin: 0 auto;
    }
    .product-title { font-size: 28px; line-height: 42px; }
    .products-foot-tool {
        flex-direction: column;
        height: auto;
        gap: 12px;
        padding: 16px;
    }
    .products-foot-tool a {
        width: 100%;
        justify-content: center;
    }
    .img-preview-prev { left: 10px; }
    .img-preview-next { right: 10px; }
    .case-switch-tool a { max-width: 40%; }   /* ← 修改：平板端按钮更窄 */
}
@media (max-width: 768px) {
    .products-banner-swiper { height: 300px; }
    .products-banner-img { height: 300px; }
    .products-快捷-nav { margin: 15px 0 0; padding: 15px 0; }
    .products-nav-img { width: 120px; height: 120px; }
    .products-page { padding-top: 40px; padding-bottom: 40px; }
    .product-title { font-size: 22px; line-height: 34px; padding: 12px 0; }
    .product-sub,
    .product-brief { font-size: 14px; }
    .product-img { height: 350px; }
    .online-shop { justify-content: center; }
    .shop-item { margin-right: 10px; }
    .logo-code { width: 90px; height: 90px; }
    .product-detail { padding: 14px 20px 30px; }
    .product-detail h3 { font-size: 20px; line-height: 60px; margin-bottom: 20px; }
    .detail-rich { font-size: 14px; }
    .detail-rich p,
    .detail-rich span { line-height: 26px; font-size: 14px; }
    .docs-list { column-count: 1; }
    .prod-img-group { max-width: 100%; }
    .img-preview-box { padding: 4px; background: transparent; box-shadow: none; }
    .img-preview-box img { max-width: 95vw; max-height: 78vh; }
    .img-preview-close { top: 10px; right: 10px; background: rgba(0,0,0,0.5); }
    .img-preview-counter { bottom: 10px; background: rgba(0,0,0,0.6); }
    .case-switch-tool { padding: 16px 0 0; margin-top: 16px; gap: 8px; }
    .case-switch-tool a { font-size: 13px; padding: 6px 8px; max-width: 38%; }   /* ← 修改：移动端更紧凑 */
    .case-switch-tool .case-counter { padding: 3px 10px; font-size: 12px; }
}

/* ===== 案例介绍富文本基础样式 ===== */
.case-intro-content {
    color: #333;
    line-height: 30px;
    word-break: break-word;
}
.case-intro-content p {
    margin: 0 0 12px;
    line-height: 30px;
}
.case-intro-content img,
.case-intro-content video {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px auto;
}
.case-intro-content a {
    color: #2e7d32;
    text-decoration: none;
}