
/* 步骤条 begin */
.steps {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	line-height: 16px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-box-align: stretch;
	border-radius: 0.285714rem;
	border: 1px solid rgba(34, 36, 38, 0.15);
}

.steps .step {
	flex: 1;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
	-webkit-box-flex: 1;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	vertical-align: middle;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	color: rgba(40, 40, 40, .3);
	box-shadow: none;
	border-top-width: initial;
	border-bottom-width: initial;
	border-left-width: initial;
	border-top-color: initial;
	border-bottom-color: initial;
	border-left-color: initial;
	margin: 0px;
	padding: 14px 28px;
	border-radius: 0px;
	border-style: none solid none none;
	border-image: initial;
	border-right: 1px solid rgba(34, 36, 38, 0.15);
	transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s
		ease, box-shadow 0.1s ease;
}

.steps .step:first-child {
	border-radius: 0.285714rem 0px 0px 0.285714rem;
}

.steps .step:last-child {
	border-radius: 0px 0.285714rem 0.285714rem 0px;
	border-right: none;
}

.steps .step::after {
	position: absolute;
	z-index: 2;
	content: "";
	top: 50%;
	right: -1px;
	background-color: rgb(255, 255, 255);
	width: 16px;
	height: 16px;
	transform: translateY(-50%) translateX(50%) rotate(-45deg);
	border-style: solid;
	border-image: initial;
	border-color: rgba(34, 36, 38, 0.15);
	border-width: 0px 1px 1px 0px;
	transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s
		ease, box-shadow 0.1s ease;
}

.steps .step:last-child::after, .steps-link .step:last-child::after {
	display: none;
}

.steps .step .icon, .steps-link .step .icon {
	line-height: 1;
    font-size: 30px;
    margin-right: 14px;
}

.steps .step .title, .steps-link .step .title {
	font-size: 16px;
	font-weight: 700;
}

.steps .step.done .title, .steps-link .step.done .title {
	color: #333;
}

.steps .step .description, .steps-link .step .description {
	margin-top: 2px;
	font-size: 14px;
	line-height: 14px;
}

.steps .step.done .icon, .steps-link .step.done .icon {
	color: #1890ff;
}

.steps .step.done .description, .steps-link .step.done .description {
	color: rgba(0,0,0,0.45);
}

.steps .step.active {
	color: #fff;
	background: #1890ff;
}

.steps .step.active::after {
	background: #1890ff;
}

.steps .step .number, .steps-link .step .number {
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 26px;
	font-weight: 700;
	text-align: center;
	border-radius: 50%;
	margin: 0px 1rem 0px 0px;
	border: 2px solid rgba(40, 40, 40, .3);
}

.steps .step.active .number {
	color: #62a8ea;
	background-color: #fff;
	border-color: #62a8ea;
}

.steps .step.done .number, .steps-link .step.done .number {
	color: #1890ff;
	border-color: #1890ff;
}

.steps.clickable .content, .steps-link.clickable .content {
	cursor: pointer;
}

.steps-body > .ui-page {
	padding-top: 16px;
}

.steps-link {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-box-align: stretch;
	line-height: 16px;
	padding: 0 16px;
}

.steps-link .step {
	flex: 1;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	vertical-align: middle;
	-webkit-box-flex: 1;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	vertical-align: middle;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	color: rgba(40, 40, 40, .3);
	margin: 0px;
}

.steps-link .step:last-child {
	flex: none;
}

.steps-link .step::after {
	flex: 1;
	content: "";
	height: 1px;
	border: 1px solid rgba(34, 36, 38, 0.15);
	transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s
		ease, box-shadow 0.1s ease;
	margin: 15px 16px;
}

.steps-link .step.done::after {
	background: #1890ff;
}

.steps-link .step.active .number {
	color: #fff;
	background-color: #1890ff;
	border-color: #1890ff;
}

.steps-link .step.active .icon {
	color: #1890ff;
}

.steps-link .step.active .title {
	color: #1890ff;
}

.steps-link .step.active .description {
	color: rgba(0,0,0,0.45);
}

.steps-sm {
	line-height: 14px;
}

.steps.steps-sm .step {
    padding: 10px 24px;
}

.steps-sm .step .number {
    width: 28px;
    height: 28px;
    font-size: 16px;
    line-height: 24px;
}

.steps-sm .step .icon {
   font-size: 28px;
}

.steps-sm .step .title {
	font-size: 14px;
}

.steps-sm .step .description {
	font-size: 12px;
	line-height: 12px;
}

.steps-lg {
	line-height: 18px;
}

.steps.steps-lg .step {
    padding: 20px 24px;
}

.steps-lg .step .number {
    width: 34px;
    height: 34px;
    font-size: 20px;
    line-height: 30px;
}

.steps-lg .step .icon {
   font-size: 34px;
}

.steps-lg .step .title {
	font-size: 18px;
}

.steps-lg .step .description {
	font-size: 14px;
	line-height: 14px;
	margin-top: 3px;
}
/* 步骤条 end */
