.biShadow {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.text-center h2{padding-bottom:25px;}
.text-primary {
    color: #007bff;
}

.bidBanner {
  padding-top: 51px;
}
.bidBanner img {
  width: 100%;
}

.bidA .con p {
  font-size: 14px;
  color: #7d7d7d;
}
.bidA .con p span {
  font-size: 16px;
  color: #343434;
  font-weight: bold;
}
.bidA .con p::before {
  content: "";
  display: block;
  width: 90px;
  height: 2px;
  background-color: #0f33c6;
  margin: 0 auto;
  margin-bottom: 30px;
}
.bidA .con .bot {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bidA .con .bot .box {
  margin-top: 40px;
  text-align: center;
}
.bidA .con .bot .box img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.bidA .con .bot .box span {
  position: relative;
  display: inline-block;
  text-align: center;
  background-color: #dadada;
  line-height: 30px;
  border-radius: 15px;
  color: #616161;
  font-size: 16px;
  font-weight: bold;
  padding: 0 20px;
  margin-top: 25px;
}
.bidA .con .bot .box span::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -14px;
  border: 7px solid transparent;
  border-bottom: 8px solid #dadada;
  width: 0;
  height: 0px;
}
.bidA .con .bot .box .imgA {
  max-width: 542px;
}
.bidA .con .bot .box .imgB {
  max-width: 284px;
}
.bidA .con .bot .box:first-child {
  margin-top: 0;
}

.bidB {
  background-color: #f6f8fb;
}
.bidB li {
  margin-top: 20px;
}
.bidB .box {
  background-color: #fff;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bidB .box img {
  width: 80px;
}
.bidB .box dl {
  margin-top: 10px;
  text-align: center;
  color: #404040;
}
.bidB .box dt {color: #007bff;
  font-size: 16px;
  font-weight: bold;
}
.bidB .box dd {
  margin-top: 10px;
  line-height: 1.6;
}
.bidB li:first-child {
  margin-top: 0;
}

.bidC .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bidC .pic img {
  width: 100%;
}
.bidC .pic .imgA {
  max-width: 230px;
}
.bidC .pic .imgB {
  max-width: 790px;
  margin-top: 25px;
}
.bidC .mid {
  position: relative;
  padding-bottom: 50px;
}
.bidC .mid a {
  display: block;
  background-color: #02267c;
  color: #fff;
}
.bidC .mid p {
  text-align: center;
  margin-top: 5px;
}
.bidC .mid img {
  height: 50px;
  position: absolute;
  left: 50%;
  bottom: 0;
}
.bidC .bot h3 {
  font-size: 18px;
  color: #333;
  display: flex;
  align-items: center;
}
.bidC .bot h3 b {
  display: inline-block;
}
.bidC .bot h3::after {
  content: "";
  display: block;
  background-color: #ededed;
  height: 1px;
  flex: 1;
  margin-left: 30px;
}
.bidC .bot table {
  border: 0;
}
.bidC .bot table th, .bidC .bot table td {
  text-align: center;
  vertical-align: middle;
}
.bidC .bot table thead tr, .bidC .bot table thead th {
  border: 0;
}
.bidC .bot table thead th {
  font-size: 18px;
  color: #333;
  font-weight: normal;
  padding: 20px 10px;
}
.bidC .bot table tbody tr, .bidC .bot table tbody td {
  border-color: #ededed;
}
.bidC .bot table tbody td {
  padding: 10px;
}
.bidC .bot table tbody td:first-child {
  font-size: 16px;
  color: #333;
}
.bidC .bot table tbody td.cur {
  background-color: #f6f8fb;
}

@media (min-width: 768px) {
  .bidBanner {
    padding-top: 0;
    height: 480px;
    background-image: url(../images/bid-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #152fc4;
  }
}
@media (min-width: 992px) {
  .bidA .con p {
    font-size: 16px;
  }
  .bidA .con p span {
    font-size: 16px;
  }
  .bidA .con .bot {
    flex-direction: row;
  }
  .bidA .con .bot .box {
    margin-top: 0;
    margin: 0 35px;
  }
  .bidA .con .bot .box span {
    margin-top: 50px;
  }
  .bidB ul {
    display: flex;
    flex-wrap: wrap;
  }
  .bidB li {
    margin-top: 30px;
  }
  .bidB .box {
    flex-direction: row;
    height: 100%;
  }
  .bidB .box dl {
    margin-top: 0;
    margin-left: 25px;
    text-align: left;
  }
  .bidB .box dt {
    font-size: 20px;
  }
  .bidB li:nth-child(1), .bidB li:nth-child(2) {
    margin-top: 0;
  }
  .bidC .pic {
    flex-direction: row;
  }
  .bidC .pic img {
    margin: 0 25px;
  }
  .bidC .pic .imgB {
    margin-top: 0;
  }
  .bidC .mid {
    position: relative;
    padding-bottom: 85px;
    text-align: center;
  }
  .bidC .mid a {
    padding: 17px 30px;
    display: inline-block;
    font-size: 24px;
  }
  .bidC .mid a:hover {
    opacity: 0.9;
  }
  .bidC .mid p {
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
  }
  .bidC .mid img {
    height: 85px;
  }
  .bidC .bot h3 {
    font-size: 24px;
  }
}/*# sourceMappingURL=style.css.map */