.@{ant-prefix}-radio-button-wrapper {
    font-family: "微软雅黑";
    margin-bottom: 8px;
    padding: 0px 28px;
    font-weight: 400;
    background: @background-color;
}
.@{ant-prefix}-radio-inner {
    &:after {
        width: 10px;
        height: 10px;
        left: 4px;
        top: 4px;
    }
}
