.antd-pro-components-header-dropdown-index-container>* {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15)
}

@media screen and (max-width:480px) {
    .antd-pro-components-header-dropdown-index-container {
        width: 100% !important
    }
    .antd-pro-components-header-dropdown-index-container>* {
        border-radius: 0 !important
    }
}

.umi-NotFound-wrapper {
    font-size: 18px;
    font-family: Helvetica Neue, Luxi Sans, DejaVu Sans, Tahoma, Hiragino Sans GB, Microsoft Yahei, sans-serif;
    text-align: left
}

.umi-NotFound-wrapper code {
    background: #7898f3
}

.umi-NotFound-wrapper h1 {
    font-size: 40px;
    background: #78f191;
    margin-bottom: 30px
}

.umi-NotFound-wrapper h2 {
    color: #c803fd;
    font-size: 22px;
    margin-top: 40px
}

.umi-NotFound-wrapper ul {
    padding: 0;
    margin: 0 0 0 40px
}

.ant-select-auto-complete {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum"
}

.ant-select-auto-complete.ant-select .ant-select-selection {
    border: 0;
    box-shadow: none
}

.ant-select-auto-complete.ant-select .ant-select-selection__rendered {
    height: 100%;
    margin-right: 0;
    margin-left: 0;
    line-height: 2.25rem
}

.ant-select-auto-complete.ant-select .ant-select-selection__placeholder {
    margin-right: 12px;
    margin-left: 12px
}

.ant-select-auto-complete.ant-select .ant-select-selection--single {
    height: auto
}

.ant-select-auto-complete.ant-select .ant-select-search--inline {
    position: static;
    float: left
}

.ant-select-auto-complete.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered {
    margin-right: 0 !important
}

.ant-select-auto-complete.ant-select .ant-input {
    height: 2.25rem;
    line-height: 1.5;
    background: transparent;
    border-width: 1px
}

.ant-select-auto-complete.ant-select .ant-input:focus,
.ant-select-auto-complete.ant-select .ant-input:hover {
    border-color: #1c90b0;
    border-right-width: 1px !important
}

.ant-select-auto-complete.ant-select .ant-input[disabled] {
    color: rgba(0, 0, 0, .25);
    background-color: #f5f5f5;
    cursor: not-allowed;
    opacity: 1;
    background-color: transparent
}

.ant-select-auto-complete.ant-select .ant-input[disabled]:hover {
    border-color: #e1e1e1;
    border-right-width: 1px !important
}

.ant-select-auto-complete.ant-select-lg .ant-select-selection__rendered {
    line-height: 2.375rem
}

.ant-select-auto-complete.ant-select-lg .ant-input {
    height: 2.375rem;
    padding-top: 6px;
    padding-bottom: 6px
}

.ant-select-auto-complete.ant-select-sm .ant-select-selection__rendered {
    line-height: 24px
}

.ant-select-auto-complete.ant-select-sm .ant-input {
    height: 24px;
    padding-top: 1px;
    padding-bottom: 1px
}

.ant-input-group>.ant-select-auto-complete .ant-select-search__field.ant-input-affix-wrapper {
    display: inline;
    float: none
}

.antd-pro-components-sider-index-mask {
    position: fixed;
    top: 64px;
    right: 0;
    z-index: 1;
    width: 100vw;
    height: calc(100vh - 64px);
    display: flex
}

.antd-pro-components-sider-index-overlay {
    flex-grow: 1;
    background-color: rgba(0, 0, 0, .2)
}

.antd-pro-components-sider-index-container {
    width: 33%;
    flex-grow: 0;
    height: 100%;
    padding: 40px 50px 40px 0;
    background-color: #007aa3;
    box-shadow: 6px 0 15px rgba(0, 0, 0, .08)
}

.antd-pro-components-sider-index-card {
    height: 100%;
    width: 100%;
    border-radius: 0 20px 20px 0;
    background-color: #fff;
    box-shadow: 0 6px 15px rgba(36, 37, 38, .08);
    padding: 22px 38px
}

@media (max-width:992px) {
    .antd-pro-components-sider-index-container {
        width: 50%
    }
}

@media (max-width:768px) {
    .antd-pro-components-sider-index-container {
        width: 100%;
        padding: 1.25rem 1.5rem
    }
    .antd-pro-components-sider-index-card {
        border-radius: 20px;
        padding: 22px
    }
}

.ant-input {
    box-sizing: border-box;
    margin: 0;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    width: 100%;
    height: 2.25rem;
    padding: 4px 11px;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    line-height: 1.5;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    transition: all .3s
}

.ant-input::-moz-placeholder {
    color: silver;
    opacity: 1
}

.ant-input:-ms-input-placeholder {
    color: silver
}

.ant-input::-webkit-input-placeholder {
    color: silver
}

.ant-input:placeholder-shown {
    text-overflow: ellipsis
}

.ant-input:hover {
    border-color: #1c90b0;
    border-right-width: 1px !important
}

.ant-input:focus {
    border-color: #1c90b0;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(0, 122, 163, .2)
}

.ant-input-disabled {
    color: rgba(0, 0, 0, .25);
    background-color: #f5f5f5;
    cursor: not-allowed;
    opacity: 1
}

.ant-input-disabled:hover {
    border-color: #e1e1e1;
    border-right-width: 1px !important
}

.ant-input[disabled] {
    color: rgba(0, 0, 0, .25);
    background-color: #f5f5f5;
    cursor: not-allowed;
    opacity: 1
}

.ant-input[disabled]:hover {
    border-color: #e1e1e1;
    border-right-width: 1px !important
}

textarea.ant-input {
    max-width: 100%;
    height: auto;
    min-height: 2.25rem;
    line-height: 1.5;
    vertical-align: bottom;
    transition: all .3s, height 0s
}

.ant-input-lg {
    height: 2.375rem;
    padding: 6px 11px;
    font-size: 16px
}

.ant-input-sm {
    height: 24px;
    padding: 1px 7px
}

.ant-input-group {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0
}

.ant-input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.ant-input-group>[class*=col-] {
    padding-right: 8px
}

.ant-input-group>[class*=col-]:last-child {
    padding-right: 0
}

.ant-input-group-addon,
.ant-input-group-wrap,
.ant-input-group>.ant-input {
    display: table-cell
}

.ant-input-group-addon:not(:first-child):not(:last-child),
.ant-input-group-wrap:not(:first-child):not(:last-child),
.ant-input-group>.ant-input:not(:first-child):not(:last-child) {
    border-radius: 0
}

.ant-input-group-addon,
.ant-input-group-wrap {
    width: 1px;
    white-space: nowrap;
    vertical-align: middle
}

.ant-input-group-wrap>* {
    display: block !important
}

.ant-input-group .ant-input {
    float: left;
    width: 100%;
    margin-bottom: 0;
    text-align: inherit
}

.ant-input-group .ant-input:focus {
    z-index: 1;
    border-right-width: 1px
}

.ant-input-group .ant-input:hover {
    z-index: 1;
    border-right-width: 1px
}

.ant-input-group-addon {
    position: relative;
    padding: 0 11px;
    color: rgba(0, 0, 0, .65);
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    background-color: #fafafa;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    transition: all .3s
}

.ant-input-group-addon .ant-select {
    margin: -5px -11px
}

.ant-input-group-addon .ant-select .ant-select-selection {
    margin: -1px;
    background-color: inherit;
    border: 1px solid transparent;
    box-shadow: none
}

.ant-input-group-addon .ant-select-focused .ant-select-selection,
.ant-input-group-addon .ant-select-open .ant-select-selection {
    color: #007aa3
}

.ant-input-group-addon>i:only-child:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ""
}

.ant-input-group-addon:first-child,
.ant-input-group>.ant-input:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.ant-input-group-addon:first-child .ant-select .ant-select-selection,
.ant-input-group>.ant-input:first-child .ant-select .ant-select-selection {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.ant-input-group>.ant-input-affix-wrapper:not(:first-child) .ant-input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.ant-input-group>.ant-input-affix-wrapper:not(:last-child) .ant-input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.ant-input-group-addon:first-child {
    border-right: 0
}

.ant-input-group-addon:last-child {
    border-left: 0
}

.ant-input-group-addon:last-child,
.ant-input-group>.ant-input:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.ant-input-group-addon:last-child .ant-select .ant-select-selection,
.ant-input-group>.ant-input:last-child .ant-select .ant-select-selection {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.ant-input-group-lg .ant-input,
.ant-input-group-lg>.ant-input-group-addon {
    height: 2.375rem;
    padding: 6px 11px;
    font-size: 16px
}

.ant-input-group-sm .ant-input,
.ant-input-group-sm>.ant-input-group-addon {
    height: 24px;
    padding: 1px 7px
}

.ant-input-group-lg .ant-select-selection--single {
    height: 2.375rem
}

.ant-input-group-sm .ant-select-selection--single {
    height: 24px
}

.ant-input-group .ant-input-affix-wrapper {
    display: table-cell;
    float: left;
    width: 100%
}

.ant-input-group.ant-input-group-compact {
    display: block;
    zoom: 1
}

.ant-input-group.ant-input-group-compact:after,
.ant-input-group.ant-input-group-compact:before {
    display: table;
    content: ""
}

.ant-input-group.ant-input-group-compact:after {
    clear: both
}

.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child),
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child),
.ant-input-group.ant-input-group-compact>.ant-input:not(:first-child):not(:last-child) {
    border-right-width: 1px
}

.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):hover,
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):hover,
.ant-input-group.ant-input-group-compact>.ant-input:not(:first-child):not(:last-child):hover {
    z-index: 1
}

.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):focus,
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):focus,
.ant-input-group.ant-input-group-compact>.ant-input:not(:first-child):not(:last-child):focus {
    z-index: 1
}

.ant-input-group.ant-input-group-compact>* {
    display: inline-block;
    float: none;
    vertical-align: top;
    border-radius: 0
}

.ant-input-group.ant-input-group-compact>:not(:last-child) {
    margin-right: -1px;
    border-right-width: 1px
}

.ant-input-group.ant-input-group-compact .ant-input {
    float: none
}

.ant-input-group.ant-input-group-compact>.ant-calendar-picker .ant-input,
.ant-input-group.ant-input-group-compact>.ant-cascader-picker .ant-input,
.ant-input-group.ant-input-group-compact>.ant-input-group-wrapper .ant-input,
.ant-input-group.ant-input-group-compact>.ant-mention-wrapper .ant-mention-editor,
.ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input,
.ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selection,
.ant-input-group.ant-input-group-compact>.ant-time-picker .ant-time-picker-input {
    border-right-width: 1px;
    border-radius: 0
}

.ant-input-group.ant-input-group-compact>.ant-calendar-picker .ant-input:hover,
.ant-input-group.ant-input-group-compact>.ant-cascader-picker .ant-input:hover,
.ant-input-group.ant-input-group-compact>.ant-input-group-wrapper .ant-input:hover,
.ant-input-group.ant-input-group-compact>.ant-mention-wrapper .ant-mention-editor:hover,
.ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input:hover,
.ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selection:hover,
.ant-input-group.ant-input-group-compact>.ant-time-picker .ant-time-picker-input:hover {
    z-index: 1
}

.ant-input-group.ant-input-group-compact>.ant-calendar-picker .ant-input:focus,
.ant-input-group.ant-input-group-compact>.ant-cascader-picker .ant-input:focus,
.ant-input-group.ant-input-group-compact>.ant-input-group-wrapper .ant-input:focus,
.ant-input-group.ant-input-group-compact>.ant-mention-wrapper .ant-mention-editor:focus,
.ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input:focus,
.ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selection:focus,
.ant-input-group.ant-input-group-compact>.ant-time-picker .ant-time-picker-input:focus {
    z-index: 1
}

.ant-input-group.ant-input-group-compact>.ant-calendar-picker:first-child .ant-input,
.ant-input-group.ant-input-group-compact>.ant-cascader-picker:first-child .ant-input,
.ant-input-group.ant-input-group-compact>.ant-mention-wrapper:first-child .ant-mention-editor,
.ant-input-group.ant-input-group-compact>.ant-select-auto-complete:first-child .ant-input,
.ant-input-group.ant-input-group-compact>.ant-select:first-child>.ant-select-selection,
.ant-input-group.ant-input-group-compact>.ant-time-picker:first-child .ant-time-picker-input,
.ant-input-group.ant-input-group-compact>:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.ant-input-group.ant-input-group-compact>.ant-calendar-picker:last-child .ant-input,
.ant-input-group.ant-input-group-compact>.ant-cascader-picker-focused:last-child .ant-input,
.ant-input-group.ant-input-group-compact>.ant-cascader-picker:last-child .ant-input,
.ant-input-group.ant-input-group-compact>.ant-mention-wrapper:last-child .ant-mention-editor,
.ant-input-group.ant-input-group-compact>.ant-select-auto-complete:last-child .ant-input,
.ant-input-group.ant-input-group-compact>.ant-select:last-child>.ant-select-selection,
.ant-input-group.ant-input-group-compact>.ant-time-picker:last-child .ant-time-picker-input,
.ant-input-group.ant-input-group-compact>:last-child {
    border-right-width: 1px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input {
    vertical-align: top
}

.ant-input-group-wrapper {
    display: inline-block;
    width: 100%;
    text-align: start;
    vertical-align: top
}

.ant-input-affix-wrapper {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: start
}

.ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
    border-color: #1c90b0;
    border-right-width: 1px !important
}

