.zhengshu{
	width: 100%;
	margin: 8.5rem auto 1.25rem;
}
.zs-search{
	width: 1200px;
	display: flex;
	margin: 0 auto;
}
.zs-search input{
	width: 83.4%;
	height: 51px;
	border-radius: 25px 25px 25px 25px;
	border: 1px solid #008AFF;
	padding: 0 34px;
	text-align: left;
}
.zs-search button{
	width: 9.1%;
	height: 51px;
	border-radius: 25px 25px 25px 25px;
	border: 1px solid #008AFF;
	margin-left: 38px;
	text-align: center;
	background: #FFFFFF;
}
.zs-search button:hover{
	background: #008AFF;
	color: #FFFFFF;
}
.zs-search button,
.zs-search input[type="text"]{
	font-family: PingFang-SC, PingFang-SC;
	font-weight: bold;
	font-size: 26px;
	color: #008AFF;
	line-height: 24px;
	font-style: normal;
	text-transform: none;
}
.zs-list{
	width: 1213px;
	height: 595px;
	padding: 27px;
	margin: 16px auto;
	background: #F7F7F7;
	box-shadow: 3px 0px 7px 0px #000000;
	border-radius: 10px 10px 10px 10px;
	display: flex;
	justify-content: center;
}
.zs-list img{
	width: 100%;
	height: 100%;
}
#warn-tip{
	font-size: 16px;
	color: #F73131;
	text-align: left;
	width: 1100px;
	margin: 10px auto;
	display: none;
}
.zs-down{
	width: 1200px;
	margin: 18px auto;
	text-align: center;
}
.zs-down button{
	width: 180px;
	height: 50px;
	background: #008AFF;
	border: 1px solid #008AFF;
	text-align: center;
	border-radius: 25px 25px 25px 25px;
	font-family: PingFang-SC, PingFang-SC;
	font-weight: bold;
	font-size: 26px;
	color: #FFFFFF;
	line-height: 24px;
	font-style: normal;
	text-transform: none;
}
.zs-down button:hover{
	background: #FFFFFF;
	color: #008AFF;
}