.search_box .tit {
	font-size: 0.24rem;
	font-weight: 400;
	color: #333333;
}
.search_list{
	margin-bottom:0.65rem;
}
.search_box .tit a {
	color: rgba(255, 0, 0, 1);
}

.search_item .scale-box {
	flex: 0 0 auto;
	max-width: 2.85rem;
	object-fit: cover;
}

.search_item .tit {
	font-size: 0.24rem;
	font-weight: bold;
	color: #383635;
}

.search_item .text {
	font-size: 0.16rem;
	font-weight: 400;
	color: #757575;
	line-height: 0.32rem;
	padding-top: 0.1rem;
	max-width: 14rem;
	margin-bottom:0.15rem;
	
border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
}

.search_item {
	display: flex;
	padding: 0.18rem 0.25rem 0.21rem 0.47rem;
	background-color: #fff;
	margin-top: 0.27rem;
}

.search_mill {
	width: 0.6rem;
}

.search_item .box1 {
	padding-top: 0.3rem;
}

.meg_mode {
	width: 14rem;
	margin: 0 auto;
	padding-bottom: 1.25rem;
	padding-top: 0.8rem;
}

.search_page {
	background-image: url("../images/search/bg.jpg");
	background-size: cover;
}

.search_text {
	cursor: pointer;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	width: auto;
	width: 0.6rem;
	height: 0.6rem;
	background: #771F00;
	border-radius: 100%;
	justify-content: center;
	width: 1.15rem;
	height: 0.5rem;
	background: #076FBE;
	border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
}
.search_text img{
	width:0.26rem;
	object-fit: contain;
}
.search_content {
	width: 6.56rem;
	height: 0.5rem;
	background: #FFFFFF;
	border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
	opacity: 1;
	border: 0.01rem solid #D8D8D8;
	overflow: hidden;
	position: relative;
	margin:0 auto;
	margin-bottom:0.48rem;
}

.search_content .p_input {
	width: 100%;
	height: 100%;
	border: 0;
	outline: 0;
	position: absolute;
	padding: 0 1.5rem 0 0.3rem;
	background: #F8F8F8;
	box-sizing: border-box;
	color: #333;

}

.header_wrap .search_icon {
	width: 0.3rem;
	object-fit: contain;
}