.xm-label-block{
  background-color: #4174FC!important;
  padding: 0 0 0 2px!important;
  width: 78px;
  height: 25px;
}

.xm-label-block span{
  color: #495057!important;
  font-family: 'SourceHanSansSC-Light';
  width: calc(100% - 20px);
  height: calc(100% - 4px)!important;
  background: #fff;
  margin-top: 2px;
  line-height: 22px;
  display: initial!important;
  text-align: center!important;
  overflow: hidden;
}

.xm-label-block i{
  margin-left: 0px!important;
  padding-left: 5px;
  height: 24px;
  width: 24px;
}

.xm-option-icon{
  border-color: #4174FC!important;
}

.floor-group{
  width: 76px;
  border-radius: 5px;
  float: right;
  border: 1px solid #D2D6D7;
  overflow: hidden;
}

.floor-item{
  color: #333333;
  padding: 10px 0;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}

.floor-selected,.floor-item:hover{
  background-color: #4274FB;
  color: #fff;
}

.select-floor-group{
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}

.select-floor-item{
  width: 77px;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #CFD3D4;
  border-radius: 5px;
  cursor: pointer;
  margin: 5px;
}

.select-floor-item p{
  margin: 0;
  text-align: center;
  font-size: 14px;
  font-family: 'SourceHanSansSC-Regular';
  line-height: 18px;
}

.select-floor-selected{
  border: 1px solid #4274FB;
}

.select-floor-item:hover{
  border: 2px solid #FF8080;
}

.select-floor-item:active{
  border: 2px solid #B30000;
}

/* .select-floor-item:nth-child(15n){
  margin-right: 0;
} */


.check-box-optimization {
    cursor: pointer;
    position: relative;
    margin-right: 5px;
}

.check-box-optimization::after {
    position: absolute;
    top: 3px;
    background-color: #fff;
    color: #fff;
    width: 14px;
    height: 14px;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    content: ' ';
    border-radius: 2px;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.check-box-optimization:checked::after {
    content: "";
    background-color: #037DF3;
    border-color: #037DF3;
    background-color: #037DF3;
}

.check-box-optimization:checked::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 3px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    z-index: 1;
}

.custom-control-inline{
  margin-right: 2px;
}

.null-tip{
  margin: 20px 0;
  text-align: center;
  font-size: 20px;

}

.list-tooltip{
  max-width: 100px;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow:ellipsis;
}