.tab-content-box {
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tab-content-box .tab-btn {
  width: 10px;
  height: 10px;
  background: url("../../../../resources/yx/wz/images/icon_more.png");
  background-size: 100% 100%;
  cursor: pointer;
}
.tab-content-box .tab-btn-next {
  margin-left: 10px;
}
.tab-content-box .tab-btn-pre {
  transform: rotatez(180deg);
  margin-right: 10px;
}
.tab-content-box .tab-eat-box {
  flex: 1;
  height: 50px;
  background: #F0F4FB;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.tab-content-box .tab-eat-box .eat-list {
  /* position: absolute; */
  top: 2px;
  /* left: 0; */
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  justify-content: space-between;
}
.tab-content-box .tab-eat-box .eat-list li {
  text-align: center;
  flex-shrink: 0;
  width: 120px;
  height: 46px;
  line-height: 46px;
  border-radius: 23px;
  font-weight: bold;
  cursor: pointer;
  margin: 0px 30px;
}
.tab-content-box .tab-eat-box .eat-list li.eat-active {
  background: url("../../../../resources/yx/wz/images/bg_03.png");
  background-size: 100% 100%;
  color: #FFFFFF;
}
