body {
  min-width: 320px;
  max-width: 750px;
  margin: 0 auto;
  background-color: #f7f7f7;
}
.mui-table-view:before,
.mui-table-view:after {
  background-color: transparent;
}
.mui-table-view-cell {
  padding: 0;
}
.tigs {
  height: 1.973333rem;
  line-height: 1.973333rem;
  margin-left: 4%;
  font-size: 0.64rem;
  color: #999999;
}
.carBox {
  width: 92%;
  background-color: #ffffff;
  border-radius: 0.266667rem;
  padding: 1.066667rem 0.8rem;
  margin: 0 0 0.8rem 4%;
}
.carBox .oneTitle {
  color: #222222;
  font-size: 0.853333rem;
}
.carBox .twoTitle {
  font-size: 0.693333rem;
  margin-top: 0.533333rem;
}
.carBox .flexBox {
  display: flex;
  justify-content: space-between;
  font-size: 0.746667rem;
  margin-top: 0.533333rem;
}
.carBox .garyColor {
  color: #999999;
}
.carBox .ml {
  margin-left: 0.426667rem;
}
.carBox .money {
  color: #ff3400;
}
.carBox .numBox {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.533333rem;
}
.carBox .numBox div {
  width: 1.493333rem;
  height: 1.493333rem;
  background: #F7F7F7;
  border-radius: 0.106667rem;
  text-align: center;
  font-size: 0.96rem;
  line-height: 1.493333rem;
}
.carBox .numBox input {
  width: 2.666667rem;
  height: 1.493333rem;
  background-color: #F7F7F7;
  border: none;
  font-size: 0.746667rem;
  margin: 0 0.106667rem;
  text-align: center;
}
.addBox {
  width: 4.266667rem;
  height: 4.266667rem;
  position: fixed;
  right: 0.8rem;
  bottom: 14%;
  z-index: 99;
}
.addBox .addImage {
  width: 4.266667rem;
  height: 4.266667rem;
}
.addBox .num {
  padding: 0 3px;
  color: #fc4f1d;
  border: 0.026667rem solid #fc4f1d;
  position: absolute;
  left: 3.066667rem;
  top: -0.213333rem;
  border-radius: 50%;
  font-size: 0.533333rem;
  z-index: 99;
}
.bottomBox {
  height: 3.6rem;
  width: 100%;
  box-shadow: 0px -0.16rem 0.32rem rgba(130, 130, 130, 0.16);
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding: 0 0.8rem;
  font-size: 0.746667rem;
  justify-content: space-between;
}
.bottomBox .sumbitBox {
  width: 7.2rem;
  height: 2.4rem;
  line-height: 2.4rem;
  text-align: center;
  font-size: 0.853333rem;
  border-radius: 1.226667rem;
  color: #ffffff;
  background: linear-gradient(270deg, #fc361d 0%, #fc421d 47%, #fc4f1d 100%);
}
.bottomBox .money {
  color: #ff3400;
}
