/* 医药数字化 - 蓝湖设计稿布局样式（模块大标题用项目 title-h3/title-h4） */

.flex-col { display: flex; flex-direction: column; }
.flex-row { display: flex; flex-direction: row; }
.justify-between { justify-content: space-between; }
.justify-center { justify-content: center; }
.align-center { align-items: center; }

.md-page {
	background-color: #fff;
	position: relative;
	width: 100%;
	overflow: hidden;
}

/* ========== Banner（同 s2b2b 页面结构） ========== */
.banner_medicine_2b {
	background: url(../images/new/medicine-2b/banner-right.png) no-repeat center;
	background-size: cover;
}

.banner_medicine_2b .h3,
.banner_medicine_2b .h4 {
	color: #222;
}

.banner_medicine_2b .h4 {
	font-size: 18px;
	line-height: 33px;
}

.banner_medicine_2b .banner-button.style2 {
	margin-top: 20px;
	background: #2E74FF;
	border: 0;
}

/* ========== 合作客户 ========== */
.md-customers {
	padding: 60px 0 0;
}

.md-customer-rows {
	margin-top: 40px;
}

.md-customer-row {
	display: flex;
	flex-direction: row;
	gap: 8px;
	margin-bottom: 30px;
}

.md-customer-row:last-child {
	margin-bottom: 0;
}




.md-customer-item .md-logo-text {
	color: #4ba077;
	font-size: 26px;
	font-weight: 500;
}

/* ========== 全行业适配 ========== */
.md-industry-section {
	background-color: #f5f7fa;
	padding: 60px 0 50px;
}

.md-industry-grid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px 0;
}

.md-industry-card {
	box-shadow: 0 0 7px rgba(0, 61, 192, 0.1);
	background-color: #fff;
	width: 590px;
	height: 305px;
	overflow: hidden;
}

.md-industry-card-img {
	width: 100%;
	height: 172px;
	background: #EAF0FF;
	display: flex;
	align-items: center;
	justify-content: center;
}

.md-industry-card-img img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}

.md-industry-card-title {
	color: #383d41;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	margin: 28px 0 0 18px;
}

.md-industry-card-desc {
	color: #858585;
	font-size: 14px;
	line-height: 20px;
	margin: 9px 0 0 18px;
	padding-right: 18px;
}

/* ========== 核心优势 ========== */


.md-adv-subtitle {
	color: #383d41;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	margin-bottom: 20px;
}

.md-adv-list {
	font-size: 14px;
	color: #858585;
	line-height: 27px;
}

.md-adv-list li {
	position: relative;
	padding-left: 16px;
	margin-bottom: 4px;
}

.md-adv-list li::before {
	content: '•';
	color: #2d75ff;
	position: absolute;
	left: 0;
}

.flex-around {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: flex-start;
}



.md-adv-text {
	width: 487px;
	flex-shrink: 0;
	margin-top:40px;
}

.md-adv-visual {
	width: 550px;
	flex-shrink: 0;
	min-height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.md-adv-visual img {
	max-width: 100%;
}

/* 优势二 GSP 流程 */
.md-gsp-flow {
	width: 100%;
	background-color: #f5f7fa;
	padding: 50px 0 55px;
	position: relative;
}

.md-gsp-steps {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	margin-bottom: 20px;
}

.md-gsp-step-tag {
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.26);
	background-color: #fff;
	border-radius: 8px;
	padding: 7px 11px;
	color: #2d75ff;
	font-size: 10px;
	font-weight: 600;
}

.md-gsp-step-arrow {
	width: 19px;
	height: 1px;
	background: #2d75ff;
}

.md-gsp-content {
	display: block;
}

.md-gsp-full-img {
	width: 100%;
	max-width: 1200px;
	display: block;
	margin: 0 auto;
}

.md-gsp-diagram {
	width: 179px;
	height: 179px;
	border-radius: 50%;
	background: rgba(45, 117, 255, 0.11);
	border: 1px solid rgba(138, 175, 247, 1);
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #2d75ff;
	font-size: 10px;
	font-weight: 600;
	text-align: center;
	line-height: 14px;
}

.md-risk-panel {
	width: 167px;
	background: url('') -7px -7px no-repeat;
	min-height: 222px;
}

.md-risk-card {
	background-color: #dce8ff;
	border-radius: 6px;
	padding: 11px 5px;
	margin-bottom: 6px;
	font-size: 10px;
	font-weight: 600;
	color: #2e2e2e;
}

/* 优势五 服务步骤 */
.md-service-section {
	padding: 50px 0;
}

.md-service-flow {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 19px;
}

.md-service-flow-img {
	margin-top: 20px;
	text-align: center;
}

.md-service-flow-img img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

.md-service-node {
	text-align: center;
	flex: 1;
}

.md-service-dot {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin: 0 auto 6px;
}

