body {
  position: relative;
}
.header {
  width: 100%;
  height: 4.8rem;
  padding: 0 1.5333rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ec0d0d;
}
.user_info {
  display: flex;
  align-items: center;
}
.header .user_avatar {
  height: 3.6667rem;
  width: 3.6667rem;
}
.user_avatar img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}
.user_store {
  font-size: 1.0667rem;
  color: #ffffff;
}
.name {
  font-weight: 400;
  font-size: 1.0667rem;
  color: #ffffff;
  margin-left: 1rem;
}
.time {
  font-weight: 400;
  font-size: 0.9333rem;
  color: #ffffff;
  margin-left: 1rem;
  margin-top: 0.5rem;
}
.info {
  display: flex;
  align-items: center;
  height: 5.4rem;
  padding: 0.8rem;
  background-color: #fff;
  margin-top: 0.5rem;
}
.info .item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.info .item .num {
  font-weight: 400;
  font-size: 1.3333rem;
  color: #f6390d;
}
.info .item .txt {
  font-weight: 400;
  font-size: 0.9333rem;
  color: #101010;
}
.info .item .line {
  height: 1.6rem;
  width: 0;
  border-right: 1px solid #bbbbbb;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.menu {
  margin-top: 0.8rem;
}
.menu .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 3.2rem;
  background-color: #fff;
  padding: 0 1rem;
  margin-bottom: 0.5rem;
}
.menu .item .left {
  font-weight: 400;
  font-size: 0.9333rem;
  color: #101010;
}
.menu .item .left .iconfont {
  margin-right: 0.8rem;
  color: #5697c6;
}
.btn {
  position: absolute;
  bottom: 4.5rem;
  left: 0.5rem;
  width: 24rem;
  background-color: #f6390d;
}
