.viewHistoryPage {
  background: #ffffff;
  min-height: calc(100vh - 200px);
}
.viewHistoryPage .viewHistoryContainer {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
.viewHistoryPage .clearBox {
  cursor: pointer;
}
.viewHistoryPage .clearBox .clearText {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  margin-right: 4px;
}
.viewHistoryPage .clearBox .clearIcon {
  font-size: 20px;
  color: #999999;
}
.viewHistoryPage .clearBox:hover .clearText,
.viewHistoryPage .clearBox:hover .clearIcon {
  color: var(--color-theme-1);
}
.viewHistoryPage .viewHistoryHead {
  padding: 20px 15px 20px 20px;
  background: #f9f9f9;
  margin-bottom: 5px;
}
.viewHistoryPage .viewHistoryHead .viewHistoryTitleBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.viewHistoryPage .viewHistoryHead .viewHistoryTitleBox .viewHistoryTitle {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
}
.viewHistoryPage .viewHistoryHead .productNumberText {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  font-weight: 400;
  margin: 0;
}
.viewHistoryPage .viewHistoryHead .productNumberText .productNumber {
  color: #333333;
  font-weight: 600;
}
.viewHistoryPage .viewHistoryBlock {
  margin-top: 42px;
}
.viewHistoryPage .viewHistoryBlock .viewHistoryDate {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 15px;
}
.viewHistoryPage .viewHistoryBlock .viewHistoryDate .viewHistoryDateText {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
}
.viewHistoryPage .viewHistoryBlock .dateProductList {
  background: #ffffff;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.viewHistoryPage .noData {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}
.viewHistoryPage .noData img {
  width: 200px;
}
.viewHistoryPage .viewMore {
  opacity: 0;
  visibility: hidden;
}
