.tabwrap {
  width: 1400px;
  margin: 0 auto;
  height: 60px;
  display: none;
}

.tabwrap ul {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: 1px solid #c5c5c5; */
  box-sizing: border-box;
  margin: 50px auto 0;
  /* gap: 0 30px; */
}

.tabwrap ul li {
  height: 100%;
  background: #fff;
  border: 1px solid rgb(160, 160, 160);
  box-sizing: border-box;
  width: 100%;
}
.tabwrap ul li a {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #242424;
}

.tabwrap ul li a.tab_on {
  font-weight: 500;
  background: #b09450;
  color: #fff;
}
