.wrapper{width:100%;height:100%;overflow:hidden;position:relative}.wrapper .information{font-size:20px;color:#ea0000;position:absolute;right:0;top:0}.wrapper .information img{width:20px;height:20px;cursor:pointer}.wrapper .search-box{display:flex;align-items:center;justify-content:flex-start;-moz-column-gap:20px;column-gap:20px}.wrapper .search-box .ant-select{width:200px}.wrapper .content{width:100%;padding:20px 10px;box-sizing:border-box;display:flex;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;-moz-column-gap:30px;column-gap:30px;overflow:auto}.wrapper .content .card-item{width:23%;background-color:#fff;padding:10px 15px;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.08);flex-basis:23%;margin-bottom:15px;box-sizing:border-box}.wrapper .content .card-item .shipName-wrap{display:flex;justify-content:space-between;align-items:center}.wrapper .content .card-item .shipName-wrap .ship_name{font-size:16px;color:#000;font-weight:700}.wrapper .content .card-item .shipName-wrap .num{color:#0263ff}.wrapper .content .card-item .position{margin-top:15px}.wrapper .content .card-item .dates{margin-top:5px;display:flex;flex-wrap:wrap;justify-content:space-between}.wrapper .content .card-item .dates .item{flex-basis:48%}.wrapper .content .card-item .projectTeam{margin-top:5px}.wrapper .content .card-item .line{background:#eff0f3;width:100%;height:2px;margin:10px auto}.wrapper .content .card-item .status .item{display:flex;justify-content:space-between;margin:10px 0}.wrapper .content .card-item .status .item .tag{width:100px;height:30px;background:#f6f6f6;color:#56595f;display:flex;align-items:center;padding-left:5px;-moz-column-gap:5px;column-gap:5px}.wrapper .content .card-item .status .inProgress .tag{background:#ecf8ef;color:#6fcd89}.wrapper .content .card-item .status .completed .tag{background:#ecf3fd;color:#6ea5f6}.wrapper .content .card-item .teams{height:120px;overflow-y:auto}.wrapper .content .card-item .teams .team{margin-bottom:10px;display:flex;justify-content:space-between}.wrapper .content .card-item .teams::-webkit-scrollbar{width:4px;height:8px}/deep/ .outside-empty{position:absolute;top:300px;left:50%;transform:translate(-50%,-50%)}.ant-pagination{text-align:right;margin:10px 40px}