.left {
  float: left;
}
.right {
  float: right;
}
.commontop {
  width: 100%;
  height: 80px;
  line-height: 80px;
  color: white;
}



.commontop .left span {
  margin-right: 5px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}

.commontop input {
  border-radius: 20px;
  border: none;
  text-indent: 2rem;
  width: 260px;
  height: 26px;
  margin-left: 20px;
}

.commontop .right {
  position: relative;
}

.right span a {
    line-height: 80px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

#searchInput {
	width: 270px;
	height: 30px;
	background-color: #cbc8e8;
	font-size: 14px;
	font-weight: normal;
	border: none;
	border-radius: 50px;
	box-sizing: border-box;
	padding-left: 8px;
	margin-left: 20px;
	background-image: url(/m2/i/guangxi/i-search_03.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: auto 20px;
}
.search-result {
	position: absolute;
	background: #cbc8e8;
	width: 270px;
	z-index: 999;
	top: 60px;
	right: 0;
}
.dis{
	display: none;
}

.search-result ul li {
	display: block;
	box-sizing: border-box;
	line-height: 30px;
	height: 30px;
	cursor: pointer;
}

.search-result ul li a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.search-result ul li:hover {
	background: #4357dc;
	color: #fff;
}
