@import '../css/reset.css';

.w {
  width: 14.4rem;
  margin: 0 auto;
  padding: 0 0.1rem;
}

/*  隐藏滚动条 */
.hide-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.hide-scrollbar::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.select-arrow {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url('../img/icon/down.png') 90% center no-repeat #fff;
}

.model {
  margin-top: 0.13rem;
  box-sizing: border-box;
  border-radius: 5px;
}

.more a {
  transition: all 0.3s;
}

.more a:hover {
  color: #ffa400 !important;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination ul {
  display: flex;
  align-items: center;
}

.pagination ul li {
  margin-right: 8px;
}

.pagination ul li a {
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  background: #e6ef8f;
  color: #075c45;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.32rem;
  font-weight: bold;
}

.pagination .frist,
.pagination .last,
.pagination .prev,
.pagination .nexts {
  margin-right: 8px;
}

.pagination .frist a,
.pagination .last a,
.pagination .prev a,
.pagination .active a,
.pagination .nexts a {
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 10px;
  background: #32a797;
  display: flex;
  color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pagination .frist a i,
.pagination .last a i,
.pagination .prev a i,
.pagination .nexts a i {
  color: #fff;
  font-size: 0.18rem;
  font-weight: bold;
}

.pagination .box {
  font-size: 0.14rem;
  color: #003366;
  margin-left: 0.2rem;
  display: flex;
  align-items: center;
}

.pagination .box select {
  width: 0.63rem;
  height: 0.3rem;
  padding-left: 0.08rem;
  border: 1px solid #8e8e8e;
  font-size: 0.16rem;
  color: #9e9e9e;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url('../img/icon/select.png') 100% center no-repeat #fff;
}

.model-head {
  position: relative;
  width: 100%;
  height: 0.45rem;
  color: #fff;
}

.model-head .bg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.model-head .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}

.model-head .text {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 0.2rem;
  font-size: 0.18rem;
}

.model-head .text a {
  font-size: 0.14rem;
  color: #fff;
}

.model-head .back a {
  color: #fff;
  padding: 8px 10px;
  background: #ffa300;
  border-radius: 0.1rem;
  font-size: 0.14rem;
}

.model-head .close i {
  font-size: 0.3rem;
  font-weight: normal;
  cursor: pointer;
  transition: all 0.3s;
}

.model-head .close i:hover {
  color: #ff5253;
}

.model-head .caozuo {
  display: flex;
  align-items: center;
}

