.rv-create .body .rv-city .dropdown-city{background:#fff;border-radius:4px;border:1px solid #007bff}.rv-create .body .rv-city .text-name-city{top:-13px;padding:0 10px;background:#fff;margin-left:10px}.rv-create .body .rv-city .list-city{border:1px solid rgba(0,0,0,.2);border-radius:4px;box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);max-height:400px;overflow-y:auto}.rv-create .body .rv-city .list-city .item-list{padding:10px}.rv-create .body .rv-city .list-city .item-list:hover{background:#ddd}.rv-create .body .rv-city .z-index-list{z-index:1000}.rv-create .body .rv-city .line-loading{width:100%;height:3px;position:relative}.rv-create .body .rv-city .line-loading:before{content:"";position:absolute;right:auto;left:0;height:100%;background-color:#0c81f6;-webkit-animation:lineLoading 1s linear infinite forwards;animation:lineLoading 1s linear infinite forwards}@-webkit-keyframes lineLoading{0%{right:100%}50%{right:0;left:0}to{right:0;left:100%}}@keyframes lineLoading{0%{right:100%}50%{right:0;left:0}to{right:0;left:100%}}