.suggest {
  position: absolute;
  width: 600px;
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  border: 1px solid #cccccc;
  z-index: 3000;
  display: none;
}

.suggest .suggest-head {
  color: #536280;
  background-color: #F0F2F7;
  font-size: 13px;
  padding: 1px 5px;
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
  cursor: default;
}

.suggest .suggest-item {
  position: relative;
  font-size: 14px;
  line-height: 1.2;
  height: 50px;
  border-bottom: 1px solid #cccccc;
  background-color: #ffffff;
  padding: 4px 5px;
  cursor: pointer;
}

.suggest .suggest-item a {
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: top;
  text-decoration: none;
}

.suggest .suggest-mini-icon {
  float: left;
  width: 50px;
  height: 50px;
  text-align: center;
}

.suggest .suggest-mini-icon img {
  max-width: 50px;
  max-height: 50px;
  margin: auto;
}

.suggest .suggest-description {
  margin-left: 50px;
  padding: 3px 5px;
}

.suggest .suggest-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  height: 1.2em;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.suggest .suggest-title {
  margin-top: -1px;
  margin-right: 15px;
  font-weight: bold;
}

.suggest .suggest-name {
  font-size: 11px;
  margin-top: 2px;
  color: #06C;
}

.suggest .suggest-intro {
  font-size: 11px;
  color: #868686;
  margin-top: 2px;
  margin-right: 180px;
}

.suggest .work_genre {
  position: absolute;
  right: 4px;
  bottom: 4px;
}

.suggest .suggest-item.suggest-active {
  background-color: #FFF9D9;
}

.suggest .suggest-item.suggest-more {
  text-align: center;
  font-size: 12px;
  height: auto;
  padding: 6px 0;
  line-height: 1.35;
  cursor: pointer;
}

.suggest .suggest-item.suggest-more span {
  color: #747474;
}

.suggest .suggest-item.suggest-active .suggest-title,
.suggest .suggest-item.suggest-active .suggest-name {
  color: #E58600;
}

/**
 * girls
 */

.suggest.girls .suggest-head {
  color: #79615F;
  background-color: #EFE6DF;
}

.suggest.girls .suggest-item.suggest-active {
  background-color: #FFFAEC;
}

/**
 * touch
 */

.suggest.touch .suggest-description {
  margin-left: 0;
  padding: 1px;
}

.suggest.touch .suggest-item {
  font-size: 13px;
  height: auto;
}
