body {
	background-color: #f9f9f9 !important;
}
.box-apply {
	width: 1684px;
	margin: 0 auto 60px auto;
	background-color: #fff;
}
.box-apply .step {
	width: 832px;
	margin: 0 auto 8px auto;
	padding-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.box-apply .step .item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #333;
	margin-bottom: 8px;
}
.box-apply .step .item img {
	width: 80px;
	height: 80px;
	margin-bottom: 15px;
}
.box-apply .step::before,
.box-apply .step::after {
	content: " ";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border-bottom: 5px dotted #83cbc5;
	width: 200px;
	left: 50%;
	margin-left: -288px;
}
.box-apply .step::after {
	margin-left: 90px;
}

.w-690,
.tx-690 {
	/* width: 690px; */
	width: 520px;
}

.box-apply .box-form {
	width: 832px;
	margin: 40px auto 0 auto;
}
.box-apply .box-form .form {
	width: 640px;
	zoom: 1.3;
}
.box-apply .box-submit {
	padding-top: 60px;
	padding-left: 182px;
	padding-bottom: 40px;
}
.box-apply .box-submit .btn {
	width: 548px;
	height: 70px;
	font-size: 20px;
	background-color: #83cbc5;
	color: #333;
	padding: 0;
	border: 0;
}
.box-apply .w-690 .el-input__inner {
	border-color: #fff;
	border-bottom: 1px solid #e5e5e5;
	padding-left: 0;
}
.box-apply .el-radio-group {
	padding-top: 8px;
	line-height: 32px;
	position: relative;
}
.box-apply .border .el-radio-group::after {
	content: " ";
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 10px;
	border-bottom: 1px solid #e5e5e5;
}
.box-apply .el-input-group__append {
	background-color: #83cbc5;
	color: #fff;
}
.box-apply .el-radio__input.is-checked .el-radio__inner {
	border-color: #83cbc5;
    background: #83cbc5;
}
.box-apply .el-radio__input.is-checked+.el-radio__label {
	color: #83cbc5;
}

.app-dialog .el-dialog {
	border-radius: 10px;
}
.app-dialog .el-dialog__header {
	display: none;
}
.app-dialog .el-dialog__body {
	padding: 0;
}
.app-dialog .box-eld {
	width: 548px;
	height: 300px;
	box-sizing: border-box;
	border-radius: 10px;
}
.app-dialog .box-eld .body {
	height: 230px;
	font-size: 20px;
	line-height: 28px;
	color: #666;
	word-break: normal;
	word-wrap: break-word;
	box-sizing: border-box;
	padding: 70px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.app-dialog .box-eld .foot {
	height: 68px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.app-dialog .box-eld .foot::after {
	content: " ";
	position: absolute;
	top: 0;
	left: 50px;
	right: 50px;
	height: 1px;
	background-color: #e5e5e5;
}
