.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-image: url('../img/feedback/page_bg.jpg');
  background-size: 100% 100%;
}
.pageBody .bodyItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.85rem;
}
.pageBody .bodyItem .crumbs {
  width: 100%;
  margin-top: 1.69rem;
  display: flex;
  align-items: center;
  font-family: 'Microsoft YaHei-Regular';
}
.pageBody .bodyItem .crumbs .icon {
  width: 0.1rem;
  height: 0.1rem;
  background-image: url('../img/aboutJinniu/space1.png');
  background-size: 100% 100%;
  margin-right: 0.05rem;
}
.pageBody .bodyItem .crumbs .icon.home {
  width: 0.18rem;
  height: 0.18rem;
  background-image: url('../img/aboutJinniu/home.png');
}
.pageBody .bodyItem .crumbs .text {
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.21rem;
  font-weight: 400;
  margin-right: 0.05rem;
}
.pageBody .bodyItem .crumbs .text.last {
  color: #894425;
}
.pageBody .bodyItem .tenderList {
  width: 100%;
  margin-top: 0.7rem;
}
.pageBody .bodyItem .tenderList .tenderItem {
  margin-top: 0.36rem;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #C6C6C6;
}
.pageBody .bodyItem .tenderList .tenderItem .info {
  width: 13rem;
}
.pageBody .bodyItem .tenderList .tenderItem .info .title {
  font-family: 'Microsoft YaHei-Bold';
  font-size: 0.2rem;
  color: #020202;
  line-height: 0.27rem;
}
.pageBody .bodyItem .tenderList .tenderItem .info .subTitle {
  margin-top: 0.07rem;
  font-family: 'Microsoft YaHei-Bold';
  font-size: 0.16rem;
  color: #666;
  line-height: 0.21rem;
}
.pageBody .bodyItem .tenderList .tenderItem .info .time {
  margin-top: 0.18rem;
  margin-bottom: 0.21rem;
  font-family: 'Poppins-SemiBold';
  font-size: 0.17rem;
  color: #B1B1B1;
  line-height: 0.24rem;
}
.pageBody .bodyItem .tenderList .tenderItem .btn {
  margin-top: 0.24rem;
  width: 1.36rem;
  height: 0.53rem;
  background-image: url('../img/tender/btn.png');
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E8C57B;
  transition: 0.3s;
}

.pageBody .bodyItem .tenderList .tenderItem .btn > span {
  margin-left: 0.08rem;
}
.pageBody .bodyItem .tenderList .tenderItem .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}
.pageBody .bodyItem .tenderList .tenderItem.active .info .title {
  font-weight: bold;
  color: #894425;
}
.pageBody .bodyItem .tenderList .tenderItem.active .info .time {
  color: #101010;
}
.pageBody .bodyItem .tenderList .tenderItem:hover .btn {
  color: #843200;
  background-image: url('../img/tender/btn_active.png');
}
.pageBody .bodyItem .tenderList .tenderItem:first-child {
  margin-top: 0;
}
.pageBody .bodyItem .pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0.66rem 0 0.63rem 0;
}
.pageBody .bodyItem .pagination .prev,
.pageBody .bodyItem .pagination .next {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 0.02rem;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.04rem;
}
.pageBody .bodyItem .pagination .prev > img,
.pageBody .bodyItem .pagination .next > img {
  width: 0.05rem;
  height: 0.1rem;
}
.pageBody .bodyItem .pagination .pageList {
  display: flex;
}
.pageBody .bodyItem .pagination .pageList > div {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 0.02rem;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.04rem;
  font-family: 'Microsoft YaHei-Regular';
  font-size: 0.14rem;
  color: #7D7D7D;
}
.pageBody .bodyItem .pagination .pageList .active {
  background-color: #A56838;
  border: 1px solid #A56838;
  color: #fff;
}
.pageBody .bodyItem .pagination .pageList .point {
  border: none;
  margin-top: -0.04rem;
}
.logo {
  position: absolute;
  top: 0.4rem;
  right: 0.85rem;
  width: 1.8rem;
  height: 0.69rem;
  background-image: url('../img/index/logo.png');
  background-size: 100% 100%;
}
