.my-autocomplete .value{color:#2062e6;padding:7px;line-height:normal}.my-autocomplete .link{color:#b4b4b4;font-size:14px}.circular{width:30px;height:30px;animation:2s linear infinite loading-rotate;display:inline}.path{stroke-dasharray:90 150;stroke-dashoffset:0;stroke-width:2px;stroke:var(--el-color-primary);stroke-linecap:round;animation:1.5s ease-in-out infinite loading-dash}.loading-path .dot1{fill:var(--el-color-primary);opacity:.3;animation:1s linear infinite alternate custom-spin-move;transform:translate(3.75px,3.75px)}.loading-path .dot2{fill:var(--el-color-primary);opacity:.3;animation:1s linear .4s infinite alternate custom-spin-move;transform:translate(calc(100% - 3.75px),3.75px)}.loading-path .dot3{fill:var(--el-color-primary);opacity:.3;animation:1s linear 1.2s infinite alternate custom-spin-move;transform:translate(3.75px,calc(100% - 3.75px))}.loading-path .dot4{fill:var(--el-color-primary);opacity:.3;animation:1s linear .8s infinite alternate custom-spin-move;transform:translate(calc(100% - 3.75px),calc(100% - 3.75px))}@keyframes loading-rotate{to{transform:rotate(360deg)}}@keyframes loading-dash{0%{stroke-dasharray:1 200;stroke-dashoffset:0}50%{stroke-dasharray:90 150;stroke-dashoffset:-40px}to{stroke-dasharray:90 150;stroke-dashoffset:-120px}}@keyframes custom-spin-move{to{opacity:1}}
