.headerPage{
  /* max-width: 1650px;
  margin: 0 auto; */
  height: 70px;
  display: flex;
  justify-content: space-between;
  background-color: white;
  align-items: center;
  padding: 0 85px;
  width: calc(100% - 170px);
  /* position: relative; */
}

.headerActive {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}

.headerPage .left{
  display: flex;
  justify-content: flex-start;
  /* align-items: center; */
}

.headerPage .left .logo {
  width: 180px;
  /* height: 47px; */
  margin-top: -5px;
}

.headerPage .left .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.headerPage .number{
  /* position: absolute;
  right: 85px;
  top: 33px; */
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.headerPage .number .image {
  width: 20px;
  height: 20px;
  margin-top: -3px;
}

.headerPage .number .image img {  
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.headerPage .number .txt {
  font-size: 18px;
  font-family: SourceHanSansSC;
  font-weight: 300;
  color: #212121;
  padding: 0 11px 0 6px;
}

.headerPage .number .but {
  width: 89px;
  height: 28px;
  background: #EF233C;
  border-radius: 4px;
  color: white;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
}

.headerPage .left .newList{
  margin-left: 100px;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.headerPage .left .newList div {
  text-align: center;
  /* padding: 0 45px; */
  font-size: 16px;
  font-family: SourceHanSansSC;
  font-weight: 300;
  color: #515152;
  border: 1px solid rgb(175, 175, 175);
  border-radius: 27px;
  margin-right: 79px;
  cursor: pointer;
  overflow: hidden;
}

.headerPage .left .newList .foundry {
  width: 174px;
  height: 40px;
  line-height: 40px;
  /* margin-top: 22px; */
}

.headerPage .left .newList .purchaser {
  width: 174px;
  height: 40px;
  line-height: 40px;
  /* margin-top: 22px; */
}

.headerPage .left .newList .enter {
  width: 188px;
  height: 40px;
  line-height: 40px;
  /* margin-top: 20px; */
}

.active{
  background: #EF233C;
  border: 1px solid #EF233C !important;
  color: white !important;
}