.ant-input-affix-wrapper .ant-input {
    position: relative;
    text-align: inherit
}

.ant-input-affix-wrapper .ant-input-prefix,
.ant-input-affix-wrapper .ant-input-suffix {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, .65);
    line-height: 0;
    transform: translateY(-50%)
}

.ant-input-affix-wrapper .ant-input-prefix :not(.anticon),
.ant-input-affix-wrapper .ant-input-suffix :not(.anticon) {
    line-height: 1.5
}

.ant-input-affix-wrapper .ant-input-disabled~.ant-input-suffix .anticon {
    color: rgba(0, 0, 0, .25);
    cursor: not-allowed
}

.ant-input-affix-wrapper .ant-input-prefix {
    left: 12px
}

.ant-input-affix-wrapper .ant-input-suffix {
    right: 12px
}

.ant-input-affix-wrapper .ant-input:not(:first-child) {
    padding-left: 30px
}

.ant-input-affix-wrapper .ant-input:not(:last-child) {
    padding-right: 30px
}

.ant-input-affix-wrapper.ant-input-affix-wrapper-input-with-clear-btn .ant-input:not(:last-child) {
    padding-right: 49px
}

.ant-input-affix-wrapper.ant-input-affix-wrapper-textarea-with-clear-btn .ant-input {
    padding-right: 22px
}

.ant-input-affix-wrapper .ant-input {
    min-height: 100%
}

.ant-input-password-icon {
    color: rgba(0, 0, 0, .45);
    cursor: pointer;
    transition: all .3s
}

.ant-input-password-icon:hover {
    color: #333
}

.ant-input-clear-icon {
    color: rgba(0, 0, 0, .25);
    font-size: 12px;
    cursor: pointer;
    transition: color .3s;
    vertical-align: 0
}

.ant-input-clear-icon:hover {
    color: rgba(0, 0, 0, .45)
}

.ant-input-clear-icon:active {
    color: rgba(0, 0, 0, .65)
}

.ant-input-clear-icon+i {
    margin-left: 6px
}

.ant-input-textarea-clear-icon {
    color: rgba(0, 0, 0, .25);
    font-size: 12px;
    cursor: pointer;
    transition: color .3s;
    position: absolute;
    top: 0;
    right: 0;
    margin: 8px 8px 0 0
}

.ant-input-textarea-clear-icon:hover {
    color: rgba(0, 0, 0, .45)
}

.ant-input-textarea-clear-icon:active {
    color: rgba(0, 0, 0, .65)
}

.ant-input-textarea-clear-icon+i {
    margin-left: 6px
}

.ant-input-search-icon {
    color: rgba(0, 0, 0, .45);
    cursor: pointer;
    transition: all .3s
}

.ant-input-search-icon:hover {
    color: rgba(0, 0, 0, .8)
}

.ant-input-search-enter-button input {
    border-right: 0
}

.ant-input-search-enter-button+.ant-input-group-addon,
.ant-input-search-enter-button input+.ant-input-group-addon {
    padding: 0;
    border: 0
}

.ant-input-search-enter-button+.ant-input-group-addon .ant-input-search-button,
.ant-input-search-enter-button input+.ant-input-group-addon .ant-input-search-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.antd-pro-components-progress-bar-style-progressContainer {
    width: 100%;
    background-color: #e5e8eb;
    border-radius: 1000px
}

.antd-pro-components-progress-bar-style-progressBar {
    border-radius: 1000px
}

.antd-pro-components-progress-bar-style-caption {
    margin-top: .125rem;
    font-size: .875rem
}

.antd-pro-components-progress-bar-style-success .antd-pro-components-progress-bar-style-progressBar {
    background-color: #4ac7ac
}

.antd-pro-components-progress-bar-style-success .antd-pro-components-progress-bar-style-caption {
    color: #4ac7ac
}

.antd-pro-components-progress-bar-style-warning .antd-pro-components-progress-bar-style-progressBar {
    background-color: orange
}

.antd-pro-components-progress-bar-style-warning .antd-pro-components-progress-bar-style-caption {
    color: orange
}

.antd-pro-components-progress-bar-style-error .antd-pro-components-progress-bar-style-progressBar {
    background-color: #f06972
}

.antd-pro-components-progress-bar-style-error .antd-pro-components-progress-bar-style-caption {
    color: #f06972
}

.antd-pro-pages-applicant-profile-partials-style-indexCard:hover {
    box-shadow: 0 6px 15px rgba(36, 37, 38, .16)
}

.antd-pro-pages-applicant-profile-partials-style-indexCard .ant-card-body {
    display: flex;
    align-items: center;
    height: 6.75rem;
    padding: 1.375rem 1.0625rem
}

.antd-pro-pages-applicant-profile-partials-style-indexCard .antd-pro-pages-applicant-profile-partials-style-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%
}

.antd-pro-pages-applicant-profile-partials-style-indexCard .antd-pro-pages-applicant-profile-partials-style-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-right: .875rem
}

.antd-pro-pages-applicant-profile-partials-style-indexCard .antd-pro-pages-applicant-profile-partials-style-name {
    margin-bottom: 1rem;
    font-size: .875rem
}

.antd-pro-pages-applicant-profile-partials-style-indexCard .antd-pro-pages-applicant-profile-partials-style-status {
    height: 1.5rem
}

.antd-pro-pages-applicant-profile-partials-style-indexCard .antd-pro-pages-applicant-profile-partials-style-caption {
    font-size: .75rem
}

.antd-pro-pages-applicant-profile-partials-style-indexCard.antd-pro-pages-applicant-profile-partials-style-in-progress .antd-pro-pages-applicant-profile-partials-style-icon {
    color: #28a3c5;
    background-color: #c8e7f0
}

.antd-pro-pages-applicant-profile-partials-style-indexCard.antd-pro-pages-applicant-profile-partials-style-untouched .antd-pro-pages-applicant-profile-partials-style-icon {
    color: #686f7a;
    background-color: #e4e7ec
}

.antd-pro-pages-applicant-profile-partials-style-indexCard.antd-pro-pages-applicant-profile-partials-style-untouched .antd-pro-pages-applicant-profile-partials-style-caption {
    color: #b8b8b8
}

.antd-pro-pages-applicant-profile-partials-style-indexCard.antd-pro-pages-applicant-profile-partials-style-completed .antd-pro-pages-applicant-profile-partials-style-icon {
    color: #fff;
    background-color: #4ac7ac
}

.antd-pro-pages-applicant-profile-partials-style-indexCard.antd-pro-pages-applicant-profile-partials-style-completed .antd-pro-pages-applicant-profile-partials-style-caption {
    color: #4ac7ac
}

.antd-pro-pages-applicant-profile-partials-style-indexCard.antd-pro-pages-applicant-profile-partials-style-disabled {
    background-color: #f8f8f8;
    cursor: not-allowed
}

.antd-pro-pages-applicant-profile-partials-style-headerCard .antd-pro-pages-applicant-profile-partials-style-icon .anticon svg {
    width: 1.875rem;
    height: 1.875rem
}

.antd-pro-pages-applicant-profile-partials-style-reviewList .antd-pro-pages-applicant-profile-partials-style-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 3.375rem;
    padding: 1rem 0;
    line-height: 2;
    text-align: justify
}

.antd-pro-pages-applicant-profile-partials-style-reviewList .antd-pro-pages-applicant-profile-partials-style-item+.antd-pro-pages-applicant-profile-partials-style-item {
    border-top: 1px solid #e5e8eb
}

.antd-pro-components-select-lang-index-menu .anticon {
    margin-right: 8px
}

.antd-pro-components-select-lang-index-menu .ant-dropdown-menu-item {
    min-width: 160px
}

.antd-pro-components-select-lang-index-dropDown {
    line-height: 64px;
    vertical-align: top;
    cursor: pointer
}

.antd-pro-components-select-lang-index-dropDown>i {
    font-size: 16px !important;
    transform: none !important
}

.antd-pro-components-select-lang-index-dropDown>i svg {
    position: relative;
    top: -1px
}

.ant-form {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum"
}

.ant-form legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
    color: rgba(0, 0, 0, .45);
    font-size: 16px;
    line-height: inherit;
    border: 0;
    border-bottom: 1px solid #d9d9d9
}

.ant-form label {
    font-size: 14px
}

.ant-form input[type=search] {
    box-sizing: border-box
}

.ant-form input[type=checkbox],
.ant-form input[type=radio] {
    line-height: normal
}

.ant-form input[type=file] {
    display: block
}

.ant-form input[type=range] {
    display: block;
    width: 100%
}

.ant-form select[multiple],
.ant-form select[size] {
    height: auto
}

.ant-form input[type=checkbox]:focus,
.ant-form input[type=file]:focus,
.ant-form input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.ant-form output {
    display: block;
    padding-top: 15px;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    line-height: 1.5
}

.ant-form-item-required:before {
    display: inline-block;
    margin-right: 4px;
    color: #f5222d;
    font-size: 14px;
    font-family: SimSun, sans-serif;
    line-height: 1;
    content: "*"
}

.ant-form-hide-required-mark .ant-form-item-required:before {
    display: none
}

.ant-form-item-label>label {
    color: #23243b
}

.ant-form-item-label>label:after {
    content: " ";
    position: relative;
    top: -.5px;
    margin: 0 8px 0 2px
}

.ant-form-item-label>label.ant-form-item-no-colon:after {
    content: " "
}

.ant-form-item {
    box-sizing: border-box;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
    margin: 0 0 24px;
    vertical-align: top
}

.ant-form-item label {
    position: relative
}

.ant-form-item label>.anticon {
    font-size: 14px;
    vertical-align: top
}

.ant-form-item-control {
    position: relative;
    line-height: 2.375rem;
    zoom: 1
}

.ant-form-item-control:after,
.ant-form-item-control:before {
    display: table;
    content: ""
}

.ant-form-item-control:after {
    clear: both
}

.ant-form-item-children {
    position: relative
}

.ant-form-item-with-help {
    margin-bottom: 1.0625px
}

.ant-form-item-label {
    display: inline-block;
    overflow: hidden;
    line-height: 2.3749rem;
    white-space: nowrap;
    text-align: right;
    vertical-align: middle
}

.ant-form-item-label-left {
    text-align: left
}

.ant-form-item .ant-switch {
    margin: 2px 0 4px
}

.ant-form-explain,
.ant-form-extra {
    clear: both;
    min-height: 22px;
    margin-top: 1.9375rem;
    color: rgba(0, 0, 0, .45);
    font-size: 14px;
    line-height: 1.5;
    transition: color .3s cubic-bezier(.215, .61, .355, 1)
}

.ant-form-explain {
    margin-bottom: -1px
}

.ant-form-extra {
    padding-top: 4px
}

.ant-form-text {
    display: inline-block;
    padding-right: 8px
}

.ant-form-split {
    display: block;
    text-align: center
}

form .has-feedback .ant-input {
    padding-right: 30px
}

form .has-feedback .ant-input-affix-wrapper .ant-input-suffix {
    padding-right: 18px
}

form .has-feedback .ant-input-affix-wrapper .ant-input {
    padding-right: 49px
}

form .has-feedback .ant-input-affix-wrapper.ant-input-affix-wrapper-input-with-clear-btn .ant-input {
    padding-right: 68px
}

form .has-feedback :not(.ant-input-group-addon)>.ant-select .ant-select-arrow,
form .has-feedback :not(.ant-input-group-addon)>.ant-select .ant-select-selection__clear,
form .has-feedback>.ant-select .ant-select-arrow,
form .has-feedback>.ant-select .ant-select-selection__clear {
    right: 13.125rem
}

form .has-feedback :not(.ant-input-group-addon)>.ant-select .ant-select-selection-selected-value,
form .has-feedback>.ant-select .ant-select-selection-selected-value {
    padding-right: 42px
}

