#pageContainer {
  background: #f8f8f8;
  padding-bottom: .8rem;
}

.p-hd {
  background: #fff;
  overflow: hidden;
  position: sticky;
  top: .44rem;
  z-index: 9;
}

.search-box {
  margin: .13rem .15rem;
  background: #F4F4F4;
  border-radius: .2rem;
  height: .4rem;
  padding: .1rem .15rem;
}

.search-box .search-a {
  appearance: none;
  border: none;
  width: .14rem;
  height: .14rem;
  margin-right: 5px;
  background: url(../../../../images/h5/v3/project/search.png) no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
  padding: 0;
}

.search-box .inp {
  height: .2rem;
  line-height: .2rem;
  font-size: .14rem;
  color: #3E3E3F;
  background: none;
  outline: none;
  border: none;
}

.scroll-x {
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
}

.scroll-x::-webkit-scrollbar {
  display: none;
}

.field-list {
  margin-top: .05rem;
}

.field-list .field {
  padding: .15rem 0;
  position: relative;
  font-size: .14rem;
  color: #6C6D70;
  margin-right: .24rem;
  white-space: nowrap;
  line-height: 1;
}

.field-list .field:first-child {
  margin-left: .15rem;
}

.field-list .field.on {
  color: #3E3E3F;
  font-weight: bold;
}

.field-list .field::after {
  content: '';
  display: block;
  width: 0;
  height: .03rem;
  background: #EB6112;
  border-radius: .02rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all .2s linear;
}

.field-list .field.on::after {
  width: .28rem;
}

.pro-list {
  padding: .1rem 0;
}

.pro-list .item {
  display: block;
  padding: .1rem .15rem;
  border-bottom: 1px solid #E6E7E9;
  position: relative;
}

.pro-list .item .user img {
  width: .28rem;
  height: .28rem;
  margin-right: .1rem;
  border-radius: 100%;
}

.pro-list .item .type,
.pro-list .item .name {
  font-size: .11rem;
  color: #6C6D70;
}

.pro-list .item .content {
  margin-top: .1rem;
}

.pro-list .item .cover {
  width: 1.1rem;
  height: .8rem;
  margin-right: .12rem;
  border-radius: .08rem;
  overflow: hidden;
}

.pro-list .item .cover img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.pro-list .item .info {
  overflow: hidden;
}

.pro-list .item .p-title {
  font-size: .16rem;
  color: #323232;
  line-height: 1;
}

.pro-list .item .sub-title {
  font-size: .11rem;
  color: #6C6D70;
  line-height: 1;
  margin-top: 4px;
  height: .12rem;
}

.pro-list .item .money-info {
  font-size: .1rem;
  color: #939598;
  margin-top: .1rem;
}

.pro-list .item .prog-bar {
  width: 100%;
  height: .04rem;
  border-radius: .02rem;
  background: #FED786;
  position: relative;
  overflow: hidden;
  margin-right: .06rem;
}

.pro-list .item .process {
  width: 50%;
  height: 100%;
  background: linear-gradient(-90deg, #EA5F0C 0%, #FFB761 100%);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
}

.pro-list .item .per {
  font-size: .11rem;
  color: #EB6112;
}

.pro-list .item .btn {
  width: .8rem;
  height: .26rem;
  background: #e3e3e3;
  border-radius: .13rem;
  text-align: center;
  line-height: .26rem;
  font-size: .15rem;
  color: #3E3E3F;
  margin-left: auto;
  margin-top: .1rem;
}

.pro-list .item .state {
  position: absolute;
  right: 0.3rem;
  bottom: 0.4rem;
  width: 0.6rem;
  height: 0.6rem;
  z-index: 1;
  transform: rotate(-20deg);
}