body {
	background-color: #fffbfc;
}

.banner .swiper .swiper-slide {
	height: 640px;
}

.banner .swiper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.path {
	margin: 30px auto;
	text-decoration: underline;
}

.processus-list {
	width: 920px;
	box-sizing: border-box;
	background-color: #fff;
	margin: auto;
	display: flex;
	position: relative;
	overflow: hidden;
}

.processus-list::after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	right: 0;
	top: 0;
	border: 20px solid #fcfbfc;
	border-bottom-color: transparent;
	border-left-color: transparent;
}

.processus-list .li {
	width: 24.3%;
	text-align: center;
	background-color: #dddcde;
	padding: 10px 0;
}

.processus-list .li:first-child {
	background: linear-gradient(-135deg, transparent 41px, #dddcde 0);
	transform: skewX(0);
	border-left: 0 solid #ffffff;
}

.processus-list .li:first-child p {
	transform: skewX(0);
}

.processus-list .li p {
	transform: skewX(-45deg);
}

.processus-list .li:nth-child(2) {
	border-left: 0;
	margin-left: -18px;
}

.processus-list .li {
	transform: skewX(45deg);
	border-left: 10px solid #ffffff;
}

.processus-list .li.active {
	background-color: #000;
	color: #fff;
}

.processus-list .li:first-child.active {
	background: linear-gradient(-135deg, transparent 41px, #000 0);
	color: #fff;
}

.form {
	width: 920px;
	background-color: #fff;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	margin: auto;
	padding: 30px 60px;
	margin-bottom: 80px;
	box-sizing: border-box;
}

.form .li {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.form .li .name {
	width: 180px;
	text-align: right;
	margin-right: 10px;
}

.form .li .name span {
	color: #be2623;
	font-size: 18px;
	margin-right: 4px;
}

.form .li .list,
.form .li .input {
	width: calc(100% - 190px);
}

.form .li .images {
	display: flex;
	flex-wrap: wrap;
}

.form .li .images img {
	width: 120px;
	object-fit: cover;
	margin-right: 10px;
	margin-top: 10px;
}

.form .li .list {
	line-height: 1.7;
	font-size: 14px;
}

.form .li .input input {
	width: 100%;
	background-color: #f3f2ed;
	border: 0;
	outline: none;
	line-height: 2;
	padding: 0 10px;
	box-sizing: border-box;
}

.form .li .input textarea {
	width: 100%;
	background-color: #f3f2ed;
	border: 0;
	outline: none;
	padding: 10px;
	box-sizing: border-box;
}

.form .li .btn-s {
	position: relative;
	cursor: pointer;
}

.form .li .btn-s input {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.form .li .btn-s .btn {
	display: inline-block;
	text-align: center;
	color: #fff;
	background-color: #be2623;
	border-radius: 4px;
	line-height: 26px;
	padding: 0 15px;
}

.form .li .sub button {
	width: 90px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	background-color: #be2623;
	border-radius: 4px;
}

.form .li .sub button img {
	height: 20px;
}

.form .sub-li {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.form .sub-li .sub {
	padding: 0 10px;
	height: 26px;
	line-height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	background-color: #be2623;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	margin-left: 10px;
}

.sub-per {
	padding: 0 10px;
	height: 26px;
	line-height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	background-color: #dddcde;
	border-radius: 4px;
	color: #000;
	cursor: pointer;
	margin-left: 10px;
}