/* B2C医药零售商城 - 移动端（750设计稿 px/24 => rem） */

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

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

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

.mc2-banner-btns {
	display: flex;
	justify-content: center;
	gap: 0.41667rem;
	position: absolute;
	bottom: 1rem;
	left: 0.83333rem;
	right: 0.83333rem;
}

.mc2-banner-btns .bannerBtn {
	position: static;
	margin: 0;
	min-width: 0;
	height: 2.41667rem;
	line-height: 2.41667rem;
	font-size: 0.91667rem;
	padding: 0 0.5rem;
	width:10.21rem !important;
}

.mc2-banner-btn-outline {
	display: inline-block;
	width:10.21rem !important;
	height: 2.41667rem;
	line-height: 2.33333rem;
	border: 1px solid #2d75ff;
	border-radius: 0.16667rem;
	color: #2d75ff;
	font-size: 0.91667rem;
	font-weight: 600;
	text-align: center;
	background: transparent;
	box-sizing: border-box;
}

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

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

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

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

/* 全宽图 */
.mc2-full-img {
	display: block;
	width: 100%;
	height: auto;
}

/* 全场景卡片 */
.mc2-scene-list {
	padding: 0 0.83333rem;
}

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

.mc2-scene-card:last-child {
	margin-bottom: 0;
}

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

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

.mc2-scene-card-desc {
	padding: 0.375rem 0.83333rem 1.58333rem;
	font-size: 1rem;
	color: #858585;
	line-height: 1.66667rem;
}

/* 业务模式 / 图文分块 */
.mc2-block {
	padding: 0 0.83333rem;
}

.mc2-block-img {
	margin-top: 2.25rem;
	text-align: center;
}

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

.mc2-block-list {
	margin-top: 0.75rem;
	font-size: 1rem;
	color: #858585;
	line-height: 2rem;
}

.mc2-block-list p {
	position: relative;
	padding-left: 1rem;
	margin-bottom: 0.25rem;
}

.mc2-block-list em {
	color: #2d75ff;
	font-style: normal;
	position: absolute;
	left: 0;
}

/* 亮点功能 */
.mc2-feature-img {
	padding: 0 0.83333rem;
	text-align: center;
}

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

.mc2-feature-phones {
	padding: 0 0.83333rem;
	text-align: center;
}

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

/* 合作案例 */
.mc2-case-swiper {
	padding-bottom: 2rem;
}

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

.mc2-case-swiper .export-case-swipers2,
.mc2-case-swiper .swiper-wrapper {
	height: auto !important;
}

.mc2-case-swiper .export-case-swipers2 .swiper-wrapper {
	align-items: flex-start;
}

.mc2-case-swiper .export-case-swipers2 .swiper-slide {
	height: auto !important;
	align-self: flex-start;
}

.mc2-case-card {
	overflow: hidden;
}

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

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

.mc2-case-card .mc2-case-info h5 {
	font-size: 1.33333rem;
	font-weight: 600;
	line-height: 1.875rem;
	margin-bottom: 0.875rem;
	color: #fff;
	text-align:center;
}

.mc2-case-card .mc2-case-info p {
	font-size: 1rem;
	line-height: 2rem;
	color: #fff;
}

.mc2-case-btns {
	display: flex;
	justify-content: space-between;
	padding: 0 0.83333rem;
	margin-top: 1.66667rem;
}

.mc2-case-btn-primary,
.mc2-case-btn-outline {
	flex: 1;
	height: 3.5rem;
	line-height: 3.5rem;
	border-radius: 0.16667rem;
	font-size: 1.16667rem;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.25rem;
}

.mc2-case-btn-primary .iconfont,
.mc2-case-btn-outline .iconfont {
	font-size: 0.83333rem;
	line-height: 1;
}

.mc2-case-btn-primary {
	background: #2d75ff;
	color: #fff;
	margin-right: 0.5rem;
}

.mc2-case-btn-outline {
	background: #fff;
	color: #2d75ff;
	border: 1px solid #2d75ff;
	margin-left: 0.5rem;
}

.case-conts2.mc2-case-wrap {
	margin: 0 0.79rem;
	padding: 0.63rem 0.83rem;
	background:#1863F3;
	box-shadow: 0 0 0.33rem rgba(0, 0, 0, 0.1);
	border-radius: 0.33rem;
}

.export-case-swipers2,
.export-case-swipers2 .swiper-slide {
	background: transparent;
}
.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;
	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;
}
.medicine-2c-module h5:after{
	display:none;
}
.itemTextsDes em{
	color:#2d75ff;
}
.itemTexts h6{
	margin-bottom:1.2rem;
	font-size: 1rem;
	color: #383D41;
	line-height: 1.75rem;
}