/*
 * @Author: 天吾
 * @Date: 2019-01-23 16:29:55
 * @Last Modified by: 天吾
 * @Last Modified time: 2019-04-27 19:55:52
 */
/*
    size 统一用  sm base lg  表示,  对于不能满足的情况, 仿照衣服尺寸加上 x(EXTRA) 比如  font-size-xlg 表示特大
*/
.gd-select-option {
  color: #333;
  width: 100%;
  cursor: pointer;
  font-size: 14px;
}
.gd-select-option:hover {
  background-color: #F0F3F4;
  color: #000;
  text-decoration: none;
}
.gd-select-option--is-active {
  color: #005CF9;
  font-weight: bold;
}
.gd-select-option__content {
  line-height: 36px;
  padding: 0 12px;
  overflow: hidden;
  text-decoration: none;
  white-space: nowrap;
  word-wrap: normal;
  text-overflow: ellipsis;
  color: inherit;
  display: block;
}
.gd-select-option__content a {
  color: inherit;
  display: block;
}
