.sousuo-cent {
	display: none;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 110px;
	right:200px;
	width:350px;
	height:65px;
	padding: 0 30px;
	background: linear-gradient(-45deg,#ffb703,#a47705);
}
.sousuo-cent form{
	width:80%;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

.sousuo-cent .cent-icon {
	width: 20px;
	height: auto;
}

.sousuo-cent .cent-icon img {
	width: 100%;
}
.ssk{
	width:calc(100% - 50px);
}
.sousuo-cent input {
	border: none;
	padding: 0;
	margin: 0;
	outline-style: none;
	padding: 0 10px;
	font-size: 14px;
	color: #fff;
	background: none;
	opacity: 0.8;
}

.sousuo-cent input::placeholder {
	font-size: 14px;
	color: #fff;
	opacity: 0.5;
}

.sousuo-cent .cent-hide {
	width: 20px;
	height: auto;
}

.sousuo-cent .cent-hide img {
	width: 100%;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.sousuo-cent .cent-hide:hover img {
	transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}