.a {
	color: #056ce2;
	text-decoration: revert;
}

.hy-form * {
	text-align: justify;
}

.hy-form {
	margin: 50px auto 0;
	--form-label-color: #4f5154;
}

.hy-form hr {
	color: #f2f2f2;
}

.hy-form .serial_label {
	display: inline-block;
	margin-right: 14px;
}

.hy-form__label-tip {
	font-size: 13px;
	color: #b2aeae;
}

.form-check-label {
	color: #333f4d;
}

.hy-steps {
	display: flex;
}

.hy-step {
	flex-shrink: 1;
	cursor: pointer;
}

.hy-step.is-finish .hy-step__title {
	color: #056ce2;
}

.hy-step.is-finish .hy-step__head {
	color: #056ce2;
	border-color: #056ce2;
}

.hy-step.is-finish + :not(.is-finish) .hy-step__line-inner {
	transition-delay: 0ms;
	border-width: 1px;
	width: 50%;
	border-color: #056ce2;
}

.hy-step.is-finish + .hy-step.is-finish .hy-step__line-inner {
	width: 100%;
}

.hy-step:first-of-type .hy-step__line {
	display: none;
}

.hy-step__head {
	position: relative;
	width: 100%;
	color: #b7bdc4;
	border-color: #b7bdc4;
}

.hy-step__line {
	height: 2px;
	top: 11px;
	left: -50%;
	right: 50%;
	position: absolute;
	background-color: #e9eaec;
}

.hy-step__line-inner {
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: inherit;
	transition: 0.15s ease-out;
	box-sizing: border-box;
	width: 0;
	height: 0;
}

.hy-step__icon {
	position: relative;
	z-index: 1;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	font-size: 14px;
	box-sizing: border-box;
	background: #fff;
	transition: 0.15s ease-out;
}

.hy-step__icon.is-text {
	border-radius: 50%;
	border: 2px solid;
	font-weight: bold;
	font-size: 18px;
	color: inherit;
	border-color: inherit;
}

.hy-step__title {
	line-height: 25px;
	font-size: 17px;
	margin-top: 5px;
}

.tip {
	width: 735px;
	line-height: 24px;
	font-size: 15px;
	color: #717171;
	margin: 18px auto 42px;
}

.warning {
	color: #f0716a;
	font-size: 17px;
}

.title {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 16px;
}

.alert-secondary {
	font-size: 13px;
	line-height: 22px;
	margin-top: 20px;
	background-color: #f7f7f7;
	border-color: #f7f7f7;
	border-radius: 15px;
	color: #333f4d;
	padding: 12px 25px;
}

.label {
	color: #717171;
	font-size: 16px;
}

.value {
	color: #333f4d;
	font-size: 18px;
}

.title-led {
	color: #e63c3c;
}

.wrapper {
	flex: 1;
}

.hy-wx-qr {
	position: absolute;
	/* position: relative; */
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	text-align: center;
}

.hy-wx-qr .wxwr {
	display: inline-flex;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 8px;
	box-shadow: 0px 2px 7px 0px rgba(186, 186, 186, 28);
}

.hy-wx-qr .smzx {
	width: 29px;
	color: #056ce2;
	font-size: 12px;
	padding: 0 8px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #dce9f9;
}

.hy-wx-qr .wximg-wr {
	padding: 10px 12px;
}

.hy-wx-qr .wximg {
	width: 90px;
	height: 90px;
}

.hy-wx-qr .phone {
	font-size: 13px;
	white-space: nowrap;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hy-wx-qr .phone .svg {
	flex-shrink: 0;
}

.hy-wx-qr .phone .text {
	margin-left: 4px;
}

.filling-input-control {
	width: 77px;
	display: inline-block;
	margin: 0 8px;
}

.lh-42 {
	line-height: 42px;
}

.status-card {
	font-size: 14px;
	padding: 26px 42px;
	margin-top: 38px;
	margin-bottom: 54px;
}

.status-card-title {
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.status-card-download {
	border-radius: 99px;
	width: 91px;
	height: 32px;
	line-height: 2;
	font-size: 14px;
  margin-top: 10px;
}

.status-card-download:hover{
  opacity: 0.8;
}
<!--0.00023508071899414-->