@import "information.css";
.bidding-status {
  display: inline-block;
  width: 70px;
  height: 34px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 34px;
  position: relative;
  top: -4px;
  left: 10px;
}

.bidding {
  background: linear-gradient(270deg, #2B75D0 0%, #2BA1D0 100%);
}

.signUp {
  background: linear-gradient(270deg, #E76B1E 0%, #E78D1E 100%);
}

.signEnd {
  width: 100px;
  background: linear-gradient(270deg, #DC1313 0%, #FF6161 100%);
}

.end {
  background: linear-gradient(270deg, #555555 0%, #939393 0%, #B5B5B5 100%);
}

.banner-wrapper span {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  font-family: "Microsoft YaHei UI", serif;
}

.bidding-detail .bidding-process .process-list div:after {
  background: url("../images/process-arrow1.png") no-repeat center center;
  width: 47px;
  right: -67px;
}
.bidding-detail .product-info-right {
  width: 451px;
  height: 349px;
  background: url("../images/cjq-9231.png") no-repeat center top;
}
.bidding-detail .product-info-right h5 {
  height: 80px;
  position: relative;
  line-height: 80px;
}
.bidding-detail .product-info-right h5:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #2B75D0;
  border-radius: 60px;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 14px;
}
.bidding-detail .product-info-right .highest-bj {
  height: 70px;
  position: relative;
  z-index: 1;
  margin: 23px 0 32px;
  flex-direction: column;
}
.bidding-detail .product-info-right .highest-bj:after {
  content: "";
  width: 100%;
  height: 48px;
  background: url("../images/975.png") no-repeat center bottom;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -10px;
  z-index: -1;
}
.bidding-detail .product-info-right .highest-bj p {
  font-size: 16px !important;
  line-height: 26px;
  color: #FFFFFF !important;
  margin: 0 auto;
}
.bidding-detail .product-info-right .highest-bj p span {
  color: #E78D1E !important;
}
.bidding-detail .product-info-right .highest-bj .lower {
  width: 200px;
  height: 28px;
  background: url("../images/1903.png") no-repeat center center;
  font-size: 14px;
}
.bidding-detail .product-info-right .highest-bj .lower span {
  font-size: 14px;
  margin: 0;
}
.bidding-detail .product-info-right > p {
  margin-bottom: 13px;
}
.bidding-detail .multiple-rounds-of-bidding {
  background-image: url("../images/cjq-9232.png");
}
.bidding-detail .multiple-rounds-of-bidding h5 {
  height: 105px;
  line-height: normal;
  box-sizing: border-box;
  padding-top: 16px;
  margin-bottom: 20px;
}
.bidding-detail .multiple-rounds-of-bidding h5:after {
  bottom: 48px;
}
.bidding-detail .multiple-rounds-of-bidding h5:before {
  content: attr(data-info);
  width: 261px;
  height: 31px;
  display: inline-block;
  position: absolute;
  background: url("../images/1974@1x.png") no-repeat center center;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  text-align: center;
  line-height: 31px;
  color: #2B75D0;
  font-size: 14px;
}
.bidding-detail .multiple-rounds-of-bidding .offer {
  margin-bottom: 20px;
}
.bidding-detail .non-bid {
  background: transparent;
  position: relative;
  padding: 0 15px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.bidding-detail .non-bid .non-bid-card {
  height: calc(100% + 6px);
  background: linear-gradient(180deg, #DDE9F7 0%, rgba(255, 255, 255, 0) 100%);
  position: relative;
  width: 100%;
  text-align: center;
}
.bidding-detail .non-bid .non-bid-card:before, .bidding-detail .non-bid .non-bid-card:after {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  position: absolute;
  top: 0;
}
.bidding-detail .non-bid .non-bid-card:before {
  left: -6px;
  background: url("../images/1904.png") no-repeat center center;
}
.bidding-detail .non-bid .non-bid-card:after {
  right: -6px;
  background: url("../images/1905.png") no-repeat center center;
}
.bidding-detail .non-bid .non-bid-card p {
  font-size: 18px;
  line-height: 26px;
  color: #2B75D0;
  font-weight: bold;
  text-align: center;
}
.bidding-detail .non-bid .non-bid-card span {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  color: #2B75D0;
}

/*.bid-col {
    display: none;

    &.active {
        display: block;
    }
}*/
.purchase-info {
  width: 890px;
  min-height: 349px;
  background: linear-gradient(to left, rgba(43, 117, 208, 0.05) 0%, rgba(43, 117, 208, 0) 100%);
  position: relative;
}

p.views-box:before {
  display: none;
}

p.views-box {
  position: absolute;
  right: 10px;
  bottom: 28px;
}

p.views-box {
  bottom: 10px;
}

.title {
  font-size: 32px;
  color: #333333;
  font-weight: bold;
  box-sizing: border-box;
  padding: 42px 33px 0 25px;
}

.bidding-info {
  box-sizing: border-box;
  margin: 28px 0 0;
  padding: 28px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.bidding-info:before {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  position: absolute;
  background: linear-gradient(to right, rgba(225, 238, 255, 0) 0%, #E1EEFF 51%, rgba(225, 238, 255, 0) 100%);
  top: 0;
  left: 0;
  z-index: -1;
}

.countdown {
  width: 355px;
  height: 144px;
  background: linear-gradient(180deg, rgba(43, 117, 208, 0.08) 0%, rgba(216, 216, 216, 0) 100%);
  box-sizing: border-box;
  padding-top: 15px;
}
.countdown h6 {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #333333;
}
.countdown h6:before, .countdown h6:after {
  content: "";
  width: 40px;
  height: 1px;
  display: inline-block;
}
.countdown h6:before {
  background: linear-gradient(to left, #2B75D0 0%, rgba(255, 255, 255, 0) 100%);
  margin-right: 10px;
}
.countdown h6:after {
  background: linear-gradient(to right, #2B75D0 0%, rgba(255, 255, 255, 0) 100%);
  margin-left: 10px;
}
.countdown .countdown-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 23px 23px 0;
  text-align: center;
}
.countdown .countdown-card p {
  width: 55px;
  height: 63px;
  border-radius: 4px;
  background: #2B75D0;
  box-sizing: border-box;
  border: 1px solid;
  border-image: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%) 1;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.countdown .countdown-card span {
  display: block;
  font-size: 24px;
  font-weight: bold;
}

.bidding-list {
  width: calc(100% - 355px - 35px);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 144px;
  align-content: flex-start;
}
.bidding-list li {
  min-width: 50%;
  font-size: 16px;
  color: #333333;
  box-sizing: border-box;
  padding: 0 30px 0 15px;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 14px;
}
.bidding-list li:before {
  content: "";
  width: 3px;
  height: 13px;
  display: inline-block;
  position: absolute;
  background: #2B75D0;
  border-radius: 60px;
  left: 0;
  top: 5px;
}
.bidding-list span {
  font-size: 20px;
  font-weight: bold;
  color: #2B75D0;
}

.compete-to-buy-detail {
  padding-top: 0;
}

.compete-to-buy-layout {
  display: flex;
  min-height: 317px;
  margin: 69px auto 97px;
  background: linear-gradient(180deg, rgba(43, 117, 208, 0.05) 0%, rgba(43, 117, 208, 0.05) 100%);
}
.compete-to-buy-layout .purchase-info {
  width: 814px;
  background: transparent;
  box-sizing: border-box;
  padding: 32px 72px 33px 25px;
}
.compete-to-buy-layout .purchase-info .title {
  padding: 0;
}
.compete-to-buy-layout .bidding-info {
  width: 100%;
  background: linear-gradient(180deg, rgba(43, 117, 208, 0.08) 0%, rgba(216, 216, 216, 0) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.compete-to-buy-layout .bidding-info .countdown {
  background: transparent;
}

.compete-to-buy-right {
  width: calc(100% - 814px);
  position: relative;
  box-sizing: border-box;
  padding: 0 0 0 64px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.compete-to-buy-right:before {
  content: "";
  width: 1px;
  height: 226px;
  display: inline-block;
  position: absolute;
  background: linear-gradient(270deg, rgba(43, 117, 208, 0) 0%, rgba(172, 209, 255, 0.4658) 53%, rgba(43, 117, 208, 0) 100%);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.compete-to-buy-right .bidding-list {
  width: 100%;
  height: auto;
}
.compete-to-buy-right .btn {
  width: 118px;
  height: 44px;
  background: #2B75D0;
  box-shadow: 0 4px 10px 0 rgba(43, 117, 208, 0.2);
  border-radius: 10px;
  border: none;
  outline: none;
  color: #FFFFFF;
  font-size: 16px;
  margin-top: 30px;
  cursor: pointer;
}
.compete-to-buy-right .views-box {
  position: absolute;
  right: 33px;
  bottom: 20px;
}

.bid-col-fr {
  box-sizing: border-box;
  padding: 20px 28px;
}
.bid-col-fr .purchase-info {
  height: auto;
  min-height: 212px;
  background: transparent;
  width: calc(100% - 355px);
  padding: 24px 33px;
  box-sizing: border-box;
  position: relative;
}
.bid-col-fr .purchase-info .views-box {
  position: absolute;
  right: 33px;
  bottom: 20px;
}
.bid-col-fr .product-info-layout {
  align-items: center;
  background: linear-gradient(to left, rgba(43, 117, 208, 0.05) 0%, rgba(43, 117, 208, 0) 100%);
  padding: 0;
  margin: 20px 0;
}
.bid-col-fr .title {
  padding: 0;
}
.bid-col-fr .bidding-list {
  width: auto;
  height: auto;
}
.bid-col-fr .bidding-list li {
  min-width: auto;
}
