* {
  margin: 0;
  padding: 0;
  font-size: 0;
  box-sizing: border-box;
}
body {
  font-family: "PingFang SC";
}
ul,
ol,
li {
  list-style: none;
}
img {
  width: 100%;
}
.main {
  max-width: 750px;
  margin: 0 auto;
  padding-top: 0.68rem;
}

.history_banner {
  position: relative;
}
.main .back {
  width: 0.3rem;
  position: absolute;
  left: 0.2rem;
  top: 0.35rem;
}
.main .header {
  height: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .header .title {
  font-size: 0.32rem;
  margin: 0 0.15rem;
}
.main .header img {
  width: 0.6rem;
}
.history_list {
  width: 100%;
  height: 10rem;
  margin: 0.65rem auto 0;
  padding: 0 0.44rem;
  /* background: #eee; */
}
.history_list ul li {
  display: flex;
  justify-content: space-around;
}
.history_list ul li h6 {
  font-size: 0.3rem;
  text-align: left;
  min-width: .8rem;
}
.history_list ul li h6:nth-child(1){
  width: max-content;
  min-width: 32%;
}
.history_list ul ul li p{
  min-width: .8rem;
  text-align: left;
}
.history_list ul ul li p:nth-child(1){
  width: max-content;
  min-width: 32%;
}

.history_list ul li p {
  font-size: 0.24rem;
}
.history_list ul li p.price{
  color: #FE3C24;
}
.history_list ul li p.status {
  color: #3a86ff;
}
.history_list ul li p.status.success {
  color: #3cc071;
}
.history_list ul li p.status.error {
  color: #f92525;
}
.history_list ul ul li {
  border-bottom: 1px solid #f2f2f2;
}
.history_list ul ul{
  max-height: calc(100% - .4rem);
  overflow: auto;
}
.history_list ul p {
  line-height: 1rem;
  font-size: 0.24rem;
  text-align: center;
  color: #666666;
}
.empty {
  width: 1.2rem;
  display: block;
  margin: 1rem auto 0;
}
