.l-radio-default{
  width: auto;
  height: auto;
  overflow: hidden;
  label{
    width: auto;
    height: auto;
    overflow: hidden;
    display: inline-block;
    line-height: 20px;
    cursor: pointer;
    font-size: 14px;
    margin-right:15px;
    user-select: none;
    span{
      float: left;
      color:#505050;
      font-size: 14px;
    }
    span.l-radio-round{
      width: 14px;
      height: 14px;
      display: inline-block;
      position: relative;
      border:1px solid #9d9d9d;
      border-radius: 50%;
      margin:3px 8px 0 0 ;
      background: 0 0 10px rgba(70, 70, 216, 0.352) ;
      transition: transform .15s ease-in;
      box-sizing: border-box;
      &::after{
        width: 5px;
        height: 5px;
        border-radius: 100%;
        background-color:  0 0 10px rgba(70, 70, 216, 0.352);
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        margin:-2.5px 0 0 -2.5px;
        transition: transform .15s ease-in;
      }
    }
  }
  label.l-radio-disabled{
     width: auto;
    height: auto;
    overflow: hidden;
    display: inline-block;
    line-height: 20px;
    cursor: no-drop;
    font-size: 14px;
    margin-right:15px;
    span{
      float: left;
      color:#909399
    }
    span.l-radio-round{
      width: 14px;
      height: 14px;
      display: inline-block;
      position: relative;
      border:1px solid #9d9d9d;
      border-radius: 50%;
      margin:3px 8px 0 0 ;
      background:rgb(217,217,217) ;
      transition: transform .15s ease-in;
      &::after{
        width: 4px;
        height: 4px;
        border-radius: 100%;
        background-color: #909399;
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        margin:-2px 0 0 -2px;
        transition: transform .15s ease-in;
      }
    }
  }
  label.l-radio-active{
    span{
      float: left;
      color:#74baff
    }
    span.l-radio-round{
      width: 14px;
      height: 14px;
      display: inline-block;
      position: relative;
      border:1px solid #74baff;
      border-radius: 50%;
      margin:3px 8px 0 0 ;
      background:#74baff ;
      transition: transform .15s ease-in;
      &::after{
        width: 4px;
        height: 4px;
        border-radius: 100%;
        background-color:#fff;
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        margin:-2px 0 0 -2px;
        transition: transform .15s ease-in;
      }
    }
  }
  label.l-radio-active-disabled{
    cursor: no-drop;
    span{
      float: left;
      color:#909399
    }
    span.l-radio-round{
      width: 14px;
      height: 14px;
      display: inline-block;
      position: relative;
      border:1px solid #9d9d9d;
      border-radius: 50%;
      margin:3px 8px 0 0 ;
      background:rgb(217,217,217) ;
      transition: transform .15s ease-in;
      &::after{
        width: 4px;
        height: 4px;
        border-radius: 100%;
        background-color: rgb(153, 153, 153);
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        margin:-2px 0 0 -2px;
        transition: transform .15s ease-in;
      }
    }
  }
}
// small
.l-radio-small{
  width: auto;
  height: auto;
  overflow: hidden;
  label{
    width: auto;
    height: auto;
    overflow: hidden;
    display: inline-block;
    line-height: 20px;
    cursor: pointer;
    font-size: 13px;
    margin-right:13px;
    user-select: none;
    span{
      float: left;
      color:#505050;
      font-size: 13px;
    }
    span.l-radio-round{
      width: 12px;
      height: 12px;
      display: inline-block;
      position: relative;
      border:1px solid #9d9d9d;
      border-radius: 50%;
      margin:4px 7px 0 0 ;
      background:#fff ;
      transition: transform .15s ease-in;
      box-sizing: border-box;
      &::after{
        width: 4px;
        height: 4px;
        border-radius: 100%;
        background-color: #fff;
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        margin:-2px 0 0 -2px;
        transition: transform .15s ease-in;
      }
    }
  }
  label.l-radio-disabled{
    display: inline-block;
    line-height: 20px;
    cursor: no-drop;
    font-size: 13px;
    margin-right:13px;
    span{
      float: left;
      color:#909399
    }
    span.l-radio-round{
      width: 12px;
      height: 12px;
      display: inline-block;
      position: relative;
      border:1px solid #9d9d9d;
      border-radius: 50%;
      margin:4px 7px 0 0 ;
      background:#c6c8cc ;
      transition: transform .15s ease-in;
      &::after{
        width: 4px;
        height: 4px;
        border-radius: 100%;
        background-color: #909399;
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        margin:-2px 0 0 -2px;
        transition: transform .15s ease-in;
      }
    }
  }
  label.l-radio-active{
    span{
      float: left;
      color:#74baff
    }
    span.l-radio-round{
      width: 12px;
      height: 12px;
      display: inline-block;
      position: relative;
      border:1px solid #74baff;
      border-radius: 50%;
      margin:4px 7px 0 0 ;
      background:#74baff ;
      transition: transform .15s ease-in;
      &::after{
        width: 4px;
        height: 4px;
        border-radius: 100%;
        background-color: #fff;
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        margin:-2px 0 0 -2px;
        transition: transform .15s ease-in;
      }
    }
  }
  label.l-radio-active-disabled{
    cursor: no-drop;
    span{
      float: left;
      color:#909399
    }
    span.l-radio-round{
      width: 12px;
      height: 12px;
      display: inline-block;
      position: relative;
      border:1px solid #9d9d9d;
      border-radius: 50%;
      margin:4px 7px 0 0 ;
      background:rgb(217,217,217) ;
      transition: transform .15s ease-in;
      &::after{
        width: 4px;
        height: 4px;
        border-radius: 100%;
        background-color: rgb(153, 153, 153);
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        margin:-2px 0 0 -2px;
        transition: transform .15s ease-in;
      }
    }
  }
}
// mini
.l-radio-mini{
  width: auto;
  height: auto;
  overflow: hidden;
  label{
    width: auto;
    height: auto;
    overflow: hidden;
    display: inline-block;
    line-height: 20px;
    cursor: pointer;
    font-size: 12px;
    margin-right:12px;
    user-select: none;
    span{
      float: left;
      color:#505050;
      font-size: 12px;
    }
    span.l-radio-round{
      width: 11px;
      height: 11px;
      display: inline-block;
      position: relative;
      border:1px solid #9d9d9d;
      border-radius: 50%;
      margin:5px 6px 0 0 ;
      background:#fff ;
      transition: transform .15s ease-in;
      box-sizing: border-box;
      &::after{
        width: 3px;
        height: 3px;
        border-radius: 100%;
        background-color: #fff;
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        margin:-1.5px 0 0 -1.5px;
        transition: transform .15s ease-in;
      }
    }
  }
  label.l-radio-disabled{
    display: inline-block;
    line-height: 20px;
    cursor: no-drop;
    font-size: 12px;
    margin-right:12px;
    span{
      float: left;
      color:#909399
    }
    span.l-radio-round{
      width: 11px;
      height: 11px;
      display: inline-block;
      position: relative;
      border:1px solid #9d9d9d;
      border-radius: 50%;
      margin:5px 6px 0 0 ;
      background:rgb(217,217,217) ;
      transition: transform .15s ease-in;
      &::after{
        width: 3px;
        height: 3px;
        border-radius: 100%;
        background-color: #909399;
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        margin:-1.5px 0 0 -1.5px;
        transition: transform .15s ease-in;
      }
    }
  }
  label.l-radio-active{
    span{
      float: left;
      color:#74baff
    }
    span.l-radio-round{
      width: 11px;
      height: 11px;
      display: inline-block;
      position: relative;
      border:1px solid #74baff;
      border-radius: 50%;
      margin:5px 6px 0 0 ;
      background:#74baff ;
      transition: transform .15s ease-in;
      &::after{
        width: 3px;
        height: 3px;
        border-radius: 100%;
        background-color: #fff;
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        margin:-1.5px 0 0 -1.5px;
        transition: transform .15s ease-in;
      }
    }
  }
  label.l-radio-active-disabled{
    cursor: no-drop;
    span{
      float: left;
      color:#909399
    }
    span.l-radio-round{
      width: 11px;
      height: 11px;
      display: inline-block;
      position: relative;
      border:1px solid #9d9d9d;
      border-radius: 50%;
      margin:5px 6px 0 0 ;
      background:rgb(217,217,217) ;
      transition: transform .15s ease-in;
      &::after{
        width: 3px;
        height: 3px;
        border-radius: 100%;
        background-color: rgb(153, 153, 153);
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        margin:-1.5px 0 0 -1.5px;
        transition: transform .15s ease-in;
      }
    }
  }
}