.md-service-dot.c1 { background: #abc8ff; }
.md-service-dot.c2 { background: #a3c2ff; }
.md-service-dot.c3 { background: #2d75ff; }
.md-service-dot.c4 { background: #d766ff; }
.md-service-dot.c5 { background: #29bd4d; }

.md-service-label {
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	border-radius: 13px;
	height: 45px;
	line-height: 45px;
	width: 85px;
	margin: 6px auto 0;
	color: #2d75ff;
	font-size: 10px;
	font-weight: 600;
}

.md-service-cards {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 19px;
	gap: 20px;
}

.md-service-card {
	flex: 1;
	min-height: 94px;
	background: #fff;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.26);
	border-radius: 8px;
	padding: 11px 22px;
	font-size: 10px;
	color: #595959;
}

.md-service-card strong {
	color: #2d75ff;
	font-size: 10px;
	display: block;
	margin-bottom: 6px;
}

/* ========== 全场景功能 ========== */



.md-feature-block.bg-gray {
	background-color: #f5f7fa;
}

.md-feature-row {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}

.md-feature-row.reverse {
	flex-direction: row-reverse;
}

.md-feature-text {
	width: 488px;
	flex-shrink: 0;
}

.md-feature-visual {
	width: 422px;
	flex-shrink: 0;
	min-height: 243px;
	background: rgba(234, 239, 255, 0.6);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.md-feature-visual img {
	max-width: 100%;
	border-radius: 12px;
}

.md-feature-name {
	color: #222;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
}

.md-feature-line {
	width: 244px;
	height: 2px;
	background: linear-gradient(90deg, #2d75ff 0%, rgba(45, 117, 255, 0) 100%);
	margin: 5px 0 0 2px;
}

.md-feature-points {
	margin-top: 20px;
}

.md-feature-point {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	margin-bottom: 10px;
}

.md-feature-point-dot {
	width: 7px;
	height: 7px;
	background: #2d75ff;
	border-radius: 50%;
	margin-top: 10px;
	margin-right: 10px;
	flex-shrink: 0;
}

.md-feature-point p {
	color: #858585;
	font-size: 14px;
	line-height: 27px;
	flex: 1;
}

/* ========== 架构全景图 ========== */

.md-arch-diagram {
	min-height: 485px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.md-arch-diagram img {
	max-width: 100%;
}

/* ========== 标杆案例 ========== */
.swiper-caselists {
	position: relative;
	padding-bottom: 0;
	width: 100%;
	overflow: hidden;
}

.swiper-caselists .swiper-slide {
	width: 100% !important;
	height: auto;
	box-sizing: border-box;
	flex-shrink: 0;
}

.swiper-caselists .swiper-button-prev,
.swiper-caselists .swiper-button-next {
	width: 44px;
	height: 44px;
	margin-top: -22px;
	background-size: 14px 24px;
	outline: none;
}

.swiper-caselists .swiper-button-prev {
	left: -10px;
}

.swiper-caselists .swiper-button-next {
	right: -10px;
}

.swiper-caselists .swiper-pagination {
	position: absolute;
	left: calc(100% - 570px - 21px);
	bottom: 18px;
	width: auto;
	text-align: left;
	padding-left: 0;
	z-index: 2;
}

.swiper-caselists .swiper-pagination-bullet {
	width: 12px;
	height: 3px;
	border-radius: 3px;
	background: rgba(195, 215, 255, 1);
	opacity: 1;
	margin: 0 3px !important;
}

.swiper-caselists .swiper-pagination-bullet-active {
	background: #2e74ff;
}

.md-case-card {
	background: linear-gradient( 315deg, #191A29 0%, #545454 100%);
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
	border-radius: 8px;
	padding: 18px 21px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	box-sizing: border-box;
	min-height: 357px;
}

.md-case-img {
	width: 536px;
	flex-shrink: 0;
	background: rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
}

.md-case-img img {
	max-width: 100%;
}

.md-case-info {
	width: 570px;
	color: #fff;
	padding-top: 12px;
	padding-bottom: 20px;
	position: relative;
}

.md-case-info h5 {
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	margin-bottom: 27px;
}

.md-case-item {
	display: flex;
	flex-direction: row;
	margin-bottom: 19px;
	font-size: 14px;
	line-height: 27px;
}

.md-case-item dt {
	font-weight: 600;
	white-space: nowrap;
	margin-right: 8px;
}

.md-case-item dd {
	flex: 1;
}

/* ========== 底部 CTA ========== */
.md-cta-section {
	background: #2d75ff url(../images/new/medicine-2b/banner-bg.png) no-repeat center;
	background-size: cover;
	padding: 30px 0 38px;
	text-align: center;
	color: #fff;
}

.md-cta-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 33px;
}

.md-cta-desc {
	font-size: 16px;
	line-height: 22px;
	margin-top: 9px;
}

.md-cta-stats {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 219px;
	margin: 30px 0;
}

.md-cta-stat-num {
	font-size: 32px;
	font-weight: 600;
	line-height: 45px;
}

.md-cta-stat-label {
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
}

.md-cta-btns {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 86px;
}

.md-cta-btn-primary {
	background-color: #fff;
	border-radius: 4px;
	height: 37px;
	line-height: 37px;
	width: 181px;
	color: #242424;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
}

.md-cta-btn-outline {
	border-radius: 4px;
	height: 37px;
	line-height: 37px;
	width: 181px;
	border: 1px solid #f9f9f9;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
}

/* ========== 通用 ========== */
.md-img-placeholder {
	background: rgba(234, 239, 255, 0.8);
	min-height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #858585;
	font-size: 12px;
}

