.ying_icon .top img {
  height: 12px;
}
.ying_icon .top {
  display: flex;
  align-items: center;
}
.ying_icon .icon_search {
  margin-left: auto;
  width: 398px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  background: #ffffff;
}
.ying_icon .icon_search input {
  width: 100%;
  height: 30px;
  text-indent: 1em;
  border: none;
  outline: none;
  background: #f3f3f3;
}
#icon_search_btn {
  flex: none;
  width: 98px;
  height: 30px;
  background: linear-gradient(0deg, rgba(79, 104, 248, 1) 0%, rgba(103, 140, 253, 1) 100%);
  text-align: center;
  line-height: 28px;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
}