form .has-feedback .ant-cascader-picker-arrow {
    margin-right: 2.125rem
}

form .has-feedback .ant-cascader-picker-clear {
    right: 13.125rem
}

form .has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
    right: 13.125rem
}

form .has-feedback .ant-calendar-picker-clear,
form .has-feedback .ant-calendar-picker-icon,
form .has-feedback .ant-time-picker-clear,
form .has-feedback .ant-time-picker-icon {
    right: 13.125rem
}

form .ant-mentions,
form textarea.ant-input {
    height: auto;
    margin-bottom: 4px
}

form .ant-upload {
    background: transparent
}

form input[type=checkbox],
form input[type=radio] {
    width: 14px;
    height: 14px
}

form .ant-checkbox-inline,
form .ant-radio-inline {
    display: inline-block;
    margin-left: 8px;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

form .ant-checkbox-inline:first-child,
form .ant-radio-inline:first-child {
    margin-left: 0
}

form .ant-checkbox-vertical,
form .ant-radio-vertical {
    display: block
}

form .ant-checkbox-vertical+.ant-checkbox-vertical,
form .ant-radio-vertical+.ant-radio-vertical {
    margin-left: 0
}

form .ant-input-number+.ant-form-text {
    margin-left: 8px
}

form .ant-input-number-handler-wrap {
    z-index: 2
}

form .ant-cascader-picker,
form .ant-select {
    width: 100%
}

form .ant-input-group .ant-cascader-picker,
form .ant-input-group .ant-select {
    width: auto
}

form .ant-input-group-wrapper,
form :not(.ant-input-group-wrapper)>.ant-input-group {
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle
}

.ant-col-24.ant-form-item-label,
.ant-col-xl-24.ant-form-item-label,
.ant-form-vertical .ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: normal;
    text-align: left
}

.ant-col-24.ant-form-item-label label:after,
.ant-col-xl-24.ant-form-item-label label:after,
.ant-form-vertical .ant-form-item-label label:after {
    display: none
}

.ant-form-vertical .ant-form-item {
    padding-bottom: 8px
}

.ant-form-vertical .ant-form-item-control {
    line-height: 1.5
}

.ant-form-vertical .ant-form-explain {
    margin-top: 2px;
    margin-bottom: -5px
}

.ant-form-vertical .ant-form-extra {
    margin-top: 2px;
    margin-bottom: -4px
}

@media (max-width:575px) {
    .ant-form-item-control-wrapper,
    .ant-form-item-label {
        display: block;
        width: 100%
    }
    .ant-form-item-label {
        display: block;
        margin: 0;
        padding: 0 0 8px;
        line-height: 1.5;
        white-space: normal;
        text-align: left
    }
    .ant-form-item-label label:after {
        display: none
    }
    .ant-col-xs-24.ant-form-item-label {
        display: block;
        margin: 0;
        padding: 0 0 8px;
        line-height: 1.5;
        white-space: normal;
        text-align: left
    }
    .ant-col-xs-24.ant-form-item-label label:after {
        display: none
    }
}

@media (max-width:767px) {
    .ant-col-sm-24.ant-form-item-label {
        display: block;
        margin: 0;
        padding: 0 0 8px;
        line-height: 1.5;
        white-space: normal;
        text-align: left
    }
    .ant-col-sm-24.ant-form-item-label label:after {
        display: none
    }
}

@media (max-width:991px) {
    .ant-col-md-24.ant-form-item-label {
        display: block;
        margin: 0;
        padding: 0 0 8px;
        line-height: 1.5;
        white-space: normal;
        text-align: left
    }
    .ant-col-md-24.ant-form-item-label label:after {
        display: none
    }
}

@media (max-width:1199px) {
    .ant-col-lg-24.ant-form-item-label {
        display: block;
        margin: 0;
        padding: 0 0 8px;
        line-height: 1.5;
        white-space: normal;
        text-align: left
    }
    .ant-col-lg-24.ant-form-item-label label:after {
        display: none
    }
}

@media (max-width:1599px) {
    .ant-col-xl-24.ant-form-item-label {
        display: block;
        margin: 0;
        padding: 0 0 8px;
        line-height: 1.5;
        white-space: normal;
        text-align: left
    }
    .ant-col-xl-24.ant-form-item-label label:after {
        display: none
    }
}

.ant-form-inline .ant-form-item {
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 0
}

.ant-form-inline .ant-form-item-with-help {
    margin-bottom: 24px
}

.ant-form-inline .ant-form-item>.ant-form-item-control-wrapper,
.ant-form-inline .ant-form-item>.ant-form-item-label {
    display: inline-block;
    vertical-align: top
}

.ant-form-inline .ant-form-text {
    display: inline-block
}

.ant-form-inline .has-feedback {
    display: inline-block
}

.has-error.has-feedback .ant-form-item-children-icon,
.has-success.has-feedback .ant-form-item-children-icon,
.has-warning.has-feedback .ant-form-item-children-icon,
.is-validating.has-feedback .ant-form-item-children-icon {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    width: 2.25rem;
    height: 20px;
    margin-top: -10px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    visibility: visible;
    animation: zoomIn .3s cubic-bezier(.12, .4, .29, 1.46);
    pointer-events: none
}

.has-error.has-feedback .ant-form-item-children-icon svg,
.has-success.has-feedback .ant-form-item-children-icon svg,
.has-warning.has-feedback .ant-form-item-children-icon svg,
.is-validating.has-feedback .ant-form-item-children-icon svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.has-success.has-feedback .ant-form-item-children-icon {
    color: #52c41a;
    animation-name: diffZoomIn1 !important
}

.has-warning .ant-form-explain,
.has-warning .ant-form-split {
    color: #faad14
}

.has-warning .ant-input,
.has-warning .ant-input:hover {
    background-color: #fff;
    border-color: #faad14
}

.has-warning .ant-input:focus {
    border-color: #ffc53d;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(250, 173, 20, .2)
}

.has-warning .ant-input:not([disabled]):hover {
    border-color: #faad14
}

.has-warning .ant-calendar-picker-open .ant-calendar-picker-input {
    border-color: #ffc53d;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(250, 173, 20, .2)
}

.has-warning .ant-input-affix-wrapper .ant-input,
.has-warning .ant-input-affix-wrapper .ant-input:hover {
    background-color: #fff;
    border-color: #faad14
}

.has-warning .ant-input-affix-wrapper .ant-input:focus {
    border-color: #ffc53d;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(250, 173, 20, .2)
}

.has-warning .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
    border-color: #faad14
}

.has-warning .ant-input-prefix {
    color: #faad14
}

.has-warning .ant-input-group-addon {
    color: #faad14;
    background-color: #fff;
    border-color: #faad14
}

.has-warning .has-feedback {
    color: #faad14
}

.has-warning.has-feedback .ant-form-item-children-icon {
    color: #faad14;
    animation-name: diffZoomIn3 !important
}

.has-warning .ant-select-selection {
    border-color: #faad14
}

.has-warning .ant-select-selection:hover {
    border-color: #faad14
}

.has-warning .ant-select-focused .ant-select-selection,
.has-warning .ant-select-open .ant-select-selection {
    border-color: #ffc53d;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(250, 173, 20, .2)
}

.has-warning .ant-calendar-picker-icon:after,
.has-warning .ant-cascader-picker-arrow,
.has-warning .ant-picker-icon:after,
.has-warning .ant-select-arrow,
.has-warning .ant-time-picker-icon:after {
    color: #faad14
}

.has-warning .ant-input-number,
.has-warning .ant-time-picker-input {
    border-color: #faad14
}

.has-warning .ant-input-number-focused,
.has-warning .ant-input-number:focus,
.has-warning .ant-time-picker-input-focused,
.has-warning .ant-time-picker-input:focus {
    border-color: #ffc53d;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(250, 173, 20, .2)
}

.has-warning .ant-input-number:not([disabled]):hover,
.has-warning .ant-time-picker-input:not([disabled]):hover {
    border-color: #faad14
}

.has-warning .ant-cascader-picker:focus .ant-cascader-input {
    border-color: #ffc53d;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(250, 173, 20, .2)
}

.has-warning .ant-cascader-picker:hover .ant-cascader-input {
    border-color: #faad14
}

.has-error .ant-form-explain,
.has-error .ant-form-split {
    color: #f5222d
}

.has-error .ant-input,
.has-error .ant-input:hover {
    background-color: #fff;
    border-color: #f5222d
}

.has-error .ant-input:focus {
    border-color: #ff4d4f;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(245, 34, 45, .2)
}

.has-error .ant-input:not([disabled]):hover {
    border-color: #f5222d
}

.has-error .ant-calendar-picker-open .ant-calendar-picker-input {
    border-color: #ff4d4f;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(245, 34, 45, .2)
}

.has-error .ant-input-affix-wrapper .ant-input,
.has-error .ant-input-affix-wrapper .ant-input:hover {
    background-color: #fff;
    border-color: #f5222d
}

.has-error .ant-input-affix-wrapper .ant-input:focus {
    border-color: #ff4d4f;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(245, 34, 45, .2)
}

.has-error .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
    border-color: #f5222d
}

.has-error .ant-input-prefix {
    color: #f5222d
}

.has-error .ant-input-group-addon {
    color: #f5222d;
    background-color: #fff;
    border-color: #f5222d
}

.has-error .has-feedback {
    color: #f5222d
}

.has-error.has-feedback .ant-form-item-children-icon {
    color: #f5222d;
    animation-name: diffZoomIn2 !important
}

.has-error .ant-select-selection {
    border-color: #f5222d
}

.has-error .ant-select-selection:hover {
    border-color: #f5222d
}

.has-error .ant-select-focused .ant-select-selection,
.has-error .ant-select-open .ant-select-selection {
    border-color: #ff4d4f;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(245, 34, 45, .2)
}

.has-error .ant-select.ant-select-auto-complete .ant-input:focus {
    border-color: #f5222d
}

.has-error .ant-input-group-addon .ant-select-selection {
    border-color: transparent;
    box-shadow: none
}

.has-error .ant-calendar-picker-icon:after,
.has-error .ant-cascader-picker-arrow,
.has-error .ant-picker-icon:after,
.has-error .ant-select-arrow,
.has-error .ant-time-picker-icon:after {
    color: #f5222d
}

.has-error .ant-input-number,
.has-error .ant-time-picker-input {
    border-color: #f5222d
}

.has-error .ant-input-number-focused,
.has-error .ant-input-number:focus,
.has-error .ant-time-picker-input-focused,
.has-error .ant-time-picker-input:focus {
    border-color: #ff4d4f;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(245, 34, 45, .2)
}

.has-error .ant-input-number:not([disabled]):hover,
.has-error .ant-time-picker-input:not([disabled]):hover {
    border-color: #f5222d
}

.has-error .ant-mention-wrapper .ant-mention-editor,
.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover {
    border-color: #f5222d
}

.has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor,
.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {
    border-color: #ff4d4f;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(245, 34, 45, .2)
}

.has-error .ant-cascader-picker:focus .ant-cascader-input {
    border-color: #ff4d4f;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(245, 34, 45, .2)
}

.has-error .ant-cascader-picker:hover .ant-cascader-input {
    border-color: #f5222d
}

.has-error .ant-transfer-list {
    border-color: #f5222d
}

.has-error .ant-transfer-list-search:not([disabled]) {
    border-color: #e1e1e1
}

.has-error .ant-transfer-list-search:not([disabled]):hover {
    border-color: #1c90b0;
    border-right-width: 1px !important
}

.has-error .ant-transfer-list-search:not([disabled]):focus {
    border-color: #1c90b0;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(0, 122, 163, .2)
}

.is-validating.has-feedback .ant-form-item-children-icon {
    display: inline-block;
    color: #007aa3
}

.ant-advanced-search-form .ant-form-item {
    margin-bottom: 24px
}

.ant-advanced-search-form .ant-form-item-with-help {
    margin-bottom: 1.0625px
}

.show-help-appear,
.show-help-enter {
    animation-duration: .3s;
    animation-fill-mode: both;
    animation-play-state: paused
}

.show-help-leave {
    animation-duration: .3s;
    animation-fill-mode: both;
    animation-play-state: paused
}

.show-help-appear.show-help-appear-active,
.show-help-enter.show-help-enter-active {
    animation-name: antShowHelpIn;
    animation-play-state: running
}

.show-help-leave.show-help-leave-active {
    animation-name: antShowHelpOut;
    animation-play-state: running;
    pointer-events: none
}

.show-help-appear,
.show-help-enter {
    opacity: 0;
    animation-timing-function: cubic-bezier(.645, .045, .355, 1)
}

