
        .ant-select {
            box-sizing: border-box;
            display: inline-block;
            position: relative;
            color: #666;
            font-size: 12px
        }

        .ant-select>ul>li>a {
            padding: 0;
            background-color: #fff
        }

        .ant-select-arrow {
            font-style: normal;
            vertical-align: baseline;
            text-align: center;
            text-transform: none;
            text-rendering: auto;
            text-rendering: optimizeLegibility;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            top: 50%;
            right: 8px;
            line-height: 1;
            margin-top: -6px;
            display: inline-block;
            font-size: 12px;
            font-size: 9px\9;
            transform: scale(.75) rotate(0deg);
            -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
            zoom: 1
        }

        .ant-select-arrow:before {
            display: block;
            font-family: anticon !important
        }

        :root .ant-select-arrow {
            filter: none;
            font-size: 12px
        }

        .ant-select-arrow * {
            display: none
        }

        .ant-select-arrow:before {
            content: "\E61D";
            transition: transform .2s ease
        }

        .ant-select-selection {
            outline: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            box-sizing: border-box;
            display: block;
            background-color: #fff;
            border-radius: 4px;
            border: 1px solid #d9d9d9;
            transition: all .3s cubic-bezier(.645, .045, .355, 1)
        }

        .ant-select-selection:hover {
            border-color: #40a5ed
        }

        .ant-select-focused .ant-select-selection,
        .ant-select-selection:active,
        .ant-select-selection:focus {
            border-color: #40a5ed;
            outline: 0;
            box-shadow: 0 0 0 2px rgba(16, 142, 233, .2)
        }

        .ant-select-selection__clear {
            display: inline-block;
            font-style: normal;
            vertical-align: baseline;
            text-align: center;
            text-transform: none;
            text-rendering: auto;
            opacity: 0;
            position: absolute;
            right: 8px;
            z-index: 1;
            background: #fff;
            top: 50%;
            font-size: 12px;
            color: #ccc;
            width: 12px;
            height: 12px;
            margin-top: -6px;
            line-height: 12px;
            cursor: pointer;
            transition: color .3s ease, opacity .15s ease
        }

        .ant-select-selection__clear:before {
            display: block;
            font-family: anticon;
            text-rendering: optimizeLegibility;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\E62E"
        }

        .ant-select-selection__clear:hover {
            color: #999
        }

        .ant-select-selection:hover .ant-select-selection__clear {
            opacity: 1
        }

        .ant-select-selection-selected-value {
            float: left;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            max-width: 100%;
            padding-right: 14px
        }

        .ant-select-disabled {
            color: #ccc
        }

        .ant-select-disabled .ant-select-selection {
            background: #f7f7f7;
            cursor: not-allowed
        }

        .ant-select-disabled .ant-select-selection:active,
        .ant-select-disabled .ant-select-selection:focus,
        .ant-select-disabled .ant-select-selection:hover {
            border-color: #d9d9d9;
            box-shadow: none
        }

        .ant-select-disabled .ant-select-selection__clear {
            display: none;
            visibility: hidden;
            pointer-events: none
        }

        .ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice {
            background: #e9e9e9;
            color: #aaa;
            padding-right: 10px
        }

        .ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice__remove {
            display: none
        }

        .ant-select-selection--single {
            height: 28px;
            position: relative;
            cursor: pointer
        }

        .ant-select-selection__rendered {
            display: block;
            margin-left: 8px;
            margin-right: 8px;
            position: relative;
            line-height: 26px
        }

        .ant-select-selection__rendered:after {
            content: ".";
            visibility: hidden;
            pointer-events: none;
            display: inline-block;
            width: 0
        }

        .ant-select-lg .ant-select-selection--single {
            height: 32px
        }

        .ant-select-lg .ant-select-selection__rendered {
            line-height: 30px
        }

        .ant-select-lg .ant-select-selection--multiple {
            min-height: 32px
        }

        .ant-select-lg .ant-select-selection--multiple .ant-select-selection__rendered li {
            height: 24px;
            line-height: 24px
        }

        .ant-select-sm .ant-select-selection {
            border-radius: 2px
        }

        .ant-select-sm .ant-select-selection--single {
            height: 22px
        }

        .ant-select-sm .ant-select-selection__rendered {
            line-height: 20px
        }

        .ant-select-sm .ant-select-selection--multiple {
            min-height: 22px
        }

        .ant-select-sm .ant-select-selection--multiple .ant-select-selection__rendered li {
            height: 14px;
            line-height: 14px
        }

        .ant-select-disabled .ant-select-selection__choice__remove {
            color: #ccc;
            cursor: default
        }

        .ant-select-disabled .ant-select-selection__choice__remove:hover {
            color: #ccc
        }

        .ant-select-search__field__wrap {
            display: inline-block;
            position: relative
        }

        .ant-select-search__field__placeholder,
        .ant-select-selection__placeholder {
            position: absolute;
            top: 50%;
            left: 0;
            right: 9px;
            color: #ccc;
            line-height: 20px;
            height: 20px;
            max-width: 100%;
            margin-top: -10px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .ant-select-search__field__placeholder {
            left: 8px
        }

        .ant-select-search--inline {
            position: absolute;
            height: 100%
        }

        .ant-select-selection--multiple .ant-select-search--inline {
            float: left;
            position: static
        }

        .ant-select-search--inline .ant-select-search__field__wrap {
            width: 100%;
            height: 100%
        }

        .ant-select-search--inline .ant-select-search__field {
            border: 0;
            font-size: 100%;
            height: 100%;
            width: 100%;
            background: transparent;
            outline: 0;
            border-radius: 4px
        }

        .ant-select-search--inline .ant-select-search__field__mirror {
            position: absolute;
            top: 0;
            left: -9999px;
            white-space: pre;
            pointer-events: none
        }

        .ant-select-search--inline>i {
            float: right
        }

        .ant-select-selection--multiple {
            min-height: 28px;
            cursor: text;
            padding-bottom: 3px;
            zoom: 1
        }

        .ant-select-selection--multiple:after,
        .ant-select-selection--multiple:before {
            content: " ";
            display: table
        }

        .ant-select-selection--multiple:after {
            clear: both;
            visibility: hidden;
            font-size: 0;
            height: 0
        }

        .ant-select-selection--multiple .ant-select-search--inline {
            width: auto;
            padding: 0
        }

        .ant-select-selection--multiple .ant-select-search--inline .ant-select-search__field {
            width: .75em
        }

        .ant-select-selection--multiple .ant-select-selection__rendered {
            margin-left: 5px;
            margin-bottom: -3px;
            height: auto
        }

        .ant-select-selection--multiple .ant-select-selection__rendered>ul>li,
        .ant-select-selection--multiple>ul>li {
            margin-top: 3px;
            height: 20px;
            line-height: 20px
        }

        .ant-select-selection--multiple .ant-select-selection__choice {
            background-color: #f3f3f3;
            border-radius: 4px;
            cursor: default;
            float: left;
            padding: 0 16px;
            margin-right: 4px;
            max-width: 99%;
            position: relative;
            overflow: hidden;
            transition: padding .3s cubic-bezier(.645, .045, .355, 1);
            padding: 0 20px 0 10px
        }

        .ant-select-selection--multiple .ant-select-selection__choice__disabled {
            padding: 0 10px
        }

        .ant-select-selection--multiple .ant-select-selection__choice__content {
            display: inline-block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 100%;
            transition: margin .3s cubic-bezier(.645, .045, .355, 1)
        }

        .ant-select-selection--multiple .ant-select-selection__choice__remove {
            font-style: normal;
            vertical-align: baseline;
            text-align: center;
            text-transform: none;
            text-rendering: auto;
            line-height: 1;
            text-rendering: optimizeLegibility;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: #999;
            line-height: inherit;
            cursor: pointer;
            font-weight: 700;
            transition: all .3s cubic-bezier(.645, .045, .355, 1);
            display: inline-block;
            font-size: 12px;
            font-size: 8px\9;
            transform: scale(.66666667) rotate(0deg);
            -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
            zoom: 1;
            position: absolute;
            right: 4px;
            padding: 0 0 0 8px
        }

        .ant-select-selection--multiple .ant-select-selection__choice__remove:before {
            display: block;
            font-family: anticon !important
        }

        :root .ant-select-selection--multiple .ant-select-selection__choice__remove {
            filter: none;
            font-size: 12px
        }

        .ant-select-selection--multiple .ant-select-selection__choice__remove:hover {
            color: #404040
        }

        .ant-select-selection--multiple .ant-select-selection__choice__remove:before {
            content: "\E633"
        }

        .ant-select-open .ant-select-arrow {
            -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
            -ms-transform: rotate(180deg)
        }

        .ant-select-open .ant-select-arrow:before {
            transform: rotate(180deg)
        }

        .ant-select-open .ant-select-selection {
            border-color: #40a5ed;
            outline: 0;
            box-shadow: 0 0 0 2px rgba(16, 142, 233, .2)
        }

        .ant-select-combobox .ant-select-arrow {
            display: none
        }

        .ant-select-combobox .ant-select-search--inline {
            height: 100%;
            width: 100%;
            float: none
        }

        .ant-select-combobox .ant-select-search__field__wrap {
            width: 100%;
            height: 100%
        }

        .ant-select-combobox .ant-select-search__field {
            width: 100%;
            height: 100%;
            position: relative;
            z-index: 1;
            transition: all .3s cubic-bezier(.645, .045, .355, 1);
            box-shadow: none
        }

        .ant-select-dropdown {
            background-color: #fff;
            box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
            border-radius: 4px;
            box-sizing: border-box;
            z-index: 1050;
            left: -9999px;
            top: -9999px;
            position: absolute;
            outline: none;
            overflow: hidden;
            font-size: 12px
        }

        .ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-bottomLeft,
        .ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-bottomLeft {
            animation-name: antSlideUpIn
        }

        .ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-topLeft,
        .ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-topLeft {
            animation-name: antSlideDownIn
        }

        .ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
            animation-name: antSlideUpOut
        }

        .ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-topLeft {
            animation-name: antSlideDownOut
        }

        .ant-select-dropdown-hidden {
            display: none
        }

        .ant-select-dropdown-menu {
            outline: none;
            margin-bottom: 0;
            padding-left: 0;
            list-style: none;
            max-height: 250px;
            overflow: auto
        }

        .ant-select-dropdown-menu-item-group-list {
            margin: 0;
            padding: 0
        }

        .ant-select-dropdown-menu-item-group-list>.ant-select-dropdown-menu-item {
            padding-left: 24px
        }

        .ant-select-dropdown-menu-item-group-title {
            color: #999;
            line-height: 1.5;
            padding: 8px 16px
        }

        .ant-select-dropdown-menu-item {
            position: relative;
            display: block;
            padding: 7px 16px;
            font-weight: 400;
            color: #666;
            cursor: pointer;
            white-space: nowrap;
            overflow: hidden;
            transition: background .3s ease
        }

        .ant-select-dropdown-menu-item-active,
        .ant-select-dropdown-menu-item:hover {
            background-color: #e7f4fd
        }

        .ant-select-dropdown-menu-item-disabled {
            color: #ccc;
            cursor: not-allowed
        }

        .ant-select-dropdown-menu-item-disabled:hover {
            color: #ccc;
            background-color: #fff;
            cursor: not-allowed
        }

        .ant-select-dropdown-menu-item-selected,
        .ant-select-dropdown-menu-item-selected:hover {
            background-color: #f7f7f7;
            font-weight: 700;
            color: #666
        }

        .ant-select-dropdown-menu-item-divider {
            height: 1px;
            margin: 1px 0;
            overflow: hidden;
            background-color: #e5e5e5;
            line-height: 0
        }

        .ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:after {
            font-family: anticon;
            text-rendering: optimizeLegibility;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\E632";
            color: transparent;
            display: inline-block;
            font-size: 12px;
            font-size: 10px\9;
            transform: scale(.83333333) rotate(0deg);
            -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
            zoom: 1;
            transition: all .2s ease;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 16px;
            font-weight: 700;
            text-shadow: 0 .1px 0, .1px 0 0, 0 -.1px 0, -.1px 0
        }

        :root .ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:after {
            filter: none;
            font-size: 12px
        }

        .ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:hover:after {
            color: #ddd
        }

        .ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-disabled:after {
            display: none
        }

        .ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected:after,
        .ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected:hover:after {
            color: #108ee9;
            display: inline-block
        }

        .ant-select-dropdown-container-open .ant-select-dropdown,
        .ant-select-dropdown-open .ant-select-dropdown {
            display: block
        }
    