.new-meet .survey-ruleForm .table-b1 span{
    font-size: 14px !important;
    width: 14px !important;
}
.el-form-item__label {
    text-align: left;
}
.el-form-item__content {
    width: 100%;
    margin-left: 20% !important;
}
.mobileForm .el-form-item__label{
    line-height: 20px !important;
    padding-right: 0;
}
.mobileForm .el-form-item__content {
    margin-left: 23% !important;
}
.mobileForm .el-checkbox,.mobileForm .el-radio  {
    width: 100%;
    margin-left: 0;
    margin-top: 10px
}
.mobileForm .el-checkbox {
    margin-top: 0;
    line-height: 20px;
}
.el-cascader-menu {
    min-width: 130px;
}

.pcForm .el-form-item__label{
    text-indent: 11em;
}
