dd,
dl {
  list-style: none;
  margin: 0;
}
.dyui-disabled,
.dyui-disabled:hover {
  color: #d2d2d2 !important;
  cursor: not-allowed !important;
}

.dyui-input,
.dyui-select,
.dyui-textarea {
  /*height: 38px;*/
  line-height: 1.3;
  line-height: 38px\9;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  border-radius: 2px;
  border-color: #dee3e6;
  box-sizing: border-box;
}
.dyui-anim {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.dyui-edge {
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: dashed;
  border-color: transparent;
}
.dyui-input,
.dyui-textarea {
  display: block;
  width: 100%;
  padding-left: 10px;
}
.dyui-form-select .dyui-input {
  padding-right: 30px;
  cursor: pointer;
}
.dyui-inline,
img {
  display: inline-block;
  vertical-align: middle;
}
.dyui-inline {
  position: relative;
}
.dyui-form-select {
  position: relative;
}
.dyui-unselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.dyui-form input[type="checkbox"],
.dyui-form input[type="radio"],
.dyui-form select {
  display: none;
}
.dyui-form-select .dyui-input {
  padding-right: 30px;
  cursor: pointer;
}

.dyui-form-select .dyui-edge {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  cursor: pointer;
  border-width: 6px;
  border-top-color: #c2c2c2;
  border-top-style: solid;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.dyui-form-select dl {
  display: none;
  position: absolute;
  left: 0;
  top: 49px;
  padding: 5px 0;
  z-index: 899;
  min-width: 100%;
  border: 1px solid #d2d2d2;
  max-height: 300px;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
}

.dyui-form-select dl dd,
.dyui-form-select dl dt {
  padding: 0 10px;
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dyui-form-select dl dt {
  font-size: 12px;
  color: #999;
}

.dyui-form-select dl dd {
  cursor: pointer;
}

.dyui-form-select dl dd:hover {
  background-color: #f2f2f2;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.dyui-form-select .dyui-select-group dd {
  padding-left: 20px;
}

.dyui-form-select dl dd.dyui-select-tips {
  padding-left: 10px !important;
  color: #999;
}

.dyui-form-select dl dd.dyui-this {
  background-color: #0aabf6;
  color: #fff;
}

.dyui-form-checkbox,
.dyui-form-select dl dd.dyui-disabled {
  background-color: #fff;
}

.dyui-form-selected dl {
  display: block;
}

.dyui-form-checkbox,
.dyui-form-checkbox *,
.dyui-form-switch {
  display: inline-block;
  vertical-align: middle;
}

.dyui-form-selected .dyui-edge {
  margin-top: -9px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -3px\9;
}

:root .dyui-form-selected .dyui-edge {
  margin-top: -9px\0 / IE9;
}

.dyui-form-selectup dl {
  top: auto;
  bottom: 42px;
}

.dyui-select-none {
  margin: 5px 0;
  text-align: center;
  color: #999;
}

.dyui-select-disabled .dyui-disabled {
  border-color: #eee !important;
}

.dyui-select-disabled .dyui-edge {
  border-top-color: #d2d2d2;
}
