.elementor-4197 .elementor-element.elementor-element-4837904{--display:flex;--min-height:72px;}.elementor-4197 .elementor-element.elementor-element-3af1b8d{--display:flex;}/* Start custom CSS for container, class: .elementor-element-3af1b8d */.max-layout {
	margin: 0 auto;
	/*background: #F2F3F5;*/
	font-size: 14px;
	color: #000;
}
#avatar {
	max-width: 56px;
	max-height: 56px;
}
.works-detail {
	min-height: 100vh;
	max-width: 795px;
	margin: 0 auto;
	background-color: #fff;
}
.works-detail .hd {
	background: #131A20;
	text-align: center;
	padding-top: 0;
}
.bd {
	padding: 30px 30px 120px 30px;
}
.head {
	display: flex;
	justify-content: start;
	align-items: center;
	margin-top: 10px;
}
.head span {
	color: #5C636A;
	font-size: 16px;
	line-height: 24px;
	margin-left: 16px;
}
.desc {
	margin-top: 10px;
	font-size: 20px;
	line-height: 28px;
}
.title {
	line-height: 1.5;
}
.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 9;
    left: 0;
}
.ft-con {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 15px 0;
	background: #fff;
	border-top: 1px solid #cccccc;
	box-shadow: 0 -2px 4px #00000026;
}
.ft-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ft-actions button {
	display: inline-block;
	white-space: nowrap;
	cursor: pointer;
	color: #606266;
	-webkit-appearance: none;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	-webkit-transition: .1s;
	transition: .1s;
	font-weight: 500;
	margin-left: 20px;
	padding: 5px 20px;
	line-height: 22px;
	border-radius: 100px;
	background-color: #f1f5f6;
	border: 1px #f1f5f6 solid;
}
.ft-actions button.primary {
	background-color: #1ecad3;
	border-color: #1ecad3;
	color: #fff;
}
@media (min-width: 1440px) {
	.ft-actions {
		width: 1440px;
	}
}
@media (max-width: 1440px) {
	.ft-con {
		padding: 0;
	}
	.ft-actions {
		padding: 15px 20px;
		width: 100%;
	}
}
@media (max-width: 768px) {
	.ft-actions {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.ft-actions button {
		margin-left: 0;
		margin-top: 10px;
	}
}/* End custom CSS */