.fx-external-form {
    padding-top: 120px;
    margin: 0 auto;
    width: 60%;
}

.form-head {
    padding-bottom: 50px;
}

.form-head .head-banner {
    padding-bottom: 50px;
    width: 200px;
    height: auto;
    margin: 0 auto;
}

.form-head .head-title {
    text-align: left;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    color: rgb(4, 45, 133);
}

.fx-form {
    position: relative;
    color: #141e31;
    background: #fff;
    margin-bottom: 50px;
}

.fx-form.form-modal {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.fx-form.form-modal .widget-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: auto
}

.fx-form.form-modal .form-footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto;
    background: #fff
}

.fx-form.has-save-content .widget-wrapper {
    bottom: 76px
}

.fx-form.has-save-content .form-footer {
    height: 76px
}

.fx-form .form-header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 50px;
    padding: 0 10px 0 30px;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    background-color: #0db3a6;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.fx-form .form-header .flow-menu, .fx-form .form-header .title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.fx-form .form-header .title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.field-label .field-name {
    position: relative;
    display: flex;
    padding: 5px 0;
    color: #141e31;
    font-weight: 600;
    line-height: 20px;
    word-wrap: break-word;
    word-break: break-word;
}

.normal-input .x-inner-wrapper {
    position: relative;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #d7d9dc;
    border-radius: 3px;
    -webkit-transition: border-color .2s;
    transition: border-color .2s;
}

.normal-input .x-inner-wrapper .input-inner {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 6px 8px;
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    height: 100%;
    color: #141e31;
    background: transparent;
    border: none;
}

.fx-field .field-description {
    margin-bottom: 4px;
    color: #1f2d3d;
    font-weight: bold;
    line-height: 1.4;
}

.fx-field .field-description span {
    font-size: 10px !important;
}

.x-upload .upload-form, .x-upload .upload-input {
    /*display: none;*/
}

.fx-form-file .file-upload .upload-btn {
    position: relative;
    height: 32px;
    padding: 0 8px;
    overflow: hidden;
    color: #b5b8be;
    border: 1px dashed #d7d9dc;
    border-radius: 3px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fx-form-file .file-upload .upload-btn .select-container {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 8px;
    color: #0db3a6;
}

.fx-form-file .file-upload .upload-btn .upload-area-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.x-grid-row .x-grid-col {
    position: relative;
    max-width: 100%;
    min-height: 1px;
}

.x-button {
    width: 120px;
    height: 32px;
    padding: 0 20px;
    line-height: 30px;
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    background: #fff;
    color: #ffffff;
    border: 1px solid;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    -webkit-transition: background .3s ease, border-color .3s ease, color .3s ease, -webkit-box-shadow .3s ease;
    transition: background .3s ease, border-color .3s ease, color .3s ease, -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease, background .3s ease, border-color .3s ease, color .3s ease;
    transition: box-shadow .3s ease, background .3s ease, border-color .3s ease, color .3s ease, -webkit-box-shadow .3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fx-form .form-header .exit-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 40px;
    height: 50px;
    margin: auto 0;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer
}

.fx-form .widget-wrapper {
    width: 100%;
    overflow: auto
}

.fx-form .widget-wrapper > .widget-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 0;
    padding: 0 12px
}

.fx-form .widget-wrapper > .fx-multi-tab-container {
    min-height: 40px
}

.fx-form .widget-wrapper > .fx-multi-tab-container .fixed-multi-tab .x-tab .tab-header .tab-header-wrapper {
    padding: 0 20px
}

.fx-form .widget-wrapper > .fx-multi-tab-container .fixed-multi-tab .x-tab .has-arrow .tab-arrow {
    width: 20px
}

.fx-form .widget-wrapper > .fx-multi-tab-container .fixed-multi-tab .x-tab .has-arrow .tab-header-wrapper {
    right: 20px;
    left: 20px;
    padding: 0
}

.fx-form .form-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    padding: 0 24px;
    border-top: 1px dashed #e1e3e5
}

.fx-form .form-footer .form-button {
    margin: 9px 0 8px
}

.fx-form .form-footer .last-content-check {
    color: #838892
}

.fx-form .form-footer .last-content-check .check-label {
    padding: 0
}

.fx-form .x-grid-col-3 {
    width: 25%
}

.fx-form .x-grid-col-4 {
    width: 33.33%
}

.fx-form .x-grid-col-6 {
    width: 50%
}

.fx-form .x-grid-col-8 {
    width: 66.67%
}

.fx-form .x-grid-col-9 {
    width: 75%
}

.fx-form .x-grid-col-12 {
    width: 100%
}