@charset "UTF-8";
/**
 * 阳光招采
 * date: 2025-5-22
 * author: qcn;
 */
.condition {
  padding-top: 0.14rem;
}

.project {
  padding: 0.01rem;
}
.project-top {
  margin: 0 0.01rem;
  height: 0.52rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 0.24rem;
  background: rgba(9, 98, 188, 0.1);
}
.project-top-view {
  font-size: 0.14rem;
  color: #999;
  margin-right: auto;
}
.project-top-view span {
  color: #1F6DE8;
}
.project-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 0 0.2rem;
}
.project-type-item {
  height: 0.3rem;
  padding: 0 0.1rem;
  line-height: 0.3rem;
  border: 0.01rem solid #DAE1EF;
  background: #FEFFFF;
  border-radius: 0.02rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.1rem;
}
.project-type-item.normal-type {
  cursor: pointer;
}
.project-type-item.current {
  color: #fff;
  background: #1F6DE8;
}
.project-type-order {
  width: 0.08rem;
  height: 0.12rem;
  margin-left: 0.21rem;
  background: url("../images/order.png") no-repeat center;
}
.project-type-order.up {
  background-image: url("../images/order-up.png");
}
.project-type-order.down {
  background-image: url("../images/order-down.png");
}
.project .search {
  width: 2.48rem;
  height: 0.34rem;
}
.project .search-input {
  font-size: 0.13rem;
}
.project .search-btn {
  background-size: 0.16rem 0.16rem;
}
.project-list {
  margin: 0.1rem 0.24rem 0.24rem;
}
.project-item {
  height: 0.88rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.01rem solid #F5F5F5;
}
.project-item + .project-item {
  margin-top: 0.2rem;
}
.project-item-pic {
  width: 2.12rem;
  height: 1.22rem;
  margin-right: 0.2rem;
}
.project-item-box {
  width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project-item-name {
  color: #333;
  font-size: 0.16rem;
  font-weight: bold;
  width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.project-item-tag {
  height: 0.22rem;
  padding: 0 0.06rem;
  font-size: 0.12rem;
  line-height: 0.22rem;
  color: #1F6DE8;
  border-radius: 0.02rem;
  text-align: center;
  margin-right: 0.05rem;
  border: 0.01rem solid #1F6DE8;
  background: rgba(31, 109, 232, 0.1);
}
.project-row {
  line-height: 0.24rem;
  margin-top: 0.085rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project-row-item {
  width: 2.27rem;
  padding-right: 0.15rem;
}
.project-row-item:nth-child(2) {
  width: 1.93rem;
}
.project-row-item:last-child {
  width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.quality {
  position: relative;
}
.quality-swiper {
  height: 1.71rem;
  margin-top: 0.2rem;
}
.quality-item {
  width: 100%;
  height: 1.71rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.quality-item:hover .quality-item-box {
  height: 100%;
}
.quality-item:hover .quality-item-text {
  display: -webkit-box;
}
.quality-item-pic {
  width: 100%;
  height: 100%;
}
.quality-item-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.4rem;
  line-height: 0.4rem;
  background: rgba(0, 0, 0, 0.51);
  -webkit-backdrop-filter: blur(0.02rem);
          backdrop-filter: blur(0.02rem);
  color: #fff;
  font-size: 0.14rem;
  padding: 0 0.1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.quality-item-text {
  padding-top: 0.1rem;
  line-height: 0.19rem;
  border-top: 0.005rem solid #fff;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: none;
}

/* 轮播图 */
.swiper-container {
  position: static;
}

.swiper-button-next,
.swiper-button-prev {
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 50%;
  left: 0.04rem;
  right: auto;
  margin-top: 0;
  top: 1.41rem;
  background: #fff url("../images/prev.png") no-repeat center;
  -webkit-box-shadow: 0rem 0.02087rem 0.04174rem rgba(0, 0, 0, 0.1);
          box-shadow: 0rem 0.02087rem 0.04174rem rgba(0, 0, 0, 0.1);
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #1F6DE8 url("../images/swiper-next.png") no-repeat center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 0.04rem;
  left: auto;
}
.swiper-button-next:hover {
  background: #1F6DE8 url("../images/swiper-next.png") no-repeat center;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}