.model-head .caozuo .item {
  display: flex;
  align-items: center;
  padding: 0.09rem 0.2rem;
  background: #cfeae7;
  font-size: 0.14rem;
  border-radius: 0.1rem;
  margin-left: 0.2rem;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.model-head .caozuo .item:hover {
  background: #a8dcd3;
  transform: translateY(-2px);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.model-head .caozuo .item .icon {
  flex-shrink: 0;
  margin-right: 6px;
  width: 0.15rem;
  height: 0.15rem;
}

.model-head .caozuo .item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main {
  padding-bottom: 0.5rem;
}

.main .body {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 4.55rem;
  gap: 0.14rem;
}

.main .body .leftBox {
  width: 100%;
}

.main .body .leftBox .userInfo {
  position: relative;
  width: 100%;
  height: 1.8rem;
  background: #00bfa5;
}

.main .body .leftBox .userInfo .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.main .body .leftBox .userInfo .info {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.1rem 0.18rem 0.2rem;
  box-sizing: border-box;
  color: #fff;
}

.main .body .leftBox .userInfo .info .top {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
}

.main .body .leftBox .userInfo .info .top .name {
  margin-right: 0.12rem;
  font-size: 0.2rem;
}

.main .body .leftBox .userInfo .info .todo .title {
  font-size: 0.16rem;
  margin-bottom: 0.15rem;
}

.main .body .leftBox .userInfo .info .todo a {
  color: #fff;
}

.main .body .leftBox .userInfo .info .todo .list {
  width: 80%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.main .body .leftBox .userInfo .info .todo .list .item {
  display: flex;
  align-items: center;
}

.main .body .leftBox .userInfo .info .todo .list .item .icons {
  width: 0.38rem;
  height: 0.38rem;
  flex-shrink: 0;
  margin-right: 0.1rem;
}

.main .body .leftBox .userInfo .info .todo .list .item .box .label {
  font-size: 0.13rem;
}

.main .body .leftBox .userInfo .info .todo .list .item .box .value {
  font-size: 0.12rem;
}

.main .body .leftBox .userInfo .info .todo .list .item .box .value span {
  font-size: 0.2rem;
  font-weight: bold;
}

.main .body .leftBox .work {
  background: #f4f2f3;
}

.main .body .leftBox .work .head {
  background: url(../img/bg2.png) no-repeat center;
  background-size: 100% 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.12rem 0.2rem;
}

.main .body .leftBox .work .head .tabs {
  color: #fff;
  display: flex;
  align-items: center;
}

.main .body .leftBox .work .head .tabs .tab {
  margin-right: 0.4rem;
  font-size: 0.16rem;
  cursor: pointer;
}

.main .body .leftBox .work .head .tabs .tab.active {
  font-size: 0.18rem;
}

.main .body .leftBox .work .head .more a {
  font-size: 0.14rem;
  color: #fff;
}

.main .body .leftBox .work .list {
  width: 100%;
  height: auto;
  padding: 0.1rem 0.2rem;
}

.main .body .leftBox .work .list .item {
  padding: 0.1rem 0;
  display: flex;
  align-items: flex-start;
}

.main .body .leftBox .work .list .item .quan {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 0.1rem;
  margin-top: 0.05rem;
  background: #ffa400;
}

.main .body .leftBox .work .list .item .iner {
  width: 100%;
}

.main .body .leftBox .work .list .item .iner .title {
  width: 100%;
  display: flex;
  position: relative;
}

.main .body .leftBox .work .list .item .iner .title .name {
  font-size: 0.15rem;
  color: #181818;
  transition: all 0.3s;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.main .body .leftBox .work .list .item .iner .title .status {
  font-size: 0.12rem;
  color: #129a84;
  padding: 4px 6px;
  border-radius: 10px;
  background: #dde8e7;
  flex-shrink: 0;
  margin-left: 0.2rem;
}

.main .body .leftBox .work .list .item .iner .title.act .name::before {
  content: '紧急';
  color: #fff;
  font-weight: bold;
  font-size: 0.12rem;
  padding: 4px 7px;
  background: #ff2020;
  border-radius: 0.4rem;
  margin-right: 0.05rem;
}

.main .body .leftBox .work .list .item .iner .info {
  margin-top: 0.05rem;
  display: flex;
  align-items: center;
  font-size: 0.12rem;
  color: #666;
}

.main .body .leftBox .work .list .item .iner .info .time {
  margin-left: 0.3rem;
}

.main .body .leftBox .work .list .item:hover .title .name {
  color: #ffa400;
}

.main .body .leftBox .notice .pages {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem;
}

.main .body .leftBox .notice .pages .inner {
  width: 100%;
}

.main .body .leftBox .notice .pages .inner .list {
  background: #f4f2f3;
  padding: 0 0.2rem 0.16rem;
  border-radius: 0.1rem;
}

.main .body .leftBox .notice .pages .inner .list .item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.13rem 0;
  font-size: 0.15rem;
}

.main .body .leftBox .notice .pages .inner .list .item a .title {
  transition: all 0.3s;
  flex: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.main .body .leftBox .notice .pages .inner .list .item a .time {
  flex-shrink: 0;
  margin-left: 0.12rem;
}

.main .body .leftBox .notice .pages .inner .list .item a:hover .title {
  color: #ffa400;
}

.main .body .leftBox .notice .pages .inner .newList {
  background: #f4f2f3;
  padding: 0.1rem;
  border-radius: 0.1rem;
}

.main .body .leftBox .notice .pages .inner .newList .item {
  padding-top: 0.1rem;
}

.main .body .leftBox .notice .pages .inner .newList .item a {
  display: flex;
  width: 100%;
  height: 0.8rem;
}

.main .body .leftBox .notice .pages .inner .newList .item a .imgs {
  flex-shrink: 0;
  margin-right: 0.15rem;
  width: 1.2rem;
  height: 0.8rem;
  border-radius: 0.1rem;
}

.main .body .leftBox .notice .pages .inner .newList .item a .imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.1rem;
}

.main .body .leftBox .notice .pages .inner .newList .item a .con {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.main .body .leftBox .notice .pages .inner .newList .item a .title {
  font-size: 0.14rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.main .body .leftBox .notice .pages .inner .newList .item a .time {
  font-size: 0.12rem;
  color: #666;
}

.main .body .rightBox {
  width: 100%;
  position: sticky;
  top: 0.2rem;
}

.main .body .rightBox .schedule .view {
  background: #f4f2f3;
  height: 1.9rem;
  padding: 0.2rem 0.22rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0 0 0.1rem 0.1rem;
}

.main .body .rightBox .schedule .view .title {
  font-size: 0.18rem;
}

.main .body .rightBox .schedule .view .timeBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main .body .rightBox .schedule .view .timeBox .li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main .body .rightBox .schedule .view .timeBox .li .date {
  color: #181818;
  font-size: 0.36rem;
  font-weight: bold;
}

.main .body .rightBox .schedule .view .timeBox .li .day {
  font-size: 0.18rem;
  color: #999;
}

.main .body .rightBox .schedule .view .timeBox .li .tip {
  font-size: 0.18rem;
  color: #f32728;
}

.main .body .rightBox .schedule .view .timeBox .li .time {
  font-size: 0.18rem;
  color: #767676;
}

.main .body .rightBox .schedule .view .timeBox .line {
  flex: 1;
  height: 1px;
  margin: 0 0.1rem;
  background: #d8d8d8;
}

.main .body .rightBox .schedule .view .addres {
  font-size: 0.14rem;
  color: #333;
}

.main .body .rightBox .quick {
  width: 100%;
}

.main .body .rightBox .quick .kList {
  border-radius: 0 0 0.1rem 0.1rem;
  width: 100%;
  height: 100%;
  background: #f4f2f3;
  padding: 0.16rem 0.2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 0.2rem;
  row-gap: 0.15rem;
}

.main .body .rightBox .quick .kList .item a {
  width: 100%;
  height: 0.75rem;
  position: relative;
  display: block;
}

.main .body .rightBox .quick .kList .item .bg {
  width: 100%;
  height: 100%;
}

.main .body .rightBox .quick .kList .item .bg img {
  width: 100%;
  height: 100%;
}

.main .body .rightBox .quick .kList .item .title {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.2rem;
  font-size: 0.16rem;
  line-height: 1.6;
}

.bread {
  overflow: hidden;
}

.breadList {
  background: url(../img/bg6.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  min-height: 0.48rem;
  box-sizing: border-box;
  padding: 0 0.06rem;
}

.breadList li {
  margin: 0;
  flex: 0 0 auto;
  display: flex;
  align-items: stretch;
}

.breadList li a {
  padding: 0.12rem 0.1rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  font-size: 0.14rem;
  line-height: 1.2;
  transition: all 0.3s;
  box-sizing: border-box;
}

.breadList li a:hover {
  background: #ffc050;
}

.breadList li.active a {
  background: #ffc050;
}

.model-title {
  display: flex;
  align-items: center;
  font-size: 0.2rem;
  color: #333;
  margin: 0.2rem 0 0.12rem;
  gap: 0.1rem;
}

.model-title .title {
  flex-shrink: 0;
  white-space: nowrap;
}

.model-title .line {
  flex: 1;
  min-width: 0;
  height: 4px;
  background: #999999;
  margin-left: 0;
}

.model-page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.model-page .info {
  background: url(../img/bg7.png) no-repeat;
  background-size: 100% 100%;
  width: 2rem;
  height: 0.32rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 0.13rem;
}

.model-page .info span {
  font-size: 0.18rem;
  font-weight: bold;
  color: #075c45;
  margin: 0 5px;
}

.body {
  padding-bottom: 0.6rem;
}

.body .addBox {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.1rem;
}

.body .addBox .add,
.addBoxtc .add {
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  padding: 0.1rem 0.2rem;
  background: #e6ef8d;
  border-radius: 0.1rem;
  font-size: 0.13rem;
  color: #333333;
  cursor: pointer;
  margin-left: 0.1rem;
  display: flex;
  align-items: center;
}

.body .addBox .add span {
  display: block;
  width: 0.14rem;
  height: 0.14rem;
  flex-shrink: 0;
  margin-right: 0.05rem;
}

.body .addBox .add span img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.body .table {
  margin-top: 0.1rem;
  width: 100%;
}

.body .table table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.body .table table thead {
  width: 100%;
  height: 0.32rem;
  background: #e6ef8d;
}

.body .table table thead tr th {
  font-size: 0.14rem;
  color: #333;
  font-weight: normal;
}

.body .table table tbody tr {
  background: #fff;
}

.body .table table tbody tr td {
  font-size: 0.13rem;
  color: #333;
  padding: 0.12rem 0;
  text-align: center;
}

.body .table table tbody tr td a {
  color: #00bfa5;
}

.body .table table tbody tr td input {
  display: block;
  width: 2rem;
  height: 0.3rem;
  border: 1px solid #dcdcdc;
}

.body .table table tbody tr:nth-child(odd) {
  background: #f4f2f3;
}

.body .table table tbody tr:first-child td {
  padding: 4px 0;
  height: 0.32rem;
}

.body .table table tbody tr:first-child td>input {
  display: block;
  height: 100%;
  padding: 0 0.1rem;
}

.body .table table th:last-child,
.body .table table td:last-child {
  width: 140px;
}

.body .table table th:last-child {
  background: #cddc39;
}

.status {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 0.8rem;
  margin: auto;
}

.status .icon {
  width: 0.14rem;
  height: 0.14rem;
  flex-shrink: 0;
  margin-right: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.status .icon i {
  font-size: 0.18rem;
}

.status .icon .yes {
  display: none;
}

.status .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.status .icon img:last-child {
  display: none;
}

.status.complete .icon i {
  font-size: 0.14rem;
}

.status.complete .icon .sh {
  display: none;
}

.status.complete .icon .yes {
  display: block;
}

.status.complete .icon img {
  display: none;
}

.status.wran .icon i {
  display: none;
}

.status.wran .icon .lu {
  display: none;
}

.status.wran .icon .hong {
  display: block;
}

.status.normal .icon i {
  display: none;
}

.status.normal .icon .lu {
  display: block;
}

.status.normal .icon .hong {
  display: none;
}

.status.fail .icon img {
  display: none;
}

.status.fail .icon .sh {
  display: block;
}

.status.fail .icon .yes {
  display: none;
}

.tree {
  margin-top: 0.2rem;
}

.tree.weektablewis {
  width: 100%;
}

.tree.weektablewis .top {
  display: grid;
  grid-template-columns: 2.2fr 1.5fr 1.2fr 1fr 1fr 0.9fr 1fr 1.2fr 1.6fr;
  gap: 0.1rem;
  width: 100%;
}

.tree.weektablewis .tbody .inner .box {
  display: grid;
  grid-template-columns: 2.2fr 1.5fr 1.2fr 1fr 1fr 0.9fr 1fr 1.2fr 1.6fr;
  gap: 0.1rem;
  width: 100%;
}

.tree.weektablewis .tbody .inner .box .item:first-child {
  overflow: visible;
  text-overflow: unset;
  white-space: nowrap;
  display: block;
  -webkit-box-orient: unset;
  -webkit-line-clamp: unset;
}

.tree .top {
  display: grid;
  grid-template-columns: 1fr 1.6rem 1.6rem 2.2rem 2.2rem 2rem;
  gap: 0.1rem;
  width: 100%;
  height: 0.32rem;
  background: #e6ef8d;
}

.tree .top .item {
  width: 100%;
  font-size: 0.14rem;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tree .top .item:last-child {
  background: #cddc39;
}

.tree .top .item:first-child {
  justify-content: flex-start;
  padding: 0 0.2rem;
}

.tree .tbody .inner .box {
  display: grid;
  grid-template-columns: 1fr 1.6rem 1.6rem 2.2rem 2.2rem 2rem;
  gap: 0.1rem;
  width: 100%;
  background: #fff;
  padding: 5px 0;
}

.tree .tbody .inner .box .item {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  width: 100%;
  font-size: 0.13rem;
  text-align: center;
  color: #333;
}

.tree .tbody .inner .box .item .in {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.tree .tbody .inner .box .item .in .imgs {
  flex-shrink: 0;
  margin-right: 5px;
}

.tree .tbody .inner .box .item .in .imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.tree .tbody .inner .box .item .in .text {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.tree .tbody .inner .box .item input {
  display: block;
  width: 100%;
  height: 0.3rem;
  border: 1px solid #dcdcdc;
  padding: 0 0.1rem;
}

.tree .tbody .inner .box .item:first-child {
  padding-left: 0.1rem;
  text-align: left;
}

.tree .tbody .inner .box .item:first-child .icon {
  transform: rotate(-90deg);
  transition: all 0.3s;
}

.tree .tbody .inner .box .item:first-child .icon i {
  font-size: 0.25rem;
}

.tree .tbody .inner .box .item:first-child .icon.active {
  transform: rotateZ(0deg);
}

.tree .tbody .inner .box .item:last-child {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  color: #00bfa5;
  cursor: pointer;
}

.tree .tbody .inner .box .item:last-child a {
  color: #00bfa5;
}

.tree .tbody .inner .second {
  display: none;
}

.tree .tbody .inner .second .box {
  background: #f4f2f3;
}

.tree .tbody .inner .second .box .item:first-child {
  padding-left: 0.34rem;
}

.tree .tbody .inner .second .box .icon img {
  object-fit: contain;
}

.tree .tbody .inner .second .box .icon.active {
  transform: rotateZ(0deg);
}

.tree .tbody .inner .second:nth-child(odd) .box {
  background: #fff;
}

.tree .tbody .inner .third {
  display: none;
}

.tree .tbody .inner .third .box {
  background: #fff;
}

.tree .tbody .inner .third .box .item:first-child {
  padding-left: 0.6rem;
}

.tree .tbody .inner .third:nth-child(odd) .box {
  background: #f4f2f3;
}

.tree .tbody .inner:nth-child(odd) .box {
  background: #f4f2f3;
}

.tree .tbody .inner:nth-child(odd) .second .box {
  background: #fff;
}

.tree .tbody .inner:nth-child(odd) .second:nth-child(odd) .box {
  background: #f4f2f3;
}

.tree .tbody .inner:nth-child(odd) .third .box {
  background: #f4f2f3;
}

.tree .tbody .inner:nth-child(odd) .third:nth-child(odd) .box {
  background: #fff;
}

.role .top {
  grid-template-columns: 1fr 2rem 2.2rem 2.2rem 2rem;
}

.role .tbody .inner .box {
  grid-template-columns: 1fr 2rem 2.2rem 2.2rem 2rem;
}

.role .tbody .inner .box .item .imgs {
  width: 0.15rem;
  height: 0.15rem;
  flex-shrink: 0;
  margin-right: 2px;
}

.role .tbody .inner .box .item .imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.role .tbody .inner .second .box .item:first-child {
  padding-left: 0.45rem;
}

.role .tbody .inner .second .box.active .icon {
  transform: rotateZ(0deg);
}

.role .tbody .inner .third .box .item:first-child {
  padding-left: 0.7rem;
}

.news .top {
  grid-template-columns: 0.8rem 1.2rem 2.3rem 3rem 1.1rem 1.1rem 1rem 1.5rem 1.4rem;
}

.news .tbody .inner .box {
  grid-template-columns: 0.8rem 1.2rem 2.3rem 3rem 1.1rem 1.1rem 1rem 1.5rem 1.4rem;
}

.newdialog .tree .top {
  grid-template-columns: 1.2rem 3.2rem 2rem;
}

.newdialog .tree .top .item:last-child {
  background: transparent;
}

.newdialog .tree .top .item:first-child {
  justify-content: center;
  padding: 0 0.2rem;
}

.newdialog .tree .tbody {
  height: 2rem;
  overflow-y: auto;
}

.newdialog .tree .tbody::-webkit-scrollbar {
  width: 0.05rem;
}

.newdialog .tree .tbody::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 0.05rem;
}

.newdialog .tree .tbody .inner .box {
  grid-template-columns: 1.2rem 3.2rem 2rem;
}

.newEdit .model-head {
  height: 0.6rem;
}

.newForm {
  width: 100%;
  height: 100%;
  min-height: 7rem;
  padding: 0.2rem 2rem;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}

.newForm .inner {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}

.newForm .inner .label {
  min-width: 1.2rem;
  text-align: right;
  margin-right: 0.2rem;
  font-size: 0.14rem;
}

.newForm .inner .value {
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  height: 0.36rem;
  color: #333333;
}

.newForm .inner .value .names {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 0.14rem;
  padding-left: 0.2rem;
}

.newForm .inner .value>input {
  display: block;
  width: 4.2rem;
  height: 100%;
  padding: 0 0.15rem;
  border: 1px solid #eeeeee;
}

.newForm .inner .value select {
  display: block;
  height: 0.36rem;
  width: 4.2rem;
  border: 1px solid #eeeeee;
  padding: 0 0.2rem;
  font-size: 0.14rem;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url('../img/icon/down.png') 97% center no-repeat #fff;
}

.newForm .inner .value textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2rem;
  resize: none;
  padding: 0.1rem;
  border: 1px solid #eeeeee;
  outline: none;
}

.newForm .inner .value .tip {
  font-size: 0.13rem;
  color: #999;
}

.newForm .inner .values {
  font-size: 0.14rem;
  margin-left: 0.3rem;
}

.newForm .inner .values .names .icon {
  width: 0.16rem;
  height: 0.16rem;
  flex-shrink: 0;
  margin-right: 5px;
  margin-top: 2px;
}

.newForm .inner .values .names .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.newForm .inner .newGroup {
  color: #00bfa5;
  font-size: 0.14rem;
  margin-left: 0.2rem;
  cursor: pointer;
}

.newForm .inner .newGroup:hover {
  text-decoration: underline;
}

.newForm .upBox {
  align-items: flex-start;
  width: 100%;
}

.newForm .upBox .value {
  height: auto;
  width: 100%;
}

.newForm .upBox .label {
  margin-top: 4px;
}

.newForm .upBox .values {
  width: 100%;
}

.newForm .upBox .values .list {
  width: 100%;
}

.newForm .upBox .values .list .item {
  margin-bottom: 0.2rem;
  width: 100%;
  padding: 0.12rem 0.65rem 0.12rem 0.3rem;
  height: auto;
  background: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.newForm .upBox .values .list .item .rg {
  flex-shrink: 0;
  margin-left: 0.3rem;
  display: flex;
  align-items: center;
}

.newForm .upBox .values .list .item .rg .it {
  cursor: pointer;
  width: 0.24rem;
  height: 0.24rem;
}

.newForm .upBox .values .list .item .rg .down {
  margin-left: 0.1rem;
  cursor: pointer;
  width: 0.24rem;
  height: 0.24rem;
}

.newForm .upBox .values .list .item .rg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.newForm .upBox .values .list .item .name .text {
  font-size: 0.14rem;
  color: #00bfa5;
}

.newForm .upBox .values .list .item .name .time {
  font-size: 0.12rem;
  color: #999;
  margin-top: 0.1rem;
}

.newForm .last .value {
  display: flex;
  align-items: flex-start;
}

.newForm .last .value .yuan {
  width: 10px;
  height: 10px;
  background: #d8d8d8;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 0.2rem;
}

.newForm .last .value .name {
  font-size: 0.14rem;
}

.newForm .last .value .tip {
  font-size: 0.12rem;
  color: #666;
}

.newForm .upload {
  width: 100%;
  height: auto;
  position: relative;
}

.newForm .upload .sc-btn {
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 0.1rem;
  border-radius: 0.5rem;
  border: 1px solid #00bfa5;
  transition: all 0.3s;
}

.newForm .upload .sc-btn:hover {
  background: #00bfa5;
}

.newForm .upload .sc-btn:hover .box {
  color: #fff;
}

.newForm .upload .sc-btn input {
  width: 1.2rem;
}

.newForm .upload .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #00bfa5;
  padding: 0.1rem 0.3rem;
  font-size: 0.14rem;
}

.newForm .upload ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.newForm .upload ul li {
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  max-width: 4.2rem;
  height: 1.5rem;
  background-color: #f7f7f7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 0.15rem;
  margin-bottom: 0.3rem;
  position: relative;
  border: 1px solid #e9e9e9;
  padding: 0.1rem;
}



.newForm .upload ul li img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.newForm .upload ul li::after {
  content: '';
  display: block;
  width: 0.15rem;
  height: 0.15rem;
  background: url('../img/icon/close.png') no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0rem;
  right: 0rem;
  z-index: 100;
  cursor: pointer;
}

.newForm .upload ul li:nth-of-type(4n) {
  margin-right: 0;
}

.newForm .upload input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.newForm .upload img {
  margin-bottom: 0.2rem;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.newForm #file-list ul {
  display: block;
  width: 4.2rem;
  padding: 5px 0;
}

.newForm #file-list ul li {
  max-width: 100% !important;
  justify-content: space-between;
  width: 100%;
  height: auto;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0.15rem;
  position: relative;
  border: none;
  padding: 0;
  font-size: 0.14rem;
  color: #00bfa5;
}

.newForm #file-list ul li::after {
  display: none;
}

.newForm #file-list ul li span {
  flex: 1;
  cursor: pointer;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.newForm #file-list ul li button {
  flex-shrink: 0;
  color: #00bfa5;
  margin-left: 0.1rem;
  cursor: pointer;
}

.newForm #file-list ul li:nth-of-type(4n) {
  margin-right: 0;
}

/* 工程指令：內部附件 / NOCC 附件（文件名列表，非圖片卡片） */
.newForm #file-list-int ul,
.newForm #file-list-wdc ul {
  display: block;
  width: 100%;
  max-width: 6rem;
  padding: 0.05rem 0;
  margin-top: 0.1rem;
}

.newForm #file-list-int ul li,
.newForm #file-list-wdc ul li {
  max-width: 100% !important;
  width: 100%;
  height: auto;
  min-height: 0.34rem;
  background-color: #f7f7f7;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-right: 0;
  margin-bottom: 0.1rem;
  position: relative;
  border: 1px solid #e9e9e9;
  border-radius: 0.04rem;
  padding: 0.08rem 0.28rem 0.08rem 0.12rem;
  font-size: 0.13rem;
  color: #333;
  box-sizing: border-box;
}

.newForm #file-list-int ul li::after,
.newForm #file-list-wdc ul li::after {
  display: none;
}

.newForm #file-list-int ul li span,
.newForm #file-list-wdc ul li span {
  flex: 1;
  min-width: 0;
  line-height: 1.4;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.newForm #file-list-int ul li button,
.newForm #file-list-wdc ul li button {
  flex-shrink: 0;
  width: 0.22rem;
  height: 0.22rem;
  padding: 0;
  margin: 0 0 0 0.08rem;
  border: none;
  background: transparent;
  color: #999;
  cursor: pointer;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.newForm #file-list-int ul li button:hover,
.newForm #file-list-wdc ul li button:hover {
  color: #e53935;
}

