.headTop {
	background-image: url(../../../images/bgcImg.png);
	width: 100%;
	height: 6rem;
	background-size: cover;
	padding: 1.25rem;
	background-color: #fff;
}
[v-cloak]{
	display: none;
}
.img {
	width: 1.25rem;
	height: 1.25rem;
	margin-left: -1.93rem;
}

.headTopText {
	font-size: 1.38rem;
	font-family: PingFangSC-Medium;
	font-weight: 500;
	color: rgba(39, 49, 64, 1);
	margin-bottom: 0.63rem;
}

.headBomBox {
	font-size: 0.81rem;
	color: #A5ADB9;
}

.headBule {
	color: #6EA1ED;
}

.tigzt {
	position: fixed;
	z-index: -999;
	bottom: 1.56rem;
	left: 0;
	text-align: center;
	width: 100%;
	margin-top: 0.63rem;
	font-size: 0.81rem;
	color: #A5ADB9;
}

.tigzts {
	z-index: -999;
	margin-top: 1.63rem;
	text-align: center;
	width: 100%;
	font-size: 0.81rem;
	color: #A5ADB9;
	background-color: #fff;
}

.headS {
	display: flex;
	margin: 1.25rem 1.25rem 0.94rem;
	border-radius: 1.25rem;
	background-color: #F9F9FB;
	height: 2.5rem;
	align-items: center;
}

.title_div {
	display: flex;
	background-color: #fff;
	width: 84%;
	border-radius: 1.25rem 0 0 1.25rem;
}

.inp {
	background: rgba(243, 248, 253, 1);
	width: 100%;
	height: 2.81rem;
}

input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #D8D8D8;
}

.clasS {
	width: 16%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-left: 1px solid #E6E6EB;
	height: 1.13rem;
}

.btns {
	width: 100%;
	height: 2.88rem;
	margin-top: 2.5rem;
	background-color: #3D75C5;
	color: #fff;
	border: 0;
	margin-bottom: 1rem;
	border-radius: 5%;
}

