.search_box {
	display: flex;
	align-items: center;
	padding: 10px 0;
	font-size: 0.18rem;
}

.search_box_title {
	font-size: 0.18rem;
	color: #076daf;
	font-weight: 600;
	position: relative;
	padding-left: 0.15rem;
}

.search_box_title::before {
	content: '';
	position: absolute;
	width: 4px;
	top: 0;
	bottom: 0;
	background: #076daf;
	left: 0;
}

.search_box_input {
	width: 75%;
    margin-left: 1.1rem;
    height: 0.32rem;
    border-style: solid;
    border-color: #CCC;
    border-width: 1px;
}

.search_box_btn {
	color: #fff;
	padding: 0.06rem 0.25rem;
	background: #076daf;
	border-radius: 2px;
	font-weight: 500;
	font-size: 0.15rem;
	display: inline-block;
	margin-left: 0.25rem;
}

.search_box_btn:hover {
	opacity: 0.8;
}