.show-help-leave {
    animation-timing-function: cubic-bezier(.645, .045, .355, 1)
}

@keyframes antShowHelpIn {
    0% {
        transform: translateY(-5px);
        opacity: 0
    }
    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes antShowHelpOut {
    to {
        transform: translateY(-5px);
        opacity: 0
    }
}

@keyframes diffZoomIn1 {
    0% {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

@keyframes diffZoomIn2 {
    0% {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

@keyframes diffZoomIn3 {
    0% {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

.ant-typography {
    color: rgba(0, 0, 0, .65)
}

.ant-typography.ant-typography-secondary {
    color: rgba(0, 0, 0, .45)
}

.ant-typography.ant-typography-warning {
    color: #faad14
}

.ant-typography.ant-typography-danger {
    color: #f5222d
}

.ant-typography.ant-typography-disabled {
    color: rgba(0, 0, 0, .25);
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ant-typography p,
div.ant-typography {
    margin-bottom: 1em
}

.ant-typography h1,
h1.ant-typography {
    margin-bottom: .5em;
    color: rgba(0, 0, 0, .85);
    font-weight: 600;
    font-size: 38px;
    line-height: 1.23
}

.ant-typography h2,
h2.ant-typography {
    margin-bottom: .5em;
    color: rgba(0, 0, 0, .85);
    font-weight: 600;
    font-size: 30px;
    line-height: 1.35
}

.ant-typography h3,
h3.ant-typography {
    margin-bottom: .5em;
    color: rgba(0, 0, 0, .85);
    font-weight: 600;
    font-size: 24px;
    line-height: 1.35
}

.ant-typography h4,
h4.ant-typography {
    margin-bottom: .5em;
    color: rgba(0, 0, 0, .85);
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4
}

.ant-typography+h1.ant-typography,
.ant-typography+h2.ant-typography,
.ant-typography+h3.ant-typography,
.ant-typography+h4.ant-typography {
    margin-top: 1.2em
}

.ant-typography div+h1,
.ant-typography div+h2,
.ant-typography div+h3,
.ant-typography div+h4,
.ant-typography h1+h1,
.ant-typography h1+h2,
.ant-typography h1+h3,
.ant-typography h1+h4,
.ant-typography h2+h1,
.ant-typography h2+h2,
.ant-typography h2+h3,
.ant-typography h2+h4,
.ant-typography h3+h1,
.ant-typography h3+h2,
.ant-typography h3+h3,
.ant-typography h3+h4,
.ant-typography h4+h1,
.ant-typography h4+h2,
.ant-typography h4+h3,
.ant-typography h4+h4,
.ant-typography li+h1,
.ant-typography li+h2,
.ant-typography li+h3,
.ant-typography li+h4,
.ant-typography p+h1,
.ant-typography p+h2,
.ant-typography p+h3,
.ant-typography p+h4,
.ant-typography ul+h1,
.ant-typography ul+h2,
.ant-typography ul+h3,
.ant-typography ul+h4 {
    margin-top: 1.2em
}

span.ant-typography-ellipsis {
    display: inline-block
}

.ant-typography a {
    color: #007aa3;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    transition: color .3s
}

.ant-typography a:focus,
.ant-typography a:hover {
    color: #1c90b0
}

.ant-typography a:active {
    color: #005a7d
}

.ant-typography a:active,
.ant-typography a:hover {
    text-decoration: none
}

.ant-typography a[disabled] {
    color: rgba(0, 0, 0, .25);
    cursor: not-allowed;
    pointer-events: none
}

.ant-typography code {
    margin: 0 .2em;
    padding: .2em .4em .1em;
    font-size: 85%;
    background: rgba(0, 0, 0, .06);
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 3px
}

.ant-typography mark {
    padding: 0;
    background-color: #ffe58f
}

.ant-typography ins,
.ant-typography u {
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

.ant-typography del,
.ant-typography s {
    text-decoration: line-through
}

.ant-typography strong {
    font-weight: 600
}

.ant-typography-copy,
.ant-typography-edit,
.ant-typography-expand {
    color: #007aa3;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    transition: color .3s;
    margin-left: 8px
}

.ant-typography-copy:focus,
.ant-typography-copy:hover,
.ant-typography-edit:focus,
.ant-typography-edit:hover,
.ant-typography-expand:focus,
.ant-typography-expand:hover {
    color: #1c90b0
}

.ant-typography-copy:active,
.ant-typography-edit:active,
.ant-typography-expand:active {
    color: #005a7d
}

.ant-typography-copy-success,
.ant-typography-copy-success:focus,
.ant-typography-copy-success:hover {
    color: #52c41a
}

.ant-typography-edit-content {
    position: relative
}

div.ant-typography-edit-content {
    left: -12px;
    margin-top: -5px;
    margin-bottom: calc(1em - 6px)
}

.ant-typography-edit-content-confirm {
    position: absolute;
    right: 10px;
    bottom: 8px;
    color: rgba(0, 0, 0, .45);
    pointer-events: none
}

.ant-typography-edit-content textarea {
    -moz-transition: none
}

.ant-typography ol,
.ant-typography ul {
    margin: 0 0 1em;
    padding: 0
}

.ant-typography ol li,
.ant-typography ul li {
    margin: 0 0 0 20px;
    padding: 0 0 0 4px
}

.ant-typography ul li {
    list-style-type: circle
}

.ant-typography ul li li {
    list-style-type: disc
}

.ant-typography ol li {
    list-style-type: decimal
}

.ant-typography-ellipsis-single-line {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.ant-typography-ellipsis-multiple-line {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    overflow: hidden
}

@keyframes antCheckboxEffect {
    0% {
        transform: scale(1);
        opacity: .5
    }
    to {
        transform: scale(1.6);
        opacity: 0
    }
}

.ant-checkbox {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    top: -.09em;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    vertical-align: middle;
    outline: none;
    cursor: pointer
}

.ant-checkbox-input:focus+.ant-checkbox-inner,
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner {
    border-color: #007aa3
}

.ant-checkbox-checked:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #007aa3;
    border-radius: 2px;
    visibility: hidden;
    animation: antCheckboxEffect .36s ease-in-out;
    animation-fill-mode: backwards;
    content: ""
}

.ant-checkbox-wrapper:hover .ant-checkbox:after,
.ant-checkbox:hover:after {
    visibility: visible
}

.ant-checkbox-inner {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    border-collapse: separate;
    transition: all .3s
}

.ant-checkbox-inner:after {
    position: absolute;
    top: 50%;
    left: 22%;
    display: table;
    width: 5.71428571px;
    height: 9.14285714px;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg) scale(0) translate(-50%, -50%);
    opacity: 0;
    transition: all .1s cubic-bezier(.71, -.46, .88, .6), opacity .1s;
    content: " "
}

.ant-checkbox-input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0
}

.ant-checkbox-checked .ant-checkbox-inner:after {
    position: absolute;
    display: table;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg) scale(1) translate(-50%, -50%);
    opacity: 1;
    transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s;
    content: " "
}

.ant-checkbox-checked .ant-checkbox-inner {
    background-color: #007aa3;
    border-color: #007aa3
}

.ant-checkbox-disabled {
    cursor: not-allowed
}

.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
    border-color: rgba(0, 0, 0, .25);
    animation-name: none
}

.ant-checkbox-disabled .ant-checkbox-input {
    cursor: not-allowed
}

.ant-checkbox-disabled .ant-checkbox-inner {
    background-color: #f5f5f5;
    border-color: #d9d9d9 !important
}

.ant-checkbox-disabled .ant-checkbox-inner:after {
    border-color: #f5f5f5;
    border-collapse: separate;
    animation-name: none
}

.ant-checkbox-disabled+span {
    color: rgba(0, 0, 0, .25);
    cursor: not-allowed
}

.ant-checkbox-disabled:hover:after,
.ant-checkbox-wrapper:hover .ant-checkbox-disabled:after {
    visibility: hidden
}

.ant-checkbox-wrapper {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
    display: inline-block;
    line-height: unset;
    cursor: pointer
}

.ant-checkbox-wrapper.ant-checkbox-wrapper-disabled {
    cursor: not-allowed
}

.ant-checkbox-wrapper+.ant-checkbox-wrapper {
    margin-left: 8px
}

.ant-checkbox+span {
    padding-right: 8px;
    padding-left: 8px
}

.ant-checkbox-group {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
    display: inline-block
}

.ant-checkbox-group-item {
    display: inline-block;
    margin-right: 8px
}

.ant-checkbox-group-item:last-child {
    margin-right: 0
}

.ant-checkbox-group-item+.ant-checkbox-group-item {
    margin-left: 0
}

.ant-checkbox-indeterminate .ant-checkbox-inner {
    background-color: #fff;
    border-color: #d9d9d9
}

.ant-checkbox-indeterminate .ant-checkbox-inner:after {
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background-color: #007aa3;
    border: 0;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    content: " "
}

.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner:after {
    background-color: rgba(0, 0, 0, .25);
    border-color: rgba(0, 0, 0, .25)
}

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto
}

.ps__rail-x {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    height: 15px;
    bottom: 0;
    position: absolute
}

.ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    width: 15px;
    right: 0;
    position: absolute
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
    display: block;
    background-color: transparent
}

.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y,
.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y {
    opacity: .6
}

.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover,
.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover {
    background-color: #eee;
    opacity: .9
}

.ps__thumb-x {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    bottom: 2px;
    position: absolute
}

.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    right: 2px;
    position: absolute
}

.ps__rail-x.ps--clicking .ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x:hover>.ps__thumb-x {
    background-color: #999;
    height: 11px
}

.ps__rail-y.ps--clicking .ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y:hover>.ps__thumb-y {
    background-color: #999;
    width: 11px
}

@supports (-ms-overflow-style:none) {
    .ps {
        overflow: auto !important
    }
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .ps {
        overflow: auto !important
    }
}

.scrollbar-container {
    position: relative;
    height: 100%
}

.ant-radio-group {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
    display: inline-block
}

.ant-radio-wrapper {
    box-sizing: border-box;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    margin: 0 8px 0 0;
    white-space: nowrap;
    cursor: pointer
}

.ant-radio {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    vertical-align: sub;
    outline: none;
    cursor: pointer
}

.ant-radio-input:focus+.ant-radio-inner,
.ant-radio-wrapper:hover .ant-radio,
.ant-radio:hover .ant-radio-inner {
    border-color: #007aa3
}

.ant-radio-input:focus+.ant-radio-inner {
    box-shadow: 0 0 0 3px rgba(0, 122, 163, .08)
}

.ant-radio-checked:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #007aa3;
    border-radius: 50%;
    visibility: hidden;
    animation: antRadioEffect .36s ease-in-out;
    animation-fill-mode: both;
    content: ""
}

.ant-radio-wrapper:hover .ant-radio:after,
.ant-radio:hover:after {
    visibility: visible
}

.ant-radio-inner {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 100px;
    transition: all .3s
}

.ant-radio-inner:after {
    position: absolute;
    top: 3px;
    left: 3px;
    display: table;
    width: 8px;
    height: 8px;
    background-color: #007aa3;
    border-top: 0;
    border-left: 0;
    border-radius: 8px;
    transform: scale(0);
    opacity: 0;
    transition: all .3s cubic-bezier(.78, .14, .15, .86);
    content: " "
}

.ant-radio-input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0
}

.ant-radio-checked .ant-radio-inner {
    border-color: #007aa3
}

.ant-radio-checked .ant-radio-inner:after {
    transform: scale(1);
    opacity: 1;
    transition: all .3s cubic-bezier(.78, .14, .15, .86)
}

.ant-radio-disabled .ant-radio-inner {
    background-color: #f5f5f5;
    border-color: #d9d9d9 !important;
    cursor: not-allowed
}

.ant-radio-disabled .ant-radio-inner:after {
    background-color: rgba(0, 0, 0, .2)
}

.ant-radio-disabled .ant-radio-input {
    cursor: not-allowed
}

.ant-radio-disabled+span {
    color: rgba(0, 0, 0, .25);
    cursor: not-allowed
}

span.ant-radio+* {
    padding-right: 8px;
    padding-left: 8px
}

.ant-radio-button-wrapper {
    position: relative;
    display: inline-block;
    height: 32px;
    margin: 0;
    padding: 0 15px;
    color: rgba(0, 0, 0, .65);
    line-height: 30px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1.02px solid #d9d9d9;
    border-left: 0;
    cursor: pointer;
    transition: color .3s, background .3s, border-color .3s
}

.ant-radio-button-wrapper a {
    color: rgba(0, 0, 0, .65)
}

