.seacher-content {
	width: 15rem;
	margin: 1rem auto 0 auto;
	padding-bottom: 0.8rem;
}

.seacher-rightBox {
	display: flex;
	justify-content: flex-end;
}

.seacher-right {
	
	background: #FFFFFF;
	border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
	position: relative;
}

.seacher-right input {
	width:5rem;
	height: 0.5rem;
	display: block;
	border: 0.01rem solid #D8D8D8;
	padding-left: 0.27rem;
	padding-right: 1.5rem;
	border-radius: 99px;
}

.seacher-btn{
	position: absolute;
	top: 0;
	right: 0;
	width:1.15rem;
	height: 100%;
	background: #004FA3;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 99px;
	cursor: pointer;
}
.seacher-btn img{
	width: 0.27rem;
	height: 0.27rem;
}
.seacher-wrap{
	margin-top: 0.52rem;
}
.seacher-total{
	margin-bottom: 0.32rem;
	font-size: 0.24rem;
	color: #333;
}
.seacher-total span{
	color: #FF0000;
	margin: 0 0.05rem;
}
.seacher-item{
	display: flex;
	align-items: center;
	padding: 0.2rem 0.68rem 0.2rem 0.5rem; 
	border: 0.01rem solid #EBEBEB;
	margin-bottom: 0.2rem;
}

.seacher-left-a{
	flex: 1;
	padding-right: 0.85rem;
}
.seacher-right-a{
	width: 2.71rem;
	height: 1.67rem;
	box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.16);
	border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
	overflow: hidden;
}
.seacher-right-a:hover>img{
	transform: scale(1.03);
}
.seacher-right-a img{
	width: 100%;
	height: 100%;
	transition: all .25s;
	object-fit: cover;
}

.seacher-title{
	width: 8rem;
	font-size: 0.24rem;
	color: #383635;
	font-weight: bold;
	margin-bottom: 0.2rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.seacher-text{
	line-height: 2;
	color: #757575;
	font-size:0.16rem;
	
}


.null-box{
	padding: 1.5rem 0 ;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.null-content img{
	width: 6.77rem;
	height: 4.44rem;
}

.null-title{
	font-weight: bold;
	font-size: 0.36rem;
	color: #515151;	
	margin-bottom: 0.3rem;
	text-align: center;
}
.null-txt{
	color: #757575;
	font-size: 0.16rem;
	text-align: center;
	margin-bottom: 0.5rem;
}
.null-home{
	width: 1.49rem;
	height: 0.43rem;
	background: #004FA3;
	border-radius: 0.34rem 0.34rem 0.34rem 0.34rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	margin: 0 auto;
}