.newForm #file-list-int ul li button .iconfont,
.newForm #file-list-wdc ul li button .iconfont {
  font-size: 0.14rem;
}

.newForm .btnBox {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin: 0.25rem 0 0.2rem;
}

.newForm .btnBox .btn {
  padding: 0.08rem 0.3rem;
  border-radius: 0.1rem;
  border: 1px solid #eeeeee;
  margin-left: 0.2rem;
  font-size: 0.14rem;
  color: #999;
  cursor: pointer;
  transition: all 0.3s;
}

.newForm .btnBox .btn:hover {
  background: #f5f5f5;
  border-color: #dcdcdc;
  color: #666;
}

.newForm .btnBox .btn:last-child {
  background: #00bfa5;
  color: #fff;
}

.newForm .btnBox .btn:last-child:hover {
  background: #007bff;
  border-color: #0056b3;
}

.tool .iner {
  min-height: 0.65rem;
  display: flex;
}

.tool .iner .bottom-item-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.48rem;
  font-weight: normal;
  margin-right: 0.2rem;
  line-height: 1em;
  font-family: 'fz';
  font-style: italic;
  color: #d8d8d8;
  font-weight: bold;
}

.tool .iner .bottom-item-left .yuan {
  margin-right: 0;
}

.tool .iner .bottom-item-left .line {
  flex: 1;
  width: 0.02rem;
  border-right: 2px solid #d8d8d8;
  height: 2rem;
  margin-top: 0.05rem;
}

