@family: '\u5B8B\u4F53';
/*:global(.ant-input){
  font-family: @family;
}*/
.width{
  width:100%;
}

.input {
  width: 70%;
  display: inline-block;
  :global(.ant-select-selection){
    border-top-left-radius:0;
    border-bottom-left-radius:0;
  }
  :global(.ant-select-selection--multiple .ant-select-selection__rendered){
    padding-bottom:2px;
  }
}