

[chinaz-menu-item]{
  padding: 5px 19px;
  line-height: 22px;
  color: #616161;
  cursor: pointer;
}

[chinaz-menu-item].selected{
  background: #1a8cff;
  color: #ffffff;
  border-radius: 8px 8px 0px 0px;
}

[chinaz-input-search].hasprefix input{
  padding-left: 128px;
}

[chinaz-input-search] .prefix{
  display: flex;
  gap: 4px;
  padding-left: 20px;
  position: absolute;
  left: 0;
  top: 13px;
  z-index: 1;
  line-height: 22px;
}

.bgcolor115{
  background: linear-gradient(115deg,#ffffff, #e6f0fa 100%);
}

.searchitemcontent{
  height: 44px;
  border-bottom: 1px solid #e4e7eb;
}

.searchitemcontent:last-child{
  border-bottom: none;
}

.searchcontent{
  box-shadow: 2px 2px 30px 0px rgba(0,102,204,0.20); 
  overflow: hidden;
}