.st-select-wrapper .st-select-list{position:absolute;top:45px;left:0;width:100%;max-height:250px;overflow-y:scroll;padding:5px 0;background:#fff;list-style:none;border:1px solid #ccc;z-index:9999;display:none}.st-select-wrapper .st-select-list li{display:block;width:100%;padding:5px;color:#4f4e4e;font-size:13px}.st-select-wrapper .st-select-list li:hover{background:#eee;cursor:pointer;color:#000}.st-select-wrapper .st-loading{position:absolute;font-size:20px;color:#ccc;top:50%;margin-top:-10px;right:15px;-webkit-animation:st-loading 1s ease-in-out infinite normal;-o-animation:st-loading 1s ease-in-out infinite normal;animation:st-loading 1s ease-in-out infinite normal;display:none}