
.form-item-inline[data-v-f52cd34c] {}
.el-form-item[data-v-f52cd34c] {
    margin-right: 20px !important;
}
[data-v-f52cd34c] .el-form-item__label {
    padding: unset !important;
    font-size:1.25rem;
    line-height: 2rem;
}
[data-v-f52cd34c] .el-upload {
    width: unset !important;
    height: unset !important;
    border: unset !important;
    border-radius: unset !important;
}
[data-v-f52cd34c] input::-webkit-outer-spin-button,[data-v-f52cd34c] input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
[data-v-f52cd34c] input[type='number'] {
    -moz-appearance: textfield;
}
[data-v-f52cd34c] .my-autocomplete li {
    line-height: normal;
    padding: 7px;
}
[data-v-f52cd34c] .my-autocomplete li .name {
    text-overflow: ellipsis;
    overflow: hidden;
}
[data-v-f52cd34c] .my-autocomplete li .phone {
    font-size: 12px;
    color: #b4b4b4;
}
[data-v-f52cd34c] .my-autocomplete li .highlighted .phone {
    color: #ddd;
}
[data-v-f52cd34c] .el-input__suffix {
    right: 0px !important;
}
.el-radio[data-v-f52cd34c] {
    margin-right: 10px;
}
.title[data-v-f52cd34c] {
    font-weight: bold;
    font-size: 20px;
    color: #303030;
    line-height: 28px;
}
.title span[data-v-f52cd34c] {
    padding-bottom: 6px;
    border-bottom: 2px solid #409EFF;
}
.triage_title[data-v-f52cd34c] {
    font-weight: bold;
    font-size: 1.25rem;
    color: #303030;
    line-height: 1.75rem;
    display: block;
    width: 100%;
    padding-bottom: 0.5rem;
    position: relative;
    color: #3E90FF;
    margin-top: 0.5rem;
}
.triage_title[data-v-f52cd34c]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #E4E4E4;
}
.triage_title[data-v-f52cd34c]::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 2px;
    background-color: #409EFF;
    z-index: 1;
}
[data-v-f52cd34c] .el-col{
    padding-bottom: 0 !important;
}
[data-v-f52cd34c] .el-form-item {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 1rem;
}

/* Remove the global rule for .el-form-item__content that was here */

/* Add conditional styles based on the dialog mode */
.regular-mode[data-v-f52cd34c] .el-form-item__content {
    margin-top: 1rem;
    width: 70%;
}
.dialog-mode[data-v-f52cd34c] .el-form-item__content {
    margin-top: 0;
    margin-left: 9rem !important;
    width: 70%;
}

/* Replace/add these styles */
/* 删除或注释掉这些可能造成冲突的样式 */
/* /deep/ .el-form-item__label {
  text-align: left !important;
  padding-right: 12px;
  box-sizing: border-box;
  float: left;
  position: relative;
  left: 0;
}

/deep/ .el-form-item__content {
  width: calc(100% - 120px);
} */

/* 添加新的样式规则 */
[data-v-f52cd34c] .el-form--top .el-form-item__label {
  display: block;
  text-align: left;
  padding: 0 0 10px;
  width: 100%;
  float: none;
}
[data-v-f52cd34c] .el-form--top .el-form-item__content {
  width: 100%;
  margin-left: 0 !important;
}

/* 针对dialog模式的样式 */
[data-v-f52cd34c] .el-form--left .el-form-item__label {
  text-align: left;
}
[data-v-f52cd34c] .el-form--left .el-form-item__content {
  margin-left: 100px;
}

/* Fix column spacing */
.el-col[data-v-f52cd34c] {
}
.el-row[data-v-f52cd34c] {
  margin-left: 0;
  margin-right: 0;
}

/* Keep other styles */
[data-v-f52cd34c] .el-select,[data-v-f52cd34c] .el-date-picker,[data-v-f52cd34c] .el-input,[data-v-f52cd34c] .el-autocomplete {
  width: 100%;
}
[data-v-f52cd34c] .el-radio-group {
  width: 100%;
}
[data-v-f52cd34c] .el-input__inner {
  width: 100%;
}

/* Add margin between columns */
.el-col[data-v-f52cd34c] {
  padding-bottom: 10px;
}

/* Add these new styles */
[data-v-f52cd34c] .el-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
[data-v-f52cd34c] .el-input__inner{
    font-size: 1.25rem !important;
}
[data-v-f52cd34c] .el-radio__label{
    font-size: 1.25rem !important;
}
[data-v-f52cd34c] .el-radio--medium.is-bordered{
    height:46px;
}

