.banner1 .pic img{
	height: 200px;
	object-fit: cover;
}
.banner1 .bannerBox{
	text-align: center;
}
.banner1 .bannerBox .des{
	margin-bottom: 0;
	margin-top: .4em;
}
.query{
	background-color: RGBA(247, 247, 247, 1);
}
.query .box1{
	padding: 90px 0 70px;
}
.query .box1 .innerTitle span{
	font-family: HarmonyOS_Sans_SC_Light;
}
.query .box1 .innerTitle .tips{
	font-weight: 400;
	font-size: 20px;
	color: #C7C7C7;
	line-height: 20px;
}
.query .box1 .box-t .list{
	display: grid;
	grid-template-columns: repeat(5,1fr);
	margin-top: 40px;
	gap: 18px;
}
.query .box1 .box-t .list li .icon{
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.query .box1 .box-t .list li .icon img{
	width: 100%;
	height: 100%;
}
.query .box1 .box-t .list li>a{
	display: flex;
	align-items: center;
	padding: 10px 27px;
	justify-content: space-between;
	border-radius: 10px;
	border: 1px solid rgba(140, 140, 140, 1);
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: rgba(34, 34, 34, 1);
	letter-spacing: 1px;
	transition: all .6s;
}
.query .box1 .box-t .list li.active>a{
	border-color: RGBA(40, 120, 255, 1);
	background-color: RGBA(40, 120, 255, 1);
	color: #fff;
}
.query .box1 .box-t .list li>a span{
	flex: 1;
	margin-left: 10px;
	text-align: right;
}
.query .box1 .box-c{
	margin-top: 94px;
}
.query .box1 .box-c .input{
	margin-top: 30px;
	width: 500px;
	max-width: 100%;
}
.query .box1 .box-b .inputBox .input input,
.query .box1 .box-c .input input{
	display: block;
	width: 100%;
	height: 60px;
	border: 1px solid #C7C7C7;
	padding: 0 20px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 20px;
	color: #333;
	line-height: 40px;
	background-color: transparent;
	outline: none;
}
.query .box1 .box-b .inputBox .input input::placeholder,
.query .box1 .box-c .input input::placeholder{
	color: rgba(158, 158, 158, 1);
}
.query .box1 .box-b{
	margin-top: 90px;
}
.query .box1 .box-b .innerTitle{
	margin-bottom: 40px;
}
.query .box1 .box-b .inputBox{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 50px;
	width: 1250px;
	max-width: 100%;
	margin-bottom: 30px;
}
.query .box1 .box-b .inputBox .input{
	display: flex;
	align-items: center;
}
.query .box1 .box-b .inputBox .input label{
	margin-right: 19px;
	min-width: 80px;
	text-align: right;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 20px;
	color: #3B3B3B;
}
.query .box1 .box-b .inputBox .input input{
	flex: 1;
	width: 100%;
}
.query .box1 .box-b .inputBox .input .getVerfiy{
	background-color: rgba(40, 120, 255, 1);
	line-height: 60px;
	width: 160px;
	cursor: pointer;
	font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	margin-left: 15px;
}
.query .box1 .box-b .submit{
	margin: 60px auto 0;
	width: 300px;
	line-height: 70px;
	background: #2878FF;
	font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 20px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.query .box1 .box-b .submit .iconfont{
	font-size: 20px;
	margin-left: 14px;
	animation: scale1 2s linear infinite;
}
@media (max-width:1440px) {
	.query .box1 .box-t .list li>a{
		padding: 10px 17px;
	}
}
@media (max-width:1199px) {
	.query .box1{
		padding: 70px 0;
	}
	.query .box1 .box-t .list{
		margin-top: 30px;
	}
	.query .box1 .box-b .innerTitle{
		margin-bottom: 30px;
	}
	.query .box1 .box-b,
	.query .box1 .box-c{
		margin-top: 45px;
	}
	.query .box1 .box-b .inputBox{
		grid-template-columns: repeat(1,1fr);
		width: 500px;
		max-width: 100%;
	}
	.query .box1 .box-b .inputBox .input label{
		font-size: 16px;
		width: 96px;
	}
	.query .box1 .box-b .inputBox .input input, .query .box1 .box-c .input input{
		font-size: 16px;
	}
	.query .box1 .box-b .inputBox{
		gap: 30px;
	}
	.query .box1 .box-t .list{
		grid-template-columns: repeat(4,1fr);
	}
	.query .box1 .box-b .inputBox .input input, .query .box1 .box-c .input input{
		height: 50px;
	}
	.query .box1 .box-b .inputBox .input .getVerfiy{
		font-size: 18px;
		height: 50px;
		line-height: 50px;
	}
	.query .box1 .box-b .submit{
		margin-top: 40px;
		line-height: 60px;
	}
}
@media (max-width:1024px) {
	.query .box1 .box-b .submit{
		line-height: 50px;
		margin-top: 30px;
	}
	.query .box1 .innerTitle .tips{
		font-size: 18px;
	}
	.query .box1 .box-b .inputBox .input input, .query .box1 .box-c .input input{
		height: 45px;
	}
	.query .box1 .box-b .inputBox .input .getVerfiy{
		font-size: 16px;
		height: 45px;
		line-height: 45px;
	}
	.query .box1{
		padding: 60px 0;
	}
	.query .box1 .box-c .input,
	.query .box1 .box-t .list{
		margin-top: 25px;
	}
	.query .box1 .box-b .innerTitle{
		margin-bottom: 25px;
	}
	.query .box1 .box-b,
	.query .box1 .box-c{
		margin-top: 40px;
	}
	.query .box1 .box-t .list{
		grid-template-columns: repeat(3,1fr);
	}
	
}
@media (max-width: 768px) {
	.query .box1 .innerTitle .tips{
		font-size: 16px;
	}
	.query .box1 .box-t .list{
		grid-template-columns: repeat(2,1fr);
	}
	.query .box1{
		padding: 50px 0;
	}
	.query .box1 .box-c .input,
	.query .box1 .box-t .list{
		margin-top: 20px;
	}
	.query .box1 .box-b .innerTitle{
		margin-bottom: 20px;
	}
	.query .box1 .box-b,
	.query .box1 .box-c{
		margin-top: 30px;
	}
	.query .box1 .box-t .list li .icon{
		width: 40px;
		height: 40px;
	}
	.query .box1 .box-b .inputBox .input label{
		/* font-size: 14px; */
	}
	.query .box1 .box-b .inputBox .input input{
		padding: 0 10px;
	}
}
@media (max-width: 500px) {
	.query .box1 .box-b .inputBox{
		gap: 20px;
	}
	.query .box1 .box-b .inputBox{
		margin-bottom: 20px;
	}
	.query .box1 .box-b .inputBox .input .getVerfiy{
		width: 113px;
	}
	.query .box1 .innerTitle .tips{
		font-size: 14px;
	}
	.query .box1 .box-t .list li .icon{
		width: 34px;
		height: 34px;
	}
	.query .box1 .box-t .list li>a{
		font-size: 14px;
	}
	.query .box1{
		padding: 40px 0;
	}
	.query .box1 .box-c .input,
	.query .box1 .box-t .list{
		margin-top: 15px;
	}
	.query .box1 .box-b .innerTitle{
		margin-bottom: 15px;
	}
	.query .box1 .box-b,
	.query .box1 .box-c{
		margin-top: 25px;
	}
}