.floor_disbale{
    pointer-events: none;
}
/* .locate-floor.is_disbale{
    cursor: not-allowed !important;
} */
.layui-m-layershade{
    cursor: pointer !important;
}
.locate-floor{
    margin-left:20px;
    margin-bottom: 10px;
    cursor: pointer !important;
    text-align: center;
    box-shadow: 0 0 3px 3px rgba(0,0,0,.1);
    border-radius: 20px;
}
.locate-floor .inns-floor-list{
    max-height: 320px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.locate-floor .inns-floor-list::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}
.floor-plus{
    height: 19px;
    width: 32px;
    margin: 0 auto;
    border-radius: 16px;
    position: relative;
}
.floor-plus.disabled{
    pointer-events: none;
    cursor: not-allowed;
}
.floor-plus:after{
    content: "";
    position: absolute;
    margin: auto;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: #B2B2B2;

}
.floor-plus:hover:after{
    border-top-color: #389CFF;
}
.inns-floor-next.floor-plus.disabled:after{
    border-top-color: #E7E7E7;
}
.inns-floor-last.floor-plus:hover:after{
    border-bottom-color: #389CFF;
}
.inns-floor-last.floor-plus:after{
    border-bottom-color: #B2B2B2;
    border-top-color: transparent;
    bottom: 6px;
}
.inns-floor-last.floor-plus.disabled:after{
    border-bottom-color: #E7E7E7;
}
.inns-floor-last.floor-plus.disabled:hover:after{
    border-bottom-color: #E7E7E7;
}
.locate-floor ul{
    list-style: none;
    margin: 0;
    padding: 0 3px;
    box-sizing: border-box;
}
.floor-li-margin{
     margin: 2px 0 !important;
}
.locate-floor li{
    height: 32px;
    width: 32px;
    margin: 0;
    border-radius: 16px;
    color:rgba(40,40,40,1);
    font-weight: 600;
    line-height: 32px;
}

.locate-floor .inns-floor-container{
    background-color: #fff;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}
.locate-floor .inns-floor-li.is-active{
    background:rgba(56,156,255,1);
    border-radius:16px;
    color:rgba(255,255,255,1);
}