/**
 * [单选、复选框垂直居中]
 */
@mixin checkbox-align() {
    vertical-align: middle;
    margin-bottom: 1px;
}