.minict_wrapper {
  background: url(../image/under/bg_select.png);
  width: 215px;
  height: 34px;
  position: relative;
}
.minict_wrapper.active {
  background-position: 0 -34px;
}
.minict_wrapper input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  line-height: 34px;
  width: 215px;
  height: 34px;
  border: none;
  background: none;
  padding: 0 12px 0 40px;
  cursor: default;
}
.minict_wrapper ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 4px 4px 1px;
  background: url(../image/under/bg_option.png) 0 100%;
  display: none;
  position: absolute;
  top: 31px;
  width: 100%;
  overflow-y: auto;
  z-index: 999999;
}
.minict_wrapper ul li {
  cursor: default;
  padding: 8px 10px 8px 35px;
  border-top: 1px solid #d5d2cd;
  background: url(../image/under/icn_option_off.png) no-repeat 7px 50%;
}
.minict_wrapper ul li:first-child {
  border-top: none;
}
.minict_wrapper ul li.minict_last {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.minict_wrapper ul li.minict_empty {
  display: none;
}
.minict_wrapper ul li.selected {
  background-image: url(../image/under/icn_option_on.png);
  background-color: #fff3c5;
}
.minict_wrapper ul li.hidden {
  display: none;
}

.minict_wrapper.bubble {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05);
  background: -moz-linear-gradient(top, white 0%, #f9f9f9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f9f9f9));
  background: -webkit-linear-gradient(top, white 0%, #f9f9f9 100%);
  background: -o-linear-gradient(top, white 0%, #f9f9f9 100%);
  background: -ms-linear-gradient(top, white 0%, #f9f9f9 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 100%);
}
.minict_wrapper.bubble:hover {
  border-color: #dcdcdc;
}
.minict_wrapper.bubble:after {
  border-left: 1px solid #e5e5e5;
  -webkit-box-shadow: inset 1px 0px 0px 0px #fff;
  box-shadow: inset 1px 0px 0px 0px #fff;
  height: 2.05rem;
}
.minict_wrapper.bubble ul {
  top: 2.7rem;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  overflow: visible;
}
.minict_wrapper.bubble ul:before {
  position: absolute;
  top: -11px;
  left: 19px;
  content: ".";
  color: transparent;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 11px 11px 11px;
  border-color: transparent transparent #e5e5e5 transparent;
}
.minict_wrapper.bubble ul:after {
  position: absolute;
  top: -10px;
  left: 20px;
  content: ".";
  color: transparent;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
}
.minict_wrapper.bubble ul li.minict_first {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.minict_wrapper.bubble ul li.minict_last {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
