.wrap {
  padding-top: 2.75rem;
}
.wrap .list {
  padding: 0.9375rem;
  background: #ffffff;
}

/* 搜索 */
.wrap .search {
  display: flex;
  align-items: center;
}
.search .search-ipt {
  width: 15.3125rem;
  height: 2.25rem;
  background: #f4f4f4;
  padding: 0 0.625rem;
  font-size: 0.75rem;
}
.search .search-btn {
  height: 2.25rem;
  width: 6.25rem;
  background: #c0c0c0;
  text-align: center;
  line-height: 2.25rem;
  font-size: 0.75rem;
  font-weight: 400;
  color: #ffffff;
}

/* 表格 */
.wrap .table {
  margin-top: 1.25rem;
}
.table .row {
  height: 2.375rem;
  padding: 0 0.625rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.table .td {
  height: 2.375rem;
  line-height: 2.375rem;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #222222;
}
.table .thead {
  background: #f4f4f4;
}
.table .thead .td {
  font-weight: 500;
}
.table .tbody .tr {
  width: 100%;
  border-bottom: 0.0625rem solid rgba(151, 151, 151, 0.2);
  height: 2.375rem;
}
.table .name {
  width: 13.75rem;
  margin-right: 0.625rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table .time {
  width: 7.5rem;
}
.table .icon {
  font-size: 1.25rem;
  line-height: 2rem;
}

/* 分页 */
.wrap .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.25rem;
}
.pagination :not(:last-child) {
  margin-right: 0.625rem;
}
.pagination .pagination-item {
  width: 1.875rem;
  height: 1.875rem;
  border: 0.0625rem solid rgba(151, 151, 151, 0.2);
  text-align: center;
  line-height: 1.875rem;
  user-select: none;
  font-size: 0.875rem;
  font-weight: 400;
  color: #222222;
}
.pagination :first-child,
.pagination :last-child {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.pagination .current {
  background: #1d52a2;
  color: #ffffff;
}

.wrap .detail {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #f4f4f4;
  z-index: 2000;
  padding-top: 2.75rem;
  padding-bottom: 5.1875rem;
  overflow-y: auto;
}
.wrap .detail::-webkit-scrollbar {
  width: 0;
}

.detail .card {
  width: calc(100% - 1.875rem);
  margin: 0.9375rem auto;
  padding: 0.9375rem;
  background: #fff;
}

.detail .detail-header {
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.9375rem;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2001;
}
.detail .detail-header .back {
  font-size: 2rem;
  line-height: 2.5rem;
}
.detail .detail-header .title {
  font-size: 1rem;
  font-weight: 500;
  color: #222222;
}

.detail-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2001;
  height: 5.1875rem;
  padding: 0 0.9375rem;
  background: #fff;
}
.detail-footer .confirm {
  width: 100%;
  height: 2.5rem;
  border-radius: 0.25rem;
  line-height: 2.5rem;
  font-size: 1rem;
  margin-top: 0.9375rem;
}

.detail .job .line {
  height: 0.0625rem;
  width: 100%;
  background-color: rgba(151, 151, 151, 0.2);
  transform: translate(0, 0.9375rem);
}
.detail .job .name {
  font-size: 1rem;
  font-weight: 500;
  color: #222222;
}
.detail .job .time {
  font-size: 0.8125rem;
  font-weight: 400;
  color: rgba(34, 34, 34, 0.8);
  margin-top: 0.625rem;
}
.detail .job .type_place {
  font-size: 0.875rem;
  font-weight: 400;
  color: #444444;
  margin-top: 0.625rem;
}

.detail .info {
  font-size: 0.8125rem;
}

.detail .type-place {
  padding: 0.625rem 0.9375rem;
}
.detail .type-place > :first-child {
  border-bottom: 0.0625rem solid rgba(151, 151, 151, 0.1);
}
.detail .type-place .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 2.5rem;
}
.detail .type-place .item .label {
  font-size: 0.8125rem;
  font-weight: 400;
  color: #555555;
}
.detail .type-place .item .value {
  font-size: 0.8125rem;
  font-weight: 400;
  color: #222222;
}

.detail .form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: -0.9375rem;
  padding-top: 0;
}
.form .label {
  font-size: 0.875rem;
  font-weight: 400;
  color: #222222;
  margin-top: 0.625rem;
}
.form input.text {
  height: 2.5rem;
  width: 100%;
  border: 0.0625rem solid rgba(151, 151, 151, 0.4);
  padding: 0 0.625rem;
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 0.625rem;
}
.form input.text::placeholder {
  color: #999999;
}
.form .upload {
  min-width: 7.5rem;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 2.5rem;
  padding: 0 1.25rem;
  background: rgba(216, 216, 216, 0.4);
  font-size: 0.875rem;
  font-weight: 500;
  color: #333333;
  text-align: center;
  line-height: 2.5rem;
  margin-top: 0.625rem;
}
.form .tips {
  font-size: 0.75rem;
  font-weight: 400;
  color: #222222;
  margin-top: 0.625rem;
}
