
.tabbar-view-box[data-v-189d5172] {
  position: relative;
}
.tabbar-box[data-v-189d5172] {
  display: flex;
  flex-direction: row;
  border-bottom: solid 1px rgb(228, 228, 228);
  background: rgb(238, 239, 239);
}
.tabbar-box-sticky[data-v-189d5172] {
  position: sticky;
  top: 0px;
}
.item[data-v-189d5172] {
  position: relative;
  flex: 1;
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
}
.item[data-v-189d5172]:active {
  background: rgba(0, 0, 0, 0.1);
}
.normal[data-v-189d5172] {
  color: rgb(188, 188, 188);
}
.selected[data-v-189d5172] {
  color: rgb(13, 30, 64);
}
.indicator[data-v-189d5172] {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  height: 2px;
  background: rgb(13, 30, 64);
}


.cell-group-box[data-v-5c448411] {
    background: white;
}
.cell-group-card[data-v-5c448411] {
    margin: 0 15px;
    border-radius: 8px;
    overflow: hidden;
}


.cell-box[data-v-e218cd5e] {
    position: relative;
    padding: 15px 20px;
}
.divider[data-v-e218cd5e] {
    position: absolute;
    bottom: 0;
    height: 1px;
}
.cell-content[data-v-e218cd5e] {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.cell-right[data-v-e218cd5e] {
    flex: 1;
    flex-direction: column;
    align-items: flex-end;
}
.cell-title[data-v-e218cd5e] {
    font-size: 13px;
    color: rgb(45,49,58);
}
.cell-desc[data-v-e218cd5e] {
    margin-left: 20px;
    font-size: 13px;
    color: rgb(119,119,119);
    text-align: end;
}


.box[data-v-a1cb9d86] {
  position: relative;
}
.produce-gif[data-v-a1cb9d86] {
  /* margin: 15px 15px 5px;
  width: calc(100vw - 30px); */
  width: 100%;
  display: flex;
}
.cell-content-box[data-v-a1cb9d86] {
    margin-left: 20px;
    font-size: 13px;
    color: rgb(119,119,119);
    text-align: end;
}


body {
  background: rgb(238, 239, 239) !important;
}

