.simple-selecter{position:relative;width:100%;display:inline-block;text-align:left;width:200px}.simple-selecter .simple-selecter-text{display:inline-block;width:100%;height:30px;line-height:1.5;padding:4px 25px 4px 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;border:1px solid #d3d3d3;border-radius:4px;color:#515a6e;background-color:#fff;background-image:none;position:relative;cursor:pointer;outline:none!important;-webkit-transition:border .2s ease-in-out,background .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;transition:border .2s ease-in-out,background .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;transition:border .2s ease-in-out,background .2s ease-in-out,box-shadow .2s ease-in-out;transition:border .2s ease-in-out,background .2s ease-in-out,box-shadow .2s ease-in-out,-webkit-box-shadow .2s ease-in-out}.simple-selecter .simple-selecter-text:hover{border-color:#1890ff}.simple-selecter .simple-selecter-arrow{position:absolute;width:20px;height:20px;right:5px;top:6px;line-height:20px;text-align:center;font-size:12px;font-family:youyuan;font-weight:700;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.simple-selecter-content{z-index:999;position:relative;max-height:350px;min-height:200px;width:600px;overflow:auto;border-radius:4px;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.simple-selecter-content .ant-checkbox-group-item{width:140px;margin:3px 0 3px 8px;white-space:nowrap;overflow:hidden;font-size:12px;text-overflow:ellipsis}.simple-selecter-button{background-color:#f1f1f1;padding:5px 10px;border-radius:0 0 6px 6px;text-align:right;border-top:1px solid #ccc}.simple-selecter-button .ant-btn-success{background-color:#50bf66;border-color:#50bf66;color:#fff}.simple-selecter-button .ant-btn-success:hover{background-color:#4c9c5c}.simple-selecter-button .ant-btn-clear{background-color:transparent;border-color:#ff4d4f;color:#ff4d4f}.simple-selecter-button .ant-btn-clear:hover{border-color:#e61115;color:#e61115}.simple-selecter-title{height:40px;padding:0 15px;font-weight:700;font-size:12px;color:#000;line-height:40px;border-bottom:1px solid #ccc;border-radius:6px 6px 0 0;background-color:#fff}.ant-tooltip.selecter-pop{max-width:none;width:600px}.ant-tooltip.selecter-pop .ant-tooltip-inner{padding:0;background:transparent;border:1px solid #ccc}.ant-tooltip.selecter-pop .ant-tooltip-arrow:before{background-color:#fff}.type-checkbox{padding:8px 8px;margin-bottom:5px;line-height:20px;background-color:#f1f1f1}