.ant-radio-button-wrapper>.ant-radio-button {
    display: block;
    width: 0;
    height: 0;
    margin-left: 0
}

.ant-radio-group-large .ant-radio-button-wrapper {
    height: 2.375rem;
    font-size: 16px;
    line-height: .375rem
}

.ant-radio-group-small .ant-radio-button-wrapper {
    height: 24px;
    padding: 0 7px;
    line-height: 22px
}

.ant-radio-button-wrapper:not(:first-child):before {
    position: absolute;
    top: 0;
    left: -1px;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #d9d9d9;
    content: ""
}

.ant-radio-button-wrapper:first-child {
    border-left: 1px solid #d9d9d9;
    border-radius: 4px 0 0 4px
}

.ant-radio-button-wrapper:last-child {
    border-radius: 0 4px 4px 0
}

.ant-radio-button-wrapper:first-child:last-child {
    border-radius: 4px
}

.ant-radio-button-wrapper:hover {
    position: relative;
    color: #007aa3
}

.ant-radio-button-wrapper:focus-within {
    outline: 3px solid rgba(0, 122, 163, .06)
}

.ant-radio-button-wrapper .ant-radio-inner,
.ant-radio-button-wrapper input[type=checkbox],
.ant-radio-button-wrapper input[type=radio] {
    width: 0;
    height: 0;
    opacity: 0;
    pointer-events: none
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
    z-index: 1;
    color: #007aa3;
    background: #fff;
    border-color: #007aa3;
    box-shadow: -1px 0 0 0 #007aa3
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):before {
    background-color: #007aa3 !important;
    opacity: .1
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
    border-color: #007aa3;
    box-shadow: none !important
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
    color: #1c90b0;
    border-color: #1c90b0;
    box-shadow: -1px 0 0 0 #1c90b0
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
    color: #005a7d;
    border-color: #005a7d;
    box-shadow: -1px 0 0 0 #005a7d
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
    outline: 3px solid rgba(0, 122, 163, .06)
}

.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
    color: #fff;
    background: #007aa3;
    border-color: #007aa3
}

.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
    color: #fff;
    background: #1c90b0;
    border-color: #1c90b0
}

.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
    color: #fff;
    background: #005a7d;
    border-color: #005a7d
}

.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
    outline: 3px solid rgba(0, 122, 163, .06)
}

.ant-radio-button-wrapper-disabled {
    color: rgba(0, 0, 0, .25);
    background-color: #f5f5f5;
    border-color: #d9d9d9;
    cursor: not-allowed
}

.ant-radio-button-wrapper-disabled:first-child,
.ant-radio-button-wrapper-disabled:hover {
    color: rgba(0, 0, 0, .25);
    background-color: #f5f5f5;
    border-color: #d9d9d9
}

.ant-radio-button-wrapper-disabled:first-child {
    border-left-color: #d9d9d9
}

.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
    color: #fff;
    background-color: #e6e6e6;
    border-color: #d9d9d9;
    box-shadow: none
}

@keyframes antRadioEffect {
    0% {
        transform: scale(1);
        opacity: .5
    }
    to {
        transform: scale(1.6);
        opacity: 0
    }
}

@supports (-moz-appearance:meterbar) and (background-blend-mode:difference, normal) {
    .ant-radio {
        vertical-align: text-bottom
    }
}

@keyframes antCheckboxEffect {
    0% {
        transform: scale(1);
        opacity: .5
    }
    to {
        transform: scale(1.6);
        opacity: 0
    }
}

.ant-checkbox {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    top: -.09em;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    vertical-align: middle;
    outline: none;
    cursor: pointer
}

.ant-checkbox-input:focus+.ant-checkbox-inner,
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner {
    border-color: #007aa3
}

.ant-checkbox-checked:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #007aa3;
    border-radius: 2px;
    visibility: hidden;
    animation: antCheckboxEffect .36s ease-in-out;
    animation-fill-mode: backwards;
    content: ""
}

.ant-checkbox-wrapper:hover .ant-checkbox:after,
.ant-checkbox:hover:after {
    visibility: visible
}

.ant-checkbox-inner {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    border-collapse: separate;
    transition: all .3s
}

.ant-checkbox-inner:after {
    position: absolute;
    top: 50%;
    left: 22%;
    display: table;
    width: 5.71428571px;
    height: 9.14285714px;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg) scale(0) translate(-50%, -50%);
    opacity: 0;
    transition: all .1s cubic-bezier(.71, -.46, .88, .6), opacity .1s;
    content: " "
}

.ant-checkbox-input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0
}

.ant-checkbox-checked .ant-checkbox-inner:after {
    position: absolute;
    display: table;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg) scale(1) translate(-50%, -50%);
    opacity: 1;
    transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s;
    content: " "
}

.ant-checkbox-checked .ant-checkbox-inner {
    background-color: #007aa3;
    border-color: #007aa3
}

.ant-checkbox-disabled {
    cursor: not-allowed
}

.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
    border-color: rgba(0, 0, 0, .25);
    animation-name: none
}

.ant-checkbox-disabled .ant-checkbox-input {
    cursor: not-allowed
}

.ant-checkbox-disabled .ant-checkbox-inner {
    background-color: #f5f5f5;
    border-color: #d9d9d9 !important
}

.ant-checkbox-disabled .ant-checkbox-inner:after {
    border-color: #f5f5f5;
    border-collapse: separate;
    animation-name: none
}

.ant-checkbox-disabled+span {
    color: rgba(0, 0, 0, .25);
    cursor: not-allowed
}

.ant-checkbox-disabled:hover:after,
.ant-checkbox-wrapper:hover .ant-checkbox-disabled:after {
    visibility: hidden
}

.ant-checkbox-wrapper {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
    display: inline-block;
    line-height: unset;
    cursor: pointer
}

.ant-checkbox-wrapper.ant-checkbox-wrapper-disabled {
    cursor: not-allowed
}

.ant-checkbox-wrapper+.ant-checkbox-wrapper {
    margin-left: 8px
}

.ant-checkbox+span {
    padding-right: 8px;
    padding-left: 8px
}

.ant-checkbox-group {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
    display: inline-block
}

.ant-checkbox-group-item {
    display: inline-block;
    margin-right: 8px
}

.ant-checkbox-group-item:last-child {
    margin-right: 0
}

.ant-checkbox-group-item+.ant-checkbox-group-item {
    margin-left: 0
}

.ant-checkbox-indeterminate .ant-checkbox-inner {
    background-color: #fff;
    border-color: #d9d9d9
}

.ant-checkbox-indeterminate .ant-checkbox-inner:after {
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background-color: #007aa3;
    border: 0;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    content: " "
}

.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner:after {
    background-color: rgba(0, 0, 0, .25);
    border-color: rgba(0, 0, 0, .25)
}

.ant-modal {
    box-sizing: border-box;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    top: 100px;
    width: auto;
    margin: 0 auto;
    padding: 0 0 24px;
    pointer-events: none
}

.ant-modal-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow: auto;
    outline: 0;
    -webkit-overflow-scrolling: touch
}

.ant-modal-title {
    margin: 0;
    color: rgba(0, 0, 0, .85);
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    word-wrap: break-word
}

.ant-modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    pointer-events: auto
}

.ant-modal-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    padding: 0;
    color: rgba(0, 0, 0, .45);
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    background: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
    transition: color .3s
}

.ant-modal-close-x {
    display: block;
    width: 56px;
    height: 56px;
    font-size: 16px;
    font-style: normal;
    line-height: 56px;
    text-align: center;
    text-transform: none;
    text-rendering: auto
}

.ant-modal-close:focus,
.ant-modal-close:hover {
    color: rgba(0, 0, 0, .75);
    text-decoration: none
}

.ant-modal-header {
    padding: 16px 24px;
    color: rgba(0, 0, 0, .65);
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    border-radius: 4px 4px 0 0
}

.ant-modal-body {
    padding: 24px;
    font-size: 14px;
    line-height: 1.5;
    word-wrap: break-word
}

.ant-modal-footer {
    padding: 10px 16px;
    text-align: left;
    background: transparent;
    border-top: 1px solid #e8e8e8;
    border-radius: 0 0 4px 4px
}

.ant-modal-footer button+button {
    margin-bottom: 0;
    margin-right: 8px
}

.ant-modal.zoom-appear,
.ant-modal.zoom-enter {
    transform: none;
    opacity: 0;
    animation-duration: .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ant-modal-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    filter: alpha(opacity=50)
}

.ant-modal-mask-hidden {
    display: none
}

.ant-modal-open {
    overflow: hidden
}

.ant-modal-centered {
    text-align: center
}

.ant-modal-centered:before {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    content: ""
}

.ant-modal-centered .ant-modal {
    top: 0;
    display: inline-block;
    text-align: left;
    vertical-align: middle
}

@media (max-width:767px) {
    .ant-modal {
        max-width: calc(100vw - 16px);
        margin: 8px auto
    }
    .ant-modal-centered .ant-modal {
        flex: 1 1
    }
}

.ant-modal-confirm .ant-modal-header {
    display: none
}

.ant-modal-confirm .ant-modal-close {
    display: none
}

.ant-modal-confirm .ant-modal-body {
    padding: 32px 32px 24px
}

.ant-modal-confirm-body-wrapper {
    zoom: 1
}

.ant-modal-confirm-body-wrapper:after,
.ant-modal-confirm-body-wrapper:before {
    display: table;
    content: ""
}

.ant-modal-confirm-body-wrapper:after {
    clear: both
}

.ant-modal-confirm-body .ant-modal-confirm-title {
    display: block;
    overflow: hidden;
    color: rgba(0, 0, 0, .85);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4
}

.ant-modal-confirm-body .ant-modal-confirm-content {
    margin-top: 8px;
    color: rgba(0, 0, 0, .65);
    font-size: 14px
}

.ant-modal-confirm-body>.anticon {
    float: left;
    margin-right: 16px;
    font-size: 22px
}

.ant-modal-confirm-body>.anticon+.ant-modal-confirm-title+.ant-modal-confirm-content {
    margin-left: 38px
}

.ant-modal-confirm .ant-modal-confirm-btns {
    float: right;
    margin-top: 24px
}

.ant-modal-confirm .ant-modal-confirm-btns button+button {
    margin-bottom: 0;
    margin-left: 8px
}

.ant-modal-confirm-error .ant-modal-confirm-body>.anticon {
    color: #f5222d
}

.ant-modal-confirm-confirm .ant-modal-confirm-body>.anticon,
.ant-modal-confirm-warning .ant-modal-confirm-body>.anticon {
    color: #faad14
}

.ant-modal-confirm-info .ant-modal-confirm-body>.anticon {
    color: #1890ff
}

.ant-modal-confirm-success .ant-modal-confirm-body>.anticon {
    color: #52c41a
}

.ant-card {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    border-radius: .75rem;
    transition: all .3s
}

.ant-card-hoverable {
    cursor: pointer
}

.ant-card-hoverable:hover {
    border-color: rgba(0, 0, 0, .09);
    box-shadow: 0 6px 15px rgba(36, 37, 38, .08)
}

.ant-card-bordered {
    border: 1px solid #e8e8e8
}

.ant-card-head {
    min-height: 48px;
    margin-bottom: -1px;
    padding: 0 30px;
    color: rgba(0, 0, 0, .85);
    font-weight: 500;
    font-size: 16px;
    background: transparent;
    border-bottom: 1px solid #e8e8e8;
    border-radius: .75rem .75rem 0 0;
    zoom: 1
}

.ant-card-head:after,
.ant-card-head:before {
    display: table;
    content: ""
}

.ant-card-head:after {
    clear: both
}

.ant-card-head-wrapper {
    display: flex;
    align-items: center
}

.ant-card-head-title {
    display: inline-block;
    flex: 1 1;
    padding: 16px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.ant-card-head .ant-tabs {
    clear: both;
    margin-bottom: -17px;
    color: rgba(0, 0, 0, .65);
    font-weight: 400;
    font-size: 14px
}

.ant-card-head .ant-tabs-bar {
    border-bottom: 1px solid #e8e8e8
}

.ant-card-extra {
    float: right;
    margin-left: auto;
    padding: 16px 0;
    color: rgba(0, 0, 0, .65);
    font-weight: 400;
    font-size: 14px
}

.ant-card-body {
    padding: 30px;
    zoom: 1
}

.ant-card-body:after,
.ant-card-body:before {
    display: table;
    content: ""
}

.ant-card-body:after {
    clear: both
}

.ant-card-contain-grid:not(.ant-card-loading) .ant-card-body {
    margin: -1px 0 0 -1px;
    padding: 0
}

.ant-card-grid {
    float: left;
    width: 33.33%;
    padding: 30px;
    border: 0;
    border-radius: 0;
    box-shadow: 1px 0 0 0 #e8e8e8, 0 1px 0 0 #e8e8e8, 1px 1px 0 0 #e8e8e8, inset 1px 0 0 0 #e8e8e8, inset 0 1px 0 0 #e8e8e8;
    transition: all .3s
}

.ant-card-grid-hoverable:hover {
    position: relative;
    z-index: 1;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15)
}