.tool .iner .bottom-item-right {
  flex: 1;
  color: #444444;
  font-size: 0.18rem;
}

.tool .iner .bottom-item-right .name {
  width: 100%;
  display: flex;
  align-items: center;
}

.tool .iner .bottom-item-right .name .text {
  margin-left: 0.2rem;
}

.tool .iner .bottom-item-right .name .text span {
  color: #00bfa5;
}

.tool .iner .bottom-item-right .name .look {
  color: #00bfa5;
  margin-left: 0.3rem;
  cursor: pointer;
}

.tool .iner .bottom-item-right .name .look:hover {
  color: #007bff;
}

.tool .iner .bottom-item-right p {
  font-size: 0.16rem;
  margin-top: 0.1rem;
}

.tool .iner:last-child .line {
  display: none;
}

.tool .iner.active .bottom-item-left {
  color: #00bfa5;
}

.tool .iner.active .bottom-item-left .yuan {
  background: #00bfa5;
}

.tool .iner.active2 .bottom-item-left .yuan {
  background: #f31303;
}

.tool .iner.active .bottom-item-right .name .text span {
  color: #00bfa5;
}

.tool .iner.active2 .bottom-item-right .name .text span {
  color: #f31303;
}

.tool .iner.active .bottom-item-left .line {
  border-color: #00bfa5;
}

