/* 合作伙伴整体容器 */
.partner-section {
	width: 100%;
	max-width: 1921px;
	margin: 0 auto;
	padding: 80px 110px;
	background-color: #fff;
	/* background-image: url("/yurun/img/partner/partner-bg.png"); */
	/* 铺满 */
	background-size: cover;
	/* 居中 */
	background-position: center;
	/* 不重复 */
	background-repeat: no-repeat;
	padding: 115px 112px 105px 112px;
}

.partner-text-header {
	width: 100%;
	margin-bottom: 0;
}

/* 合作伙伴列表 */
.partner-list {
	width: 100%;
}

/* 单个合作伙伴项 */
.partner-item {
	display: flex;
	align-items: flex-start;
	gap: 150px;
	margin-bottom: 73px;
}

.partner-item.active {
	margin-top: 100px;
}

.partner-img {
	width: 650px;
	height: auto;
}

.partner-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.partner-info {
	flex: 1;
}

.partner-name {
	font-family: 'OPPOSans-M', sans-serif;
	font-size: 26px;
	color: #009628;
	line-height: 1;
	padding-bottom: 19px;
	border-bottom: 1px solid #009628;
	margin-bottom: 58px;
}

.partner-desc-title {
	font-family: 'OPPOSans-B', sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #505050;
	margin-bottom: 12px;
}

.partner-desc-text {
	font-family: 'OPPOSans-R', sans-serif;
	font-size: 20px;
	color: #646464;
	line-height: 1.5;
	margin-bottom: 44px;
}

.partner-tag {
	font-family: 'OPPOSans-B', sans-serif;
	font-size: 20px;
	color: #009628;
	font-weight: 500;
}

/* 分割线 */
.divider-line {
	width: 100%;
	height: 1px;
	background-color: #e5e5e5;
	margin: 40px 0;
}