.custom-verify-wrapper{
	width: 500px;
	margin: 0 auto;
}

.custom-verify-wrapper .fwcode{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.custom-verify-wrapper .fwcode .FwCode{
	width: 70%;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	border: 1px solid rgba(10, 9, 8, 1);
}

.custom-verify-wrapper .fwcode .btnQuery{
	padding: 0;
	width: 28%;
	height: 40px;
	font-size: 15px;
	border-radius: 5px;
	color: rgba(255, 255, 255, 1);
	background-color: rgba(10, 9, 8, 1);
}

.custom-verify-wrapper .fwcode .btnQuery:hover{
	border-radius: 5px;
	color: rgba(255, 255, 255, 1);
	background-color: rgba(10, 9, 8, 1);
}

.custom-verify-wrapper .ReturnResult{
	width: 100%;
	font-size: 16px;
	margin-top: 10px;
	line-height: 20px;
	color: rgba(255, 0, 0, 1);
}

/* 响应 750 */
@media screen and (max-width: 750px) {
   .custom-verify-wrapper{
		width: 100%;
	}

	.custom-verify-wrapper .fwcode .FwCode{
		width: 69.800%;
	}

	.custom-verify-wrapper .fwcode .btnQuery{
		width: 27.373%;
	}
}