.el-radio>input[type="radio"]+.el-radio-style:before, .el-checkbox>input[type="checkbox"]+.el-checkbox-style:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    content: '';
    border: 1px solid #C0CCDA;
}
.el-radio>input[type="radio"]:checked+.el-radio-style:before {
    border: 1.5px solid #20a0ff;
}
.el-radio>input[type="radio"]+.el-radio-style:before, .el-checkbox>input[type="checkbox"]+.el-checkbox-style:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    content: '';
    border: 1px solid #C0CCDA;
}
.el-radio>input[type="radio"]:checked+.el-radio-style:after, .el-checkbox>input[type="checkbox"]:checked+.el-checkbox-style:after {
    display: block;
}
.el-radio>input[type="radio"]+.el-radio-style:after {
    top: 5px;
    left: 5px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #20a0ff;
}
.el-radio>input[type="radio"]+.el-radio-style, .el-checkbox>input[type="checkbox"]+.el-checkbox-style {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    cursor: pointer;
}
.el-radio>input[type="radio"]+.el-radio-style:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 14px;
    height: 14px;
    content: '';
    border: 1px solid #C0CCDA;
}
.el-checkbox>input[type="checkbox"]+.el-checkbox-style:before {
    position: absolute;
    top: 0px;
    left: 0;
    display: inline-block;
    width: 14px;
    height: 14px;
    content: '';
    border: 1px solid #C0CCDA;
}
.el-radio>input[type="radio"]:checked+.el-radio-style:after, .el-checkbox>input[type="checkbox"]:checked+.el-checkbox-style:after {
    display: block;
}
.el-checkbox>input[type="checkbox"]+.el-checkbox-style:after {
    top: 2.5px;
    left: 5px;
    box-sizing: border-box;
    width: 5px;
    height: 8px;
    transform: rotate(45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.el-radio>input[type="radio"]+.el-radio-style, .el-checkbox>input[type="checkbox"]+.el-checkbox-style {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    cursor: pointer;
}
.checkbox-text {
    font-size: 14px;
    font-weight: 100;
    color: #383838;
    padding-left: 10px;
    line-height: 16px;
}
.el-checkbox > input[type="checkbox"]:checked + .el-checkbox-style:before{
    border: solid 1px #20a0ff;
    background: #20a0ff;
}