.tool .iner.active2 .bottom-item-left .line {
  border-color: #00bfa5;
}

.worktable {
  padding: 0.2rem 1.4rem;
}

.worktable .table-box .top {
  width: 100%;
  background: #e6ef90;
  display: grid;
  height: 0.36rem;
  grid-template-columns: 2.2rem 1.5rem 0.9rem 1rem 1rem 2.9rem 1rem;
}

.worktable .table-box .top .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.worktable .table-box .tbd {
  display: grid;
  height: 0.36rem;
  grid-template-columns: 2.2rem 1.5rem 0.9rem 1rem 1rem 2.9rem 1rem;
}

.worktable .table-box .tbd .item {
  padding: 4px 8px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
}

.worktable .table-box .tbd .item input {
  display: block;
  width: 100%;
  height: 100%;
}

.worktable .table-box .tbd .item:last-child {
  display: flex;
  flex-direction: unset;
  align-items: center;
  justify-content: center;
}

.worktable .table-box .tbd .item:last-child i {
  color: #00bfa5;
  font-size: 0.18rem;
  cursor: pointer;
}

.worktable .table-box .tbd .item:last-child .dels i {
  font-size: 0.22rem;
}

.worktable .inner .value {
  width: 100%;
}

.worktable .inner .value input {
  display: block;
  width: 100%;
}

