@charset "UTF-8";
/**
 * 交易信息
 * date: 2025-11-11
 * author: wuzhou;
 */
.page-banner {
  background: url("../images/page_banner3.jpg") center top no-repeat;
}

.trade-container {
  margin: 32px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.menu-info {
  width: 220px;
  background-color: #fff;
  box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.menu-info .menu-top {
  box-sizing: border-box;
  padding-left: 30px;
  padding-top: 24px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 100px;
  background: url("../images/menu_top_bg.jpg") center no-repeat;
}

.purchase-info {
  margin-top: 50px;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 26px 36px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  background-color: #fff;
}
.purchase-info + .purchase-info {
  margin-top: 30px;
  padding-top: 24px;
}
.purchase-info:last-child {
  margin-bottom: 50px;
  min-height: 400px;
}

.module-title {
  position: relative;
  padding: 10px 0 9px 14px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.module-title > p {
  font-weight: 700;
  line-height: 34px;
  font-size: 20px;
  color: #004fa1;
}
.module-title:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 22px;
  background-color: #004fa1;
}

.trade-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  border-radius: 17px;
  border: 1px solid #e7e7e7;
  width: 248px;
  height: 34px;
  overflow: hidden;
}
.trade-search > input {
  box-sizing: border-box;
  padding-left: 11px;
  padding-right: 11px;
  flex: 1;
  width: 0;
  height: 32px;
  line-height: 32px;
  border: 0;
  outline: none;
  color: #999;
}
.trade-search > input::placeholder {
  color: #999;
}
.trade-search .search-btn {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-right: 12px;
  cursor: pointer;
  background: url("../images/trade_search_ico.png") center no-repeat;
}

.type-items {
  display: flex;
  margin-right: 12px;
}
.type-items > li {
  position: relative;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.type-items > li.list {
  background: url("../images/list_ico1.png") center no-repeat;
}
.type-items > li.list.active {
  background-image: url("../images/list_ico1h.png");
}
.type-items > li.piece {
  margin-left: 12px;
  background: url("../images/list_ico2.png") center no-repeat;
}
.type-items > li.piece.active {
  background-image: url("../images/list_ico2h.png");
}
.type-items > li:not(:first-child):before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -6px;
  width: 1px;
  height: 8px;
  background-color: #d5d5d5;
}

.search-area {
  display: flex;
  align-items: center;
}

/* 搜索区 */
.release-date {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.release-date > div {
  min-width: 105px;
  text-align: right;
}

.date-selects {
  display: flex;
}
.date-selects .date-select {
  padding: 0 12px;
  height: 26px;
  line-height: 26px;
  margin-right: 6px;
  border-radius: 13px;
  color: #666;
  cursor: pointer;
  background-color: #f0f0f0;
}
.date-selects .date-select.current {
  color: #fff;
  font-weight: 700;
  background: #004fa1;
}

.customize-date {
  display: flex;
  align-items: center;
}
.customize-date.current .date-range-title {
  color: #fff;
  font-weight: 700;
  background: #004fa1;
}

.date-range-title {
  padding: 0 12px;
  border-radius: 13px;
  margin-right: 6px;
  height: 26px;
  line-height: 26px;
  color: #666;
}
.date-range input {
  padding-left: 11px;
  width: 120px;
  height: 26px;
  line-height: 24px;
  border-radius: 4px;
  box-sizing: border-box;
  color: #333;
  border: 1px solid rgba(153, 153, 153, 0.2);
  background: url("../images/calendar_ico.png") calc(100% - 11px) 50% no-repeat #fff;
}
.date-range input::placeholder {
  color: #bac4ce;
}
.date-range > span {
  color: #e6e6e6;
  margin: 0 5px;
}

.notice-items .notice-item {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.notice-items .notice-item .notice-info {
  margin-top: 5px;
  display: flex;
  line-height: 21px;
}
.notice-items .notice-item .notice-link {
  display: block;
  width: 100%;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #222;
  font-size: 16px;
}
.notice-items .notice-item .notice-link:hover {
  color: #004fa1;
}
.notice-items .notice-item .notice-link .status {
  display: inline-block;
  padding: 0 10px;
  line-height: 26px;
  border-radius: 4px;
  font-size: 14px;
}
.notice-items .notice-item .notice-link .status.status1 {
  color: #027e69;
  background-color: #ddf0ee;
}
.notice-items .notice-item .notice-link .status.status2 {
  color: #ff6600;
  background-color: #ffe4d1;
}
.notice-items .notice-item .notice-link .status.status3 {
  color: #004ad4;
  background-color: #dfe7fb;
}
.notice-items .notice-item .notice-link .status.status4 {
  color: #004FA1;
  background-color: #DDEEF4;
}
.notice-items .notice-item .notice-link .type-txt {
  font-size: 14px;
  color: #004fa1;
}

.notice-txt {
  display: inline-block;
  color: #646464;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.notice-txt > span {
  color: #999;
}
.notice-txt + .notice-txt {
  margin-left: 24px;
}

.notice-content {
  flex: 1;
  width: 0;
  padding-right: 200px;
}

.notice-date {
  color: #646464;
  font-size: 16px;
  flex-shrink: 0;
}

.registration-img {
  margin-left: 7px;
}
.registration-img img {
  vertical-align: top;
  margin-top: 3px;
}