.mySaveList{background:#f0f2f5;padding:10px 25px;height:calc(100vh - 80px);overflow-y:auto}.mySaveList .title-wrap{display:flex;flex-wrap:wrap;align-items:center;margin:5px 0}.mySaveList .title-wrap .tag{width:4px;height:20px;background:#409eff;border-radius:10px}.mySaveList .title-wrap .title{font-size:18px;font-weight:700;padding-left:10px}.mySaveList .case-wrap{background:#fff;padding:20px;margin:20px 0;border-radius:6px}.mySaveList .case-wrap .screen-wrap{display:flex;justify-content:space-between}.mySaveList .case-wrap .screen-wrap .sw-left{display:flex;flex-wrap:wrap;align-items:center}.mySaveList .case-wrap .screen-wrap .sw-left .screen-item{margin-right:15px;margin-bottom:20px}.mySaveList .case-wrap .screen-wrap .sw-left .search-item{display:flex;flex-wrap:wrap;align-items:center;margin-bottom:20px}.mySaveList .case-wrap .screen-wrap .sw-left .search-item .el-input{width:220px;margin-right:10px}.mySaveList .case-wrap .table-wrap .image{width:40px;cursor:pointer}.mySaveList .case-wrap .table-wrap .operation-wrap{display:flex;justify-content:center}.mySaveList .case-wrap .table-wrap .operation-wrap .iconfont{font-size:16px;padding:0 10px;cursor:pointer}.mySaveList .case-wrap .table-wrap .pagination-wrap{display:flex;justify-content:flex-end;align-items:center;padding-top:20px}.mySaveList .code-dialog-wrap{width:260px}.mySaveList .code-dialog-wrap .code-wrap{width:100%;display:flex;flex-direction:column;align-items:center}.mySaveList .dialog-wrap{width:650px}.mySaveList .dialog-wrap .title{font-size:16px;color:#000;padding-bottom:10px;margin-left:20px;margin-top:-5px}.mySaveList .dialog-wrap .content-wrap{max-height:80vh;overflow-y:auto;padding-top:20px}.mySaveList .dialog-wrap .content-wrap .el-input{width:530px}.mySaveList .dialog-wrap .content-wrap .btn-wrap{display:flex;justify-content:center;align-items:center;padding-bottom:20px}.mySaveList .el-dialog{margin:0;margin-top:0!important;top:50%;left:50%;transform:translate(-50%,-50%);padding-bottom:10px}