.ant-card-contain-tabs>.ant-card-head .ant-card-head-title {
    min-height: 32px;
    padding-bottom: 0
}

.ant-card-contain-tabs>.ant-card-head .ant-card-extra {
    padding-bottom: 0
}

.ant-card-cover>* {
    display: block;
    width: 100%
}

.ant-card-cover img {
    border-radius: .75rem .75rem 0 0
}

.ant-card-actions {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fafafa;
    border-top: 1px solid #e8e8e8;
    zoom: 1
}

.ant-card-actions:after,
.ant-card-actions:before {
    display: table;
    content: ""
}

.ant-card-actions:after {
    clear: both
}

.ant-card-actions>li {
    float: left;
    margin: 12px 0;
    color: rgba(0, 0, 0, .45);
    text-align: center
}

.ant-card-actions>li>span {
    position: relative;
    display: block;
    min-width: 32px;
    font-size: 14px;
    line-height: 22px;
    cursor: pointer
}

.ant-card-actions>li>span:hover {
    color: #007aa3;
    transition: color .3s
}

.ant-card-actions>li>span>.anticon,
.ant-card-actions>li>span a:not(.ant-btn) {
    display: inline-block;
    width: 100%;
    color: rgba(0, 0, 0, .45);
    line-height: 22px;
    transition: color .3s
}

.ant-card-actions>li>span>.anticon:hover,
.ant-card-actions>li>span a:not(.ant-btn):hover {
    color: #007aa3
}

.ant-card-actions>li>span>.anticon {
    font-size: 16px;
    line-height: 22px
}

.ant-card-actions>li:not(:last-child) {
    border-right: 1px solid #e8e8e8
}

.ant-card-type-inner .ant-card-head {
    padding: 0 30px;
    background: #fafafa
}

.ant-card-type-inner .ant-card-head-title {
    padding: 12px 0;
    font-size: 14px
}

.ant-card-type-inner .ant-card-body {
    padding: 16px 30px
}

.ant-card-type-inner .ant-card-extra {
    padding: 13.5px 0
}

.ant-card-meta {
    margin: -4px 0;
    zoom: 1
}

.ant-card-meta:after,
.ant-card-meta:before {
    display: table;
    content: ""
}

.ant-card-meta:after {
    clear: both
}

.ant-card-meta-avatar {
    float: left;
    padding-right: 16px
}

.ant-card-meta-detail {
    overflow: hidden
}

.ant-card-meta-detail>div:not(:last-child) {
    margin-bottom: 8px
}

.ant-card-meta-title {
    overflow: hidden;
    color: rgba(0, 0, 0, .85);
    font-weight: 500;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis
}

.ant-card-meta-description {
    color: rgba(0, 0, 0, .45)
}

.ant-card-loading {
    overflow: hidden
}

.ant-card-loading .ant-card-body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ant-card-loading-content p {
    margin: 0
}

.ant-card-loading-block {
    height: 14px;
    margin: 4px 0;
    background: linear-gradient(90deg, rgba(207, 216, 220, .2), rgba(207, 216, 220, .4), rgba(207, 216, 220, .2));
    background-size: 600% 600%;
    border-radius: .75rem;
    animation: card-loading 1.4s ease infinite
}

@keyframes card-loading {
    0%,
    to {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
}

.ant-card-small>.ant-card-head {
    min-height: 36px;
    padding: 0 15px;
    font-size: 14px
}

.ant-card-small>.ant-card-head>.ant-card-head-wrapper>.ant-card-head-title {
    padding: 8px 0
}

.ant-card-small>.ant-card-head>.ant-card-head-wrapper>.ant-card-extra {
    padding: 8px 0;
    font-size: 14px
}

.ant-card-small>.ant-card-body {
    padding: 15px
}

.antd-pro-components-list-style-heading {
    display: flex;
    flex-grow: 0;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 14px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 6px
}

.antd-pro-components-list-style-title {
    color: #007aa3;
    font-size: 1.25rem
}

.antd-pro-components-list-style-actions .ant-btn {
    box-shadow: 0 6px 15px rgba(36, 37, 38, .08)
}

.antd-pro-components-list-style-content {
    position: relative;
    flex-grow: 1;
    overflow-x: visible;
    margin-right: -40px;
    direction: ltr
}

.antd-pro-components-list-style-cardDataColumnContainer {
    padding: 16px 3px 16px 8px
}

.antd-pro-components-list-style-cardInformation {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border-left: 1px solid #f1f1f1
}

.antd-pro-components-list-style-cardInformation .antd-pro-components-list-style-primary {
    color: #23243b;
    font-size: .875rem
}

.antd-pro-components-list-style-cardInformation .antd-pro-components-list-style-secondary {
    color: #a4a4a4;
    font-size: .8125rem
}

.ant-upload {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
    outline: 0
}

.ant-upload p {
    margin: 0
}

.ant-upload-btn {
    display: block;
    width: 100%;
    outline: none
}

.ant-upload input[type=file] {
    cursor: pointer
}

.ant-upload.ant-upload-select {
    display: inline-block
}

.ant-upload.ant-upload-disabled {
    cursor: not-allowed
}

.ant-upload.ant-upload-select-picture-card {
    display: table;
    float: left;
    width: 104px;
    height: 104px;
    margin-right: 8px;
    margin-bottom: 8px;
    text-align: center;
    vertical-align: top;
    background-color: #fafafa;
    border: 1px dashed #d9d9d9;
    border-radius: 4px;
    cursor: pointer;
    transition: border-color .3s ease
}

.ant-upload.ant-upload-select-picture-card>.ant-upload {
    display: table-cell;
    width: 100%;
    height: 100%;
    padding: 8px;
    text-align: center;
    vertical-align: middle
}

.ant-upload.ant-upload-select-picture-card:hover {
    border-color: #007aa3
}

.ant-upload.ant-upload-drag {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #fafafa;
    border: 1px dashed #d9d9d9;
    border-radius: 4px;
    cursor: pointer;
    transition: border-color .3s
}

.ant-upload.ant-upload-drag .ant-upload {
    padding: 16px 0
}

.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled) {
    border-color: #005a7d
}

.ant-upload.ant-upload-drag.ant-upload-disabled {
    cursor: not-allowed
}

.ant-upload.ant-upload-drag .ant-upload-btn {
    display: table;
    height: 100%
}

.ant-upload.ant-upload-drag .ant-upload-drag-container {
    display: table-cell;
    vertical-align: middle
}

.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover {
    border-color: #1c90b0
}

.ant-upload.ant-upload-drag p.ant-upload-drag-icon {
    margin-bottom: 20px
}

.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon {
    color: #1c90b0;
    font-size: 48px
}

.ant-upload.ant-upload-drag p.ant-upload-text {
    margin: 0 0 4px;
    color: rgba(0, 0, 0, .85);
    font-size: 16px
}

.ant-upload.ant-upload-drag p.ant-upload-hint {
    color: rgba(0, 0, 0, .45);
    font-size: 14px
}

.ant-upload.ant-upload-drag .anticon-plus {
    color: rgba(0, 0, 0, .25);
    font-size: 30px;
    transition: all .3s
}

.ant-upload.ant-upload-drag .anticon-plus:hover {
    color: rgba(0, 0, 0, .45)
}

.ant-upload.ant-upload-drag:hover .anticon-plus {
    color: rgba(0, 0, 0, .45)
}

.ant-upload-picture-card-wrapper {
    zoom: 1;
    display: inline-block;
    width: 100%
}

.ant-upload-picture-card-wrapper:after,
.ant-upload-picture-card-wrapper:before {
    display: table;
    content: ""
}

.ant-upload-picture-card-wrapper:after {
    clear: both
}

.ant-upload-list {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
    zoom: 1
}

.ant-upload-list:after,
.ant-upload-list:before {
    display: table;
    content: ""
}

.ant-upload-list:after {
    clear: both
}

.ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1 {
    padding-right: 14px
}

.ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2 {
    padding-right: 28px
}

.ant-upload-list-item {
    position: relative;
    height: 22px;
    margin-top: 8px;
    font-size: 14px
}

.ant-upload-list-item-name {
    display: inline-block;
    width: 100%;
    padding-left: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.ant-upload-list-item-name-icon-count-1 {
    padding-right: 14px
}

.ant-upload-list-item-card-actions {
    position: absolute;
    right: 0;
    opacity: 0
}

.ant-upload-list-item-card-actions.picture {
    top: 25px;
    line-height: 1;
    opacity: 1
}

.ant-upload-list-item-card-actions .anticon {
    padding-right: 5px;
    color: rgba(0, 0, 0, .45)
}

.ant-upload-list-item-info {
    height: 100%;
    padding: 0 12px 0 4px;
    transition: background-color .3s
}

.ant-upload-list-item-info>span {
    display: block;
    width: 100%;
    height: 100%
}

.ant-upload-list-item-info .anticon-loading,
.ant-upload-list-item-info .anticon-paper-clip {
    position: absolute;
    top: 5px;
    color: rgba(0, 0, 0, .45);
    font-size: 14px
}

.ant-upload-list-item .anticon-close {
    display: inline-block;
    font-size: 12px;
    font-size: 10px\9;
    transform: scale(.83333333) rotate(0deg);
    position: absolute;
    top: 6px;
    right: 4px;
    color: rgba(0, 0, 0, .45);
    line-height: 0;
    cursor: pointer;
    opacity: 0;
    transition: all .3s
}

:root .ant-upload-list-item .anticon-close {
    font-size: 12px
}

.ant-upload-list-item .anticon-close:hover {
    color: rgba(0, 0, 0, .65)
}

.ant-upload-list-item:hover .ant-upload-list-item-info {
    background-color: #cce1e3
}

.ant-upload-list-item:hover .anticon-close {
    opacity: 1
}

.ant-upload-list-item:hover .ant-upload-list-item-card-actions {
    opacity: 1
}

.ant-upload-list-item-error,
.ant-upload-list-item-error .ant-upload-list-item-name,
.ant-upload-list-item-error .anticon-paper-clip {
    color: #f5222d
}

.ant-upload-list-item-error .ant-upload-list-item-card-actions {
    opacity: 1
}

.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon {
    padding-right: 5px;
    color: #f5222d
}

.ant-upload-list-item-progress {
    position: absolute;
    bottom: -12px;
    width: 100%;
    padding-left: 26px;
    font-size: 14px;
    line-height: 0
}

.ant-upload-list-picture-card .ant-upload-list-item,
.ant-upload-list-picture .ant-upload-list-item {
    position: relative;
    height: 66px;
    padding: 8px;
    border: 1px solid #d9d9d9;
    border-radius: 4px
}

.ant-upload-list-picture-card .ant-upload-list-item:hover,
.ant-upload-list-picture .ant-upload-list-item:hover {
    background: transparent
}

.ant-upload-list-picture-card .ant-upload-list-item-error,
.ant-upload-list-picture .ant-upload-list-item-error {
    border-color: #f5222d
}

.ant-upload-list-picture-card .ant-upload-list-item-info,
.ant-upload-list-picture .ant-upload-list-item-info {
    padding: 0
}

.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info,
.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info {
    background: transparent
}

.ant-upload-list-picture-card .ant-upload-list-item-uploading,
.ant-upload-list-picture .ant-upload-list-item-uploading {
    border-style: dashed
}

.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,
.ant-upload-list-picture .ant-upload-list-item-thumbnail {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 48px;
    height: 48px;
    font-size: 26px;
    line-height: 54px;
    text-align: center;
    opacity: .8
}

.ant-upload-list-picture-card .ant-upload-list-item-icon,
.ant-upload-list-picture .ant-upload-list-item-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 26px;
    transform: translate(-50%, -50%)
}

.ant-upload-list-picture-card .ant-upload-list-item-image,
.ant-upload-list-picture .ant-upload-list-item-image {
    max-width: 100%
}

.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img,
.ant-upload-list-picture .ant-upload-list-item-thumbnail img {
    display: block;
    width: 48px;
    height: 48px;
    overflow: hidden
}

.ant-upload-list-picture-card .ant-upload-list-item-name,
.ant-upload-list-picture .ant-upload-list-item-name {
    display: inline-block;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0 0 0 8px;
    padding-right: 8px;
    padding-left: 48px;
    overflow: hidden;
    line-height: 44px;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .3s
}

