/*
 * @Description: 
 * @Author: hxh
 * @Date: 2025-02-13 15:49:35
 */
.domian-types {
  margin-top: 30px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 105px;
  padding: 15px;
  background: rgba(0, 0, 0, 0.03);
}
.domian-types .label {
  width: 56px;
  display: block;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
  padding-top: 4px;
}
.domian-types .types {
  -webkit-flex: 1 1 0%;
     -moz-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  margin-left: 20px;
}
.domian-types .domian-type {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.domian-types .domian-type .item {
  white-space: nowrap;
  margin-right: 8px;
  margin-bottom: 10px;
  height: 28px;
  line-height: 28px;
  cursor: pointer;
  padding: 0px 8px;
  color: rgb(102, 102, 102);
}
.domian-types .domian-type .item.current {
  color: rgb(255, 255, 255);
  background: rgb(239, 147, 37);
  border-radius: 2px;
}

.grid-group {
  margin-top: 20px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.grid-group .grid-item {
  width: -webkit-calc(25% - 12px);
  width: -moz-calc(25% - 12px);
  width: calc(25% - 12px);
  margin-right: 16px;
  border: 1px solid #efefef;
  display: block;
}
.grid-group .grid-item:hover {
  border-color: #ef9325;
}
.grid-group .grid-item:nth-child(4n) {
  margin-right: 0;
}
.grid-group .grid-item:nth-child(n+5) {
  margin-top: 16px;
}
.grid-group .grid-item .auction-image {
  width: 100%;
  height: 175px;
}
.grid-group .grid-item .auction-image img {
  height: 100%;
  width: 100%;
}
.grid-group .grid-item .auction-caption {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 12px 20px;
}
.grid-group .grid-item .auction-caption .info-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 24px;
}
.grid-group .grid-item .auction-caption .info-item.project-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 20px !important;
  color: rgba(0, 0, 0, 0.6);
}
.grid-group .grid-item .auction-caption .info-item.project-item > span {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.grid-group .grid-item .auction-caption .info-item.project-item > span:first-child img {
  height: 14px;
  vertical-align: middle;
  margin-top: -4px;
}
.grid-group .grid-item .auction-caption .info-item.project-item > span:last-child {
  text-align: right;
}
.grid-group .grid-item .auction-caption .info-item.invest-item {
  margin-top: 24px;
}
.grid-group .grid-item .auction-caption .info-item.invest-item span {
  line-height: 20px !important;
  color: rgba(0, 0, 0, 0.6);
}
.grid-group .grid-item .auction-caption .info-item.invest-item span.number {
  color: #ef9325;
  font-size: 16px;
  font-weight: 500;
}
.grid-group .grid-item .auction-caption .title {
  height: 40px;
  margin: 8px 0 3px 0;
  font-weight: 600;
  font-size: 16px;
  color: #333;
  line-height: 20px !important;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.pager {
  margin-bottom: 160px;
}

.domian-diqus {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 105px;
  padding: 15px;
  background: rgba(0, 0, 0, 0.03);
}
.domian-diqus .label {
  width: 56px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
  padding-top: 4px;
}
.domian-diqus .types {
  -webkit-flex: 1 1 0%;
     -moz-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  margin-left: 20px;
}
.domian-diqus .types .domian-diqu {
  -webkit-flex: 1 1 0%;
     -moz-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.domian-diqus .types .domian-diqu .item {
  white-space: nowrap;
  margin-right: 8px;
  margin-bottom: 10px;
  height: 28px;
  line-height: 28px;
  cursor: pointer;
  padding: 0px 8px;
  color: rgb(102, 102, 102);
}
.domian-diqus .types .domian-diqu .item.current {
  color: rgb(255, 255, 255);
  background: rgb(239, 147, 37);
  border-radius: 2px;
}
.domian-diqus .types .domian-diqu .diqu-item {
  white-space: nowrap;
  margin-right: 8px;
  margin-bottom: 10px;
  height: 28px;
  line-height: 28px;
  cursor: pointer;
  padding: 0px 8px;
  color: rgb(102, 102, 102);
}
.domian-diqus .types .domian-diqu .diqu-item.current {
  color: rgb(255, 255, 255);
  background: rgb(239, 147, 37);
  border-radius: 2px;
}