.flex_aj {
	display: flex;
	align-items: center;
	justify-content: center;
}

.searchTitle {
	font-weight: bold;
	font-size: 22px;
	padding-top: 40px;
	padding-bottom: 20px;
	/* padding: 40px 0; */
}

.tac {
	text-align: center;
}

.inputBox {
	width: 250px;
	border: 1px solid #666;
	line-height: 35px;
	height: 35px;
	border-radius: 60px;
	padding: 0 20px;
}

.blue {
	font-size: 14px;
	color: #0875ac;
}

.red {
	font-size: 14px;
	color: red;
	display: none;
}

.detail {
	color: #0875ac !important;
}

.td_u {
	color: #0875ac;
	text-decoration: underline;
}

.contentBox {
	width: 700px;
}

.submit_btn {
	background-color: #0875ac;
	width: 150px;
	border-radius: 60px;
	line-height: 40px;
	height: 40px;
	border: none;
	color: #fff;
}

.warranty_box {
	width: 350px;
	border: 1px solid #666;
	border-radius: 10px;
}

.warranty__title {
	font-size: 16px;
}

.hide {
	display: none;
}

.colorA {
	color: red;
}

.warr_result {
	width: 400px;
	border: 1px solid #666;
	border-radius: 10px;
	padding: 10px 0;
	margin-top: 30px;
}

.tip_box {
	text-align: center;
	margin-top: 30px;
}

.register {
	background-color: #0875ac;
	width: 230px;
	border-radius: 60px;
	line-height: 40px;
	height: 40px;
	border: none;
	color: #fff;
}

.mt70 {
	margin-top: 70px;
}

.success {
	display: none;
}