.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1,
.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1 {
    padding-right: 18px
}

.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2,
.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2 {
    padding-right: 36px
}

.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name,
.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name {
    line-height: 28px
}

.ant-upload-list-picture-card .ant-upload-list-item-progress,
.ant-upload-list-picture .ant-upload-list-item-progress {
    bottom: 14px;
    width: calc(100% - 24px);
    margin-top: 0;
    padding-left: 56px
}

.ant-upload-list-picture-card .anticon-close,
.ant-upload-list-picture .anticon-close {
    position: absolute;
    top: 8px;
    right: 8px;
    line-height: 1;
    opacity: 1
}

.ant-upload-list-picture-card.ant-upload-list:after {
    display: none
}

.ant-upload-list-picture-card-container {
    float: left;
    width: 104px;
    height: 104px;
    margin: 0 8px 8px 0
}

.ant-upload-list-picture-card .ant-upload-list-item {
    float: left;
    width: 104px;
    height: 104px;
    margin: 0 8px 8px 0
}

.ant-upload-list-picture-card .ant-upload-list-item-info {
    position: relative;
    height: 100%;
    overflow: hidden
}

.ant-upload-list-picture-card .ant-upload-list-item-info:before {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: all .3s;
    content: " "
}

.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info:before {
    opacity: 1
}

.ant-upload-list-picture-card .ant-upload-list-item-actions {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    white-space: nowrap;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s
}

.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye-o {
    z-index: 10;
    width: 16px;
    margin: 0 4px;
    color: hsla(0, 0%, 100%, .85);
    font-size: 16px;
    cursor: pointer;
    transition: all .3s
}

.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye-o:hover {
    color: #fff
}

.ant-upload-list-picture-card .ant-upload-list-item-actions:hover,
.ant-upload-list-picture-card .ant-upload-list-item-info:hover+.ant-upload-list-item-actions {
    opacity: 1
}

.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
    position: static;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.ant-upload-list-picture-card .ant-upload-list-item-name {
    display: none;
    margin: 8px 0 0;
    padding: 0;
    line-height: 1.5;
    text-align: center
}

.ant-upload-list-picture-card .anticon-picture+.ant-upload-list-item-name {
    position: absolute;
    bottom: 10px;
    display: block
}

.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item {
    background-color: #fafafa
}

.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info {
    height: auto
}

.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye-o,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info:before {
    display: none
}

.ant-upload-list-picture-card .ant-upload-list-item-uploading-text {
    margin-top: 18px;
    color: rgba(0, 0, 0, .45)
}

.ant-upload-list-picture-card .ant-upload-list-item-progress {
    bottom: 32px;
    padding-left: 0
}

.ant-upload-list .ant-upload-success-icon {
    color: #52c41a;
    font-weight: 700
}

.ant-upload-list .ant-upload-animate-enter,
.ant-upload-list .ant-upload-animate-inline-enter,
.ant-upload-list .ant-upload-animate-inline-leave,
.ant-upload-list .ant-upload-animate-leave {
    animation-duration: .3s;
    animation-fill-mode: cubic-bezier(.78, .14, .15, .86)
}

.ant-upload-list .ant-upload-animate-enter {
    animation-name: uploadAnimateIn
}

.ant-upload-list .ant-upload-animate-leave {
    animation-name: uploadAnimateOut
}

.ant-upload-list .ant-upload-animate-inline-enter {
    animation-name: uploadAnimateInlineIn
}

.ant-upload-list .ant-upload-animate-inline-leave {
    animation-name: uploadAnimateInlineOut
}

@keyframes uploadAnimateIn {
    0% {
        height: 0;
        margin: 0;
        padding: 0;
        opacity: 0
    }
}

@keyframes uploadAnimateOut {
    to {
        height: 0;
        margin: 0;
        padding: 0;
        opacity: 0
    }
}

@keyframes uploadAnimateInlineIn {
    0% {
        width: 0;
        height: 0;
        margin: 0;
        padding: 0;
        opacity: 0
    }
}

@keyframes uploadAnimateInlineOut {
    to {
        width: 0;
        height: 0;
        margin: 0;
        padding: 0;
        opacity: 0
    }
}

.ant-progress {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
    display: inline-block
}

.ant-progress-line {
    position: relative;
    width: 100%;
    font-size: 14px
}

.ant-progress-small.ant-progress-line,
.ant-progress-small.ant-progress-line .ant-progress-text .anticon {
    font-size: 12px
}

.ant-progress-outer {
    display: inline-block;
    width: 100%;
    margin-right: 0;
    padding-right: 0
}

.ant-progress-show-info .ant-progress-outer {
    margin-right: calc(-2em - 8px);
    padding-right: calc(2em + 8px)
}

.ant-progress-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    vertical-align: middle;
    background-color: #f5f5f5;
    border-radius: 100px
}

.ant-progress-circle-trail {
    stroke: #f5f5f5
}

.ant-progress-circle-path {
    animation: ant-progress-appear .3s
}

.ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
    stroke: #1890ff
}

.ant-progress-bg,
.ant-progress-success-bg {
    position: relative;
    background-color: #1890ff;
    border-radius: 100px;
    transition: all .4s cubic-bezier(.08, .82, .17, 1) 0s
}

.ant-progress-success-bg {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #52c41a
}

.ant-progress-text {
    display: inline-block;
    width: 2em;
    margin-left: 8px;
    color: rgba(0, 0, 0, .45);
    font-size: 1em;
    line-height: 1;
    white-space: nowrap;
    text-align: left;
    vertical-align: middle;
    word-break: normal
}

.ant-progress-text .anticon {
    font-size: 14px
}

.ant-progress-status-active .ant-progress-bg:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    border-radius: 10px;
    opacity: 0;
    animation: ant-progress-active 2.4s cubic-bezier(.23, 1, .32, 1) infinite;
    content: ""
}

.ant-progress-status-exception .ant-progress-bg {
    background-color: #f5222d
}

.ant-progress-status-exception .ant-progress-text {
    color: #f5222d
}

.ant-progress-status-exception .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
    stroke: #f5222d
}

.ant-progress-status-success .ant-progress-bg {
    background-color: #52c41a
}

.ant-progress-status-success .ant-progress-text {
    color: #52c41a
}

.ant-progress-status-success .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
    stroke: #52c41a
}

.ant-progress-circle .ant-progress-inner {
    position: relative;
    line-height: 1;
    background-color: transparent
}

.ant-progress-circle .ant-progress-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    line-height: 1;
    white-space: normal;
    text-align: center;
    transform: translate(-50%, -50%)
}

.ant-progress-circle .ant-progress-text .anticon {
    font-size: 1.16666667em
}

.ant-progress-circle.ant-progress-status-exception .ant-progress-text {
    color: #f5222d
}

.ant-progress-circle.ant-progress-status-success .ant-progress-text {
    color: #52c41a
}

@keyframes ant-progress-active {
    0% {
        width: 0;
        opacity: .1
    }
    20% {
        width: 0;
        opacity: .5
    }
    to {
        width: 100%;
        opacity: 0
    }
}

.antd-pro-pages-applicant-contest-content-index-siderLayout {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 100%;
    width: 80%;
    margin: 0 auto
}

.antd-pro-pages-applicant-contest-content-index-siderLayout * {
    transition: width 1s
}

.antd-pro-pages-applicant-contest-content-index-siderLayout.antd-pro-pages-applicant-contest-content-index-siderIsOpen {
    padding-left: 36%;
    width: 100%
}

@media (max-width:992px) {
    .antd-pro-pages-applicant-contest-content-index-siderLayout {
        width: 90%
    }
    .antd-pro-pages-applicant-contest-content-index-siderLayout.antd-pro-pages-applicant-contest-content-index-siderIsOpen {
        padding-left: 0
    }
}

@media (max-width:768px) {
    .antd-pro-pages-applicant-contest-content-index-siderLayout {
        width: 100%
    }
    .antd-pro-pages-applicant-contest-content-index-siderLayout.antd-pro-pages-applicant-contest-content-index-siderIsOpen {
        padding-left: 0
    }
}

.antd-pro-pages-applicant-contest-content-index-container {
    width: 100%
}

.antd-pro-pages-applicant-contest-content-index-hero .ant-card-body {
    display: flex;
    height: 10rem;
    padding: 0
}

.antd-pro-pages-applicant-contest-content-index-content {
    margin-top: 1.875rem
}

.antd-pro-pages-applicant-contest-content-index-content .ant-card-body {
    height: 85vh;
    padding: 1.875rem
}

.antd-pro-pages-applicant-contest-content-index-metadata {
    width: 100%;
    padding: 0 .625rem;
    flex-grow: 1
}

.antd-pro-pages-applicant-contest-content-index-metadata .antd-pro-pages-applicant-contest-content-index-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem
}

.antd-pro-pages-applicant-contest-content-index-metadata .antd-pro-pages-applicant-contest-content-index-item .antd-pro-pages-applicant-contest-content-index-key {
    display: flex;
    align-items: center;
    color: #f5f5f5;
    font-size: .75rem
}

.antd-pro-pages-applicant-contest-content-index-metadata .antd-pro-pages-applicant-contest-content-index-item .antd-pro-pages-applicant-contest-content-index-key .antd-pro-pages-applicant-contest-content-index-itemIcon {
    margin-left: .75rem
}

.antd-pro-pages-applicant-contest-content-index-metadata .antd-pro-pages-applicant-contest-content-index-item .antd-pro-pages-applicant-contest-content-index-value {
    color: #fff;
    font-size: 1rem
}

.antd-pro-pages-applicant-contest-content-index-actions {
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
    border-top: 1px solid hsla(0, 0%, 100%, .15)
}

.antd-pro-components-hero-style-container {
    display: flex;
    align-items: center;
    min-height: 10rem;
    margin-bottom: 1.25rem;
    background-color: #007aa3;
    border-radius: .75rem;
    box-shadow: 0 6px 15px rgba(36, 37, 38, .08)
}

.antd-pro-components-hero-style-cover {
    width: 13rem;
    height: 10rem;
    margin: 0 1.875rem
}

.antd-pro-components-hero-style-content {
    margin-left: 1.875rem;
    padding: .75rem 0;
    color: #fff;
    line-height: 1.7;
    text-align: justify
}

.antd-pro-components-hero-style-content .antd-pro-components-hero-style-title {
    margin-bottom: .875rem;
    font-weight: 600;
    font-size: 1.125rem
}

.antd-pro-components-hero-style-content .antd-pro-components-hero-style-advice,
.antd-pro-components-hero-style-content .antd-pro-components-hero-style-status {
    font-size: .875rem
}

.antd-pro-components-hero-style-content .antd-pro-components-hero-style-status {
    margin-bottom: .625rem
}

@media (max-width:480px) {
    .antd-pro-components-hero-style-container {
        min-height: 9rem
    }
    .antd-pro-components-hero-style-cover {
        min-width: 7.5rem;
        margin: 0 .5rem 0 .75rem
    }
    .antd-pro-components-hero-style-content {
        flex-grow: 0;
        margin-left: .75rem
    }
    .antd-pro-components-hero-style-content .antd-pro-components-hero-style-title {
        font-size: 1rem
    }
    .antd-pro-components-hero-style-content .antd-pro-components-hero-style-advice,
    .antd-pro-components-hero-style-content .antd-pro-components-hero-style-status {
        font-size: .75rem
    }
}

.antd-pro-components-footer-index-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
    border-top: 1px solid #e1e1e1;
    padding-top: 1rem
}

.antd-pro-components-footer-index-logos {
    display: flex
}

.antd-pro-components-footer-index-logoItem {
    background-color: #fff;
    border-radius: .5rem;
    width: 2.625rem;
    height: 2.625rem;
    box-shadow: 0 0 10px rgba(36, 37, 37, .16);
    display: flex;
    justify-content: center;
    align-items: center
}

.antd-pro-components-footer-index-logoItem+.antd-pro-components-footer-index-logoItem {
    margin-right: .5rem
}

.antd-pro-components-footer-index-logoItem img {
    max-width: 100%
}

.antd-pro-components-footer-index-social {
    display: none;
    align-items: center
}

.antd-pro-components-footer-index-socialItem {
    display: flex;
    align-items: center;
    justify-content: center
}

.antd-pro-components-footer-index-socialItem+.antd-pro-components-footer-index-socialItem {
    margin-right: .875rem
}

.antd-pro-components-footer-index-developer {
    display: flex;
    align-items: center;
    text-decoration: none
}

