.common-box {
	box-sizing: border-box;
	padding: 30px 0;
}

.common-title {
	font-size: 36px;
	color: #242529;
	font-weight: bold;
}
.common-title-center {
	font-size: 36px;
	color: #242529;
	font-weight: bold;
	text-align: center;
}
.common-card {
	background-color: #fff;
	padding: 30px 16px;
}
.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex-start {
	display: flex;
	justify-content: start;
}
.items-center {
	align-items: center;
}
.items-start {
	align-items: start;
}
.flex-between {
	display: flex;
	justify-content: space-between;
}
.flex-1 {
	flex: 1;
}
.color-1 {
	color: #242529;
}
.color-2 {
	color: #323232;
}
.color-3 {
	color: #8e8f91;
}
.font-20 {
	font-size: 20px;
}
.font-bold {
	font-weight: bold;
}
.img-100 {
	width: 100%;
	height: 100%;
}
.implementation-process {
	position: relative;
}

.implementation-process__line {
	background: linear-gradient(to left, transparent 0%, transparent 50%, #c9cdd4 50%, #c9cdd4 100%);
	background-size: 30px 1px;
	background-repeat: repeat-x;
	height: 30px;
}
.implementation-process__round {
	position: absolute;
	left: 0;
	top: -30px;
	width: 60px;
	height: 60px;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	color: #717b89;
	font-size: 24px;
	font-weight: bold;
}
.implementation-process h4 {
	font-size: 20px;
	color: #323232;
	margin: 16px 0 24px 0;
	font-weight: bold;
}
.implementation-process h5 {
	font-size: 14px;
	color: #323232;
	margin: 0 0 8px 0;
	font-weight: bold;
}
.implementation-process p {
	padding-right: 40px;
}
.divider {
	height: 1px;
	width: 100%;
	background-color: #e5e6eb;
	margin: 30px 0;
}
.architecture-tab {
	background-color: #f3f3f3;
	color: #323232;
	height: 64px;
	cursor: pointer;
	border-right: 1px solid #e7e7e7;
}
.active-architecture-tab {
	background-color: #fff;
	border-top: 4px solid #006efb;
	color: #0052d9;
}
.primary-round {
	width: 8px;
	height: 8px;
	background-color: #006efb;
	border-radius: 50%;
	margin-right: 8px;
}
.color-primary {
	color: #006efb;
}
.link-btn {
	display: block;
	width: 176px;
	height: 44px;
	background: #006efb;
	color: #fff;
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.link-btn:hover {
	color: #fff;
	background-color: #4c90ff;
}
.link-btn img {
	width: 16px;
	margin: 2px 8px 0;
}
.font28 {
	font-size: 28px;
}
.font16 {
	font-size: 16px;
}
.font14 {
	font-size: 14px;
}
.font12 {
	font-size: 12px;
}
.font20 {
	font-size: 20px;
}
.font18 {
	font-size: 18px;
}
.font32 {
	font-size: 32px;
}
.text-center {
	text-align: center;
}
.text-color-1 {
	color: #242529;
}
.text-color-2 {
	color: #4e5969;
}
.text-color-3 {
	color: #1d2129;
}
.text-color-white {
	color: #fff;
}
.text-justify {
	text-align: justify;
}
