/* �ϼ� */
.total {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0.49rem;
  height: 0.49rem;
  padding-left: 0.72rem;
  padding-right: 1.25rem;
  font-size: 0.12rem;
  overflow: hidden;
  z-index: 99;
}
.total .money {
  text-align: right;
  padding-right: 0.1rem;
}
.total .ui-checkbox-s {
  position: absolute;
  left: 0.12rem;
  top: 0.13rem;
}
.total .amount {
  line-height: 1;
}
.total .settlement {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.09rem;
  height: 0.48rem;
  font-size: var(--size-normal);
  line-height: 0.48rem;
  text-align: center;
  z-index: 2;
}
.total .settlement.disabled {
  background: gray;
}
.total .menu {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0.69rem;
  height: 100%;
  text-align: right;
  z-index: 10;
}
.total .menu button {
  display: inline-block;
  min-width: 1.1rem;
  width: 1.09rem;
  height: 0.48rem;
  border-radius: 0;
  border: none;
  font-size: var(--size-normal);
  line-height: 0.48rem;
  z-index: 2;
}
.total .menu button:before {
  content: none;
}
.total .menu button:after {
  content: none;
}
.total .menu.show {
  display: block;
}
.total .cj {
  z-index: 99;
}
