.fence-layout{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.fence-range{
    flex: 0 0 auto;
}

.amap-fence-contarner{
    flex: 1 0 auto;
}

.fence-isable{
    width: 100%;
    flex: 0 0 auto;
    min-height: 40px;
}

.fence-bottom-button{
    width: 100%;
    height: 30px;
    flex: 0 0 auto;
    align-self: flex-end;
    min-height: 40px;
}

.part-layout{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}


/* id */
#save-fence{
    width: 100%;
    height: 100%;
    font-size: 1em;
}

#display-radius{
    margin-left: 10px;
}

#centerMarker{
    position: absolute;
    z-index: 9999;
    width: 32px;
    height: 32px;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
/* mui */
.mui-input-row.mui-input-range
{
    overflow: visible;

    padding-right: 20px;
}

.mui-input-range
{
  /*input[type="range"] {
      -webkit-appearance: none;
      background: #999;
      height: 36px;
      border-radius: 1px;
      overflow: hidden;
      margin-top: 2px;
      margin-bottom: 2px;
      outline:none;
      position:relative;
      width:100%;
  }*/
  /*input[type='range']::-webkit-slider-thumb {
      -webkit-appearance: none!important;
      opacity: 0.5;
      height:28px;
      width:28px;
      border-radius: 50%;
      background:#00b7fb;
      position: relative;
      pointer-events: none;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      &:before{
          position: absolute;
          top: 13px;
          left: -2000px;
          width: 2000px;
          height: 2px;
          background: #00b7fb;
          content:' ';
      }
  }*/
}

.mui-input-range input[type='range']
{
    position: relative;

    width: 100%;
    height: 2px;
    margin: 17px 0;
    padding: 0;

    cursor: pointer;

    border: 0;
    border-radius: 3px;
    outline: none;
    background-color: #999;

    -webkit-appearance: none !important;
}

.mui-input-range input[type='range']::-webkit-slider-thumb
{
    width: 28px;
    height: 28px;

    border-color: #0062cc;
    border-radius: 50%;
    background-color: #007aff;
    background-clip: padding-box;

    -webkit-appearance: none !important;
}

.mui-input-range label ~ input[type='range']
{
    width: 75%;
}

.mui-input-range .mui-tooltip
{
    font-size: 36px;
    line-height: 64px;

    position: absolute;
    z-index: 1;
    top: -70px;

    width: 64px;
    height: 64px;

    text-align: center;

    opacity: .8;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: #fff;
    text-shadow: 0 1px 0 #f3f3f3;
}