.next-input-group .next-input-addon {
  color: #999999;
  background-color: #F7F8FA;
  font-weight: normal;
  text-align: center;
  border: 1px solid #C4C6CF;
}

.next-input-group .next-input-addon.next-input-addon-before {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.next-input-group .next-input-addon.next-input-addon-after {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.next-input-group .next-input-addon:first-child {
  border-right: 0;
}

.next-input-group .next-input-addon:last-child {
  border-left: 0;
}

.next-input-group.small .next-input-addon {
  display: table-cell;
  height: 20px;
  padding: 0 4px;
  font-size: 14px;
  line-height: 18px;
  vertical-align: middle;
  border-radius: 0px;
}

.next-input-group.medium .next-input-addon {
  display: table-cell;
  height: 28px;
  padding: 0 8px;
  font-size: 14px;
  line-height: 26px;
  vertical-align: middle;
  border-radius: 0px;
}

.next-input-group.large .next-input-addon {
  display: table-cell;
  height: 40px;
  padding: 0 8px;
  font-size: 14px;
  line-height: 38px;
  vertical-align: middle;
  border-radius: 0px;
}

.next-select {
  box-sizing: border-box;
  color: #333333;
  font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
  font-size: 14px;
  line-height: 1.28571;
  display: inline-block;
  border: 1px solid #E6E7EB;
  cursor: pointer;
  position: relative;
  -webkit-transition: ease all 0.3s 0.1s;
  transition: ease all 0.3s 0.1s;
  border-radius: 0px;
  min-width: 100px;
  color: #333333;
  border-color: #C4C6CF;
  background-color: #FFFFFF;
}

.next-select *, .next-select *:before, .next-select *:after {
  box-sizing: border-box;
}

.next-select-placeholder {
  color: #999;
}

.next-select .next-select-arrow, .next-select .next-select-clear {
  position: absolute;
}

.next-select .next-select-arrow {
  color: #A0A2AD;
}

.next-select .next-select-clear {
  display: none;
  color: #ccc;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
}

.next-select .next-select-clear:hover {
  color: #A0A2AD;
}

.next-select-inner {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
}

.next-select:hover .next-select-clear {
  display: inline-block;
}

.next-select.has-clear:hover .next-select-arrow {
  display: none;
}

.next-select.multiple .next-select-inner {
  overflow: visible;
  width: auto;
  display: block;
  white-space: normal;
}

.next-select-inner-item {
  margin-right: 4px;
  background: #EBECF0;
  border-radius: 2px;
  padding: 0 4px;
  display: inline-block;
  height: 20px;
  line-height: 20px;
}

.next-select-inner-item a {
  color: #A0A2AD;
}

.next-select-search {
  margin: 0 10px;
  margin-bottom: 10px;
  position: relative;
}

.next-select-search .next-input {
  width: 100%;
  padding-right: 24px;
}

.next-select-search .next-icon {
  position: absolute;
  top: 0px;
  right: 5px;
  color: #999;
}

.next-select-menu .next-menu-content {
  max-height: 260px;
  overflow: auto;
}

.next-select .next-comobobox-arrow-wrapper {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: #F7F8FA;
  border-left: 1px solid #C4C6CF;
}

.next-select.disabled {
  color: #CCCCCC;
  border-color: #E6E7EB;
  background-color: #F7F8FA;
  cursor: not-allowed;
}

.next-select.disabled:hover {
  border-color: #E6E7EB;
}

.next-select.disabled .next-select-arrow {
  color: #E6E7EB;
}

.next-select.disabled .next-select-inner-item .next-icon-close:before {
  color: #CCCCCC;
}

.next-select:hover {
  border-color: #A0A2AD;
}

.next-select:focus {
  border-color: #2192D9;
  outline: 0;
}

.next-select:active {
  border-color: #2192D9;
}

.next-select.large {
  height: 40px;
  line-height: 38px;
  padding-left: 8px;
  padding-right: 41px;
  font-size: 14px;
  border-width: 1px;
}

.next-select.large.no-arrow {
  padding-right: 8px;
}

.next-select.large .next-select-arrow, .next-select.large .next-select-clear {
  right: 10px;
  top: 0px;
}

.next-select.large .next-select-arrow:before, .next-select.large .next-select-clear:before {
  width: 20px;
  font-size: 20px;
  line-height: inherit;
}

.next-select.large .next-comobobox-arrow-wrapper {
  width: 41px;
  border-radius: 0 0px 0px 0;
}

.next-select.large .next-select-inner-item {
  height: 22px;
  line-height: 22px;
  margin-top: 8px;
}

.next-select.large .next-select-inner-item .next-icon-close {
  margin-left: 2px;
}

.next-select.large.multiple {
  padding-left: 8px;
  height: auto;
  min-height: 40px;
}

.next-select.large.next-comobobox .next-select-clear {
  position: absolute;
  right: 45px;
}

.next-select.medium {
  height: 28px;
  line-height: 26px;
  padding-left: 8px;
  padding-right: 33px;
  font-size: 14px;
  border-width: 1px;
}

.next-select.medium.no-arrow {
  padding-right: 8px;
}