@charset "UTF-8";:export{xsOnly:"(max-width: 767px)";smOnly:"(min-width: 768px) and (max-width: 991px)";smAndDown:"(max-width: 991px)";smAndUp:"(min-width: 768px)";mdOnly:"(min-width: 992px) and (max-width: 1199px)";mdAndDown:"(max-width: 1199px)";mdAndUp:"(min-width: 992px)";lgOnly:"(min-width: 1200px) and (max-width: 1919px)";lgAndDown:"(max-width: 1919px)";lgAndUp:"(min-width: 1200px)";xlOnly:"(min-width: 1920px)"}.el-select-dropdown__item{font-size:16px;padding:0 20px;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:hsl(189deg,23%,22%);height:34px;line-height:34px;list-style:none;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.el-select-dropdown__item.is-disabled{color:hsl(189deg,23%,60%);cursor:not-allowed}.el-select-dropdown__item.is-disabled:hover{background-color:#fefefe}.el-select-dropdown__item.hover,.el-select-dropdown__item:hover{background-color:hsl(189deg,23%,94%)}.el-select-dropdown__item.selected{color:#fefefe;font-weight:700}