.drop-picker-input {
  opacity: 0 !important;
  top: -9999px;
  left: -9999px;
  position: absolute;
}
.drop-picker-span {
  padding: 0;
  position: relative;
  display: block;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: 1px solid #ccc;
  background-color: #fff;
  color: #ccc;
  cursor: pointer;
  border-radius: 3px;
}
.drop-picker-span > .placeholder {
  color: #75757a;
  padding: 0 8px;
  font-size: 20px;
  margin-left: 40px;
}
.drop-picker-span > .arrow {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 10px;
  margin-top: -3px;
  height: 5px;
  /* background: url(images/drop-arrow.png) -10px -25px no-repeat; */
}
.drop-picker-span.focus,
.drop-picker-span.open {
  border-color: #46a4ff;
}
.drop-picker-span.open > .arrow {
  background-position: -10px -10px;
}
.drop-picker-span > .title > span {
  color: #333;
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 17px;
}
.drop-picker-span > .title > span:nth-child(1){
    margin-left: 50px;
}
.drop-picker-span > .title > span:hover {
  background-color: #f1f8ff;
}
.drop-picker-dropdown {
  position: absolute;
  width: 315px;
  left: -9999px;
  top: -9999px;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 999999;
  display: none;
  min-width: 330px;
  margin-bottom: 20px;
}
.drop-select-wrap {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}
.drop-select-tab {
  border-bottom: 1px solid #ccc;
  background: #f8f8f8;
  font-size: 13px;
}
.drop-select-tab > a {
  display: inline-block;
  padding: 8px 22px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid transparent;
  color: #4d4d4d;
  text-align: center;
  outline: 0;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: -1px;
}
.drop-select-tab > a.active {
  background: #fff;
  border-bottom: 1px solid #fff;
  color: #46a4ff;
}
.drop-select-tab > a:first-child {
  border-left: 0;
}
.drop-select-tab > a:last-child.active {
  border-right: 1px solid #ccc;
}
.drop-select-content {
  width: 100%;
  min-height: 10px;
  background-color: #fff;
  padding: 10px 15px;
  box-sizing: border-box;
}
.drop-select {
  font-size: 13px;
}
.drop-select dl {
  line-height: 2;
  clear: both;
  padding: 3px 0;
  margin: 0;
}
.drop-select dt {
  position: absolute;
  width: 2.5em;
  font-weight: 500;
  text-align: right;
  line-height: 2;
}
.drop-select dd {
  margin-left: 0;
  line-height: 2;
}
.drop-select.droplevel1 dd {
  margin-left: 3em;
}
.drop-select a {
  display: inline-block;
  padding: 0 10px;
  outline: 0;
  text-decoration: none;
  white-space: nowrap;
  margin-right: 2px;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  padding: 10px;
}
.drop-select a:hover,
.drop-select a:focus {
  background-color: #f1f8ff;
  border-radius: 2px;
  color: #46a4ff;
}
.drop-select a.active {
  color: #fff;
  border-radius: 2px;
}
