@import 'iconfont.css';
.bid-details > h2 {
  font-size: 1.5rem;
  font-weight: bold;
  padding-top: 4rem;
  padding-bottom: 1rem;
  margin-bottom: 0.5rem;
  border-bottom: 2px solid #e6e6e6;
}
.bid-details .title h6 {
  font-size: 0.7rem;
  color: #999;
  text-align: right;
  margin-bottom: 2rem;
}
.bid-details .title h2 {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
}
.bid-details .title .data {
  text-align: center;
  margin-top: 0.4rem;
}
.bid-details .title .data span {
  font-size: 0.8rem;
  color: #999;
}
.bid-details .title .data .date {
  margin-right: 0.8rem;
  position: relative;
  left: -0.4rem;
}
.bid-details .title .data .date i {
  font-size: 1rem;
  margin-right: 0.4rem;
  position: relative;
  top: 0.06rem;
}
.bid-details .title .data .times {
  margin-right: 1.2rem;
}
.bid-details .title .data .times i {
  font-size: 1.4rem;
  margin-right: 0.4rem;
  position: relative;
  top: 0.2rem;
}
.bid-details .content {
  padding-top: 2rem;
  padding-bottom: 4rem;
  font-size: 0.8rem;
  color: #999;
}
.bid-details .content p {
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}
.bid-details .content h4 {
  margin: 2rem 0 1rem;
}
.bid-details .content > ul li {
  line-height: 1.2rem;
  margin-top: 1rem;
}
.bid-details .btn {
  width: 41rem;
  height: 3.4rem;
  margin: 0 auto;
  margin-bottom: 7rem;
  margin-top: 2rem;
}
.bid-details .btn a {
  width: 48%;
  display: block;
  background: #f2f2f2;
  line-height: 3.4rem;
  text-align: center;
  font-size: 0.8rem;
  color: #666;
}
.bid-details .btn a i {
  margin-left: 0.4rem;
}
.bid-details .btn a.back {
  float: left;
}
.bid-details .btn a.home {
  float: right;
}
.bid-details .btn a:hover {
  background: #fec000;
  color: #fff;
}
@media screen and (max-width: 768px) {
  span {
    font-size: 12px !important;
  }
  p {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }
  h4 {
    font-size: 13px !important;
  }
  h6 {
    font-size: 12px !important;
  }
  .bid-details .content > ul li {
    font-size: 13px;
    line-height: 1.5;
  }
  .bid-details > h2 {
    font-size: 1.6rem;
    padding-top: 1.6rem;
  }
  .bid-details .title h6 {
    text-align: left;
    margin-bottom: 1rem;
  }
  .bid-details .content {
    padding-bottom: 0;
  }
  .bid-details .btn {
    width: 80%;
  }
  .bid-details .btn a {
    width: 100%;
    margin-top: 1rem;
    font-size: 13px;
  }
}
/*# sourceMappingURL=contact_bid_details.css.map */