.handle-wrapper {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
}

.handle-content {
	width: 1200px;
	margin-top: 180px;
	margin-bottom: 200px;
}

.handle-content-title {
	text-align: center;
}

.handle-content-h1 {
	font-size: 38px;
	font-weight: 600;
}

.handle-content-label {
	margin-top: 10px;
	font-size: 18px;
	font-weight: 400;
	color: #8c8c8c;
}

.handle-content-list {
	margin-top: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.handle-content-list-item {
	width: 575px;
	height: 416px;
	position: relative;
	border: 1px solid rgba(217, 217, 217, 0.2);
	box-shadow: 0px 10px 20px 1px rgba(237, 240, 243, 0.5);
}

.handle-content-list-item-title {
	margin-top: 30px;
	margin-left: 34px;
	font-size: 26px;
	font-weight: 600;
}

.handle-content-list-item-label {
	margin-top: 10px;
	margin-left: 34px;
	font-size: 16px;
	font-weight: 400;
	color: #8c8c8c;
}

.handle-content-list-item-more {
	margin-top: 40px;
	margin-left: 34px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.handle-content-list-item-more-li {
	margin-right: 20px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	font-size: 16px;
}

.handle-content-list-item-more-li>img {
	width: 24px;
	height: 24px;
	margin-right: 7px;
}

.handle-content-list-item-button {
	left: 34px;
	bottom: 50px;
	position: absolute;
	width: calc(100% - 68px);
	height: 60px;
	text-align: center;
	line-height: 60px;
	background: linear-gradient(270deg, #06B278 0%, #06B26A 100%);
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}

.handle-content-list-item-button:hover {
	cursor: pointer;
}

.handle-content-step-wrapper {
	margin-top: 90px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.handle-content-step {
	width: 800px;
}

.handle-content-tips {
	margin: 70px 0 40px 0;
	font-size: 20px;
	font-weight: 500;
}

.handle-content-form-item {
	margin-top: 40px;
	display: flex;
	align-items: flex-start;
}

.handle-content-form-item-title {
	height: 50px;
	line-height: 50px;
	margin-right: 60px;
	font-size: 20px;
	font-weight: 400;
}

.handle-content-form-submit {
	margin-top: 40px;
	margin-left: 140px;
}

.handle-content-form-submit-button {
	width: 280px;
	height: 60px;
	background-color: #06B268;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	line-height: 60px;
}

.handle-content-form-submit-button:hover {
	cursor: pointer;
}

.handle-content-form-item-content-color {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.handle-content-form-item-content-color-item {
	width: 118px;
	height: 50px;
	margin-right: 20px;
}

.handle-content-form-item-content-color-item:hover {
	cursor: pointer;
}