.upload-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.upload-button .tip{margin-top:10px;color:#9e9e9e}.file-wrap{margin-top:10px;width:100%;max-height:200px;overflow-y:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px;padding:10px 0}.file-wrap .file-item .file-thumbnail{position:relative;display:inline-block;margin:8px}.file-wrap .file-item .file-thumbnail .delete-icon{position:absolute;top:-8px;right:-8px;width:18px;height:18px;background-color:#f56c6c;color:#fff;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:12px;cursor:pointer;z-index:1;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.2);box-shadow:0 2px 4px rgba(0,0,0,.2)}.file-wrap .file-item .file-thumbnail .delete-icon:hover{background-color:#f78989;-webkit-transform:scale(1.1);transform:scale(1.1)}.file-wrap .file-item .file-info{width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.file-wrap .file-item .file-info,.file-wrap .file-item .file-info .name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.file-wrap .file-item .file-info .name{-webkit-box-flex:1;-ms-flex:1;flex:1}.file-wrap .file-item .file-info .name img{width:14px;height:14px;margin-right:8px}.file-wrap .file-item .file-info .name span{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-wrap .file-item .file-info .operator{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px}