[v-cloak] {
  display: none;
}
.lhc-pack{
  padding: 15px 10px;
}
.record-list-pack{
  padding: 5px 10px;
  border-bottom: 1px solid #e6e6e6;
}
.record-list-pack .title-pack{
  font-size: 16px;
  color: #333;
  height: 30px;
  display: flex;
  justify-content: space-between;
}
.record-list-pack .title-pack span{
  color: #1cc60e;
}
.lhc-pack .title-pack{
  height: 30px;
  background: #edbbbb;
  border: 1px solid #e2313e;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  font-size: 14px;
  margin-bottom: 10px;
  line-height:initial;
}
.lhc-pack .title-pack .text span{
  color: #e2313e;
  font-weight: bold;
}
.list-pack{
  display: flex;
  gap: 5px;
}
.list-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.list-item .num{
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.add-icon{
  font-size: 22px;
  font-weight: bold;
}
.list-item .num-pack{
  width: 32px;
  height: 32px;
  padding: 1px 5px;
  box-sizing: border-box;
}
.list-item .zodiac{
  font-size: 16px;
  text-align: center;
  color: #000;
}
.blue{
  background:url('/static/images/g-blue.png') no-repeat center ;
  background-size: cover;
}
.green{
  background:url('/static/images/g-green.png') no-repeat center ;
  background-size: cover;
}
.red{
  background:url('/static/images/g-red.png') no-repeat center ;
  background-size: cover;
}
.btn-pack{
  display: flex;
  gap: 20px;
  padding-top: 10px;
}
.btn-pack button{
  flex: 1;
  height: 40px;
  outline: none;
  border-radius: 6px;
  color: #fff;
}
.btn-pack .yl{
  background: #e2a61e;
  border-color: #c0881d;
}
.btn-pack .red{
  background: #ce2520;
  border-color: #b22f25;
}
.tab-list-pack{
  display: flex;
  padding: 0 10px;
  border-bottom: 1px solid #e6e6e6;
}
.tab-list-pack .tab-item{
  font-size: 16px;
  padding:5px 10px;
  transition: all 300ms;
}
.tab-list-pack .tab-item.active{
  background: #ce2520;
  color: #fff;
}
.loading{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}