/* radio */
.beautyRadio {
    overflow: hidden;
    position: relative;
    z-index: 10;
}
.beautyRadio label {
    margin-right: 10px;
    position: relative;
    z-index: -1;
}
.beautyRadio input[type=checkbox] {
    display: none;
}
.beautyRadio .beautySwitch {
    z-index: -1;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 22px;
    line-height: 22px;
    width: 35px;
    padding: 0 5px;
    border: 1px solid #d2d2d2;
    border-radius: 20px;
    background-color: #fff;
    -webkit-transition: .1s linear;
    transition: .1s linear;
}
.beautySwitch em {
    line-height: 22px;
    cursor: pointer;
    position: relative;
    top: 0;
    width: 25px;
    margin-left: 21px;
    padding: 0 !important;
    text-align: center !important;
    color: #999 !important;
    font-style: normal !important;
    font-size: 12px;
}
.beautySwitch i {
    position: absolute;
    left: 5px;
    top: 3px;
    width: 16px;
    height: 16px;
    border-radius: 20px;
    background-color: #d2d2d2;
    -webkit-transition: .1s linear;
    transition: .1s linear;
}
.activeSwitch {
    border-color: #1e5ab0 !important;
    background-color: #1e5ab0 !important;
}
.activeSwitch em {
    margin-left: 3px;
    margin-right: 21px;
    color: #fff !important;
}
.activeSwitch i {
    left: 100%;
    margin-left: -21px;
    background-color: #fff;
}
.voiceActive {
    position: relative;
    z-index: 0;
}
.voiceActive:after{
    z-index: 0;
    display: block;
    content: " ";
    position: absolute;
    left: -10px;
    right: -9px;
    bottom: -2px;
    top: -2px;
    border: 1px solid rgb(55 120 213);
    background-color: rgb(158 198 255 / 5%)!important;
    /*color: #fff !important;*/
}
