/* 品牌服务 */
.brand-title {
	font-weight: 500;
	font-size: 32px;
	color: #111111;
	letter-spacing: 0;
	margin-bottom: 20px;
}

/* 服务网络 */
.brand-description {
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	letter-spacing: 0;
	text-align: justify;
	text-indent: 2em;
}

.brand-network .brand-network-title {
	font-weight: 600;
	font-size: 20px;
	color: #111111;
	letter-spacing: 0;
	margin-left: 10px;
	margin-bottom: 0;
}

.brand-network .brand-network-remark {
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	letter-spacing: 0;
	margin-left: 35px;
	margin-top: 12px;
}

.brand-network .overlay-mask {
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .16);
	top: 0;
	backdrop-filter: blur(10px);
	width: 100%;
	height: 100%;
	position: absolute;
}

.brand-network .network-intro {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 1.875rem;
}

.intro-item {
	margin-bottom: 1.5rem;
}

h6.intro-item {
	font-size:16px;
}

@media (max-width: 991.98px) {
	.brand-network .network-intro {
		padding: 1.25rem;
	}

	.intro-item {
		margin-bottom: 10px;
	}
}

@media (max-width: 767.98px) {
	.brand-network .network-intro {
		padding: 0.625rem;
	}

	.brand-network .network-intro h3 {
		font-size: 16px;
	}

	.brand-network .network-intro h6 {
		font-size: 14px;
	}

	.intro-item {
		margin-bottom: 8px;
	}
}

@media (max-width: 575.98px) {
	.brand-network .network-intro {
		padding: 5px 10px;
	}

	.brand-network .network-intro h3 {
		font-size: 14px;
	}

	.brand-network .network-intro h6 {
		font-size: 12px;
	}

	.intro-item {
		margin-bottom: 5px;
	}
}

/* 营销网络 */
.brand .brand-card {
	width: 100%;
	height: 200px;
	margin-bottom: 1.875rem;
	display: flex;
	align-items: center;
	font-family: "黑体";
	background-size: 100% 100% !important;
}

.brand .col-12:nth-of-type(4) .brand-card,
.brand .col-12:nth-of-type(1) .brand-card {
	background: #DCF3F4;
}

.brand .col-12:nth-of-type(3) .brand-card,
.brand .col-12:nth-of-type(2) .brand-card {
	background: #EFEFEF;
}

.brand .brand-card .brand-right {
	flex: 1;
	padding: 0 40px;
	color: #12B87F;
}

.brand .brand-card .brand-right .title {
	font-size: 80px;
	letter-spacing: 0;
	font-weight: bold;
}

.brand .brand-card .brand-right .tips {
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0;
}

.brand .brand-card .brand-left {
	width: 200px;
	height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
}

.brand .brand-title {
	font-weight: 500;
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 575.98px) {
	.brand .brand-title {
		font-size: 16px;
	}

	.brand .brand-card {
		height: 160px;
		margin-bottom: 0.625rem;
	}

	.brand .brand-card .brand-right {
		padding: 0 20px;
	}

	.brand .brand-card .brand-right .title {
		font-size: 50px;
	}
}

.brand-marketing .row .col-md-3 {
	padding-left: 10px;
	padding-right: 10px;
}

.brand .marketing-item {
	width: 100%;
	height: 100%;
	padding: 15px 20px;
	flex-direction: column;
	justify-content: space-between;
}

.brand .marketing-item-one {
	background: #DDF3F4;
}

.brand .marketing-item-two {
	background: #EEEEEE;
}

.brand .marketing-item .title {
	font-weight: 600;
	font-size: 18px;
	color: #12B87F;
	letter-spacing: 0;
}

.brand .marketing-item .name {
	margin-top: 20px;
}

.brand .marketing-item .name,
.brand .marketing-item .phone {
	font-size: 16px;
}

/* 金融服务 */
.finace-description {
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	letter-spacing: 0;
	text-align: justify;
	text-indent: 2em;
	margin-bottom: 0;
}

.brand .finance-item {
	margin-bottom: 1.875rem;

}

.brand .finance-item .finance-card {
	background: #DDF3F4;
	width: 100%;
	height: 100%;
	padding: 1.25rem;
	position: relative;
}

.brand .finance-item .finance-card .finance-card-header {
	margin-bottom: 20px;
}

.brand .finance-item .finance-card .title {
	font-weight: bold;
	margin: 0;
	font-size: 26px;
}
.brand .finance-item .finance-card .title p {
	margin-bottom: 5px;
}
.brand .finance-item .finance-card .title p:last-child {
	margin-bottom: 0;
}

.brand .finance-item .finance-card .finance-num {
	opacity: 0.2;
	font-size: 150px;
	color: #12B87F;
	letter-spacing: 0;
	position: absolute;
	right: 10px;
	font-weight: bold;
	bottom: -50px;
}