.header.is-active,
.header.is-default,
.header:not(.is-active):hover {
	--tw-border-opacity: 1;
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.service-section .tabs {
	display: flex;
	align-items: end;
	justify-content: center;
	height: 64px;
	background: #ffffff;
	border-radius: 8px 8px 0px 0px;
	margin: 0 auto;
	position: relative;
	z-index: 9;
	gap: 220px;
	position: relative;
	width: 1200px;
}

.service-section .tabs .tab {
	font-weight: 400;
	font-size: 20px;
	color: #505764;
	cursor: pointer;
	position: relative;
	text-align: center;
	cursor: pointer;
}

.service-section .tabs .tab::before {
	border-right: 1px solid #dcdfe6;
	content: '';
	width: 2px;
	height: 26px;
	position: absolute;
	right: -110px;
	top: 3px;
}

.service-section .tabs .tab:nth-child(3):before {
	border: none;
}

.service-section .tabs .tab:last-child {
	border-right: none;
	padding-right: 0px;
}

.service-section .tabs .active {
	font-weight: 500;
	font-size: 20px;
	color: #095fc1;
}

.service-section .tabs .tab::after {
	width: 80px;
	content: '';
	display: block;
	border-bottom: 2px solid transparent;
	text-align: center;
	margin: 0 auto;
	margin-top: 14px;
	border-radius: 2px;
}

.service-section .tabs .active::after {
	width: 80px;
	content: '';
	display: block;
	border-bottom: 2px solid #095fc1;
	text-align: center;
	margin: 0 auto;
	margin-top: 14px;
	border-radius: 2px;
}

.service-section .content .tab-content {
	margin-top: 140px;
	margin-bottom: 140px;
	display: none;
}

.service-section .content .tab-content:nth-child(1) {
	display: block;
}

.service-section .content .tab-content-title {
	font-weight: 600;
	font-size: 48px;
	color: #fff;
	text-align: center;
}

.service-section .content .first .tab-body {
	background: url(../imgs/service/bg1.png) 50% 50% no-repeat;
	background-size: cover;
	width: 100%;
	height: 528px;
	margin-top: 46px;
}

.service-section .content .first .title {
	display: flex;
	font-weight: 600;
	font-size: 24px;
	color: #07021b;
	gap: 6px;
	align-items: center;
}

.service-section .content .first .title img {
	width: 22px;
	height: 22px;
}

.service-section .content .first .subtitle {
	font-weight: 400;
	font-size: 16px;
	color: #07021b;
	margin-top: 16px;
}

.service-section .content .first .desc {
	font-weight: 400;
	font-size: 16px;
	color: #505764;
	width: 920px;
	margin-top: 16px;
}

.service-section .content .first .list {
	display: flex;
	margin-top: 24px;
	gap: 40px;
}

.timelineContainer {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 208px;
}

.timelineContainer .timeline img {
	width: 12px;
	height: 280px;
}

.timeline-body {
	display: flex;
	flex-direction: column;
	gap: 54px;
	justify-content: space-between;
}
.timeline-body .timeline-item {
	cursor: pointer;
}

.timeline-body .timeline-item .label {
	font-weight: 500;
	font-size: 18px;
	color: #000000;
}

.timeline-body .timeline-item .value {
	font-weight: 400;
	font-size: 12px;
	color: #505764;
	margin-top: 6px;
}

.timeline-body .timeline-item .active {
	font-weight: 400;
	color: #095fc1;
}

.timeline-body .timeline-item:nth-child(1) {
	margin-top: 25px;
}

.service-section .content .first .list .info {
	width: 278px;
	height: 288px;
	background: linear-gradient(180deg, rgba(9, 95, 193, 0.05) 0%, rgba(255, 255, 255, 0.2) 100%);
	border-radius: 16px 16px 16px 16px;
	padding: 24px;
}

.service-section .content .first .list .info .titleContext {
	font-weight: 500;
	font-size: 16px;
	color: #07021b;
	text-align: center;
}

.service-section .content .first .list .info .ul .li {
	display: flex;
	margin-top: 16px;
	font-weight: 400;
	font-size: 14px;
	color: #07021b;
}

.service-section .content .first .list .info .ul .li img {
	width: 16px;
	height: 16px;
	margin-right: 8px;
	vertical-align: middle;
	margin-top: 3px;
}

.serviceLabel {
	margin-top: 80px !important;
	display: flex;
	flex-wrap: wrap;
	gap: 24px !important;
}

.serviceLabel .item {
	width: 342px;
	height: 220px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 8px 8px 8px 8px;
	border: 1px solid #dcdfe6;
	text-align: center;
	padding: 43px 0px;
	margin: 0 auto;
}

.serviceLabel .item .brand {
	text-align: center;
	width: 60px;
	height: 52px;
	margin: 0 auto;
}

.serviceLabel .item .brand img {
	width: 60px;
	height: 52px;
}

.serviceLabel .item .title {
	text-align: center;
	justify-content: center;
	margin-top: 24px;
	font-weight: 500;
	font-size: 16px;
	color: #07021b;
}

.serviceLabel .item .value {
	font-weight: 400;
	font-size: 14px;
	color: #505764;
	margin-top: 16px;
}

.tab-content-subtitle {
	font-weight: 400;
	font-size: 30px;
	color: #505764;
	text-align: center;
}

.advantage {
	background: url(../imgs/service/advantage.png) 50% 50% no-repeat;
	background-size: cover;
	height: 580px;
	margin-top: 80px;
}

.advantageContainer {
	display: flex;
	justify-content: space-between;
}

.advantageContainer .advantagelist {
	margin-top: 10px;
	width: 360px;
}

.advantageContainer .advantagelist .label {
	font-weight: 500;
	font-size: 20px;
	color: #095fc1;
	text-align: right;
}

.advantageContainer .advantagelist .value {
	font-weight: 400;
	font-size: 14px;
	color: #505764;
	margin-top: 25px;
}

.advantageContainer .advantagelist li:nth-child(2) {
	margin-top: 40px;
}

.advantageContainer .advantagelist li:nth-child(3) {
	margin-top: 35px;
}

.advantageContainer .advantagelist li:nth-child(4) {
	margin-top: 55px;
}

.advantageContainer .advantagelist.second .label {
	text-align: left;
}
.commitment {
	background: url(../imgs/service/commitmentBg.png) 50% 50% no-repeat;
	background-size: cover;
	padding: 80px 0;
	margin-top: 105px;
}
.tabs-container{
  position: relative;
}
.fixBrand {
	position: fixed !important;
	left: 0;
	top: 61px;
	width: 100% !important;
	z-index: 999 !important;
}
