.mic-orderBtn .orderTags {
  outline: none;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  color: #595959;
  border-radius: 3px;
  margin-right: 16px;
  height: 42px;
  line-height: 42px;
  padding: 0 5px 0 10px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 5px;
  float: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
}
.mic-orderBtn .orderTags .orderIcons {
  margin-left: 5px;
  position: relative;
  font-size: 0;
  width: 12px;
  height: 17px;
  display: inline-block;
}
.mic-orderBtn .orderTags .orderIcons .up,
.mic-orderBtn .orderTags .orderIcons .down {
  position: absolute;
  border: 5px solid transparent;
  border-radius: 2px;
  left: 50%;
  margin-left: -5px;
}
.mic-orderBtn .orderTags .orderIcons .down {
  border-top-color: #595959;
  border-bottom: 0;
  bottom: 0;
}
.mic-orderBtn .orderTags .orderIcons .up {
  top: 0;
  border-bottom-color: #595959;
  border-top: 0;
}
.mic-orderBtn .orderTags .orderIcons.asc .up {
  border: 8px solid transparent;
  margin-left: -8px;
  border-bottom-color: #595959;
  border-top: 0;
}
.mic-orderBtn .orderTags .orderIcons.asc .up::after {
  content: '';
  width: 6px;
  height: 13px;
  background: #595959;
  position: absolute;
  display: block;
  top: 3px;
  left: 50%;
  margin-left: -3px;
}
.mic-orderBtn .orderTags .orderIcons.asc .down {
  display: none;
}
.mic-orderBtn .orderTags .orderIcons.desc .down {
  margin-left: -8px;
  border: 8px solid transparent;
  border-top-color: #595959;
  border-bottom: 0;
  bottom: 0;
}
.mic-orderBtn .orderTags .orderIcons.desc .down::after {
  content: '';
  width: 6px;
  height: 13px;
  background: #595959;
  position: absolute;
  display: block;
  bottom: 3px;
  left: 50%;
  margin-left: -3px;
}
.mic-orderBtn .orderTags .orderIcons.desc .up {
  display: none;
}
.mic-orderBtn .orderTags.active,
.mic-orderBtn .orderTags:hover {
  background-color: #03b3b3;
  border: 1px solid #03b3b3;
  color: #fff;
}
.mic-orderBtn .orderTags:hover .up::after,
.mic-orderBtn .orderTags:hover .down::after {
  background: #fff !important;
}
.mic-orderBtn .orderTags:hover .up {
  border-bottom-color: #fff !important;
}
.mic-orderBtn .orderTags:hover .down {
  border-top-color: #fff !important;
}
.mic-orderBtn .orderTags.active .asc .up::after,
.mic-orderBtn .orderTags.active .desc .up::after,
.mic-orderBtn .orderTags.active .asc .down::after,
.mic-orderBtn .orderTags.active .desc .down::after {
  background: #0c8383 !important;
}
.mic-orderBtn .orderTags.active .asc .up,
.mic-orderBtn .orderTags.active .desc .up {
  border-bottom-color: #0c8383 !important;
}
.mic-orderBtn .orderTags.active .asc .down,
.mic-orderBtn .orderTags.active .desc .down {
  border-top-color: #0c8383 !important;
}
.mic-orderBtn .orderTags.active .loop-asc-desc .up {
  border-bottom-color: #0c8383 !important;
}
.mic-orderBtn .orderTags.active .loop-asc-desc .down {
  border-top-color: #fff !important;
}
.mic-orderBtn .orderTags.active .loop-desc-asc .up {
  border-bottom-color: #fff !important;
}
.mic-orderBtn .orderTags.active .loop-desc-asc .down {
  border-top-color: #0c8383 !important;
}