.antd-pro-components-footer-index-developer:hover .antd-pro-components-footer-index-developerText {
    color: #273038
}

.antd-pro-components-footer-index-developerText {
    font-size: .75rem;
    color: #657783;
    margin-left: .625rem
}

.antd-pro-components-footer-index-developerIcon {
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width:400px) {
    .antd-pro-components-footer-index-footer {
        flex-direction: column;
        border-top: 1px solid #e1e1e1;
        padding-top: 0
    }
    .antd-pro-components-footer-index-logos {
        justify-content: center;
        margin-top: 2rem;
        order: 2
    }
    .antd-pro-components-footer-index-social {
        justify-content: center;
        margin-top: 2rem;
        order: 1
    }
    .antd-pro-components-footer-index-developer {
        justify-content: center;
        flex-direction: column;
        margin-top: 1.5rem;
        order: 3
    }
    .antd-pro-components-footer-index-developerIcon {
        margin-top: .75rem
    }
}

@media (max-width:900px) and (min-width:401px) {
    .antd-pro-components-footer-index-footer {
        flex-direction: column;
        border-top: 1px solid #e1e1e1;
        padding-top: 0
    }
    .antd-pro-components-footer-index-logos {
        justify-content: center;
        margin-top: 2rem;
        order: 2
    }
    .antd-pro-components-footer-index-social {
        justify-content: center;
        margin-top: 2rem;
        order: 1
    }
    .antd-pro-components-footer-index-developer {
        justify-content: center;
        flex-direction: column;
        margin-top: 1.5rem;
        order: 3
    }
    .antd-pro-components-footer-index-developerIcon {
        margin-top: .75rem
    }
}

.antd-pro-pages-applicant-contest-partials-style-indexCard .ant-card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0
}

.antd-pro-pages-applicant-contest-partials-style-indexCard .antd-pro-pages-applicant-contest-partials-style-cover {
    width: 100%;
    height: 7.5rem;
    background-color: #e1e1e1;
    border-radius: .75rem .75rem 0 0
}

.antd-pro-pages-applicant-contest-partials-style-indexCard .antd-pro-pages-applicant-contest-partials-style-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.375rem;
    height: 4.375rem;
    margin-top: -2.1875rem;
    color: #28a3c5;
    background-color: #fff;
    border-radius: .75rem;
    box-shadow: 0 0 15px rgba(36, 37, 38, .3)
}

.antd-pro-pages-applicant-contest-partials-style-indexCard .antd-pro-pages-applicant-contest-partials-style-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    padding: .75rem 1.25rem 1rem
}

.antd-pro-pages-applicant-contest-partials-style-indexCard .antd-pro-pages-applicant-contest-partials-style-name {
    margin-bottom: 0;
    color: #4b4b4b;
    font-weight: 600;
    font-size: .875rem;
    text-align: center
}

.antd-pro-pages-applicant-contest-partials-style-indexCard .antd-pro-pages-applicant-contest-partials-style-metadata {
    margin-bottom: .6875rem;
    padding: .6875rem 0;
    /* border-bottom: 1px solid #f1f1f1 */
}

.antd-pro-pages-applicant-contest-partials-style-indexCard .antd-pro-pages-applicant-contest-partials-style-metadata .antd-pro-pages-applicant-contest-partials-style-item {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.antd-pro-pages-applicant-contest-partials-style-indexCard .antd-pro-pages-applicant-contest-partials-style-metadata .antd-pro-pages-applicant-contest-partials-style-item .antd-pro-pages-applicant-contest-partials-style-itemIcon {
    margin-left: .5rem;
    color: #007aa3
}

.antd-pro-pages-applicant-contest-partials-style-indexCard .antd-pro-pages-applicant-contest-partials-style-metadata .antd-pro-pages-applicant-contest-partials-style-item .antd-pro-pages-applicant-contest-partials-style-key {
    display: flex;
    align-items: center;
    color: #a4a4a4;
    font-size: .75rem
}

.antd-pro-pages-applicant-contest-partials-style-indexCard .antd-pro-pages-applicant-contest-partials-style-metadata .antd-pro-pages-applicant-contest-partials-style-item .antd-pro-pages-applicant-contest-partials-style-value {
    color: #092a77;
    font-size: .8125rem
}

.antd-pro-pages-applicant-contest-partials-style-indexCard .antd-pro-pages-applicant-contest-partials-style-metadata .antd-pro-pages-applicant-contest-partials-style-item+.antd-pro-pages-applicant-contest-partials-style-item {
    margin-top: 1rem
}

.antd-pro-pages-applicant-contest-partials-style-indexCard .antd-pro-pages-applicant-contest-partials-style-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #707070
}

.antd-pro-pages-applicant-contest-partials-style-siderInfo {
    display: flex;
    flex-direction: column;
    align-items: center
}

.antd-pro-pages-applicant-contest-partials-style-siderInfo .antd-pro-pages-applicant-contest-partials-style-icon {
    width: 5rem;
    height: 5rem;
    margin-top: .5rem;
    border-radius: .75rem;
    box-shadow: 0 0 15px rgba(36, 37, 38, .1)
}

.antd-pro-pages-applicant-contest-partials-style-siderInfo .antd-pro-pages-applicant-contest-partials-style-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100%
}

.antd-pro-pages-applicant-contest-partials-style-siderInfo .antd-pro-pages-applicant-contest-partials-style-name {
    margin-top: .625rem;
    color: #4b4b4b;
    font-weight: 600;
    font-size: 1rem;
    text-align: center
}

.antd-pro-pages-applicant-contest-partials-style-siderInfo .antd-pro-pages-applicant-contest-partials-style-metadata .antd-pro-pages-applicant-contest-partials-style-item {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.antd-pro-pages-applicant-contest-partials-style-siderInfo .antd-pro-pages-applicant-contest-partials-style-metadata .antd-pro-pages-applicant-contest-partials-style-item .antd-pro-pages-applicant-contest-partials-style-itemIcon {
    margin-left: .5rem;
    color: #007aa3
}

.antd-pro-pages-applicant-contest-partials-style-siderInfo .antd-pro-pages-applicant-contest-partials-style-metadata .antd-pro-pages-applicant-contest-partials-style-item .antd-pro-pages-applicant-contest-partials-style-key {
    display: flex;
    align-items: center;
    color: #a4a4a4;
    font-size: .75rem
}

.antd-pro-pages-applicant-contest-partials-style-siderInfo .antd-pro-pages-applicant-contest-partials-style-metadata .antd-pro-pages-applicant-contest-partials-style-item .antd-pro-pages-applicant-contest-partials-style-value {
    color: #092a77;
    font-size: .8125rem
}

.antd-pro-pages-applicant-contest-partials-style-siderInfo .antd-pro-pages-applicant-contest-partials-style-metadata .antd-pro-pages-applicant-contest-partials-style-item+.antd-pro-pages-applicant-contest-partials-style-item {
    margin-top: 1.25rem
}

.antd-pro-pages-applicant-contest-partials-style-headerCard .antd-pro-pages-applicant-contest-partials-style-icon .anticon svg {
    width: 1.875rem;
    height: 1.875rem
}

.antd-pro-pages-applicant-contest-partials-style-ContestSingleHeader .ant-card-body {
    padding: .6875rem 1.25rem
}

.antd-pro-pages-applicant-contest-partials-style-ContestSingleHeader .hideOnSmallScreen {
    display: none
}

.antd-pro-pages-applicant-contest-partials-style-ContestSingleHeader .antd-pro-pages-applicant-contest-partials-style-actions {
    display: flex;
    align-items: center;
    margin-right: 1.25rem
}

.antd-pro-pages-applicant-contest-partials-style-ContestSingleHeader .antd-pro-pages-applicant-contest-partials-style-actions .antd-pro-pages-applicant-contest-partials-style-actionItem+.antd-pro-pages-applicant-contest-partials-style-actionItem {
    margin-right: .5rem
}

.antd-pro-pages-applicant-contest-partials-style-ContestSingleHeader .antd-pro-pages-applicant-contest-partials-style-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.625rem;
    height: 3.625rem;
    border-radius: .75rem;
    box-shadow: 0 0 15px rgba(36, 37, 38, .1)
}

.antd-pro-pages-applicant-contest-partials-style-QuestionCard {
    flex-grow: 1;
    margin-top: 1.25rem
}

.antd-pro-pages-applicant-contest-partials-style-QuestionCard .ant-card-body {
    padding: 1.25rem
}

.antd-pro-pages-applicant-contest-partials-style-QuestionCard .antd-pro-pages-applicant-contest-partials-style-number {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 2.125rem;
    height: 2.125rem;
    margin-left: .625rem;
    color: #0b7bab;
    font-size: 1rem;
    background: #daebf3;
    border: 1px solid #0b7bab;
    border-radius: 50%
}

.antd-pro-pages-applicant-contest-partials-style-QuestionCard .antd-pro-pages-applicant-contest-partials-style-statement {
    display: flex;
    align-items: center;
    min-height: 2.125rem;
    color: #545454;
    font-weight: 600;
    font-size: .9125rem;
    line-height: 2.2
}

.antd-pro-pages-applicant-contest-partials-style-QuestionCard .antd-pro-pages-applicant-contest-partials-style-optionsContainer {
    margin-top: .75rem;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    border-radius: .5rem
}

.antd-pro-pages-applicant-contest-partials-style-QuestionCard .antd-pro-pages-applicant-contest-partials-style-option {
    display: flex;
    align-items: center;
    min-height: 3.625rem;
    padding: .5rem 0 .5rem .5rem;
    color: #545454;
    font-size: .875rem;
    background: #f8fafb;
    cursor: pointer;
    line-height: 2
}

.antd-pro-pages-applicant-contest-partials-style-QuestionCard .antd-pro-pages-applicant-contest-partials-style-option .antd-pro-pages-applicant-contest-partials-style-indicator {
    flex-shrink: 0;
    width: 1.125rem;
    height: 1.125rem;
    margin: 1.25rem 1.25rem 1.25rem .625rem;
    border: 1px solid #b8b8b8;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .16)
}

.antd-pro-pages-applicant-contest-partials-style-QuestionCard .antd-pro-pages-applicant-contest-partials-style-option:hover {
    background: #fefeff
}

.antd-pro-pages-applicant-contest-partials-style-QuestionCard .antd-pro-pages-applicant-contest-partials-style-option:hover .antd-pro-pages-applicant-contest-partials-style-indicator {
    border: 1px solid #007aa3;
    box-shadow: 0 0 10px rgba(23, 110, 168, .7)
}

.antd-pro-pages-applicant-contest-partials-style-QuestionCard .antd-pro-pages-applicant-contest-partials-style-option.antd-pro-pages-applicant-contest-partials-style-selected {
    background: #fff
}

.antd-pro-pages-applicant-contest-partials-style-QuestionCard .antd-pro-pages-applicant-contest-partials-style-option.antd-pro-pages-applicant-contest-partials-style-selected .antd-pro-pages-applicant-contest-partials-style-indicator {
    color: #176ea8;
    border: none;
    box-shadow: 0 0 10px rgba(23, 110, 168, .7)
}

.antd-pro-pages-applicant-contest-partials-style-QuestionCard .antd-pro-pages-applicant-contest-partials-style-option+.antd-pro-pages-applicant-contest-partials-style-option {
    border-top: 1px solid #e1e1e1
}

.antd-pro-pages-applicant-contest-partials-style-QuestionSiderCard {
    display: flex;
    align-items: center;
    padding: .5rem 0;
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer
}

.antd-pro-pages-applicant-contest-partials-style-QuestionSiderCard .antd-pro-pages-applicant-contest-partials-style-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
    margin-left: .625rem;
    color: #686f7a;
    line-height: 2;
    background-color: #e4e7ec;
    border-radius: 50%
}

.antd-pro-pages-applicant-contest-partials-style-QuestionSiderCard .antd-pro-pages-applicant-contest-partials-style-statement {
    flex-grow: 0;
    overflow: hidden;
    font-size: .8125rem;
    white-space: nowrap;
    text-overflow: ellipsis
}

.antd-pro-pages-applicant-contest-partials-style-QuestionSiderCard.antd-pro-pages-applicant-contest-partials-style-selected .antd-pro-pages-applicant-contest-partials-style-number {
    color: #0b7bab;
    background: #daebf3
}

.antd-pro-pages-applicant-contest-partials-style-QuestionSiderCard.antd-pro-pages-applicant-contest-partials-style-current .antd-pro-pages-applicant-contest-partials-style-number {
    color: #fff;
    background-color: #007aa3
}

.antd-pro-pages-applicant-contest-partials-style-QuestionSiderCard:hover {
    background: #f8fafb
}