/* B2C医药零售商城 - 页面专属样式（模块大标题用项目 title-h3/title-h4，灰底用 bg-f4） */

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

/* ========== Banner（同 s2b2b / medicine-digital 结构） ========== */
.banner_medicine_2c {
	background: url(../images/new/medicine-2c/banner-bg2.png) no-repeat center;
	background-size: cover;
}

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

.banner_medicine_2c .h4 {
	font-size: 18px;
	line-height: 36px;
}

.banner_medicine_2c .banner-button.style2 {
	margin-top:0;
	background: #2E74FF;
	border: 0;
	height: 52px;
	line-height: 52px;
}

.banner_medicine_2c .mc2-banner-btns {
	display: flex;
	gap: 10px;
	margin-top: 21px;
}

.banner_medicine_2c .mc2-banner-btn-outline {
	display: inline-block;
	height: 52px;
	line-height: 50px;
	padding: 0 26px;
	border: 1px solid #2D75FF;
	color: #2D75FF;
	font-size: 18px;
	background: transparent;
}

/* ========== 合作客户（复用 medicine-digital 客户区结构） ========== */
.mc2-customer-rows {
	margin-top: 40px;
}

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

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

.mc2-customer-item {
	background: #fefefe;
	width: 193px;
}

.mc2-customer-item img {
	width: 100%;
}

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

/* ========== 全宽图片 ========== */
.mc2-full-img {
	display: block;
	width: 100%;
	max-width: 1200px;
}

/* ========== 全场景适配卡片 ========== */
.mc2-scene-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
	margin-top: 40px;
}

.mc2-scene-card {
	width: calc(50% - 10px);
	background: #fff;
	box-shadow: 0 0 7px rgba(0, 61, 192, 0.1);
	overflow: hidden;
}

.mc2-scene-card-img img {
	display: block;
	width: 100%;
	height: auto;
}

.mc2-scene-card-body {
	padding: 28px 18px 54px;
}

.mc2-scene-card-title {
	font-size: 16px;
	font-weight: 600;
	color: #383d41;
	line-height: 22px;
}

.mc2-scene-card-desc {
	font-size: 14px;
	color: #858585;
	line-height: 20px;
	margin-top: 9px;
}

/* ========== 业务模式 ========== */
.mc2-mode-tags {
	display: flex;
	justify-content: flex-end;
	gap: 40px;
	margin-top: 40px;
	flex-wrap: wrap;
}

.mc2-mode-tag {
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.11);
	background: #fff;
	border-radius: 10px;
	width: 129px;
	height: 53px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.mc2-mode-tag strong {
	font-size: 12px;
	color: #161616;
	line-height: 17px;
}

.mc2-mode-tag span {
	font-size: 10px;
	color: #7b7b7b;
	line-height: 14px;
	margin-top: 3px;
}

.mc2-mode-content {
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap: 40px;
	margin-top: 40px;
	flex-wrap: wrap;
}

.mc2-mode-text {
	flex: 1;
	min-width: 280px;
	max-width: 487px;
}

.mc2-mode-text h5 {
	font-size: 16px;
	font-weight: 600;
	color: #383d41;
	line-height: 22px;
}

.mc2-mode-list {
	margin-top: 26px;
	font-size: 14px;
	line-height: 32px;
	color: #858585;
}

.mc2-mode-list em {
	color: #2d75ff;
	font-style: normal;
}

.mc2-mode-visual img {
	display: block;
	max-width: 100%;
}

/* ========== O2O / 生态 / B2C 图文模块 ========== */
.mc2-split-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
	margin-top: 40px;
	flex-wrap: wrap;
}

.mc2-split-block.reverse {
	flex-direction: row-reverse;
}

.mc2-split-text {
	flex: 1;
	min-width: 280px;
	max-width: 489px;
}

.mc2-split-text h5 {
	font-size: 16px;
	font-weight: 600;
	color: #383d41;
	line-height: 22px;
}

.mc2-split-list {
	margin-top: 18px;
	font-size: 14px;
	line-height: 32px;
	color: #858585;
}

.mc2-split-list em {
	color: #2d75ff;
	font-style: normal;
}

.mc2-split-visual {
	flex: 1;
	min-width: 280px;
	text-align: center;
}

.mc2-split-visual img {
	max-width: 100%;
	height: auto;
}

.mc2-badge-row {
	display: flex;
	justify-content: center;
	gap: 27px;
	margin-top: 31px;
	flex-wrap: wrap;
}

.mc2-badge {
	background: #e8f6ff;
	border: 1px solid #2d75ff;
	border-radius: 10px;
	width: 126px;
	height: 45px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	padding-top: 22px;
}

.mc2-badge img {
	position: absolute;
	top: 6px;
	width: 23px;
	height: 23px;
}

.mc2-badge span {
	font-size: 11px;
	color: #2d75ff;
	line-height: 13px;
}

/* ========== 亮点功能 ========== */
.mc2-feature-block {
	display: flex;
	justify-content: space-around;
	align-items:center;
	gap: 40px;
	flex-wrap: wrap;
}

.mc2-feature-block.bg-f4 {
	padding-left: 0;
	padding-right: 0;
}

.mc2-feature-block.reverse {
	flex-direction: row-reverse;
}

.mc2-feature-text {
	flex: 1;
	min-width: 280px;
	max-width: 556px;
}

.mc2-feature-text h5 {
	font-size: 16px;
	font-weight: 600;
	color: #383d41;
	line-height: 22px;
}

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

.mc2-feature-desc {
	font-size: 14px;
	color: #383d41;
	line-height: 20px;
	margin-top: 9px;
}

.mc2-feature-list {
	margin-top: 20px;
}

.mc2-feature-item {
	display: flex;
	gap: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 27px;
	color: #858585;
}

.mc2-feature-item::before {
	content: '';
	flex-shrink: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #2d75ff;
	margin-top: 10px;
}

.mc2-feature-visual {
	flex: 1;
	min-width: 280px;
	text-align: center;
}

.mc2-feature-visual img {
	max-width: 100%;
	height: auto;
}

.mc2-feature-phones {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 20px;
	flex-wrap: wrap;
}

.mc2-feature-phones img {
	max-height: 320px;
	width: auto;
}

/* ========== 合作案例 ========== */
.partner-swiper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto 0;
	width: 100%;
	overflow: hidden;
}

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

.mc2-case-card {
	display: flex;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background: url(../images/new/medicine-2c/case-card-bg.png) no-repeat center;
	background-size: 100% 100%;
	min-height: 389px;
	overflow: hidden;
	box-sizing: border-box;
}

.mc2-case-img {
	width: 544px;
	flex-shrink: 0;
	padding: 12px 0 12px 13px;
}

.mc2-case-img img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 4px;
}

.mc2-case-info {
	flex: 1;
	padding: 69px 40px 40px 42px;
	color: #fff;
}

.mc2-case-info h5 {
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
}

.mc2-case-info p {
	font-size: 14px;
	line-height: 32px;
	margin-top: 23px;
}

.mc2-case-btns {
	display: flex;
	justify-content: center;
	gap: 51px;
	margin-top: 40px;
	flex-wrap: wrap;
}

.mc2-case-btn-primary {
	background: #2d75ff;
	width: 220px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.mc2-case-btn-outline {
	background: #fff;
	width: 220px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	color: #2d75ff;
	font-size: 14px;
	border: 1px solid #2d75ff;
}

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

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

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

.mc2-cta-btns {
	display: flex;
	justify-content: center;
	gap: 86px;
	margin-top: 30px;
	flex-wrap: wrap;
}

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

.mc2-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;
}
