@charset "UTF-8";
/**
 * 查看回复
 * date: 2025-5-23
 * author: qcn;
 */
.condition {
  padding-top: 0.14rem;
}

.project {
  padding: 0.01rem;
  min-height: 3rem;
}
.project-top {
  margin: 0 0.01rem;
  height: 0.52rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 0.24rem;
  background: rgba(9, 98, 188, 0.1);
}
.project-top-view {
  font-size: 0.14rem;
  color: #999;
  margin-right: auto;
}
.project-top-view span {
  color: #1F6DE8;
}
.project-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 0 0.2rem;
}
.project-type-item {
  height: 0.3rem;
  padding: 0 0.1rem;
  line-height: 0.3rem;
  border: 0.01rem solid #DAE1EF;
  background: #FEFFFF;
  border-radius: 0.02rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.1rem;
}
.project-type-item.normal-type {
  cursor: pointer;
}
.project-type-item.current {
  color: #fff;
  background: #1F6DE8;
}
.project-type-order {
  width: 0.08rem;
  height: 0.12rem;
  margin-left: 0.21rem;
  background: url("../images/order.png") no-repeat center;
}
.project-type-order.up {
  background-image: url("../images/order-up.png");
}
.project-type-order.down {
  background-image: url("../images/order-down.png");
}
.project .search {
  width: 2.48rem;
  height: 0.34rem;
}
.project .search-input {
  font-size: 0.13rem;
}
.project .search-btn {
  background-size: 0.16rem 0.16rem;
}
.project-list {
  margin: 0.1rem 0.24rem 0.24rem;
}
.project-item {
  height: 0.88rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.01rem solid #F5F5F5;
}
.project-item + .project-item {
  margin-top: 0.2rem;
}
.project-item-pic {
  width: 2.12rem;
  height: 1.22rem;
  margin-right: 0.2rem;
}
.project-item-box {
  width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project-item-name {
  color: #333;
  font-size: 0.16rem;
  font-weight: bold;
  width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.project-item-tag {
  height: 0.22rem;
  padding: 0 0.06rem;
  font-size: 0.12rem;
  line-height: 0.22rem;
  color: #1F6DE8;
  border-radius: 0.02rem;
  text-align: center;
  margin-right: 0.05rem;
  border: 0.01rem solid #1F6DE8;
  background: rgba(31, 109, 232, 0.1);
}
.project-row {
  line-height: 0.24rem;
  margin-top: 0.085rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project-row-item {
  width: 2.27rem;
  padding-right: 0.15rem;
}
.project-row-item:nth-child(2) {
  width: 1.93rem;
}
.project-row-item:last-child {
  width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.view-table tbody tr:hover {
  background: transparent;
  border-color: #1F6DE8;
}

.layer-content {
  height: 100%;
  padding: 0.34rem 0.4rem;
  overflow: auto;
}
.layer-content .read-table td {
  padding: 0.11rem 0.2rem;
}

.view + .view {
  margin-top: 0.16rem;
}
.view-title {
  height: 0.4rem;
  font-size: 0.18rem;
  font-weight: bold;
  color: #1F6DE8;
  line-height: 0.4rem;
  border-bottom: 0.01rem solid #F1F1F1;
  margin-bottom: 0.18rem;
}
.view-title span {
  display: inline-block;
  line-height: 0.36rem;
  border-bottom: 0.03rem solid #1F6DE8;
}
.view .none-box {
  display: none;
}
.view.no-data .read-table {
  display: none;
}
.view.no-data .none-box {
  height: 1.64rem;
  line-height: 1.64rem;
  text-align: center;
  font-size: 0.16rem;
  color: #959595;
  background: #EDF4FF;
  display: block;
}