.footer[data-v-036f5fde] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 7.5rem;
  height: 1.32rem;
  background-color: white;
  padding: 0.2rem 0.4rem;
  padding-bottom: calc(0.2rem + env(safe-area-inset-bottom));
}
.footer .footer-btn[data-v-036f5fde] {
  height: 0.92rem;
  width: 100%;
  background-color: #3961fb;
  border-radius: 0.46rem;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.28rem;
  font-weight: 600;
}
.container[data-v-036f5fde] {
  border-radius: 0.2rem;
  background: white;
  margin: 0.2rem 0.2rem 1.52rem;
  padding: 0 0.3rem;
}
.container .info[data-v-036f5fde] {
  display: flex;
  justify-content: space-between;
  padding-top: 0.4rem;
}
.container .info .info-title[data-v-036f5fde] {
  font-weight: 600;
  color: #333333;
  font-size: 0.32rem;
}
.container .info .info-salary[data-v-036f5fde] {
  color: #ff4e58;
  font-size: 0.28rem;
  font-weight: 600;
}
.container .labels[data-v-036f5fde] {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.2rem;
}
.container .labels .item-label[data-v-036f5fde] {
  background-color: #f2f3f7;
  color: #333333;
  border-radius: 0.08rem;
  padding: 0.1rem 0.16rem;
  margin-right: 0.16rem;
  font-size: 0.24rem;
  margin-bottom: 0.16rem;
}
.container .address[data-v-036f5fde] {
  font-size: 0.26rem;
  color: #666;
  padding-top: 0.04rem;
  padding-bottom: 0.4rem;
  line-height: 0.36rem;
}
.container .content[data-v-036f5fde] {
  font-size: 0.26rem;
  line-height: 0.4rem;
  padding-top: 0.2rem;
  padding-bottom: 0.4rem;
  white-space: pre-wrap;
  color: #666;
}
.container .split[data-v-036f5fde] {
  position: relative;
}
.container .split[data-v-036f5fde]::after {
  content: "";
  position: absolute;
  left: -0.3rem;
  background-color: #e0e0e0;
  width: calc(100% + 0.6rem);
  height: 0.005rem;
}

