.center {
  padding-top: 130px;
  margin-bottom: 55px;
}

.center .line {
  width: 100%;
  height: 2px;
  margin-bottom: 85px;
}

.center .searchBox {
  justify-content: space-between;
}

.center .left .top {
  display: flex;
  align-items: center;
}

.center .left .bottom {
  font-size: 16px;
  color: #333;
  margin-top: 20px;
}

.center .right {
  width: 540px;
}

.center .right .topSearch {
  width: 100%;
  border: 3px solid #e20808;
  height: 40px;
  border-radius: 10px 10px 10px 0;
}

.center .right .topSearch input::placeholder {
  color: #bbbbbb;
  font-weight: bold;
}

.center .right .topSearch .rightSearch {
  color: #fff;
  width: 120px;
  align-items: center;
  justify-content: space-around;
  background: #e20808;
  padding: 0 20px;
}

.center .right .tabList .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 30px;
  cursor: pointer;
  font-weight: bold;
}

.center .right .tabList .active {
  border-radius: 0px 0px 0px 10px;
  background: #e20808;
  color: #fff9ec;
}

.center .right .tabHot {
  font-size: 14px;
  font-weight: 800;
  align-items: center;
  margin-top: 10px;
}

.center .right .tabHot .icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.center .right .tabHot .item {
  align-items: center;
  margin-right: 10px;
}

.center .moreNeed {
  margin: 100px auto;
  width: 240px;
  background: #75bd54;
  color: #fff;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #bbbaba;
}

.center .goods {
  width: 100%;
  padding: 40px 0;
  background: #dce6d9;
  border-radius: 10px;
  overflow: hidden;
}

.center .goods .good {
  width: 114px;
  height: 145px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px 0 0 0;
  float: left;
}

.center .goods .good span,
.center .goods .good p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100px;
}

.center .goods .good span {
  font-size: 14px;
  font-weight: 600;
}

.center .goods .good p {
  font-size: 12px;
  color: #979696;
}

.center .goods .good:nth-of-type(n + 2) {
  margin-left: 73px;
}

.center .goods .good:nth-of-type(n + 7) {
  margin-top: 40px;
}

.center .goods .good:nth-of-type(6n + 1) {
  margin-left: 5px;
}

.AskToBuy {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.AskToBuy .in {
  width: 80px;
  position: absolute;
  z-index: 2;
  background: #fff;
  display: flex;
  justify-content: center;
}

.AskToBuy .inLine {
  height: 1px;
  background: #bbbbbb;
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 0;
}

.askBox {
  overflow: hidden;
  margin-top: 68px;
  min-height: 50px;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 0 0 32px;
}

.askBox .ask {
  cursor: pointer;
  width: 300px;
  height: 138px;
  display: flex;
  float: left;
}

.askBox .ask img {
  width: 43px;
  height: 43px;
}

.askBox .ask .askInfo {
  width: calc(100% - 53px);
  margin-left: 10px;
  padding-top: 4px;
}

.askBox .ask .askInfo .asks {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.askBox .ask .askInfo .asks .titleLeft {
  color: #f70e0e;
  font-size: 14px;
  font-weight: 900;
}

.askBox .ask .askInfo .timeInfo {
  display: flex;
  align-items: center;
}

.askBox .ask .askInfo .timeInfo img {
  width: 17px;
  height: 17px;
  margin-right: 5px;
}

.askBox .ask .askInfo .company {
  margin: 10px 0;
}

.askBox .ask .askInfo .need {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.askBox .ask {
  margin-left: 62px;
}

.askBox .ask:nth-of-type(3n + 1) {
  margin-left: 0;
}

.askBox .ask:nth-of-type(n + 4) {
  margin-top: 37px;
}
