.hy-card {
	padding: 34px 36px;
	padding-right: 249px;
	min-height: 300px;
}

.tip {
	line-height: 24px;
	font-size: 15px;
	color: #717171;
	margin: 18px auto 36px;
	max-width: 630px;
}

.record-btn {
	position: absolute;
	top: 34px;
	right: 36px;
	z-index: 1;
}

.consultation {
	position: absolute;
	top: 117px;
	right: 34px;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.consultation-top {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}

.consultation-top img {
	width: 90px;
	height: 90px;
	margin-left: 12px;
}

.consultation-top-left {
	min-width: 29px;
	height: 110px;
	border-radius: 6px 0px 0px 6px;
	background-color: #dce9f9;
	color: #056ce2;
	font-size: 12px;
	writing-mode: tb-rl;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 6px;
}

.consultation-bottom {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #333f4d;
}

.consultation-bottom img {
	width: 16px;
	height: 16px;
	margin-right: 4px;
}

.hy-steps {
	padding: 0 0.8vw;
	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: 13px;
	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;
}

.hy-form * {
	text-align: justify;
}
.hy-form {
	margin: 43px auto;
	--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;
}

.btn-lg {
	width: 104px;
	height: 40px;
	font-size: 16px;
	padding: 0px;
	border-radius: 0px;
  text-align: center;
}

.verification-code {
	border: 1px solid #ced4da;
	border-left: 0px;
	width: 127px;
	color: #056ce2;
	font-size: 15px;
	text-align: center;
}

.a {
	color: #056ce2;
	text-decoration: revert;
}

.title {
	color: #333f4d;
	font-size: 17px;
	font-weight: bold;
}

.tips{
  color: #F0716A;
  font-size: 14px;
}

.title-led {
  color: #e63c3c
}

.filling-input-control {
  width: 100px;
  display: inline-block;
  margin: 0 8px;
}

.lh-45{
  line-height: 45px;
}

.alert-secondary {
  font-size: 15px;
  line-height: 22px;
  margin-top: 24px;
  background-color: #F7F7F7;
  border-color: #F7F7F7;
  border-radius: 10px;
  color: #F04C43;
  padding: 10px 30px;
}

.sm-title{
	text-decoration:underline;
}<!--0.00023388862609863-->