/* 抗疫专题 */

/* 抗疫专题-桌面端 */
.index_kyzt {}

.index_kyzt img {
	width: 100vw;
}

.index_kyzt_contact {
	position: relative;
}

.index_kyzt_contact_box {
	width: 40vw;
	height: 4vw;
	position: absolute;
	left: 45vw;
	bottom: 3vw;
	display: flex;
	align-items: center;
	background-color: #fff;
	border-radius: 1vw;
}

.index_kyzt_contact_box_name {
	position: relative;
	margin-left: 1vw;
	display: flex;
}

.index_kyzt_contact_box_name img {
	width: 1.5vw;
}

.index_kyzt_contact_box_name input {
	width: 8vw;
	font-size: 0.8vw;
	border-top: none;
	border-right: none;
	border-left: none;
	outline: none;
}

.index_kyzt_contact .footer_call_phone {
	position: relative;
	margin-left: 6vw;
	display: flex;
}

.index_kyzt_contact .footer_call_phone img {
	width: 1.5vw;
}

.index_kyzt_contact .footer_call_phone input {
	width: 8vw;
	font-size: 0.8vw;
	border-top: none;
	border-right: none;
	border-left: none;
	outline: none;
}

.index_kyzt_item_error {
	width: 15vw;
	position: absolute;
	left: 2vw;
	top: 1.5vw;
	font-size: 0.7vw;
	color: red;
}

.index_kyzt_contact_box_button {
	width: 4vw;
	height: 1.5vw;
	margin-left: 6vw;
	font-size: 0.7vw;
	color: #fff;
	border: none;
	background-color: #2955F7;
	font-family: 'SOURCEHANSANSCN-BOLD';
}

.index_kyzt_contact_copyright {
	width: 50vw;
	position: absolute;
	left: 50%;
	bottom: 50%;
	transform: translate(-50%, -20%);
	color: #fff;
	text-align: center;
}


/* 抗疫专题-移动端 */
.mobile_kyzt {}

.mobile_index_kyzt img {
	width: 100vw;
}
