/* 医药B2B数字化 - 移动端（750设计稿 px/24 => rem） */

.md-banner {
	position: relative;
	display: flex;
	flex-direction: column;
	background: url(../images/new/medicine-2b/banner.png) no-repeat center center;
	background-size: cover;
	padding: 3.125rem 0.9375rem 2.8125rem;
	min-height: 27rem;
}

.md-banner .h3 {
	font-size: 1.5rem;
	font-weight: 600;
	color: #222;
	line-height: 2.08333rem;
	text-align: center;
}

.md-banner .h4 {
	margin-top: 0.70833rem;
	font-size: 1rem;
	color: #222;
	line-height: 2rem;
	text-align: center;
}

.md-banner-btn {
	display: block;
	width: 10.20833rem;
	height: 2.41667rem;
	line-height: 2.41667rem;
	margin: auto auto 0;
	background: #2e74ff;
	border-radius: 0.16667rem;
	color: #fff;
	font-size: 1rem;
	text-align: center;
}

/* 合作客户 */
.md-customer-grid {
	display: flex;
	flex-wrap: wrap;
	margin: 1.66667rem -0.1875rem 0;
}

.md-customer-item {
	box-sizing: border-box;
	width: 33.333%;
	padding: 0 0.1875rem;
	margin-bottom: 0.63333rem;
}

.md-customer-item-inner {
	height: 3.70833rem;
	background: #fefefe;
	display: flex;
	align-items: center;
	justify-content: center;
}

.md-customer-item img {
	width: 100%;
	object-fit: contain;
}

/* 行业卡片 */
.md-industry-list {
	padding: 0 0.83333rem;
}

.md-industry-card {
	box-shadow: 0 0 0.29167rem rgba(0, 61, 192, 0.1);
	background: #fff;
	margin-bottom: 1.125rem;
	overflow: hidden;
}

.md-industry-card:last-child {
	margin-bottom: 0;
}

.md-industry-card-img {
	height: 9.25rem;
	background: #eaf0ff;
	overflow: hidden;
}

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

.md-industry-card-title {
	padding: 1.54167rem 0.83333rem 0;
	font-size: 1.33333rem;
	font-weight: 600;
	color: #383d41;
	line-height: 1.875rem;
}

.md-industry-card-desc {
	padding: 0.875rem 0.83333rem 1.58333rem;
	font-size: 1rem;
	color: #858585;
	line-height: 2rem;
}

/* 核心优势 */
.md-adv-block {
	padding: 0 0.83333rem;
}

.md-adv-subtitle {
	font-size: 1.33333rem;
	font-weight: 600;
	color: #383d41;
	line-height: 1.875rem;
	margin-bottom: 0.875rem;
}

.md-adv-list {
	font-size: 1rem;
	color: #858585;
	line-height: 2.5rem;
}

.md-adv-list li {
	position: relative;
	padding-left: 1rem;
	margin-bottom: 0.25rem;
}

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

.md-adv-img {
	margin-top: 1.66667rem;
	text-align: center;
}

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

/* 功能模块子标题 - 使用 itemTexts h5 自带下划线，此处保留备用 */

/* 架构图 */
.md-arch-img {
	padding: 0 0.83333rem;
	text-align: center;
}

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

/* 标杆案例 */
/* .md-case-card {
	background: linear-gradient(315deg, #191a29 0%, #545454 100%);
	box-shadow: 0 0 0.33333rem rgba(0, 0, 0, 0.1);
	border-radius: 0.33333rem;
	overflow: hidden;
	margin: 0 0.83333rem;
} */

.md-case-card img.case-cover {
	width: 100%;
	display: block;
	height:auto;
}

.md-case-info {
	padding: 1.375rem 0.875rem 1.54167rem;
	color: #fff;
	text-align: left;
}

.md-case-info h5 {
	font-size: 1.33333rem;
	font-weight: 600;
	line-height: 1.875rem;
	margin-bottom: 1.375rem;
	color:#fff;
}

.md-case-info dl {
	margin-bottom: 1rem;
	font-size: 1rem;
	line-height: 2rem;
}

.md-case-info dt {
	font-weight: 600;
	margin-bottom: 0.25rem;
}
.md-case-info dt,.md-case-info dd{
	color:#fff;
}
.md-case-swiper {
	padding-bottom: 2.5rem;
}

.md-case-swiper .export-pagination {
	bottom: 0.5rem;
}

/* 底部 CTA */
.md-cta {
	background: #2d75ff url(../images/new/medicine-2b/cta-bg.png) no-repeat center;
	background-size: cover;
	padding: 2.5rem 0.83333rem 4.75rem;
	text-align: center;
	color: #fff;
}

.md-cta-title {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 2.08333rem;
	color:#fff;
}

.md-cta-desc {
	margin-top: 0.75rem;
	font-size: 1.16667rem;
	line-height: 1.75rem;
	color:#fff;
}

.md-cta-stats {
	display: flex;
	justify-content: space-between;
	margin: 2.29167rem 0.625rem 0;
}

.md-cta-stat-num {
	font-size: 2.375rem;
	font-weight: 600;
	line-height: 3.29167rem;
	color:#fff;
}

.md-cta-stat-label {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.375rem;
	color:#fff;
}

.md-cta-btns {
	display: flex;
	justify-content: space-between;
	margin-top: 4rem;
	padding: 0 0.625rem;
}

.md-cta-btn-primary,
.md-cta-btn-outline {
	flex: 1;
	width: 12.67rem;
	height: 3.5rem;
	line-height: 3.5rem;
	border-radius: 0.16667rem;
	font-size: 1.33333rem;
	font-weight: 600;
	text-align: center;
}

.md-cta-btn-primary {
	background: #fff;
	color: #242424;
	margin-right: 0.5rem;
}

.md-cta-btn-outline {
	border: 1px solid #f9f9f9;
	color: #fff;
	margin-left: 0.5rem;
}
.case-conts2{
	margin:0 0.79rem;
	padding:0.63rem 0.83rem;
	background: linear-gradient( 315deg, #191A29 0%, #545454 100%);
	box-shadow: 0rem 0rem 0.33rem 0rem rgba(0,0,0,0.1);
	border-radius: 0.33rem;
}
.export-case-swipers2,.export-case-swipers2 .swiper-slide{
	background:transparent;
}
.itemTextsDes em{
	color:#2d75ff;
}