.bool-select-wraper .bool-select-contain {
  float: right;
  width: 45px;
  height: 20px;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

.bool-select-wraper .bool-select-contain-default {
  width: 45px;
  height: 20px;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

.bool-select-wraper .bool-select-contain div {
  display: inline-block;
}

.bool-select-wraper .bool-select-button {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  border-radius: 50%;
  float: right;
  margin-right: 2px;
  background-color: #fff;
}

.bool-select-wraper .bool-select-open {
  float: left;
  margin-left: 14px;
}

.bool-select-wraper .bool-select-close {
  float: right;
  margin-right: 14px;
}

.bool-select-wraper .bool-select-title {
  display: inline-block;
  font-size: 14px;
  color: #3e4e59;
  line-height: 20px;
  text-align: left;
}

.bool-select-wraper .mux-rectangle-blue-svg, .bool-select-wraper .mux-retangle-gray-svg {
  display: inline-block;
  width: 45px;
  height: 20px;
}