.columns {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 0.88rem;
  align-items: flex-start;
}

.workdeta .status {
  justify-content: flex-start;
  align-items: flex-start;
}

.workdeta .status.complete {
  align-items: center;
}

.workdeta .table-box .top {
  grid-template-columns: 2.2rem 1.5rem 0.9rem 1rem 1rem 1.5rem 1rem 1.6rem;
}

.workdeta .table-box .tbd {
  grid-template-columns: 2.2rem 1.5rem 0.9rem 1rem 1rem 1.5rem 1rem 1.6rem;
}

.workdeta .table-box .tbd .item .names {
  border: 1px solid #eeeeee;
}

.workdeta .table-box .tbd .item:last-child {
  display: block;
}

.workdeta .fujian .value .names {
  margin-bottom: 0.1rem;
  width: 40%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.workdeta .fujian .value .names .txt {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.workdeta .fujian .value .names span {
  color: #00bfa5;
  flex-shrink: 0;
  margin-left: 0.2rem;
  cursor: pointer;
  transition: all 0.3s;
}

.workdeta .fujian .value .names span:hover {
  color: #007bff;
}

.gcfp .table-box2 .tbd,
.gcfp .table-box2 .tbds {
  height: 0.36rem;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 10%;
  margin-bottom: 0.1rem;
}

.gcfp .table-box2 .tbd .item,
.gcfp .table-box2 .tbds .item {
  width: 100%;
  box-sizing: border-box;
  border: none;
  padding: 0;
}

.gcfp .table-box2 .tbd .item input,
.gcfp .table-box2 .tbds .item input {
  display: block;
  width: 100%;
  height: 100%;
}

.gcfp .table-box2 .tbd .item:last-child,
.gcfp .table-box2 .tbds .item:last-child {
  display: flex;
  flex-direction: unset;
  align-items: center;
  justify-content: center;
}

.gcfp .table-box2 .tbd .item:last-child i,
.gcfp .table-box2 .tbds .item:last-child i {
  color: #00bfa5;
  font-size: 0.18rem;
  cursor: pointer;
}

.gcfp .table-box2 .tbd .item:last-child .dels i,
.gcfp .table-box2 .tbds .item:last-child .delss i {
  font-size: 0.22rem;
}

.gcfp .timebox .value {
  display: flex;
  align-items: center;
  width: 100%;
}

.gcfp .timebox .value input {
  display: block;
  width: 100%;
}

.gcfp .timebox .value span {
  margin: 0 0.1rem;
}

.gcfp .table-box .top {
  grid-template-columns: 2.3rem 1.5rem 1.4rem 1rem 1rem 1.3rem 1rem 1.2rem 0.5rem;
}

.gcfp .table-box .tbd {
  grid-template-columns: 2.3rem 1.5rem 1.4rem 1rem 1rem 1.3rem 1rem 1.2rem 0.5rem;
}

.librarys .top {
  grid-template-columns: 0.8rem 3.47rem 2.6rem 2.4rem 2.2rem 2.2rem;
}

.librarys .top .item:nth-child(2) {
  justify-content: flex-start;
}

.librarys .tbody .inner .box {
  grid-template-columns: 0.8rem 3.47rem 2.6rem 2.4rem 2.2rem 2.2rem;
}

.librarys .tbody .inner .box .item:nth-child(2) {
  text-align: left;
}

.scheduleBox {
  width: 100%;
  display: grid;
  grid-template-columns: 24.5% 1fr;
  gap: 0.35rem;
}

.scheduleBox .sche-left {
  background: #f3f3f3;
  position: sticky;
  top: 2%;
  height: 7.1rem;
}

.scheduleBox .sche-left .calendar {
  background: transparent;
  padding: 0 0.1rem;
}

.scheduleBox .sche-left .calendar .calendar-title {
  padding: 0 0.1rem;
}

.scheduleBox .sche-left .calendar .calendar-date {
  column-gap: 4px;
  padding: 0;
}

.scheduleBox .sche-left .sche-manage {
  padding: 0 0.1rem;
  margin-top: 0.2rem;
}

.scheduleBox .sche-left .sche-manage .list {
  margin-top: 0.2rem;
}

.scheduleBox .sche-left .sche-manage .list .item {
  margin: 0.15rem 0;
  font-size: 0.15rem;
  color: #181818;
}

.scheduleBox .sche-right {
  width: 100%;
  position: relative;
}

.scheduleBox .sche-right .rcHead {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  background: #e6ef8d;
}

.scheduleBox .sche-right .rcHead .item {
  width: 100%;
  text-align: center;
  padding: 0.13rem 0;
  font-size: 0.16rem;
}

.scheduleBox .sche-right .rcBody {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.scheduleBox .sche-right .rcBody .item {
  border: 1px solid #eeeeee;
  width: 100%;
  height: 1.32rem;
  padding: 0.1rem;
  box-sizing: border-box;
}

.scheduleBox .sche-right .rcBody .item .top {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
}

.scheduleBox .sche-right .rcBody .item .top .day {
  color: #333;
}

.scheduleBox .sche-right .rcBody .item .top .lunar {
  margin-left: 5px;
  color: #999;
}

.scheduleBox .sche-right .rcBody .item .list {
  margin-top: 5px;
}

.scheduleBox .sche-right .rcBody .item .list li {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  color: #333;
  cursor: pointer;
  margin: 4px 0;
  position: relative;
}

.scheduleBox .sche-right .rcBody .item .list li .text {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.scheduleBox .sche-right .rcBody .item .list li.green::before {
  flex-shrink: 0;
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: #00bfa5;
  border-radius: 50%;
  margin-right: 4px;
}

.scheduleBox .sche-right .rcBody .item .list li.yellow::before {
  flex-shrink: 0;
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: #ffa400;
  border-radius: 50%;
  margin-right: 4px;
}

.scheduleBox .sche-right .rcBody .item .list li.red::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: red;
  border-radius: 50%;
  margin-right: 4px;
  flex-shrink: 0;
}

.scheduleBox .sche-right .rcBody .item.active {
  background: rgba(0, 191, 165, 0.1);
}

.scheduleBox .sche-right .popup-box {
  position: absolute;
  z-index: 9999;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  padding: 0.12rem;
  min-width: 2.5rem;
  display: none;
  top: 120%;
  left: 0;
}

.scheduleBox .sche-right .popup-box::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 16px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) inset;
}

.scheduleBox .sche-right .popup-box .popup-content {
  display: flex;
  flex-direction: column;
}

.scheduleBox .sche-right .popup-box .popup-text {
  line-height: 1.4;
  color: #333;
  font-size: 0.14rem;
}

.room {
  margin-top: 0;
}

.room .top {
  grid-template-columns: 1rem 1.8rem 1.2rem 1.3rem 1.5rem 1.4rem 1fr;
}

.room .top .item:nth-child(2) {
  justify-content: flex-start;
}

.room .tbody .inner .box {
  grid-template-columns: 1rem 1.8rem 1.2rem 1.3rem 1.5rem 1.4rem 1fr;
}



.room .tbody .inner .box .item:first-child {
  padding: 0 0 0 0.1rem;
}

.room .tbody .inner .box .item:nth-child(2) {
  text-align: left;
}

.tree.weektable .top,
.weektable .top {
  grid-template-columns: 2.2fr 1.5fr 1.3fr 1.4fr 0.7fr 0.8fr 0.8fr 1.3fr 1.5fr 1.4fr 1.9fr;
}

.tree.weektable .tbody .inner .box,
.weektable .tbody .inner .box {
  grid-template-columns: 2.2fr 1.5fr 1.3fr 1.4fr 0.7fr 0.8fr 0.8fr 1.3fr 1.5fr 1.4fr 1.9fr;
}

.tree.weektable .tbody .inner .box .item:nth-child(1),
.tree.weektable .tbody .inner .box .item:nth-child(4),
.tree.weektable .tbody .inner .box .item:nth-child(10) {
  overflow: visible;
  text-overflow: unset;
  white-space: nowrap;
  display: block;
  -webkit-box-orient: unset;
  -webkit-line-clamp: unset;
}

.weektable .tbody .inner .box .item:nth-child(9) {
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-orient: unset;
  -webkit-line-clamp: unset;
}

.weektable .tbody .inner .box .item:nth-child(9) .status {
  width: auto;
  flex-shrink: 0;
  white-space: nowrap;
}

.weektable .tbody .inner .box .item:nth-child(9) .status .icon {
  flex-direction: row;
}

.weektablewis .top {
  grid-template-columns: 2.2fr 1.5fr 1.2fr 1fr 1fr 0.9fr 1fr 1.2fr 1.6fr;
}

.weektablewis .tbody .inner .box {
  grid-template-columns: 2.2fr 1.5fr 1.2fr 1fr 1fr 0.9fr 1fr 1.2fr 1.6fr;
}

.purch {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.purch .imgs {
  margin: 0 0.1rem;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  height: 100%;
}

.purch img {
  width: fit-content;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.project .top {
  grid-template-columns: 1rem 1.6rem 1.2rem 1rem 2.3rem 1rem 1.2rem 1rem 1rem 1.9rem;
}

.project .tbody .inner .box {
  grid-template-columns: 1rem 1.6rem 1.2rem 1rem 2.3rem 1rem 1.2rem 1rem 1rem 1.9rem;
}

.document .top {
  grid-template-columns: 0.8rem 3.43rem 1.6rem 1.6rem 1.5rem 1.5rem 1.4rem 1fr;
}

.document .top .item:nth-child(2) {
  justify-content: flex-start;
}

.document .tbody .inner .box {
  grid-template-columns: 0.8rem 3.43rem 1.6rem 1.6rem 1.5rem 1.5rem 1.4rem 1fr;
}

.document .tbody .inner .box .item:nth-child(2) {
  text-align: left;
}

.lookFile .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.16rem;
}

.lookFile .head .title {
  display: flex;
  align-items: center;
}

.lookFile .head .title .icon {
  width: 0.24rem;
  height: 0.24rem;
  flex-shrink: 0;
  margin-right: 5px;
}

.lookFile .head .title .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.lookFile .head .title .icon.ppt img:not(.ppt) {
  display: none;
}

.lookFile .head .title .icon.word img:not(.word) {
  display: none;
}

.lookFile .head .title .icon.excel img:not(.excel) {
  display: none;
}

.lookFile .head .title .icon.text img:not(.text) {
  display: none;
}

.lookFile .head .download {
  display: flex;
  align-items: center;
  background-color: #00bfa5;
  color: #fff;
  border-radius: 0.1rem;
  padding: 0.1rem 0.18rem;
  cursor: pointer;
  transition: all 0.3s;
}

.lookFile .head .download:hover {
  background: #007bff;
  border-color: #0056b3;
}

.lookFile .content {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  margin: 0.3rem 1rem;
  color: #333;
  width: 100%;
}

.lookFile .content p {
  line-height: 1.8;
}

.lookhy .names {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 0.14rem;
  padding-left: 0.2rem;
}

.lookhy .label {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 2px;
}

.lookhy .label span {
  color: #666666;
}

.lookhy .hyzt {
  font-size: 0.14rem;
}

.lookhy .hyzt .stas {
  display: none;
}

.lookhy .hyzt.start {
  color: #00bfa5;
}

.lookhy .hyzt.start .stas:first-child {
  display: block;
}

.lookhy .hyzt.start .stas:last-child {
  display: none;
}

.lookhy .hyzt.end {
  color: #ff2020;
}

.lookhy .hyzt.end .stas:last-child {
  display: block;
}

.lookhy .hyzt.end .stas:first-child {
  display: none;
}

.lookhy .upBox {
  margin-top: 5px;
}

.lookhy .list {
  display: flex;
  flex-wrap: wrap;
}

.lookhy .list li {
  background: #f4f4f4;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  padding: 4px 8px;
  border-radius: 5px;
  border: 1px solid #bfbfbf;
  font-size: 0.13rem;
  color: #333333;
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
}

.memos .top {
  grid-template-columns: 3rem 1.3rem 1.3rem 1.7rem 1.3rem 1.3rem 1.7rem 1fr !important;
}

.memos .tbody .inner .box {
  grid-template-columns: 3rem 1.3rem 1.3rem 1.7rem 1.3rem 1.3rem 1.7rem 1fr !important;
}

.vehicle .top {
  grid-template-columns: 1rem 1.1rem 1.4rem 1.4rem 1.4rem 2.4rem 1rem 1.1rem 1.2rem 1fr;
}

.vehicle .tbody .inner .box {
  grid-template-columns: 1rem 1.1rem 1.4rem 1.4rem 1.4rem 2.4rem 1rem 1.1rem 1.2rem 1fr;
}

.state {
  display: flex;
  justify-content: center;
}

.state .icons {
  width: 0.15rem;
  height: 0.15rem;
  flex-shrink: 0;
  margin-right: 5px;
}

.state .icons img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.state .icons i {
  font-size: 0.14rem;
}

.state .icons i.che {
  font-size: 0.18rem;
  display: none;
}

.state .icons i.yes {
  display: none;
}

.state.che img:not(.che) {
  display: none;
}

.state.che i.che {
  display: block;
}

.state.cuo img:not(.cuo) {
  display: none;
}

.state.you img:not(.you) {
  display: none;
}

.state.yes img {
  display: none;
}

.state.yes i {
  margin-top: 2px;
}

.state.yes i.yes {
  display: block;
}

.lookvehicle {
  padding: 0 0.2rem;
}

.lookvehicle .box {
  position: relative;
  padding: 0.4rem 2rem;
}

.lookvehicle .box .title {
  font-weight: bold;
  font-size: 0.16rem;
  color: #333;
  margin-bottom: 0.1rem;
}

.lookvehicle .box .inner {
  margin-bottom: 0;
}

.lookvehicle .box::after {
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #e9e9e9;
}

.reimburse .top {
  grid-template-columns: 1.5rem 1rem 1.4rem 1.1rem 2.8rem 1.6rem 1.2rem 1rem 1fr;
}

.reimburse .tbody .inner .box {
  grid-template-columns: 1.5rem 1rem 1.4rem 1.1rem 2.8rem 1.6rem 1.2rem 1rem 1fr;
}

.reimburse .state.che i:not(.che) {
  display: none;
}

.reimburse .state.che img {
  display: none;
}

.reim_add {
  padding: 0.2rem 0.4rem;
}

.reim_add .table-box3 .top {
  width: 100%;
  background: #e6ef90;
  display: grid;
  height: 0.36rem;
  grid-template-columns: 0.6rem 1.5rem 1.5rem 1.8rem 1.6rem 1.4rem 1fr 1rem;
}

.reim_add .table-box3 .top .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.reim_add .table-box3 .tbd {
  display: grid;
  height: 0.36rem;
  grid-template-columns: 0.6rem 1.5rem 1.5rem 1.8rem 1.6rem 1.4rem 1fr 1rem;
}

.reim_add .table-box3 .tbd .item {
  padding: 4px 8px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
}

.reim_add .table-box3 .tbd .item input {
  display: block;
  width: 100%;
  height: 100%;
}

.reim_add .table-box3 .tbd .item:last-child {
  display: flex;
  flex-direction: unset;
  align-items: center;
  justify-content: center;
}

.reim_add .table-box3 .tbd .item:last-child i {
  color: #00bfa5;
  font-size: 0.18rem;
  cursor: pointer;
}

.reim_add .table-box3 .tbd .item:last-child .dels i {
  font-size: 0.22rem;
}

.reim_sh .table-box3 .top {
  grid-template-columns: 0.6rem 1.5rem 1.5rem 1.8rem 1.6rem 1.4rem 1fr 1rem;
}

.reim_sh .table-box3 .tbd {
  grid-template-columns: 0.6rem 1.5rem 1.5rem 1.8rem 1.6rem 1.4rem 1fr;
}