@charset "UTF-8";
/**
* 今日开标
* date:2025-9-24
* author: qcn;
 */
.wrap {
  padding-bottom: 24px;
}

.view {
  padding: 16px;
  border-radius: 0;
}
.view .search {
  width: 196px;
  position: relative;
  margin-left: auto;
}
.view .search-input {
  width: 196px;
  height: 32px;
  border-radius: 48px;
  background: #F7F7F7;
  padding: 0 50px 0 16px;
  font-size: 13px;
}
.view .search-input::-webkit-input-placeholder {
  color: #999;
}
.view .search-input::-moz-placeholder {
  color: #999;
}
.view .search-input:-ms-input-placeholder {
  color: #999;
}
.view .search-input::-ms-input-placeholder {
  color: #999;
}
.view .search-input::placeholder {
  color: #999;
}
.view .search-btn {
  position: absolute;
  width: 18px;
  height: 17px;
  background: url("../images/search.png") no-repeat center;
  background-size: 100% 100%;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999;
}

.tips-title {
  text-align: center;
}
.tips-title > span {
  position: relative;
  line-height: 36px;
  font-weight: bold;
  font-size: 24px;
  color: #333;
}
.tips-title > span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 389px;
  height: 19px;
  background: url("../images/web_consult/title_b.png") no-repeat center;
  background-size: cover;
  left: -413px;
}
.tips-title > span::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 389px;
  height: 19px;
  background: url("../images/web_consult/title_a.png") no-repeat center;
  background-size: cover;
  right: -413px;
}

.swiper-container {
  margin: 16px 32px;
  position: static;
}

.swiper-main {
  position: relative;
}

.swiper-slide {
  cursor: pointer;
  height: 29px;
}
.swiper-slide > span {
  width: 100%;
  height: 29px;
  color: #333;
  font-size: 14px;
  line-height: 29px;
  background: #F7F7F7;
  border-radius: 6px;
  display: inline-block;
  text-align: center;
}
.swiper-slide.current > span {
  background: #2556D8;
  color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0;
  left: unset;
  right: 0;
  background: #2556D8 url("../images/bid_today/swiper_next.png") no-repeat center !important;
}

.swiper-button-prev {
  left: 0;
  right: unset;
  background-image: url("../images/bid_today/swiper_prev.png") !important;
}

.info-table {
  margin-top: 16px;
}

.pager {
  margin-top: 24px;
}